public interface SecGroupExtension extends ModelEntity
Modifier and Type | Interface and Description |
---|---|
static interface |
SecGroupExtension.Rule
Security Group Rule
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
String |
getId()
Gets the identifier for the Security Group
|
List<? extends Link> |
getLinks()
Gets the reference / external links
|
String |
getName()
Gets the name of the Security Group
|
List<? extends SecGroupExtension.Rule> |
getRules()
Gets the rules that make up this security group
|
String |
getTenantId()
Gets the tenant id associated with the group
|
String getId()
String getName()
String getDescription()
String getTenantId()
List<? extends SecGroupExtension.Rule> getRules()
Copyright © 2017. All rights reserved.