public static class SecurityGroupCreateRequest.DynamicMember.Criteria extends Object
| Constructor and Description | 
|---|
| Criteria(SecurityGroupOperatorType operator,
        SecurityGroupKeyType key,
        SecurityGroupCriteriaType criteria,
        String value,
        Boolean isValid)Instantiates a new dynamic criteria. | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityGroupCriteriaType | getCriteria()Gets criteria. | 
| SecurityGroupKeyType | getKey()Gets key. | 
| SecurityGroupOperatorType | getOperator()Gets operator. | 
| String | getValue()Gets value. | 
| Boolean | isValid()Gets isValid. | 
public Criteria(SecurityGroupOperatorType operator, SecurityGroupKeyType key, SecurityGroupCriteriaType criteria, String value, Boolean isValid)
operator - the operatorkey - the keycriteria - the criteriavalue - the valueisValid - the is validpublic SecurityGroupOperatorType getOperator()
The operator type of the criteria
SecurityGroupOperatorType the operatorpublic SecurityGroupKeyType getKey()
The key type of the criteria
SecurityGroupKeyType the keypublic SecurityGroupCriteriaType getCriteria()
The criteria type of the criteria
SecurityGroupCriteriaType the criteriapublic Boolean isValid()
Whether or not the criteria is valid
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.