public interface NodeGroupNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AcceleratorConfig |
getAccelerators(int index)
Accelerators for this node.
|
int |
getAcceleratorsCount()
Accelerators for this node.
|
List<AcceleratorConfig> |
getAcceleratorsList()
Accelerators for this node.
|
AcceleratorConfigOrBuilder |
getAcceleratorsOrBuilder(int index)
Accelerators for this node.
|
List<? extends AcceleratorConfigOrBuilder> |
getAcceleratorsOrBuilderList()
Accelerators for this node.
|
InstanceConsumptionInfo |
getConsumedResources()
Node resources that are reserved by all instances.
|
InstanceConsumptionInfoOrBuilder |
getConsumedResourcesOrBuilder()
Node resources that are reserved by all instances.
|
String |
getCpuOvercommitType()
CPU overcommit.
|
com.google.protobuf.ByteString |
getCpuOvercommitTypeBytes()
CPU overcommit.
|
LocalDisk |
getDisks(int index)
Local disk configurations.
|
int |
getDisksCount()
Local disk configurations.
|
List<LocalDisk> |
getDisksList()
Local disk configurations.
|
LocalDiskOrBuilder |
getDisksOrBuilder(int index)
Local disk configurations.
|
List<? extends LocalDiskOrBuilder> |
getDisksOrBuilderList()
Local disk configurations.
|
InstanceConsumptionData |
getInstanceConsumptionData(int index)
Instance data that shows consumed resources on the node.
|
int |
getInstanceConsumptionDataCount()
Instance data that shows consumed resources on the node.
|
List<InstanceConsumptionData> |
getInstanceConsumptionDataList()
Instance data that shows consumed resources on the node.
|
InstanceConsumptionDataOrBuilder |
getInstanceConsumptionDataOrBuilder(int index)
Instance data that shows consumed resources on the node.
|
List<? extends InstanceConsumptionDataOrBuilder> |
getInstanceConsumptionDataOrBuilderList()
Instance data that shows consumed resources on the node.
|
String |
getInstances(int index)
Instances scheduled on this node.
|
com.google.protobuf.ByteString |
getInstancesBytes(int index)
Instances scheduled on this node.
|
int |
getInstancesCount()
Instances scheduled on this node.
|
List<String> |
getInstancesList()
Instances scheduled on this node.
|
String |
getName()
The name of the node.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the node.
|
String |
getNodeType()
The type of this node.
|
com.google.protobuf.ByteString |
getNodeTypeBytes()
The type of this node.
|
boolean |
getSatisfiesPzs()
[Output Only] Reserved for future use.
|
ServerBinding |
getServerBinding()
Binding properties for the physical server.
|
ServerBindingOrBuilder |
getServerBindingOrBuilder()
Binding properties for the physical server.
|
String |
getServerId()
Server ID associated with this node.
|
com.google.protobuf.ByteString |
getServerIdBytes()
Server ID associated with this node.
|
String |
getStatus()
Check the Status enum for the list of possible values.
|
com.google.protobuf.ByteString |
getStatusBytes()
Check the Status enum for the list of possible values.
|
InstanceConsumptionInfo |
getTotalResources()
Total amount of available resources on the node.
|
InstanceConsumptionInfoOrBuilder |
getTotalResourcesOrBuilder()
Total amount of available resources on the node.
|
boolean |
hasConsumedResources()
Node resources that are reserved by all instances.
|
boolean |
hasCpuOvercommitType()
CPU overcommit.
|
boolean |
hasName()
The name of the node.
|
boolean |
hasNodeType()
The type of this node.
|
boolean |
hasSatisfiesPzs()
[Output Only] Reserved for future use.
|
boolean |
hasServerBinding()
Binding properties for the physical server.
|
boolean |
hasServerId()
Server ID associated with this node.
|
boolean |
hasStatus()
Check the Status enum for the list of possible values.
|
boolean |
hasTotalResources()
Total amount of available resources on the node.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AcceleratorConfig> getAcceleratorsList()
Accelerators for this node.
repeated .google.cloud.compute.v1.AcceleratorConfig accelerators = 269577064;AcceleratorConfig getAccelerators(int index)
Accelerators for this node.
repeated .google.cloud.compute.v1.AcceleratorConfig accelerators = 269577064;int getAcceleratorsCount()
Accelerators for this node.
repeated .google.cloud.compute.v1.AcceleratorConfig accelerators = 269577064;List<? extends AcceleratorConfigOrBuilder> getAcceleratorsOrBuilderList()
Accelerators for this node.
repeated .google.cloud.compute.v1.AcceleratorConfig accelerators = 269577064;AcceleratorConfigOrBuilder getAcceleratorsOrBuilder(int index)
Accelerators for this node.
repeated .google.cloud.compute.v1.AcceleratorConfig accelerators = 269577064;boolean hasConsumedResources()
Node resources that are reserved by all instances.
optional .google.cloud.compute.v1.InstanceConsumptionInfo consumed_resources = 334527118;
InstanceConsumptionInfo getConsumedResources()
Node resources that are reserved by all instances.
optional .google.cloud.compute.v1.InstanceConsumptionInfo consumed_resources = 334527118;
InstanceConsumptionInfoOrBuilder getConsumedResourcesOrBuilder()
Node resources that are reserved by all instances.
optional .google.cloud.compute.v1.InstanceConsumptionInfo consumed_resources = 334527118;
boolean hasCpuOvercommitType()
CPU overcommit. Check the CpuOvercommitType enum for the list of possible values.
optional string cpu_overcommit_type = 247727959;String getCpuOvercommitType()
CPU overcommit. Check the CpuOvercommitType enum for the list of possible values.
optional string cpu_overcommit_type = 247727959;com.google.protobuf.ByteString getCpuOvercommitTypeBytes()
CPU overcommit. Check the CpuOvercommitType enum for the list of possible values.
optional string cpu_overcommit_type = 247727959;List<LocalDisk> getDisksList()
Local disk configurations.
repeated .google.cloud.compute.v1.LocalDisk disks = 95594102;LocalDisk getDisks(int index)
Local disk configurations.
repeated .google.cloud.compute.v1.LocalDisk disks = 95594102;int getDisksCount()
Local disk configurations.
repeated .google.cloud.compute.v1.LocalDisk disks = 95594102;List<? extends LocalDiskOrBuilder> getDisksOrBuilderList()
Local disk configurations.
repeated .google.cloud.compute.v1.LocalDisk disks = 95594102;LocalDiskOrBuilder getDisksOrBuilder(int index)
Local disk configurations.
repeated .google.cloud.compute.v1.LocalDisk disks = 95594102;List<InstanceConsumptionData> getInstanceConsumptionDataList()
Instance data that shows consumed resources on the node.
repeated .google.cloud.compute.v1.InstanceConsumptionData instance_consumption_data = 84715576;
InstanceConsumptionData getInstanceConsumptionData(int index)
Instance data that shows consumed resources on the node.
repeated .google.cloud.compute.v1.InstanceConsumptionData instance_consumption_data = 84715576;
int getInstanceConsumptionDataCount()
Instance data that shows consumed resources on the node.
repeated .google.cloud.compute.v1.InstanceConsumptionData instance_consumption_data = 84715576;
List<? extends InstanceConsumptionDataOrBuilder> getInstanceConsumptionDataOrBuilderList()
Instance data that shows consumed resources on the node.
repeated .google.cloud.compute.v1.InstanceConsumptionData instance_consumption_data = 84715576;
InstanceConsumptionDataOrBuilder getInstanceConsumptionDataOrBuilder(int index)
Instance data that shows consumed resources on the node.
repeated .google.cloud.compute.v1.InstanceConsumptionData instance_consumption_data = 84715576;
List<String> getInstancesList()
Instances scheduled on this node.
repeated string instances = 29097598;int getInstancesCount()
Instances scheduled on this node.
repeated string instances = 29097598;String getInstances(int index)
Instances scheduled on this node.
repeated string instances = 29097598;index - The index of the element to return.com.google.protobuf.ByteString getInstancesBytes(int index)
Instances scheduled on this node.
repeated string instances = 29097598;index - The index of the value to return.boolean hasName()
The name of the node.
optional string name = 3373707;String getName()
The name of the node.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
The name of the node.
optional string name = 3373707;boolean hasNodeType()
The type of this node.
optional string node_type = 465832791;String getNodeType()
The type of this node.
optional string node_type = 465832791;com.google.protobuf.ByteString getNodeTypeBytes()
The type of this node.
optional string node_type = 465832791;boolean hasSatisfiesPzs()
[Output Only] Reserved for future use.
optional bool satisfies_pzs = 480964267;boolean getSatisfiesPzs()
[Output Only] Reserved for future use.
optional bool satisfies_pzs = 480964267;boolean hasServerBinding()
Binding properties for the physical server.
optional .google.cloud.compute.v1.ServerBinding server_binding = 208179593;ServerBinding getServerBinding()
Binding properties for the physical server.
optional .google.cloud.compute.v1.ServerBinding server_binding = 208179593;ServerBindingOrBuilder getServerBindingOrBuilder()
Binding properties for the physical server.
optional .google.cloud.compute.v1.ServerBinding server_binding = 208179593;boolean hasServerId()
Server ID associated with this node.
optional string server_id = 339433367;String getServerId()
Server ID associated with this node.
optional string server_id = 339433367;com.google.protobuf.ByteString getServerIdBytes()
Server ID associated with this node.
optional string server_id = 339433367;boolean hasStatus()
Check the Status enum for the list of possible values.
optional string status = 181260274;String getStatus()
Check the Status enum for the list of possible values.
optional string status = 181260274;com.google.protobuf.ByteString getStatusBytes()
Check the Status enum for the list of possible values.
optional string status = 181260274;boolean hasTotalResources()
Total amount of available resources on the node.
optional .google.cloud.compute.v1.InstanceConsumptionInfo total_resources = 97406698;
InstanceConsumptionInfo getTotalResources()
Total amount of available resources on the node.
optional .google.cloud.compute.v1.InstanceConsumptionInfo total_resources = 97406698;
InstanceConsumptionInfoOrBuilder getTotalResourcesOrBuilder()
Total amount of available resources on the node.
optional .google.cloud.compute.v1.InstanceConsumptionInfo total_resources = 97406698;
Copyright © 2023 Google LLC. All rights reserved.