GetNetworksNetwork

data class GetNetworksNetwork(val cidrBlock: String, val description: String, val id: String, val isDefault: Boolean, val name: String)

Constructors

Link copied to clipboard
constructor(cidrBlock: String, description: String, id: String, isDefault: Boolean, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CidrBlock of the CCN instance.

Link copied to clipboard
Link copied to clipboard
val id: String

ID of the CCN instance.

Link copied to clipboard

IsDefault of the CCN instance.

Link copied to clipboard

Name of the CCN instance.