GoogleApi.Spanner.V1.Model.MoveInstanceRequest (google_api_spanner v0.48.0)
View SourceThe request for MoveInstance.
Attributes
-
targetConfig(type:String.t, default:nil) - Required. The target instance configuration where to move the instance. Values are of the formprojects//instanceConfigs/.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.MoveInstanceRequest{ targetConfig: String.t() | nil }