public sealed class Subsetting : IMessage<Subsetting>, IEquatable<Subsetting>, IDeepCloneable<Subsetting>, IBufferMessage, IMessage
Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and Traffic Director.
Implements
IMessage<Subsetting>, IEquatable<Subsetting>, IDeepCloneable<Subsetting>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
Subsetting()
public Subsetting()
Subsetting(Subsetting)
public Subsetting(Subsetting other)
Parameter | |
---|---|
Name | Description |
other | Subsetting |
Properties
HasPolicy
public bool HasPolicy { get; }
Gets whether the "policy" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Policy
public string Policy { get; set; }
Check the Policy enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
String |