Class SecurityGroup
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.SecurityGroup
- Direct Known Subclasses:
SecurityGroup.CreateSecurityGroup
Contains a mapping between a MAC address and an IP address.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Create and Update builders (inheriting from Builder)static class
Create and Update options - extend the domain class, passed to API update and create calls. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SecurityGroup
-
-
Method Details
-
getId
- Returns:
- The identifier for this Security Group.
-
getTenantId
- Returns:
- The identifier of the tenant for this Security Group.
-
getName
- Returns:
- The name of the Security Group.
-
getDescription
- Returns:
- The description of the Security Group.
-
getRules
- Returns:
- The collection of rules for this Security Group.
-
equals
-
hashCode
public int hashCode() -
toString
-
createBuilder
- Returns:
- the Builder for creating a new SecurityGroup
-