VnetConfigurationResponse

data class VnetConfigurationResponse(val dockerBridgeCidr: String? = null, val infrastructureSubnetId: String? = null, val internal: Boolean? = null, val platformReservedCidr: String? = null, val platformReservedDnsIP: String? = null)

Configuration properties for apps environment to join a Virtual Network

Constructors

Link copied to clipboard
constructor(dockerBridgeCidr: String? = null, infrastructureSubnetId: String? = null, internal: Boolean? = null, platformReservedCidr: String? = null, platformReservedDnsIP: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.

Link copied to clipboard

Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.

Link copied to clipboard
val internal: Boolean? = null

Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property

Link copied to clipboard

IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.

Link copied to clipboard

An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.