Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.Rule
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of Rule in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return Rule Modifier and Type Method Description Rule
Rule. access(Rule.AccessEnum access)
Rule
Rule. direction(Rule.DirectionEnum direction)
Rule
Rule. ipRangeCidr(String ipRangeCidr)
Rule
Rule. name(String name)
Rule
Rule. ports(String ports)
Rule
Rule. protocol(String protocol)
Rule
Rule. service(String service)
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type Rule Modifier and Type Method Description List<Rule>
SecurityGroup. getRules()
List of security rules.List<Rule>
SecurityGroupSpecification. getRules()
List of security rules.Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type Rule Modifier and Type Method Description SecurityGroup
SecurityGroup. addRulesItem(Rule rulesItem)
SecurityGroupSpecification
SecurityGroupSpecification. addRulesItem(Rule rulesItem)
Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type Rule Modifier and Type Method Description SecurityGroup
SecurityGroup. rules(List<Rule> rules)
SecurityGroupSpecification
SecurityGroupSpecification. rules(List<Rule> rules)
void
SecurityGroup. setRules(List<Rule> rules)
void
SecurityGroupSpecification. setRules(List<Rule> rules)