public static interface SecGroupExtension.Rule extends ModelEntity, Buildable<SecurityGroupRuleBuilder>
Modifier and Type | Interface and Description |
---|---|
static interface |
SecGroupExtension.Rule.Group
Rule Group
|
static interface |
SecGroupExtension.Rule.IpRange
Rule IP Range
|
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
int |
getFromPort() |
SecGroupExtension.Rule.Group |
getGroup() |
String |
getId() |
IPProtocol |
getIPProtocol() |
String |
getName() |
String |
getParentGroupId()
Gets the parent group id.
|
SecGroupExtension.Rule.IpRange |
getRange() |
int |
getToPort() |
IPProtocol getIPProtocol()
SecGroupExtension.Rule.Group getGroup()
SecGroupExtension.Rule.IpRange getRange()
int getToPort()
int getFromPort()
String getParentGroupId()
String getName()
String getId()
Copyright © 2017. All rights reserved.