Class FirewallRuleInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.models.ResourceWithWritableName
com.azure.resourcemanager.sql.models.ProxyResourceWithWritableName
com.azure.resourcemanager.sql.fluent.models.FirewallRuleInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
A server firewall rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the endIpAddress property: The end IP address of the firewall rule.static FirewallRuleInnerfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallRuleInner from the JsonReader.id()Get the id property: Fully qualified resource Id for the resource.Get the startIpAddress property: The start IP address of the firewall rule.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) type()Get the type property: The type of the resource.voidvalidate()Validates the instance.withEndIpAddress(String endIpAddress) Set the endIpAddress property: The end IP address of the firewall rule.Set the name property: Resource name.withStartIpAddress(String startIpAddress) Set the startIpAddress property: The start IP address of the firewall rule.Methods inherited from class ResourceWithWritableName
nameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
FirewallRuleInner
public FirewallRuleInner()Creates an instance of FirewallRuleInner class.
-
-
Method Details
-
type
Get the type property: The type of the resource.- Overrides:
typein classProxyResourceWithWritableName- Returns:
- the type value.
-
id
Get the id property: Fully qualified resource Id for the resource.- Overrides:
idin classProxyResourceWithWritableName- Returns:
- the id value.
-
withName
Set the name property: Resource name.- Overrides:
withNamein classProxyResourceWithWritableName- Parameters:
name- the name value to set.- Returns:
- the ResourceWithWritableName object itself.
-
startIpAddress
Get the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' for all Azure-internal IP addresses.- Returns:
- the startIpAddress value.
-
withStartIpAddress
Set the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' for all Azure-internal IP addresses.- Parameters:
startIpAddress- the startIpAddress value to set.- Returns:
- the FirewallRuleInner object itself.
-
endIpAddress
Get the endIpAddress property: The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress. Use value '0.0.0.0' for all Azure-internal IP addresses.- Returns:
- the endIpAddress value.
-
withEndIpAddress
Set the endIpAddress property: The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress. Use value '0.0.0.0' for all Azure-internal IP addresses.- Parameters:
endIpAddress- the endIpAddress value to set.- Returns:
- the FirewallRuleInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classProxyResourceWithWritableName- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>- Overrides:
toJsonin classProxyResourceWithWritableName- Throws:
IOException
-
fromJson
Reads an instance of FirewallRuleInner from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of FirewallRuleInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException- If the deserialized JSON object was missing any required properties.IOException- If an error occurs while reading the FirewallRuleInner.
-