GetSubnetsResult

data class GetSubnetsResult(val id: String, val ids: List<String>, 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 subnetId: String? = null, val subnetName: String? = null, val subnets: List<GetSubnetsSubnet>, val type: String? = null, val vpdId: String? = null, val zoneId: String? = null)

A collection of values returned by getSubnets.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, status: String? = null, subnetId: String? = null, subnetName: String? = null, subnets: List<GetSubnetsSubnet>, type: String? = null, vpdId: String? = null, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

A list of name of Subnets.

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

Resource Group ID.

Link copied to clipboard
val status: String? = null

The status of the resource.

Link copied to clipboard
val subnetId: String? = null

The Eflo subnet ID.

Link copied to clipboard
val subnetName: String? = null

The Subnet name.

Link copied to clipboard

A list of Subnet Entries. Each element contains the following attributes:

Link copied to clipboard
val type: String? = null

Eflo subnet usage type.

Link copied to clipboard
val vpdId: String? = null

Eflo VPD ID.

Link copied to clipboard
val zoneId: String? = null

The zone ID of the resource.