ContainerNetworkInterfaceConfigurationResponse

data class ContainerNetworkInterfaceConfigurationResponse(val containerNetworkInterfaces: List<SubResourceResponse>? = null, val etag: String, val id: String? = null, val ipConfigurations: List<IPConfigurationProfileResponse>? = null, val name: String? = null, val provisioningState: String, val type: String)

Container network interface configuration child resource.

Constructors

constructor(containerNetworkInterfaces: List<SubResourceResponse>? = null, etag: String, id: String? = null, ipConfigurations: List<IPConfigurationProfileResponse>? = null, name: String? = null, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of container network interfaces created from this container network interface configuration.

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

A list of ip configurations of the container network interface configuration.

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 configuration resource.

Link copied to clipboard

Sub Resource type.