| Package | Description |
|---|---|
| com.baidubce.services.bcc.model | |
| com.baidubce.services.bcc.model.securitygroup |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupRuleModel |
SecurityGroupRuleModel.withDestGroupId(String destGroupId) |
SecurityGroupRuleModel |
SecurityGroupRuleModel.withDestIp(String destIp) |
SecurityGroupRuleModel |
SecurityGroupRuleModel.withDirection(String direction) |
SecurityGroupRuleModel |
SecurityGroupRuleModel.withEthertype(String ethertype) |
SecurityGroupRuleModel |
SecurityGroupRuleModel.withPortRange(String portRange) |
SecurityGroupRuleModel |
SecurityGroupRuleModel.withProtocol(String protocol) |
SecurityGroupRuleModel |
SecurityGroupRuleModel.withRemark(String remark) |
SecurityGroupRuleModel |
SecurityGroupRuleModel.withSecurityGroupId(String securityGroupId) |
SecurityGroupRuleModel |
SecurityGroupRuleModel.withSourceGroupId(String sourceGroupId) |
SecurityGroupRuleModel |
SecurityGroupRuleModel.withSourceIp(String sourceIp) |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityGroupRuleModel> |
SecurityGroupModel.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityGroupModel.setRules(List<SecurityGroupRuleModel> rules) |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupRuleModel |
SecurityGroupRuleOperateRequest.getRule() |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityGroupRuleModel> |
CreateSecurityGroupRequest.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityGroupRuleOperateRequest.setRule(SecurityGroupRuleModel rule) |
SecurityGroupRuleOperateRequest |
SecurityGroupRuleOperateRequest.withRule(SecurityGroupRuleModel rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSecurityGroupRequest.setRules(List<SecurityGroupRuleModel> rules) |
CreateSecurityGroupRequest |
CreateSecurityGroupRequest.withRules(List<SecurityGroupRuleModel> rules)
Configure rules for the request.
|
Copyright © 2021. All rights reserved.