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
fun ContainerNetworkInterfaceResponse(container: ContainerResponse? = null, containerNetworkInterfaceConfiguration: ContainerNetworkInterfaceConfigurationResponse, etag: String, id: String? = null, ipConfigurations: List<ContainerNetworkInterfaceIpConfigurationResponse>, name: String? = null, provisioningState: String, type: String)