GetNetworkResult

data class GetNetworkResult(val description: String, val gatewayIpv4: String, val id: String, val internalIpv6Range: String, val name: String, val networkId: Int, val networkProfile: String? = null, val numericId: String, val project: String? = null, val selfLink: String, val subnetworksSelfLinks: List<String>)

A collection of values returned by getNetwork.

Constructors

Link copied to clipboard
constructor(description: String, gatewayIpv4: String, id: String, internalIpv6Range: String, name: String, networkId: Int, networkProfile: String? = null, numericId: String, project: String? = null, selfLink: String, subnetworksSelfLinks: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of this network.

Link copied to clipboard

The IP address of the gateway.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ula internal ipv6 range assigned to this network.

Link copied to clipboard
Link copied to clipboard

The numeric unique identifier for the resource.

Link copied to clipboard
val networkProfile: String? = null

A full or partial URL of the network profile to apply to this network.

Link copied to clipboard

(Deprecated) The numeric unique identifier for the resource. numeric_id is deprecated and will be removed in a future major release. Use network_id instead.

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

The URI of the resource.

Link copied to clipboard

the list of subnetworks which belong to the network