Container Network Interface Response
data class ContainerNetworkInterfaceResponse(val container: ContainerResponse? = null, val containerNetworkInterfaceConfiguration: ContainerNetworkInterfaceConfigurationResponse, val etag: String, val id: String? = null, val ipConfigurations: List<ContainerNetworkInterfaceIpConfigurationResponse>, val name: String? = null, val provisioningState: String, val type: String)
Container network interface child resource.
Constructors
Link copied to clipboard
constructor(container: ContainerResponse? = null, containerNetworkInterfaceConfiguration: ContainerNetworkInterfaceConfigurationResponse, etag: String, id: String? = null, ipConfigurations: List<ContainerNetworkInterfaceIpConfigurationResponse>, name: String? = null, provisioningState: String, type: String)
Properties
Link copied to clipboard
Reference to the container to which this container network interface is attached.
Link copied to clipboard
Container network interface configuration from which this container network interface is created.
Link copied to clipboard
Reference to the ip configuration on this container nic.
Link copied to clipboard
The provisioning state of the container network interface resource.