Package com.google.cloud.compute.v1
Interface AllocationSpecificSKUAllocationReservedInstancePropertiesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AllocationSpecificSKUAllocationReservedInstanceProperties,AllocationSpecificSKUAllocationReservedInstanceProperties.Builder
public interface AllocationSpecificSKUAllocationReservedInstancePropertiesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceleratorConfiggetGuestAccelerators(int index)Specifies accelerator type and count.intgetGuestAcceleratorsCount()Specifies accelerator type and count.List<AcceleratorConfig>getGuestAcceleratorsList()Specifies accelerator type and count.AcceleratorConfigOrBuildergetGuestAcceleratorsOrBuilder(int index)Specifies accelerator type and count.List<? extends AcceleratorConfigOrBuilder>getGuestAcceleratorsOrBuilderList()Specifies accelerator type and count.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskgetLocalSsds(int index)Specifies amount of local ssd to reserve with each instance.intgetLocalSsdsCount()Specifies amount of local ssd to reserve with each instance.List<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>getLocalSsdsList()Specifies amount of local ssd to reserve with each instance.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskOrBuildergetLocalSsdsOrBuilder(int index)Specifies amount of local ssd to reserve with each instance.List<? extends AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskOrBuilder>getLocalSsdsOrBuilderList()Specifies amount of local ssd to reserve with each instance.StringgetLocationHint()An opaque location hint used to place the allocation close to other resources.com.google.protobuf.ByteStringgetLocationHintBytes()An opaque location hint used to place the allocation close to other resources.StringgetMachineType()Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory.com.google.protobuf.ByteStringgetMachineTypeBytes()Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory.StringgetMinCpuPlatform()Minimum cpu platform the reservation.com.google.protobuf.ByteStringgetMinCpuPlatformBytes()Minimum cpu platform the reservation.booleanhasLocationHint()An opaque location hint used to place the allocation close to other resources.booleanhasMachineType()Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory.booleanhasMinCpuPlatform()Minimum cpu platform the reservation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGuestAcceleratorsList
List<AcceleratorConfig> getGuestAcceleratorsList()
Specifies accelerator type and count.
repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
-
getGuestAccelerators
AcceleratorConfig getGuestAccelerators(int index)
Specifies accelerator type and count.
repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
-
getGuestAcceleratorsCount
int getGuestAcceleratorsCount()
Specifies accelerator type and count.
repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
-
getGuestAcceleratorsOrBuilderList
List<? extends AcceleratorConfigOrBuilder> getGuestAcceleratorsOrBuilderList()
Specifies accelerator type and count.
repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
-
getGuestAcceleratorsOrBuilder
AcceleratorConfigOrBuilder getGuestAcceleratorsOrBuilder(int index)
Specifies accelerator type and count.
repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
-
getLocalSsdsList
List<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk> getLocalSsdsList()
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
repeated .google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk local_ssds = 229951299;
-
getLocalSsds
AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk getLocalSsds(int index)
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
repeated .google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk local_ssds = 229951299;
-
getLocalSsdsCount
int getLocalSsdsCount()
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
repeated .google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk local_ssds = 229951299;
-
getLocalSsdsOrBuilderList
List<? extends AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskOrBuilder> getLocalSsdsOrBuilderList()
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
repeated .google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk local_ssds = 229951299;
-
getLocalSsdsOrBuilder
AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskOrBuilder getLocalSsdsOrBuilder(int index)
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
repeated .google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk local_ssds = 229951299;
-
hasLocationHint
boolean hasLocationHint()
An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;- Returns:
- Whether the locationHint field is set.
-
getLocationHint
String getLocationHint()
An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;- Returns:
- The locationHint.
-
getLocationHintBytes
com.google.protobuf.ByteString getLocationHintBytes()
An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.
optional string location_hint = 350519505;- Returns:
- The bytes for locationHint.
-
hasMachineType
boolean hasMachineType()
Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
optional string machine_type = 227711026;- Returns:
- Whether the machineType field is set.
-
getMachineType
String getMachineType()
Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
optional string machine_type = 227711026;- Returns:
- The machineType.
-
getMachineTypeBytes
com.google.protobuf.ByteString getMachineTypeBytes()
Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
optional string machine_type = 227711026;- Returns:
- The bytes for machineType.
-
hasMinCpuPlatform
boolean hasMinCpuPlatform()
Minimum cpu platform the reservation.
optional string min_cpu_platform = 242912759;- Returns:
- Whether the minCpuPlatform field is set.
-
getMinCpuPlatform
String getMinCpuPlatform()
Minimum cpu platform the reservation.
optional string min_cpu_platform = 242912759;- Returns:
- The minCpuPlatform.
-
getMinCpuPlatformBytes
com.google.protobuf.ByteString getMinCpuPlatformBytes()
Minimum cpu platform the reservation.
optional string min_cpu_platform = 242912759;- Returns:
- The bytes for minCpuPlatform.
-
-