Show / Hide Table of Contents

Class NetworkPolicyTrafficClassificationRuleAction

Inheritance
object
NetworkPolicyTrafficClassificationRuleAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class NetworkPolicyTrafficClassificationRuleAction : IDirectResponseSchema

Properties

DscpMode

DSCP mode. When set to AUTO, the DSCP value will be picked automatically based on selected trafficClass. Otherwise,dscpValue needs to be explicitly specified.

Declaration
[JsonProperty("dscpMode")]
public virtual string DscpMode { get; set; }
Property Value
Type Description
string

DscpValue

Custom DSCP value from 0-63 range.

Declaration
[JsonProperty("dscpValue")]
public virtual int? DscpValue { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TrafficClass

The traffic class that should be applied to the matching packet.

Declaration
[JsonProperty("trafficClass")]
public virtual string TrafficClass { get; set; }
Property Value
Type Description
string

Type

Always "apply_traffic_classification" for traffic classification rules.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX