ContainerNetworkInterfacePropertiesFormatOutput interface
Properties of container network interface.
Properties
| container | Reference to the container to which this container network interface is attached. |
| container |
Container network interface configuration from which this container network interface is created. |
| ip |
Reference to the ip configuration on this container nic. |
| provisioning |
The provisioning state of the container network interface resource. |
Property Details
container
Reference to the container to which this container network interface is attached.
container?: ContainerOutput
Property Value
containerNetworkInterfaceConfiguration
Container network interface configuration from which this container network interface is created.
containerNetworkInterfaceConfiguration?: ContainerNetworkInterfaceConfigurationOutput
Property Value
ipConfigurations
Reference to the ip configuration on this container nic.
ipConfigurations?: ContainerNetworkInterfaceIpConfigurationOutput[]
Property Value
provisioningState
The provisioning state of the container network interface resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"