Interface AllocationSpecificSKUAllocationReservedInstancePropertiesOrBuilder

    • 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;
      • 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;
      • 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.