IpFirewallRuleInfoInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. synapse. fluent. models. IpFirewallRuleInfoInner
- com.
- com.
public final class IpFirewallRuleInfoInner
extends ProxyResource
IP firewall rule.
Constructor Summary
| Constructor | Description |
|---|---|
| IpFirewallRuleInfoInner() |
Creates an instance of Ip |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
endIpAddress()
Get the end |
|
static
Ip |
fromJson(JsonReader jsonReader)
Reads an instance of Ip |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
startIpAddress()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Ip |
withEndIpAddress(String endIpAddress)
Set the end |
|
Ip |
withStartIpAddress(String startIpAddress)
Set the start |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
IpFirewallRuleInfoInner
public IpFirewallRuleInfoInner()
Creates an instance of IpFirewallRuleInfoInner class.
Method Details
endIpAddress
public String 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.
Returns:
fromJson
public static IpFirewallRuleInfoInner fromJson(JsonReader jsonReader)
Reads an instance of IpFirewallRuleInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
IpFirewallRuleInfoInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
IpFirewallRuleInfoInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Resource provisioning state.
Returns:
startIpAddress
public String startIpAddress()
Get the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
IpFirewallRuleInfoInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
IpFirewallRuleInfoInner.type()Returns:
validate
public void validate()
Validates the instance.
withEndIpAddress
public IpFirewallRuleInfoInner withEndIpAddress(String endIpAddress)
Set the endIpAddress property: The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress.
Parameters:
Returns:
withStartIpAddress
public IpFirewallRuleInfoInner withStartIpAddress(String startIpAddress)
Set the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format.
Parameters:
Returns: