Package com.google.cloud.clouddms.v1
Interface VmSelectionConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VmSelectionConfig
,VmSelectionConfig.Builder
public interface VmSelectionConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getVmZone()
Required.com.google.protobuf.ByteString
getVmZoneBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVmZone
String getVmZone()
Required. The Google Cloud Platform zone the VM is located.
string vm_zone = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The vmZone.
-
getVmZoneBytes
com.google.protobuf.ByteString getVmZoneBytes()
Required. The Google Cloud Platform zone the VM is located.
string vm_zone = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for vmZone.
-
-