Class MoveInstanceRequest
The request for MoveInstance.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class MoveInstanceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetConfig
Required. The target instance configuration where to move the instance. Values are of the form
projects//instanceConfigs/
.
Declaration
[JsonProperty("targetConfig")]
public virtual string TargetConfig { get; set; }
Property Value
Type | Description |
---|---|
string |