Interface VmCreationConfigOrBuilder (2.15.0)

public interface VmCreationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSubnet()

public abstract String getSubnet()

The subnet name the vm needs to be created in.

string subnet = 3;

Returns
TypeDescription
String

The subnet.

getSubnetBytes()

public abstract ByteString getSubnetBytes()

The subnet name the vm needs to be created in.

string subnet = 3;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
ByteString

The bytes for vmMachineType.

getVmZone()

public abstract String getVmZone()

The Google Cloud Platform zone to create the VM in.

string vm_zone = 2;

Returns
TypeDescription
String

The vmZone.

getVmZoneBytes()

public abstract ByteString getVmZoneBytes()

The Google Cloud Platform zone to create the VM in.

string vm_zone = 2;

Returns
TypeDescription
ByteString

The bytes for vmZone.