GetIpv6EgressRulesRule

data class GetIpv6EgressRulesRule(val description: String, val id: String, val instanceId: String, val instanceType: String, val ipv6EgressRuleId: String, val ipv6EgressRuleName: String, val ipv6GatewayId: String, val status: String)

Constructors

Link copied to clipboard
constructor(description: String, id: String, instanceId: String, instanceType: String, ipv6EgressRuleId: String, ipv6EgressRuleName: String, ipv6GatewayId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the egress-only rule.

Link copied to clipboard
val id: String

The ID of the Ipv6 Egress Rule. The value formats as <ipv6_gateway_id>:<ipv6_egress_rule_id>.

Link copied to clipboard

The ID of the instance to which the egress-only rule is applied.

Link copied to clipboard

The type of the instance to which the egress-only rule is applied.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The ID of the IPv6 gateway.

Link copied to clipboard

The status of the resource. Valid values: Available, Pending and Deleting.