GetNetworkResult

data class GetNetworkResult(val arn: String? = null, val associatedClusterIds: List<String>? = null, val id: String? = null, val ipPools: List<NetworkIpPool>? = null, val name: String? = null, val routes: List<NetworkRoute>? = null, val state: NetworkState? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, associatedClusterIds: List<String>? = null, id: String? = null, ipPools: List<NetworkIpPool>? = null, name: String? = null, routes: List<NetworkRoute>? = null, state: NetworkState? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the Network.

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

The unique ID of the Network.

Link copied to clipboard
val ipPools: List<NetworkIpPool>? = null

The list of IP address cidr pools for the network

Link copied to clipboard
val name: String? = null

The user-specified name of the Network to be created.

Link copied to clipboard
val routes: List<NetworkRoute>? = null

The routes for the network

Link copied to clipboard
val state: NetworkState? = null

The current state of the Network.

Link copied to clipboard
val tags: List<Tag>? = null

A collection of key-value pairs.