Get Vpc Firewall Cens Result
data class GetVpcFirewallCensResult(val cenId: String? = null, val cens: List<GetVpcFirewallCensCen>, val id: String, val ids: List<String>, val lang: String? = null, val memberUid: String? = null, val networkInstanceId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null, val vpcFirewallId: String? = null, val vpcFirewallName: String? = null)
A collection of values returned by getVpcFirewallCens.
Constructors
Link copied to clipboard
constructor(cenId: String? = null, cens: List<GetVpcFirewallCensCen>, id: String, ids: List<String>, lang: String? = null, memberUid: String? = null, networkInstanceId: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, status: String? = null, vpcFirewallId: String? = null, vpcFirewallName: String? = null)
Properties
Link copied to clipboard
A list of Vpc Firewall Cen Entries. Each element contains the following attributes:
Link copied to clipboard
The ID of the VPC instance that created the VPC firewall.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
VPC firewall ID
Link copied to clipboard
The name of the VPC firewall instance.