Interface CreateInstanceRequest

Package

@google-cloud/spanner!

Properties

config

config?: string;
Property Value
TypeDescription
string

displayName

displayName?: string;
Property Value
TypeDescription
string

gaxOptions

gaxOptions?: CallOptions;
Property Value
TypeDescription
CallOptions

labels

labels?: {
        [k: string]: string;
    } | null;
Property Value
TypeDescription
{ [k: string]: string; } | null

nodes

nodes?: number;
Property Value
TypeDescription
number