@Generated(value="by GAPIC") @BetaApi public final class NodeType extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
NodeType.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
String |
getCpuPlatform()
[Output Only] The CPU platform used by this node type.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
static NodeType |
getDefaultInstance() |
DeprecationStatus |
getDeprecated()
[Output Only] The deprecation status associated with this node type.
|
String |
getDescription()
[Output Only] An optional textual description of the resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
Integer |
getGuestCpus()
[Output Only] The number of virtual CPUs that are available to the node type.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] The type of the resource.
|
Integer |
getLocalSsdGb()
[Output Only] Local SSD available to the node type, defined in GB.
|
Integer |
getMemoryMb()
[Output Only] The amount of physical memory available to the node type, defined in MB.
|
String |
getName()
[Output Only] Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getZone()
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
|
int |
hashCode() |
static NodeType.Builder |
newBuilder() |
static NodeType.Builder |
newBuilder(NodeType prototype) |
NodeType.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public String getCpuPlatform()
public String getCreationTimestamp()
public DeprecationStatus getDeprecated()
public String getDescription()
public Integer getGuestCpus()
public String getId()
public String getKind()
public Integer getLocalSsdGb()
public Integer getMemoryMb()
public String getName()
public String getSelfLink()
public String getZone()
public static NodeType.Builder newBuilder()
public static NodeType.Builder newBuilder(NodeType prototype)
public NodeType.Builder toBuilder()
public static NodeType getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.