public sealed class FutureResourcesSpecLocationPolicyLocation : IMessage<FutureResourcesSpecLocationPolicyLocation>, IEquatable<FutureResourcesSpecLocationPolicyLocation>, IDeepCloneable<FutureResourcesSpecLocationPolicyLocation>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class FutureResourcesSpecLocationPolicyLocation.
Preference for a single specified location.
Implements
IMessageFutureResourcesSpecLocationPolicyLocation, IEquatableFutureResourcesSpecLocationPolicyLocation, IDeepCloneableFutureResourcesSpecLocationPolicyLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
FutureResourcesSpecLocationPolicyLocation()
public FutureResourcesSpecLocationPolicyLocation()FutureResourcesSpecLocationPolicyLocation(FutureResourcesSpecLocationPolicyLocation)
public FutureResourcesSpecLocationPolicyLocation(FutureResourcesSpecLocationPolicyLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
FutureResourcesSpecLocationPolicyLocation |
Properties
HasPreference
public bool HasPreference { get; }Gets whether the "preference" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Preference
public string Preference { get; set; }Preference for this location. Check the Preference enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|