public interface InstancesSetMachineResourcesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGuestAccelerators(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| AcceleratorConfig |
getGuestAcceleratorsCount()
public abstract 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;
| Type | Description |
| int |
getGuestAcceleratorsList()
public abstract 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;
| Type | Description |
| List<AcceleratorConfig> |
getGuestAcceleratorsOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| AcceleratorConfigOrBuilder |
getGuestAcceleratorsOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.AcceleratorConfigOrBuilder> |