Partager via


VnetConfiguration Class

Configuration properties for apps environment to join a Virtual Network.

Constructor

VnetConfiguration(*, internal: bool | None = None, infrastructure_subnet_id: str | None = None, docker_bridge_cidr: str | None = None, platform_reserved_cidr: str | None = None, platform_reserved_dns_ip: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
internal

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.

Default value: None
infrastructure_subnet_id
str

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

Default value: None
docker_bridge_cidr
str

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

Default value: None
platform_reserved_cidr
str

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

Default value: None
platform_reserved_dns_ip
str

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

Default value: None

Variables

Name Description
internal

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.

infrastructure_subnet_id
str

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

docker_bridge_cidr
str

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

platform_reserved_cidr
str

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

platform_reserved_dns_ip
str

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