Interface MoveInstanceRequestOrBuilder (6.74.1)

public interface MoveInstanceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The instance to move. Values are of the form projects/<project>/instances/<instance>.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The instance to move. Values are of the form projects/<project>/instances/<instance>.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getTargetConfig()

public abstract String getTargetConfig()

Required. The target instance configuration where to move the instance. Values are of the form projects/<project>/instanceConfigs/<config>.

string target_config = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The targetConfig.

getTargetConfigBytes()

public abstract ByteString getTargetConfigBytes()

Required. The target instance configuration where to move the instance. Values are of the form projects/<project>/instanceConfigs/<config>.

string target_config = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for targetConfig.