ContainerNetworkInterfaceResponse

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)

Types

Link copied to clipboard
object Companion

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

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

Reference to the ip configuration on this container nic.

Link copied to clipboard
val name: String? = null

The name of the resource. This name can be used to access the resource.

Link copied to clipboard

The provisioning state of the container network interface resource.

Link copied to clipboard

Sub Resource type.