public static class SecurityGroupCreateRequest.DynamicMember extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SecurityGroupCreateRequest.DynamicMember.CriteriaCriteria. | 
| Constructor and Description | 
|---|
| DynamicMember(SecurityGroupOperatorType operator,
             List<SecurityGroupCreateRequest.DynamicMember.Criteria> criteria)Instantiates a new dynamic member. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SecurityGroupCreateRequest.DynamicMember.Criteria> | getCriteria()Gets criteria. | 
| SecurityGroupOperatorType | getOperator()Gets operator. | 
public DynamicMember(SecurityGroupOperatorType operator, List<SecurityGroupCreateRequest.DynamicMember.Criteria> criteria)
operator - the operatorcriteria - the dynamic criteriapublic SecurityGroupOperatorType getOperator()
The operator type of the dynamic member
SecurityGroupOperatorType the operatorpublic List<SecurityGroupCreateRequest.DynamicMember.Criteria> getCriteria()
The criteria of the dynamic member
List of SecurityGroupCreateRequest.DynamicMember.Criteria the criteriaCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.