@Deprecated public class NovaSecGroupExtension extends Object implements SecGroupExtension
| Modifier and Type | Class and Description |
|---|---|
static class |
NovaSecGroupExtension.SecurityGroupRule
Deprecated.
|
static class |
NovaSecGroupExtension.SecurityGroups
Deprecated.
|
SecGroupExtension.Rule| Constructor and Description |
|---|
NovaSecGroupExtension()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static NovaSecGroupExtension |
create(String name,
String description)
Deprecated.
Security Groups only need two fields populated when Created so instead of a builder the API can
leverage this call to create a new Security Group
|
String |
getDescription()
Deprecated.
Gets the description.
|
String |
getId()
Deprecated.
Gets the identifier for the Security Group
|
List<? extends Link> |
getLinks()
Deprecated.
Gets the reference / external links
|
String |
getName()
Deprecated.
Gets the name of the Security Group
|
List<? extends SecGroupExtension.Rule> |
getRules()
Deprecated.
Gets the rules that make up this security group
|
String |
getTenantId()
Deprecated.
Gets the tenant id associated with the group
|
String |
toString()
Deprecated.
|
public static NovaSecGroupExtension create(String name, String description)
name - name of the security groupdescription - description of the security grouppublic String getId()
getId in interface SecGroupExtensionpublic String getName()
getName in interface SecGroupExtensionpublic String getDescription()
getDescription in interface SecGroupExtensionpublic String getTenantId()
getTenantId in interface SecGroupExtensionpublic List<? extends SecGroupExtension.Rule> getRules()
getRules in interface SecGroupExtensionpublic List<? extends Link> getLinks()
getLinks in interface SecGroupExtensionCopyright © 2020. All rights reserved.