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