Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::MoveInstanceRequest.
The request for MoveInstance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The instance to move.
Values are of the form
projects/<project>/instances/<instance>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The instance to move.
Values are of the form
projects/<project>/instances/<instance>
.
Returns
-
(::String) — Required. The instance to move.
Values are of the form
projects/<project>/instances/<instance>
.
#target_config
def target_config() -> ::String
Returns
-
(::String) — Required. The target instance configuration where to move the instance.
Values are of the form
projects/<project>/instanceConfigs/<config>
.
#target_config=
def target_config=(value) -> ::String
Parameter
-
value (::String) — Required. The target instance configuration where to move the instance.
Values are of the form
projects/<project>/instanceConfigs/<config>
.
Returns
-
(::String) — Required. The target instance configuration where to move the instance.
Values are of the form
projects/<project>/instanceConfigs/<config>
.