You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/vmwareengine_v1.projects.locations.nodeTypes.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,10 @@ <h3>Method Details</h3>
115
115
],
116
116
"diskSizeGb": 42, # Output only. The amount of storage available, defined in GB.
117
117
"displayName": "A String", # Output only. The friendly name for this node type. For example: ve1-standard-72
118
+
"families": [ # Output only. Families of the node type. For node types to be in the same cluster they must share at least one element in the `families`.
119
+
"A String",
120
+
],
121
+
"kind": "A String", # Output only. The type of the resource.
118
122
"memoryGb": 42, # Output only. The amount of physical memory available, defined in GB.
119
123
"name": "A String", # Output only. The resource name of this node type. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72`
120
124
"nodeTypeId": "A String", # Output only. The canonical identifier of the node type (corresponds to the `NodeType`). For example: standard-72.
@@ -152,6 +156,10 @@ <h3>Method Details</h3>
152
156
],
153
157
"diskSizeGb": 42, # Output only. The amount of storage available, defined in GB.
154
158
"displayName": "A String", # Output only. The friendly name for this node type. For example: ve1-standard-72
159
+
"families": [ # Output only. Families of the node type. For node types to be in the same cluster they must share at least one element in the `families`.
160
+
"A String",
161
+
],
162
+
"kind": "A String", # Output only. The type of the resource.
155
163
"memoryGb": 42, # Output only. The amount of physical memory available, defined in GB.
156
164
"name": "A String", # Output only. The resource name of this node type. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-proj/locations/us-central1-a/nodeTypes/standard-72`
157
165
"nodeTypeId": "A String", # Output only. The canonical identifier of the node type (corresponds to the `NodeType`). For example: standard-72.
0 commit comments