InstanceConfig
class InstanceConfig extends Message
A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.
Protobuf type Google\Spanner\Admin\Instance\V1\InstanceConfig
Methods
No description
A unique identifier for the instance configuration. Values
are of the form
projects/<project>/instanceConfigs/[a-z][-a-z0-9]*
A unique identifier for the instance configuration. Values
are of the form
projects/<project>/instanceConfigs/[a-z][-a-z0-9]*
The name of this instance configuration as it appears in UIs.
The name of this instance configuration as it appears in UIs.
Details
at line 34
__construct()
at line 47
string
getName()
A unique identifier for the instance configuration. Values
are of the form
projects/<project>/instanceConfigs/[a-z][-a-z0-9]*
Generated from protobuf field string name = 1;
at line 60
setName(string $var)
A unique identifier for the instance configuration. Values
are of the form
projects/<project>/instanceConfigs/[a-z][-a-z0-9]*
Generated from protobuf field string name = 1;
at line 72
string
getDisplayName()
The name of this instance configuration as it appears in UIs.
Generated from protobuf field string display_name = 2;
at line 83
setDisplayName(string $var)
The name of this instance configuration as it appears in UIs.
Generated from protobuf field string display_name = 2;