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.v2018_10_01.models._models_py3.SubResourceContainerNetworkInterface
Constructor
ContainerNetworkInterface(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, container_network_interface_configuration: typing.Union[_ForwardRef('ContainerNetworkInterfaceConfiguration'), NoneType] = None, container: typing.Union[_ForwardRef('SubResource'), NoneType] = None, ip_configurations: typing.Union[typing.List[_ForwardRef('ContainerNetworkInterfaceIpConfiguration')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
The name of the resource. This name can be used to access the resource.
- 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.
- container
- SubResource
Reference to the container to which this container network interface is attached.
- ip_configurations
- list[ContainerNetworkInterfaceIpConfiguration]
Reference to the ip configuration on this container nic.
Variables
- type
- str
Sub Resource type.
- provisioning_state
- str
The provisioning state of the resource.
Feedback
Submit and view feedback for