Package org.openstack4j.model.compute
Interface SecGroupExtension.Rule.IpRange
-
- All Known Implementing Classes:
NovaSecGroupExtension.SecurityGroupRule.RuleIpRange
- Enclosing interface:
- SecGroupExtension.Rule
@Deprecated public static interface SecGroupExtension.Rule.IpRange
Deprecated.Rule IP Range
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetCidr()Deprecated.Gets the CIDR address range
-
-
-
Method Detail
-
getCidr
String getCidr()
Deprecated.Gets the CIDR address range- Returns:
- the CIDR address range
-
-