public class ContainerNetworkInterfaceConfiguration
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ContainerNetworkInterfaceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<com.azure.core.management.SubResource> |
containerNetworkInterfaces()
Get the containerNetworkInterfaces property: A list of container network interfaces created from this container
network interface configuration.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
List<IpConfigurationProfileInner> |
ipConfigurations()
Get the ipConfigurations property: A list of ip configurations of the container network interface configuration.
|
String |
name()
Get the name property: The name of the resource.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the container network interface configuration
resource.
|
String |
type()
Get the type property: Sub Resource type.
|
void |
validate()
Validates the instance.
|
ContainerNetworkInterfaceConfiguration |
withContainerNetworkInterfaces(List<com.azure.core.management.SubResource> containerNetworkInterfaces)
Set the containerNetworkInterfaces property: A list of container network interfaces created from this container
network interface configuration.
|
ContainerNetworkInterfaceConfiguration |
withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations)
Set the ipConfigurations property: A list of ip configurations of the container network interface configuration.
|
ContainerNetworkInterfaceConfiguration |
withName(String name)
Set the name property: The name of the resource.
|
public ContainerNetworkInterfaceConfiguration()
public String name()
public ContainerNetworkInterfaceConfiguration withName(String name)
name - the name value to set.public String type()
public String etag()
public List<IpConfigurationProfileInner> ipConfigurations()
public ContainerNetworkInterfaceConfiguration withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations)
ipConfigurations - the ipConfigurations value to set.public List<com.azure.core.management.SubResource> containerNetworkInterfaces()
public ContainerNetworkInterfaceConfiguration withContainerNetworkInterfaces(List<com.azure.core.management.SubResource> containerNetworkInterfaces)
containerNetworkInterfaces - the containerNetworkInterfaces value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.