Class NovaSecGroupExtension.SecurityGroupRule.RuleGroup
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaSecGroupExtension.SecurityGroupRule.RuleGroup
-
- All Implemented Interfaces:
SecGroupExtension.Rule.Group
- Enclosing class:
- NovaSecGroupExtension.SecurityGroupRule
@Deprecated public static class NovaSecGroupExtension.SecurityGroupRule.RuleGroup extends Object implements SecGroupExtension.Rule.Group
Deprecated.Security Group Rule -> Group
-
-
Constructor Summary
Constructors Constructor Description RuleGroup()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.StringgetTenantId()Deprecated.Gets the tenant id.StringtoString()Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceSecGroupExtension.Rule.Group- Returns:
- the name of the group
-
getTenantId
public String getTenantId()
Deprecated.Gets the tenant id.- Specified by:
getTenantIdin interfaceSecGroupExtension.Rule.Group- Returns:
- the tenant id
-
-