Compute Engine v1 API - Class LocationPolicyZoneConfiguration (3.25.0)

public sealed class LocationPolicyZoneConfiguration : IMessage<LocationPolicyZoneConfiguration>, IEquatable<LocationPolicyZoneConfiguration>, IDeepCloneable<LocationPolicyZoneConfiguration>, IBufferMessage, IMessage

Inheritance

object > LocationPolicyZoneConfiguration

Namespace

Google.Cloud.Compute.V1

Assembly

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