Compute Engine v1 API - Class Subsetting (2.5.0)

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

Reference documentation and code samples for the Compute Engine v1 API class Subsetting.

Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and Traffic Director.

Inheritance

Object > Subsetting

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

Subsetting()

public Subsetting()

Subsetting(Subsetting)

public Subsetting(Subsetting other)
Parameter
NameDescription
otherSubsetting

Properties

HasPolicy

public bool HasPolicy { get; }

Gets whether the "policy" field is set

Property Value
TypeDescription
Boolean

Policy

public string Policy { get; set; }

Check the Policy enum for the list of possible values.

Property Value
TypeDescription
String