| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
NodeType |
NodeType.clone() |
NodeType |
NodeType.set(String fieldName,
Object value) |
NodeType |
NodeType.setCpuPlatform(String cpuPlatform)
[Output Only] The CPU platform used by this node type.
|
NodeType |
NodeType.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
NodeType |
NodeType.setDeprecated(DeprecationStatus deprecated)
[Output Only] The deprecation status associated with this node type.
|
NodeType |
NodeType.setDescription(String description)
[Output Only] An optional textual description of the resource.
|
NodeType |
NodeType.setGuestCpus(Integer guestCpus)
[Output Only] The number of virtual CPUs that are available to the node type.
|
NodeType |
NodeType.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
NodeType |
NodeType.setKind(String kind)
[Output Only] The type of the resource.
|
NodeType |
NodeType.setLocalSsdGb(Integer localSsdGb)
[Output Only] Local SSD available to the node type, defined in GB.
|
NodeType |
NodeType.setMaxVms(Integer maxVms)
[Output Only] Maximum number of VMs that can be created for this node type.
|
NodeType |
NodeType.setMemoryMb(Integer memoryMb)
[Output Only] The amount of physical memory available to the node type, defined in MB.
|
NodeType |
NodeType.setName(String name)
[Output Only] Name of the resource.
|
NodeType |
NodeType.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
NodeType |
NodeType.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
NodeType |
NodeType.setZone(String zone)
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeType> |
NodeTypeList.getItems()
A list of NodeType resources.
|
List<NodeType> |
NodeTypesScopedList.getNodeTypes()
[Output Only] A list of node types contained in this scope.
|
| Modifier and Type | Method and Description |
|---|---|
NodeTypeList |
NodeTypeList.setItems(List<NodeType> items)
A list of NodeType resources.
|
NodeTypesScopedList |
NodeTypesScopedList.setNodeTypes(List<NodeType> nodeTypes)
[Output Only] A list of node types contained in this scope.
|
Copyright © 2011–2025 Google. All rights reserved.