Skip to content

Commit

Permalink
feat(vmwareengine): update the api
Browse files Browse the repository at this point in the history
#### vmwareengine:v1

The following keys were added:
- schemas.NodeType.properties.families (Total Keys: 3)
- schemas.NodeType.properties.kind (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent 0576260 commit 2e9082e
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 11 deletions.
8 changes: 8 additions & 0 deletions docs/dyn/vmwareengine_v1.projects.locations.nodeTypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ <h3>Method Details</h3>
],
&quot;diskSizeGb&quot;: 42, # Output only. The amount of storage available, defined in GB.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The friendly name for this node type. For example: ve1-standard-72
&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`.
&quot;A String&quot;,
],
&quot;kind&quot;: &quot;A String&quot;, # Output only. The type of the resource.
&quot;memoryGb&quot;: 42, # Output only. The amount of physical memory available, defined in GB.
&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`
&quot;nodeTypeId&quot;: &quot;A String&quot;, # Output only. The canonical identifier of the node type (corresponds to the `NodeType`). For example: standard-72.
Expand Down Expand Up @@ -152,6 +156,10 @@ <h3>Method Details</h3>
],
&quot;diskSizeGb&quot;: 42, # Output only. The amount of storage available, defined in GB.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The friendly name for this node type. For example: ve1-standard-72
&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`.
&quot;A String&quot;,
],
&quot;kind&quot;: &quot;A String&quot;, # Output only. The type of the resource.
&quot;memoryGb&quot;: 42, # Output only. The amount of physical memory available, defined in GB.
&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`
&quot;nodeTypeId&quot;: &quot;A String&quot;, # Output only. The canonical identifier of the node type (corresponds to the `NodeType`). For example: standard-72.
Expand Down

0 comments on commit 2e9082e

Please sign in to comment.