public interface GenerateSshScriptRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMigrationJob()
Name of the migration job resource to generate the SSH script.
|
com.google.protobuf.ByteString |
getMigrationJobBytes()
Name of the migration job resource to generate the SSH script.
|
String |
getVm()
Required.
|
com.google.protobuf.ByteString |
getVmBytes()
Required.
|
GenerateSshScriptRequest.VmConfigCase |
getVmConfigCase() |
VmCreationConfig |
getVmCreationConfig()
The VM creation configuration
|
VmCreationConfigOrBuilder |
getVmCreationConfigOrBuilder()
The VM creation configuration
|
int |
getVmPort()
The port that will be open on the bastion host.
|
VmSelectionConfig |
getVmSelectionConfig()
The VM selection configuration
|
VmSelectionConfigOrBuilder |
getVmSelectionConfigOrBuilder()
The VM selection configuration
|
boolean |
hasVmCreationConfig()
The VM creation configuration
|
boolean |
hasVmSelectionConfig()
The VM selection configuration
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMigrationJob()
Name of the migration job resource to generate the SSH script.
string migration_job = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getMigrationJobBytes()
Name of the migration job resource to generate the SSH script.
string migration_job = 1 [(.google.api.resource_reference) = { ... }String getVm()
Required. Bastion VM Instance name to use or to create.
string vm = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getVmBytes()
Required. Bastion VM Instance name to use or to create.
string vm = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasVmCreationConfig()
The VM creation configuration
.google.cloud.clouddms.v1.VmCreationConfig vm_creation_config = 100;VmCreationConfig getVmCreationConfig()
The VM creation configuration
.google.cloud.clouddms.v1.VmCreationConfig vm_creation_config = 100;VmCreationConfigOrBuilder getVmCreationConfigOrBuilder()
The VM creation configuration
.google.cloud.clouddms.v1.VmCreationConfig vm_creation_config = 100;boolean hasVmSelectionConfig()
The VM selection configuration
.google.cloud.clouddms.v1.VmSelectionConfig vm_selection_config = 101;VmSelectionConfig getVmSelectionConfig()
The VM selection configuration
.google.cloud.clouddms.v1.VmSelectionConfig vm_selection_config = 101;VmSelectionConfigOrBuilder getVmSelectionConfigOrBuilder()
The VM selection configuration
.google.cloud.clouddms.v1.VmSelectionConfig vm_selection_config = 101;int getVmPort()
The port that will be open on the bastion host.
int32 vm_port = 3;GenerateSshScriptRequest.VmConfigCase getVmConfigCase()
Copyright © 2024 Google LLC. All rights reserved.