public class ContainerNetworkInterface
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
ContainerNetworkInterface() |
| Modifier and Type | Method and Description |
|---|---|
Container |
container()
Get reference to the container to which this container network interface is attached.
|
ContainerNetworkInterfaceConfiguration |
containerNetworkInterfaceConfiguration()
Get container network interface configuration from which this container network interface is created.
|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
List<ContainerNetworkInterfaceIpConfiguration> |
ipConfigurations()
Get reference to the ip configuration on this container nic.
|
String |
name()
Get the name of the resource.
|
String |
provisioningState()
Get the provisioning state of the resource.
|
String |
type()
Get sub Resource type.
|
ContainerNetworkInterface |
withContainer(Container container)
Set reference to the container to which this container network interface is attached.
|
ContainerNetworkInterface |
withContainerNetworkInterfaceConfiguration(ContainerNetworkInterfaceConfiguration containerNetworkInterfaceConfiguration)
Set container network interface configuration from which this container network interface is created.
|
ContainerNetworkInterface |
withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
ContainerNetworkInterface |
withIpConfigurations(List<ContainerNetworkInterfaceIpConfiguration> ipConfigurations)
Set reference to the ip configuration on this container nic.
|
ContainerNetworkInterface |
withName(String name)
Set the name of the resource.
|
public ContainerNetworkInterfaceConfiguration containerNetworkInterfaceConfiguration()
public ContainerNetworkInterface withContainerNetworkInterfaceConfiguration(ContainerNetworkInterfaceConfiguration containerNetworkInterfaceConfiguration)
containerNetworkInterfaceConfiguration - the containerNetworkInterfaceConfiguration value to setpublic Container container()
public ContainerNetworkInterface withContainer(Container container)
container - the container value to setpublic List<ContainerNetworkInterfaceIpConfiguration> ipConfigurations()
public ContainerNetworkInterface withIpConfigurations(List<ContainerNetworkInterfaceIpConfiguration> ipConfigurations)
ipConfigurations - the ipConfigurations value to setpublic String provisioningState()
public String name()
public ContainerNetworkInterface withName(String name)
name - the name value to setpublic String type()
public String etag()
public ContainerNetworkInterface withEtag(String etag)
etag - the etag value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/