GetNetworksVpc

data class GetNetworksVpc(val cidrBlock: String, val creationTime: String, val description: String, val dhcpOptionsSetId: String, val dhcpOptionsSetStatus: String, val dnsHostnameStatus: String, val id: String, val ipv6CidrBlock: String, val isDefault: Boolean, val regionId: String, val resourceGroupId: String, val routeTableId: String, val routerId: String, val secondaryCidrBlocks: List<String>, val status: String, val tags: Map<String, String>, val userCidrs: List<String>, val vpcId: String, val vpcName: String, val vrouterId: String, val vswitchIds: List<String>)

Constructors

Link copied to clipboard
constructor(cidrBlock: String, creationTime: String, description: String, dhcpOptionsSetId: String, dhcpOptionsSetStatus: String, dnsHostnameStatus: String, id: String, ipv6CidrBlock: String, isDefault: Boolean, regionId: String, resourceGroupId: String, routeTableId: String, routerId: String, secondaryCidrBlocks: List<String>, status: String, tags: Map<String, String>, userCidrs: List<String>, vpcId: String, vpcName: String, vrouterId: String, vswitchIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Filter results by a specific CIDR block. For example: "172.16.0.0/12".

Link copied to clipboard

Time of creation.

Link copied to clipboard

Description of the VPC

Link copied to clipboard

The ID of dhcp options set.

Link copied to clipboard

The status of the DHCP options set. Valid values: Available, InUse, Deleted, Pending.

Link copied to clipboard

Indicates whether the Domain Name System (DNS) feature is enabled.

Link copied to clipboard
val id: String

ID of the VPC.

Link copied to clipboard

The IPv6 CIDR block of the VPC.

Link copied to clipboard

Indicate whether the VPC is the default one in the specified region.

Link copied to clipboard

ID of the region where the VPC is located.

Link copied to clipboard

The Id of resource group which VPC belongs.

Link copied to clipboard

The ID of the VRouter.

Link copied to clipboard

Route table ID of the VRouter.

Link copied to clipboard

A list of secondary IPv4 CIDR blocks of the VPC.

Link copied to clipboard

Filter results by a specific status. Valid value are Pending and Available.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

A list of user CIDRs.

Link copied to clipboard

ID of the VPC.

Link copied to clipboard

The name of the VPC.

Link copied to clipboard

ID of the VRouter.

Link copied to clipboard

List of vSwitch IDs in the specified VPC