public class GbpExternalPolicy extends Object implements ExternalPolicy
| Modifier and Type | Class and Description |
|---|---|
static class |
GbpExternalPolicy.ExternalPolicies |
| Constructor and Description |
|---|
GbpExternalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getConsumedPolicyRuleSets()
Gets the consumed policy rule sets Ids
|
String |
getDescription()
Gets the description
|
List<String> |
getExternalSegments()
Gets the external segments associated with this external policy Ids
|
String |
getId() |
String |
getName() |
List<String> |
getProvidedPolicyRuleSets()
Gets the provided policy rule sets Ids
|
String |
getTenantId() |
boolean |
isShared()
Is external policy shared
|
void |
setId(String id)
Sets the identifier for this resource.
|
void |
setName(String name)
Sets the name for this resource
|
void |
setTenantId(String tenantId)
Sets the tenant identifier
|
String |
toString() |
public String getTenantId()
getTenantId in interface Resourcepublic void setTenantId(String tenantId)
setTenantId in interface ResourcetenantId - the tenant id to setpublic String getName()
getName in interface BasicResourcepublic void setName(String name)
setName in interface BasicResourcename - the name to setpublic String getId()
public void setId(String id)
public List<String> getConsumedPolicyRuleSets()
getConsumedPolicyRuleSets in interface ExternalPolicypublic List<String> getProvidedPolicyRuleSets()
getProvidedPolicyRuleSets in interface ExternalPolicypublic List<String> getExternalSegments()
getExternalSegments in interface ExternalPolicypublic String getDescription()
getDescription in interface ExternalPolicypublic boolean isShared()
isShared in interface ExternalPolicyCopyright © 2017. All rights reserved.