Class CreateInstanceConfigRequest
The request for CreateInstanceConfigRequest.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class CreateInstanceConfigRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceConfig
Required. The InstanceConfig
proto of the configuration to create. instance_config.name
must be
/instanceConfigs/
. instance_config.base_config
must be a Google-managed configuration name, e.g.
/instanceConfigs/us-east1, /instanceConfigs/nam3.
Declaration
[JsonProperty("instanceConfig")]
public virtual InstanceConfig InstanceConfig { get; set; }
Property Value
Type | Description |
---|---|
InstanceConfig |
InstanceConfigId
Required. The ID of the instance configuration to create. Valid identifiers are of the form
custom-[-a-z0-9]*[a-z0-9]
and must be between 2 and 64 characters in length. The custom-
prefix is
required to avoid name conflicts with Google-managed configurations.
Declaration
[JsonProperty("instanceConfigId")]
public virtual string InstanceConfigId { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidateOnly
An option to validate, but not actually execute, a request, and provide the same response.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |