Class Filter
Filter matches L4 traffic.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class Filter : IDirectResponseSchema
Properties
DestRange
Optional. The destination IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4.
Declaration
[JsonProperty("destRange")]
public virtual string DestRange { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpProtocol
Optional. The IP protocol that this policy-based route applies to. Valid values are 'TCP', 'UDP', and 'ALL'. Default is 'ALL'.
Declaration
[JsonProperty("ipProtocol")]
public virtual string IpProtocol { get; set; }
Property Value
Type | Description |
---|---|
string |
ProtocolVersion
Required. Internet protocol versions this policy-based route applies to. For this version, only IPV4 is supported. IPV6 is supported in preview.
Declaration
[JsonProperty("protocolVersion")]
public virtual string ProtocolVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
SrcRange
Optional. The source IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4.
Declaration
[JsonProperty("srcRange")]
public virtual string SrcRange { get; set; }
Property Value
Type | Description |
---|---|
string |