Class ContainerNetworkInterfaceConfigurationPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ContainerNetworkInterfaceConfigurationPropertiesFormat
Container network interface configuration properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerNetworkInterfaceConfigurationPropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionList<com.azure.core.management.SubResource>Get the containerNetworkInterfaces property: A list of container network interfaces created from this container network interface configuration.Get the ipConfigurations property: A list of ip configurations of the container network interface configuration.Get the provisioningState property: The provisioning state of the container network interface configuration resource.voidvalidate()Validates the instance.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.withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations) Set the ipConfigurations property: A list of ip configurations of the container network interface configuration.
-
Constructor Details
-
ContainerNetworkInterfaceConfigurationPropertiesFormat
public ContainerNetworkInterfaceConfigurationPropertiesFormat()Creates an instance of ContainerNetworkInterfaceConfigurationPropertiesFormat class.
-
-
Method Details
-
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
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
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.
-