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 SecurityGroupRulepublic String getTenantId()
getTenantId in interface SecurityGroupRulepublic String getDirection()
getDirection in interface SecurityGroupRulepublic String getEtherType()
getEtherType in interface SecurityGroupRulepublic Integer getPortRangeMax()
getPortRangeMax in interface SecurityGroupRulepublic Integer getPortRangeMin()
getPortRangeMin in interface SecurityGroupRulepublic String getProtocol()
getProtocol in interface SecurityGroupRulepublic String getRemoteGroupId()
getRemoteGroupId in interface SecurityGroupRulepublic String getRemoteIpPrefix()
getRemoteIpPrefix in interface SecurityGroupRulepublic String getSecurityGroupId()
getSecurityGroupId in interface SecurityGroupRuleCopyright © 2017. All rights reserved.