Show / Hide Table of Contents

Class CreateInstanceConfigRequest

The request for CreateInstanceConfig.

Inheritance
object
CreateInstanceConfigRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX