Uses of Interface
org.openstack4j.model.compute.SecGroupExtension.Rule
-
Packages that use SecGroupExtension.Rule Package Description org.openstack4j.api.compute org.openstack4j.model.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of SecGroupExtension.Rule in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return SecGroupExtension.Rule Modifier and Type Method Description SecGroupExtension.RuleComputeSecurityGroupService. createRule(SecGroupExtension.Rule rule)Deprecated.Creates a new Security Group RuleMethods in org.openstack4j.api.compute with parameters of type SecGroupExtension.Rule Modifier and Type Method Description SecGroupExtension.RuleComputeSecurityGroupService. createRule(SecGroupExtension.Rule rule)Deprecated.Creates a new Security Group Rule -
Uses of SecGroupExtension.Rule in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return types with arguments of type SecGroupExtension.Rule Modifier and Type Method Description List<? extends SecGroupExtension.Rule>SecGroupExtension. getRules()Deprecated.Gets the rules that make up this security group -
Uses of SecGroupExtension.Rule in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement SecGroupExtension.Rule Modifier and Type Class Description static classNovaSecGroupExtension.SecurityGroupRuleDeprecated.Methods in org.openstack4j.openstack.compute.domain that return SecGroupExtension.Rule Modifier and Type Method Description SecGroupExtension.RuleNovaSecGroupExtension.SecurityGroupRule.RuleConcreteBuilder. build()Deprecated.Methods in org.openstack4j.openstack.compute.domain that return types with arguments of type SecGroupExtension.Rule Modifier and Type Method Description List<? extends SecGroupExtension.Rule>NovaSecGroupExtension. getRules()Deprecated.Gets the rules that make up this security groupMethods in org.openstack4j.openstack.compute.domain with parameters of type SecGroupExtension.Rule Modifier and Type Method Description SecurityGroupRuleBuilderNovaSecGroupExtension.SecurityGroupRule.RuleConcreteBuilder. from(SecGroupExtension.Rule in)Deprecated. -
Uses of SecGroupExtension.Rule in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return SecGroupExtension.Rule Modifier and Type Method Description SecGroupExtension.RuleComputeSecurityGroupServiceImpl. createRule(SecGroupExtension.Rule rule)Deprecated.Creates a new Security Group RuleMethods in org.openstack4j.openstack.compute.internal with parameters of type SecGroupExtension.Rule Modifier and Type Method Description SecGroupExtension.RuleComputeSecurityGroupServiceImpl. createRule(SecGroupExtension.Rule rule)Deprecated.Creates a new Security Group Rule
-