public interface SecurityGroupRule extends ModelEntity, Buildable<NetSecurityGroupRuleBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
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.
|
String getDirection()
String getEtherType()
String getId()
Integer getPortRangeMax()
Integer getPortRangeMin()
String getProtocol()
String getRemoteGroupId()
String getRemoteIpPrefix()
String getSecurityGroupId()
String getTenantId()
Copyright © 2017. All rights reserved.