ContainerNetworkInterfaceConfiguration Class
Container network interface configuration child resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2018_08_01.models._models_py3.SubResourceContainerNetworkInterfaceConfiguration
Constructor
ContainerNetworkInterfaceConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, ip_configurations: typing.Union[typing.List[_ForwardRef('IPConfigurationProfile')], NoneType] = None, container_network_interfaces: typing.Union[typing.List[_ForwardRef('ContainerNetworkInterface')], 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.
- ip_configurations
- list[IPConfigurationProfile]
A list of ip configurations of the container network interface configuration.
- container_network_interfaces
- list[ContainerNetworkInterface]
A list of container network interfaces created from this container network interface configuration.
Variables
- type
- str
Sub Resource type.
- provisioning_state
- str
The provisioning state of the resource.
Feedback
Submit and view feedback for