HubPublicIpAddresses Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. HubPublicIpAddresses
- com.
Implements
public final class HubPublicIpAddresses
implements JsonSerializable<HubPublicIpAddresses>
Public IP addresses associated with azure firewall.
Constructor Summary
| Constructor | Description |
|---|---|
| HubPublicIpAddresses() |
Creates an instance of Hub |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Azure |
addresses()
Get the addresses property: The list of Public IP addresses associated with azure firewall or IP addresses to be retained. |
| Integer |
count()
Get the count property: The number of Public IP addresses associated with azure firewall. |
|
static
Hub |
fromJson(JsonReader jsonReader)
Reads an instance of Hub |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Hub |
withAddresses(List<AzureFirewallPublicIpAddress> addresses)
Set the addresses property: The list of Public IP addresses associated with azure firewall or IP addresses to be retained. |
|
Hub |
withCount(Integer count)
Set the count property: The number of Public IP addresses associated with azure firewall. |
Methods inherited from java.lang.Object
Constructor Details
HubPublicIpAddresses
public HubPublicIpAddresses()
Creates an instance of HubPublicIpAddresses class.
Method Details
addresses
public List<AzureFirewallPublicIpAddress> addresses()
Get the addresses property: The list of Public IP addresses associated with azure firewall or IP addresses to be retained.
Returns:
count
public Integer count()
Get the count property: The number of Public IP addresses associated with azure firewall.
Returns:
fromJson
public static HubPublicIpAddresses fromJson(JsonReader jsonReader)
Reads an instance of HubPublicIpAddresses from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAddresses
public HubPublicIpAddresses withAddresses(List<AzureFirewallPublicIpAddress> addresses)
Set the addresses property: The list of Public IP addresses associated with azure firewall or IP addresses to be retained.
Parameters:
Returns:
withCount
public HubPublicIpAddresses withCount(Integer count)
Set the count property: The number of Public IP addresses associated with azure firewall.
Parameters:
Returns: