ManagedClusterNATGatewayProfileOutboundIpPrefixes Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterNATGatewayProfileOutboundIpPrefixes
- com.
Implements
public final class ManagedClusterNATGatewayProfileOutboundIpPrefixes
implements JsonSerializable<ManagedClusterNATGatewayProfileOutboundIpPrefixes>
The ManagedClusterNATGatewayProfileOutboundIpPrefixes model.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedClusterNATGatewayProfileOutboundIpPrefixes() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| List<String> |
publicIPPrefixes()
Get the public |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withPublicIPPrefixes(List<String> publicIPPrefixes)
Set the public |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterNATGatewayProfileOutboundIpPrefixes
public ManagedClusterNATGatewayProfileOutboundIpPrefixes()
Creates an instance of ManagedClusterNATGatewayProfileOutboundIpPrefixes class.
Method Details
fromJson
public static ManagedClusterNATGatewayProfileOutboundIpPrefixes fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterNATGatewayProfileOutboundIpPrefixes from the JsonReader.
Parameters:
Returns:
Throws:
publicIPPrefixes
public List<String> publicIPPrefixes()
Get the publicIPPrefixes property: A list of public IP prefix resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPublicIPPrefixes
public ManagedClusterNATGatewayProfileOutboundIpPrefixes withPublicIPPrefixes(List<String> publicIPPrefixes)
Set the publicIPPrefixes property: A list of public IP prefix resources.
Parameters:
Returns: