Uses of Class
com.exoscale.sdk.model.SecurityGroupRule
-
Packages that use SecurityGroupRule Package Description com.exoscale.sdk.model -
-
Uses of SecurityGroupRule in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return SecurityGroupRule Modifier and Type Method Description SecurityGroupRule
SecurityGroupRule. description(String description)
SecurityGroupRule
SecurityGroupRule. endPort(Long endPort)
SecurityGroupRule
SecurityGroupRule. flowDirection(SecurityGroupRule.FlowDirectionEnum flowDirection)
SecurityGroupRule
SecurityGroupRule. icmp(SecurityGroupRuleIcmp icmp)
SecurityGroupRule
SecurityGroupRule. network(String network)
SecurityGroupRule
SecurityGroupRule. protocol(SecurityGroupRule.ProtocolEnum protocol)
SecurityGroupRule
SecurityGroupRule. securityGroup(SecurityGroupResource securityGroup)
SecurityGroupRule
SecurityGroupRule. startPort(Long startPort)
Methods in com.exoscale.sdk.model that return types with arguments of type SecurityGroupRule Modifier and Type Method Description Set<SecurityGroupRule>
SecurityGroup. getRules()
Security Group rulesMethods in com.exoscale.sdk.model with parameters of type SecurityGroupRule Modifier and Type Method Description SecurityGroup
SecurityGroup. addRulesItem(SecurityGroupRule rulesItem)
Method parameters in com.exoscale.sdk.model with type arguments of type SecurityGroupRule Modifier and Type Method Description SecurityGroup
SecurityGroup. rules(Set<SecurityGroupRule> rules)
void
SecurityGroup. setRules(Set<SecurityGroupRule> rules)
-