Get Vpc Firewalls Firewall
data class GetVpcFirewallsFirewall(val bandwidth: Int, val connectType: String, val id: String, val localVpcs: List<GetVpcFirewallsFirewallLocalVpc>, val peerVpcs: List<GetVpcFirewallsFirewallPeerVpc>, val regionStatus: String, val status: String, val vpcFirewallId: String, val vpcFirewallName: String)
Properties
Link copied to clipboard
The communication type of the VPC firewall. Valid value: expressconnect, which indicates Express Connect.
Link copied to clipboard
The details of the local VPC.
Link copied to clipboard
The details of the peer VPC.
Link copied to clipboard
The region is open. Value:-enable: is enabled, indicating that VPC firewall can be configured in this region.-disable: indicates that VPC firewall cannot be configured in this region.
Link copied to clipboard
The ID of the VPC firewall instance.
Link copied to clipboard
The name of the VPC firewall instance.