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.v2019_12_01.models._models_py3.SubResourceContainerNetworkInterface
Constructor
ContainerNetworkInterface(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, container: typing.Union[_ForwardRef('SubResource'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
The name of the resource. This name can be used to access the resource.
- container
- SubResource
Reference to the container to which this container network interface is attached.
Variables
- type
- str
Sub Resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- container_network_interface_configuration
- ContainerNetworkInterfaceConfiguration
Container network interface configuration from which this container network interface is created.
- ip_configurations
- list[ContainerNetworkInterfaceIpConfiguration]
Reference to the ip configuration on this container nic.
- provisioning_state
- str or ProvisioningState
The provisioning state of the container network interface resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for