GetVpcFirewallsFirewall

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)

Constructors

Link copied to clipboard
constructor(bandwidth: Int, connectType: String, id: String, localVpcs: List<GetVpcFirewallsFirewallLocalVpc>, peerVpcs: List<GetVpcFirewallsFirewallPeerVpc>, regionStatus: String, status: String, vpcFirewallId: String, vpcFirewallName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bandwidth specifications for high-speed channels. Unit: Mbps.

Link copied to clipboard

The communication type of the VPC firewall. Valid value: expressconnect, which indicates Express Connect.

Link copied to clipboard
val id: String

The name of the VPC firewall instance and the value same as vpc_firewall_id.

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 status of the resource

Link copied to clipboard

The ID of the VPC firewall instance.

Link copied to clipboard

The name of the VPC firewall instance.