HubIpAddresses Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. HubIpAddresses
- com.
Implements
public final class HubIpAddresses
implements JsonSerializable<HubIpAddresses>
IP addresses associated with azure firewall.
Constructor Summary
Constructor | Description |
---|---|
HubIpAddresses() |
Creates an instance of Hub |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Hub |
fromJson(JsonReader jsonReader)
Reads an instance of Hub |
String |
privateIpAddress()
Get the private |
Hub |
publicIPs()
Get the public |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Hub |
withPrivateIpAddress(String privateIpAddress)
Set the private |
Hub |
withPublicIPs(HubPublicIpAddresses publicIPs)
Set the public |
Methods inherited from java.lang.Object
Constructor Details
HubIpAddresses
public HubIpAddresses()
Creates an instance of HubIpAddresses class.
Method Details
fromJson
public static HubIpAddresses fromJson(JsonReader jsonReader)
Reads an instance of HubIpAddresses from the JsonReader.
Parameters:
Returns:
Throws:
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: Private IP Address associated with azure firewall.
Returns:
publicIPs
public HubPublicIpAddresses publicIPs()
Get the publicIPs property: Public IP addresses associated with azure firewall.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPrivateIpAddress
public HubIpAddresses withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: Private IP Address associated with azure firewall.
Parameters:
Returns:
withPublicIPs
public HubIpAddresses withPublicIPs(HubPublicIpAddresses publicIPs)
Set the publicIPs property: Public IP addresses associated with azure firewall.
Parameters:
Returns:
Applies to
Azure SDK for Java