Skip to content

Commit 2e9082e

Browse files
feat(vmwareengine): update the api
#### vmwareengine:v1 The following keys were added: - schemas.NodeType.properties.families (Total Keys: 3) - schemas.NodeType.properties.kind (Total Keys: 2)
1 parent 0576260 commit 2e9082e

5 files changed

+42
-11
lines changed

docs/dyn/vmwareengine_v1.projects.locations.nodeTypes.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ <h3>Method Details</h3>
115115
],
116116
&quot;diskSizeGb&quot;: 42, # Output only. The amount of storage available, defined in GB.
117117
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The friendly name for this node type. For example: ve1-standard-72
118+
&quot;families&quot;: [ # 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+
&quot;A String&quot;,
120+
],
121+
&quot;kind&quot;: &quot;A String&quot;, # Output only. The type of the resource.
118122
&quot;memoryGb&quot;: 42, # Output only. The amount of physical memory available, defined in GB.
119123
&quot;name&quot;: &quot;A String&quot;, # 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`
120124
&quot;nodeTypeId&quot;: &quot;A String&quot;, # 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>
152156
],
153157
&quot;diskSizeGb&quot;: 42, # Output only. The amount of storage available, defined in GB.
154158
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The friendly name for this node type. For example: ve1-standard-72
159+
&quot;families&quot;: [ # 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+
&quot;A String&quot;,
161+
],
162+
&quot;kind&quot;: &quot;A String&quot;, # Output only. The type of the resource.
155163
&quot;memoryGb&quot;: 42, # Output only. The amount of physical memory available, defined in GB.
156164
&quot;name&quot;: &quot;A String&quot;, # 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`
157165
&quot;nodeTypeId&quot;: &quot;A String&quot;, # Output only. The canonical identifier of the node type (corresponds to the `NodeType`). For example: standard-72.

0 commit comments

Comments
 (0)