Class StretchedClusterConfig
Configuration of a stretched cluster.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class StretchedClusterConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PreferredLocation
Required. Zone that will remain operational when connection between the two zones is lost. Specify the
resource name of a zone that belongs to the region of the private cloud. For example:
projects/{project}/locations/europe-west3-a
where {project}
can either be a project number or a project
ID.
Declaration
[JsonProperty("preferredLocation")]
public virtual string PreferredLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
SecondaryLocation
Required. Additional zone for a higher level of availability and load balancing. Specify the resource name
of a zone that belongs to the region of the private cloud. For example:
projects/{project}/locations/europe-west3-b
where {project}
can either be a project number or a project
ID.
Declaration
[JsonProperty("secondaryLocation")]
public virtual string SecondaryLocation { get; set; }
Property Value
Type | Description |
---|---|
string |