GetNatFirewallsResult

data class GetNatFirewallsResult(val firewalls: List<GetNatFirewallsFirewall>, val id: String, val ids: List<String>, val lang: String? = null, val memberUid: Int? = null, val natGatewayId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val proxyId: String? = null, val proxyName: String? = null, val regionNo: String? = null, val status: String? = null, val vpcId: String? = null)

A collection of values returned by getNatFirewalls.

Constructors

Link copied to clipboard
constructor(firewalls: List<GetNatFirewallsFirewall>, id: String, ids: List<String>, lang: String? = null, memberUid: Int? = null, natGatewayId: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, proxyId: String? = null, proxyName: String? = null, regionNo: String? = null, status: String? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Nat Firewall Entries. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Nat Firewall IDs.

Link copied to clipboard
val lang: String? = null
Link copied to clipboard
val memberUid: Int? = null

Member Account ID

Link copied to clipboard
val natGatewayId: String? = null

NAT gateway ID

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val proxyId: String? = null

NAT firewall ID

Link copied to clipboard
val proxyName: String? = null

NAT firewall name

Link copied to clipboard
val regionNo: String? = null
Link copied to clipboard
val status: String? = null
Link copied to clipboard
val vpcId: String? = null

The ID of the VPC instance.