PolicyBasedRouteFilter

data class PolicyBasedRouteFilter(val destRange: String? = null, val ipProtocol: String? = null, val protocolVersion: String, val srcRange: String? = null)

Constructors

Link copied to clipboard
constructor(destRange: String? = null, ipProtocol: String? = null, protocolVersion: String, srcRange: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destRange: String? = null

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.

Link copied to clipboard
val ipProtocol: String? = null

The IP protocol that this policy-based route applies to. Valid values are 'TCP', 'UDP', and 'ALL'. Default is 'ALL'.

Link copied to clipboard

Internet protocol versions this policy-based route applies to. Possible values are: IPV4.

Link copied to clipboard
val srcRange: String? = null

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.