Class ContainerNetworkInterfaceConfigurationPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ContainerNetworkInterfaceConfigurationPropertiesFormat
-
public final class ContainerNetworkInterfaceConfigurationPropertiesFormat extends Object
Container network interface configuration properties.
-
-
Constructor Summary
Constructors Constructor Description ContainerNetworkInterfaceConfigurationPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.List<IpConfigurationProfileInner>ipConfigurations()Get the ipConfigurations property: A list of ip configurations of the container network interface configuration.ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the container network interface configuration resource.voidvalidate()Validates the instance.ContainerNetworkInterfaceConfigurationPropertiesFormatwithContainerNetworkInterfaces(List<com.azure.core.management.SubResource> containerNetworkInterfaces)Set the containerNetworkInterfaces property: A list of container network interfaces created from this container network interface configuration.ContainerNetworkInterfaceConfigurationPropertiesFormatwithIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations)Set the ipConfigurations property: A list of ip configurations of the container network interface configuration.
-
-
-
Method Detail
-
ipConfigurations
public List<IpConfigurationProfileInner> ipConfigurations()
Get the ipConfigurations property: A list of ip configurations of the container network interface configuration.- Returns:
- the ipConfigurations value.
-
withIpConfigurations
public ContainerNetworkInterfaceConfigurationPropertiesFormat withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations)
Set the ipConfigurations property: A list of ip configurations of the container network interface configuration.- Parameters:
ipConfigurations- the ipConfigurations value to set.- Returns:
- the ContainerNetworkInterfaceConfigurationPropertiesFormat object itself.
-
containerNetworkInterfaces
public List<com.azure.core.management.SubResource> containerNetworkInterfaces()
Get the containerNetworkInterfaces property: A list of container network interfaces created from this container network interface configuration.- Returns:
- the containerNetworkInterfaces value.
-
withContainerNetworkInterfaces
public ContainerNetworkInterfaceConfigurationPropertiesFormat 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.- Parameters:
containerNetworkInterfaces- the containerNetworkInterfaces value to set.- Returns:
- the ContainerNetworkInterfaceConfigurationPropertiesFormat object itself.
-
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the container network interface configuration resource.- Returns:
- the provisioningState value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-