public class SecurityGroup extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroup.Rule |
Constructor and Description |
---|
SecurityGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Integer |
getId() |
List<Link> |
getLinks() |
String |
getName() |
List<SecurityGroup.Rule> |
getRules() |
String |
getTenantId() |
String |
toString() |
public Integer getId()
public String getName()
public String getDescription()
public String getTenantId()
public List<SecurityGroup.Rule> getRules()
Copyright © 2012–2016. All rights reserved.