NetworkArgs

data class NetworkArgs(val delegatedSubnetResourceId: Output<String>? = null, val privateDnsZoneResourceId: Output<String>? = null, val publicNetworkAccess: Output<Either<String, EnableStatusEnum>>? = null) : ConvertibleToJava<NetworkArgs>

Network related properties of a server

Constructors

Link copied to clipboard
constructor(delegatedSubnetResourceId: Output<String>? = null, privateDnsZoneResourceId: Output<String>? = null, publicNetworkAccess: Output<Either<String, EnableStatusEnum>>? = null)

Properties

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

Delegated subnet resource id used to setup vnet for a server.

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

Private DNS zone resource id.

Link copied to clipboard
val publicNetworkAccess: Output<Either<String, EnableStatusEnum>>? = null

Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.

Functions

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