Class ManagedClusterManagedOutboundIpProfile
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.ManagedClusterManagedOutboundIpProfile
-
public final class ManagedClusterManagedOutboundIpProfile extends Object
Profile of the managed outbound IP resources of the managed cluster.
-
-
Constructor Summary
Constructors Constructor Description ManagedClusterManagedOutboundIpProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercount()Get the count property: The desired number of outbound IPs created/managed by Azure.voidvalidate()Validates the instance.ManagedClusterManagedOutboundIpProfilewithCount(Integer count)Set the count property: The desired number of outbound IPs created/managed by Azure.
-
-
-
Method Detail
-
count
public Integer count()
Get the count property: The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1.- Returns:
- the count value.
-
withCount
public ManagedClusterManagedOutboundIpProfile withCount(Integer count)
Set the count property: The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1.- Parameters:
count- the count value to set.- Returns:
- the ManagedClusterManagedOutboundIpProfile object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-