Vnet Configuration Args
data class VnetConfigurationArgs(val dockerBridgeCidr: Output<String>? = null, val infrastructureSubnetId: Output<String>? = null, val internal: Output<Boolean>? = null, val platformReservedCidr: Output<String>? = null, val platformReservedDnsIP: Output<String>? = null) : ConvertibleToJava<VnetConfigurationArgs>
Configuration properties for apps environment to join a Virtual Network
Constructors
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
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.