Class SecurityGroupRule
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.Ingress
org.jclouds.openstack.nova.v2_0.domain.SecurityGroupRule
Defines a security group rule
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
SecurityGroupRule.Builder<T extends SecurityGroupRule.Builder<T>>
static class
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SecurityGroupRule
(IpProtocol ipProtocol, int fromPort, int toPort, String id, TenantIdAndName group, String parentGroupId, SecurityGroupRule.Cidr ipRange) -
Method Summary
Methods inherited from class org.jclouds.openstack.nova.v2_0.domain.Ingress
getFromPort, getIpProtocol, getToPort, toString
-
Constructor Details
-
SecurityGroupRule
@ConstructorProperties({"ip_protocol","from_port","to_port","id","group","parent_group_id","ip_range"}) protected SecurityGroupRule(IpProtocol ipProtocol, int fromPort, int toPort, String id, @Nullable TenantIdAndName group, String parentGroupId, @Nullable SecurityGroupRule.Cidr ipRange)
-
-
Method Details
-
builder
-
toBuilder
-
getId
-
getGroup
-
getParentGroupId
-
getIpRange
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-