VerificationIpFlowResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. VerificationIpFlowResultInner
- com.
Implements
public final class VerificationIpFlowResultInner
implements JsonSerializable<VerificationIpFlowResultInner>
Results of IP flow verification on the target resource.
Constructor Summary
Constructor | Description |
---|---|
VerificationIpFlowResultInner() |
Creates an instance of Verification |
Method Summary
Modifier and Type | Method and Description |
---|---|
Access |
access()
Get the access property: Indicates whether the traffic is allowed or denied. |
static
Verification |
fromJson(JsonReader jsonReader)
Reads an instance of Verification |
String |
ruleName()
Get the rule |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Verification |
withAccess(Access access)
Set the access property: Indicates whether the traffic is allowed or denied. |
Verification |
withRuleName(String ruleName)
Set the rule |
Methods inherited from java.lang.Object
Constructor Details
VerificationIpFlowResultInner
public VerificationIpFlowResultInner()
Creates an instance of VerificationIpFlowResultInner class.
Method Details
access
public Access access()
Get the access property: Indicates whether the traffic is allowed or denied.
Returns:
fromJson
public static VerificationIpFlowResultInner fromJson(JsonReader jsonReader)
Reads an instance of VerificationIpFlowResultInner from the JsonReader.
Parameters:
Returns:
Throws:
ruleName
public String ruleName()
Get the ruleName property: Name of the rule. If input is not matched against any security rule, it is not displayed.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAccess
public VerificationIpFlowResultInner withAccess(Access access)
Set the access property: Indicates whether the traffic is allowed or denied.
Parameters:
Returns:
withRuleName
public VerificationIpFlowResultInner withRuleName(String ruleName)
Set the ruleName property: Name of the rule. If input is not matched against any security rule, it is not displayed.
Parameters:
Returns:
Applies to
Azure SDK for Java