AccessControlGroupRule
- Print
- PDF
AccessControlGroupRule
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is an access control group rule.
Syntax
The syntax is as follows.
private String accessControlGroupNo;
private ProtocolType protocolType;
private String ipBlock;
private String accessControlGroupSequence;
private String portRange;
private CommonCode accessControlGroupRuleType;
private String accessControlGroupRuleDescription;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
accessControlGroupNo | String | Required | ACG number
|
protocolType | ProtocolType | Required | Protocol type |
ipBlock | String | Conditional | IP address block of the access source to apply ACG rules to
|
accessControlGroupSequence | String | Conditional | ACG number of the access source to apply ACG rules to
|
portRange | String | Conditional | Port range
|
accessControlGroupRuleType | CommonCode | Required | ACG rule type
|
accessControlGroupRuleDescription | String | Required | ACG rule description |
Was this article helpful?