public interface VmCreationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSubnet()
The subnet name the vm needs to be created in.
|
com.google.protobuf.ByteString |
getSubnetBytes()
The subnet name the vm needs to be created in.
|
String |
getVmMachineType()
Required.
|
com.google.protobuf.ByteString |
getVmMachineTypeBytes()
Required.
|
String |
getVmZone()
The Google Cloud Platform zone to create the VM in.
|
com.google.protobuf.ByteString |
getVmZoneBytes()
The Google Cloud Platform zone to create the VM in.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVmMachineType()
Required. VM instance machine type to create.
string vm_machine_type = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getVmMachineTypeBytes()
Required. VM instance machine type to create.
string vm_machine_type = 1 [(.google.api.field_behavior) = REQUIRED];String getVmZone()
The Google Cloud Platform zone to create the VM in.
string vm_zone = 2;com.google.protobuf.ByteString getVmZoneBytes()
The Google Cloud Platform zone to create the VM in.
string vm_zone = 2;String getSubnet()
The subnet name the vm needs to be created in.
string subnet = 3;com.google.protobuf.ByteString getSubnetBytes()
The subnet name the vm needs to be created in.
string subnet = 3;Copyright © 2024 Google LLC. All rights reserved.