GetNetworksResult

data class GetNetworksResult(val cidrBlock: String? = null, val dhcpOptionsSetId: String? = null, val dryRun: Boolean? = null, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val isDefault: Boolean? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val totalCount: Int, val vpcName: String? = null, val vpcOwnerId: Int? = null, val vpcs: List<GetNetworksVpc>, val vswitchId: String? = null)

A collection of values returned by getNetworks.

Constructors

Link copied to clipboard
constructor(cidrBlock: String? = null, dhcpOptionsSetId: String? = null, dryRun: Boolean? = null, enableDetails: Boolean? = null, id: String, ids: List<String>, isDefault: Boolean? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null, totalCount: Int, vpcName: String? = null, vpcOwnerId: Int? = null, vpcs: List<GetNetworksVpc>, vswitchId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidrBlock: String? = null

CIDR block of the VPC.

Link copied to clipboard

The ID of the DHCP options set.

Link copied to clipboard
val dryRun: Boolean? = null
Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of VPC IDs.

Link copied to clipboard
val isDefault: Boolean? = null

Whether the VPC is the default VPC in the region.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of VPC names.

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 resourceGroupId: String? = null
Link copied to clipboard
val status: String? = null

Status of the VPC.

Link copied to clipboard
val tags: Map<String, String>? = null

A map of tags assigned to the VPC.

Link copied to clipboard
Link copied to clipboard
val vpcName: String? = null

Name of the VPC.

Link copied to clipboard
val vpcOwnerId: Int? = null
Link copied to clipboard

A list of VPCs. Each element contains the following attributes:

Link copied to clipboard
val vswitchId: String? = null