AccessControlRule
- Print
- PDF
AccessControlRule
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is an access control rule.
Syntax
The syntax is as follows.
private String accessControlRuleConfigurationNo;
private CommonCode protocolType;
private String sourceIp;
private String sourceAccessControlRuleConfigurationNo;
private String sourceAccessControlRuleName;
private String destinationPort;
private String accessControlRuleDescription;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
accessControlRuleConfigurationNo | String | Required | Access control group setting number
|
protocolType | CommonCode | Required | Protocol classification in the access control rule
|
sourceIp | String | Optional | Source IP accessing the access control group |
sourceAccessControlRuleConfigurationNo | String | Optional | Source access control group setting number from which the access control group can be accessed |
sourceAccessControlRuleName | String | Optional | Name of source access control group that can access the access control group |
destinationPort | String | Required | Port allowed by the access control group |
accessControlRuleDescription | String | Optional | Notes related to the access control group |
Was this article helpful?