public interface VmCreationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSubnet()
public abstract String getSubnet()The subnet name the vm needs to be created in.
string subnet = 3;
| Type | Description |
| String | The subnet. |
getSubnetBytes()
public abstract ByteString getSubnetBytes()The subnet name the vm needs to be created in.
string subnet = 3;
| Type | Description |
| ByteString | The bytes for subnet. |
getVmMachineType()
public abstract String getVmMachineType()Required. VM instance machine type to create.
string vm_machine_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The vmMachineType. |
getVmMachineTypeBytes()
public abstract ByteString getVmMachineTypeBytes()Required. VM instance machine type to create.
string vm_machine_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for vmMachineType. |
getVmZone()
public abstract String getVmZone()The Google Cloud Platform zone to create the VM in.
string vm_zone = 2;
| Type | Description |
| String | The vmZone. |
getVmZoneBytes()
public abstract ByteString getVmZoneBytes()The Google Cloud Platform zone to create the VM in.
string vm_zone = 2;
| Type | Description |
| ByteString | The bytes for vmZone. |