public class NeutronSecurityGroupRule extends Object implements SecurityGroupRule
Modifier and Type | Class and Description |
---|---|
static class |
NeutronSecurityGroupRule.SecurityGroupRuleConcreteBuilder
The Class SecurityGroupRuleConcreteBuilder.
|
static class |
NeutronSecurityGroupRule.SecurityGroupRules
The Class SecurityGroupRules.
|
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
NeutronSecurityGroupRule() |
Modifier and Type | Method and Description |
---|---|
static NetSecurityGroupRuleBuilder |
builder() |
String |
getDirection()
Gets the direction.
|
String |
getEtherType()
Gets the ether type.
|
String |
getId()
Gets the id.
|
Integer |
getPortRangeMax()
Gets the port range max.
|
Integer |
getPortRangeMin()
Gets the port range min.
|
String |
getProtocol()
Gets the protocol.
|
String |
getRemoteGroupId()
Gets the remote group id.
|
String |
getRemoteIpPrefix()
Gets the remote ip prefix.
|
String |
getSecurityGroupId()
Gets the security group id.
|
String |
getTenantId()
Gets the tenant id.
|
NetSecurityGroupRuleBuilder |
toBuilder() |
String |
toString() |
public NetSecurityGroupRuleBuilder toBuilder()
toBuilder
in interface Buildable<NetSecurityGroupRuleBuilder>
public static NetSecurityGroupRuleBuilder builder()
public String getId()
getId
in interface SecurityGroupRule
public String getTenantId()
getTenantId
in interface SecurityGroupRule
public String getDirection()
getDirection
in interface SecurityGroupRule
public String getEtherType()
getEtherType
in interface SecurityGroupRule
public Integer getPortRangeMax()
getPortRangeMax
in interface SecurityGroupRule
public Integer getPortRangeMin()
getPortRangeMin
in interface SecurityGroupRule
public String getProtocol()
getProtocol
in interface SecurityGroupRule
public String getRemoteGroupId()
getRemoteGroupId
in interface SecurityGroupRule
public String getRemoteIpPrefix()
getRemoteIpPrefix
in interface SecurityGroupRule
public String getSecurityGroupId()
getSecurityGroupId
in interface SecurityGroupRule
Copyright © 2017. All rights reserved.