TeamsLocationNetworkArgs

data class TeamsLocationNetworkArgs(val id: Output<String>? = null, val network: Output<String>) : ConvertibleToJava<TeamsLocationNetworkArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, network: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>? = null

The ID of this resource.

Link copied to clipboard
val network: Output<String>

CIDR notation representation of the network IP.

Functions

Link copied to clipboard
open override fun toJava(): TeamsLocationNetworkArgs