ContainerNetworkInterfaceConfigurationPropertiesFormat Class

Container network interface configuration properties.

Constructor

ContainerNetworkInterfaceConfigurationPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
ip_configurations

A list of ip configurations of the container network interface configuration.

container_network_interfaces

A list of container network interfaces created from this container network interface configuration.

provisioning_state

The provisioning state of the container network interface configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Attributes

container_network_interfaces

A list of container network interfaces created from this container network interface configuration.

container_network_interfaces: list['_models.SubResource'] | None

ip_configurations

A list of ip configurations of the container network interface configuration.

ip_configurations: list['_models.IPConfigurationProfile'] | None

provisioning_state

The provisioning state of the container network interface configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None