public interface AcceleratorsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGuestAcceleratorCount()
public abstract int getGuestAcceleratorCount()Number of accelerator cards exposed to the guest.
optional int32 guest_accelerator_count = 479079316;
| Type | Description |
| int | The guestAcceleratorCount. |
getGuestAcceleratorType()
public abstract String getGuestAcceleratorType()The accelerator type resource name, not a full URL, e.g. 'nvidia-tesla-k80'.
optional string guest_accelerator_type = 293064725;
| Type | Description |
| String | The guestAcceleratorType. |
getGuestAcceleratorTypeBytes()
public abstract ByteString getGuestAcceleratorTypeBytes()The accelerator type resource name, not a full URL, e.g. 'nvidia-tesla-k80'.
optional string guest_accelerator_type = 293064725;
| Type | Description |
| ByteString | The bytes for guestAcceleratorType. |
hasGuestAcceleratorCount()
public abstract boolean hasGuestAcceleratorCount()Number of accelerator cards exposed to the guest.
optional int32 guest_accelerator_count = 479079316;
| Type | Description |
| boolean | Whether the guestAcceleratorCount field is set. |
hasGuestAcceleratorType()
public abstract boolean hasGuestAcceleratorType()The accelerator type resource name, not a full URL, e.g. 'nvidia-tesla-k80'.
optional string guest_accelerator_type = 293064725;
| Type | Description |
| boolean | Whether the guestAcceleratorType field is set. |