Interface GenerateSshScriptRequestOrBuilder (2.7.0)

public interface GenerateSshScriptRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMigrationJob()

public abstract String getMigrationJob()

Name of the migration job resource to generate the SSH script.

string migration_job = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The migrationJob.

getMigrationJobBytes()

public abstract ByteString getMigrationJobBytes()

Name of the migration job resource to generate the SSH script.

string migration_job = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for migrationJob.

getVm()

public abstract String getVm()

Required. Bastion VM Instance name to use or to create.

string vm = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The vm.

getVmBytes()

public abstract ByteString getVmBytes()

Required. Bastion VM Instance name to use or to create.

string vm = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for vm.

getVmConfigCase()

public abstract GenerateSshScriptRequest.VmConfigCase getVmConfigCase()
Returns
TypeDescription
GenerateSshScriptRequest.VmConfigCase

getVmCreationConfig()

public abstract VmCreationConfig getVmCreationConfig()

The VM creation configuration

.google.cloud.clouddms.v1.VmCreationConfig vm_creation_config = 100;

Returns
TypeDescription
VmCreationConfig

The vmCreationConfig.

getVmCreationConfigOrBuilder()

public abstract VmCreationConfigOrBuilder getVmCreationConfigOrBuilder()

The VM creation configuration

.google.cloud.clouddms.v1.VmCreationConfig vm_creation_config = 100;

Returns
TypeDescription
VmCreationConfigOrBuilder

getVmPort()

public abstract int getVmPort()

The port that will be open on the bastion host

int32 vm_port = 3;

Returns
TypeDescription
int

The vmPort.

getVmSelectionConfig()

public abstract VmSelectionConfig getVmSelectionConfig()

The VM selection configuration

.google.cloud.clouddms.v1.VmSelectionConfig vm_selection_config = 101;

Returns
TypeDescription
VmSelectionConfig

The vmSelectionConfig.

getVmSelectionConfigOrBuilder()

public abstract VmSelectionConfigOrBuilder getVmSelectionConfigOrBuilder()

The VM selection configuration

.google.cloud.clouddms.v1.VmSelectionConfig vm_selection_config = 101;

Returns
TypeDescription
VmSelectionConfigOrBuilder

hasVmCreationConfig()

public abstract boolean hasVmCreationConfig()

The VM creation configuration

.google.cloud.clouddms.v1.VmCreationConfig vm_creation_config = 100;

Returns
TypeDescription
boolean

Whether the vmCreationConfig field is set.

hasVmSelectionConfig()

public abstract boolean hasVmSelectionConfig()

The VM selection configuration

.google.cloud.clouddms.v1.VmSelectionConfig vm_selection_config = 101;

Returns
TypeDescription
boolean

Whether the vmSelectionConfig field is set.