GetSubnetworksResult

data class GetSubnetworksResult(val filter: String? = null, val id: String, val project: String? = null, val region: String? = null, val subnetworks: List<GetSubnetworksSubnetwork>)

A collection of values returned by getSubnetworks.

Constructors

Link copied to clipboard
constructor(filter: String? = null, id: String, project: String? = null, region: String? = null, subnetworks: List<GetSubnetworksSubnetwork>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filter: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val project: String? = null
Link copied to clipboard
val region: String? = null
Link copied to clipboard

A list of all retrieved GCE subnetworks. Structure is defined below.