public sealed class LocationPolicyZoneConfiguration : IMessage<LocationPolicyZoneConfiguration>, IEquatable<LocationPolicyZoneConfiguration>, IDeepCloneable<LocationPolicyZoneConfiguration>, IBufferMessage, IMessageImplements
IMessageLocationPolicyZoneConfiguration, IEquatableLocationPolicyZoneConfiguration, IDeepCloneableLocationPolicyZoneConfiguration, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
LocationPolicyZoneConfiguration()
public LocationPolicyZoneConfiguration()LocationPolicyZoneConfiguration(LocationPolicyZoneConfiguration)
public LocationPolicyZoneConfiguration(LocationPolicyZoneConfiguration other)| Parameter | |
|---|---|
| Name | Description |
other |
LocationPolicyZoneConfiguration |
Properties
HasZone
public bool HasZone { get; }Gets whether the "zone" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Zone
public string Zone { get; set; }The URL of the zone. The zone must exist in the region where the request is called. Zones must be represented as valid partial URLs, such as zones/us-central1-a.
| Property Value | |
|---|---|
| Type | Description |
string |
|