ContainerNetworkInterface Class
Container network interface child resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceContainerNetworkInterface
Constructor
ContainerNetworkInterface(*, id: str | None = None, name: str | None = None, container: _models.Container | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource. This name can be used to access the resource. |
container
|
Reference to the container to which this container network interface is attached. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource. This name can be used to access the resource. |
type
|
Sub Resource type. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
container_network_interface_configuration
|
Container network interface configuration from which this container network interface is created. |
container
|
Reference to the container to which this container network interface is attached. |
ip_configurations
|
Reference to the ip configuration on this container nic. |
provisioning_state
|
The provisioning state of the container network interface resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python