ManagedClusterManagedOutboundIpProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterManagedOutboundIpProfile
- com.
Implements
public final class ManagedClusterManagedOutboundIpProfile
implements JsonSerializable<ManagedClusterManagedOutboundIpProfile>
Profile of the managed outbound IP resources of the managed cluster.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterManagedOutboundIpProfile() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
count()
Get the count property: The desired number of outbound IPs created/managed by Azure. |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withCount(Integer count)
Set the count property: The desired number of outbound IPs created/managed by Azure. |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterManagedOutboundIpProfile
public ManagedClusterManagedOutboundIpProfile()
Creates an instance of ManagedClusterManagedOutboundIpProfile class.
Method Details
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:
fromJson
public static ManagedClusterManagedOutboundIpProfile fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterManagedOutboundIpProfile from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
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:
Returns:
Applies to
Azure SDK for Java