GetNatFirewallsFirewall

data class GetNatFirewallsFirewall(val aliUid: Int, val id: String, val memberUid: Int, val natGatewayId: String, val natGatewayName: String, val natRouteEntryLists: List<GetNatFirewallsFirewallNatRouteEntryList>, val proxyId: String, val proxyName: String, val strictMode: Int, val vpcId: String)

Constructors

Link copied to clipboard
constructor(aliUid: Int, id: String, memberUid: Int, natGatewayId: String, natGatewayName: String, natRouteEntryLists: List<GetNatFirewallsFirewallNatRouteEntryList>, proxyId: String, proxyName: String, strictMode: Int, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aliUid: Int

Alibaba Cloud account ID

Link copied to clipboard
val id: String

The ID of the resource supplied above.

Link copied to clipboard

Member Account ID

Link copied to clipboard

NAT gateway ID

Link copied to clipboard

NAT Gateway name

Link copied to clipboard

The list of routes to be switched by the NAT gateway.

Link copied to clipboard

NAT firewall ID

Link copied to clipboard

NAT firewall name

Link copied to clipboard

Whether strict mode is enabled1-Enable strict mode0-Disable strict mode

Link copied to clipboard

The ID of the VPC instance.