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.v2019_09_01.models._models_py3.SubResourceContainerNetworkInterfaceConfiguration
Constructor
ContainerNetworkInterfaceConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, ip_configurations: typing.Union[typing.List[_ForwardRef('IPConfigurationProfile')], NoneType] = None, container_network_interfaces: typing.Union[typing.List[_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.
- ip_configurations
- list[IPConfigurationProfile]
A list of ip configurations of the container network interface configuration.
- container_network_interfaces
- list[SubResource]
A list of container network interfaces created from this container network interface configuration.
Variables
- type
- str
Sub Resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- provisioning_state
- str or ProvisioningState
The provisioning state of the container network interface configuration resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for