Interface InstancesSetMachineResourcesRequestOrBuilder

    • Method Detail

      • getGuestAcceleratorsList

        List<AcceleratorConfig> getGuestAcceleratorsList()
         A list of the type and count of accelerator cards attached to the instance.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • getGuestAccelerators

        AcceleratorConfig getGuestAccelerators​(int index)
         A list of the type and count of accelerator cards attached to the instance.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • getGuestAcceleratorsCount

        int getGuestAcceleratorsCount()
         A list of the type and count of accelerator cards attached to the instance.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • getGuestAcceleratorsOrBuilderList

        List<? extends AcceleratorConfigOrBuilder> getGuestAcceleratorsOrBuilderList()
         A list of the type and count of accelerator cards attached to the instance.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • getGuestAcceleratorsOrBuilder

        AcceleratorConfigOrBuilder getGuestAcceleratorsOrBuilder​(int index)
         A list of the type and count of accelerator cards attached to the instance.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;