public class GbpPolicyTargetGroup extends Object implements PolicyTargetGroup
Modifier and Type | Class and Description |
---|---|
static class |
GbpPolicyTargetGroup.PolicyTargetGroups |
Constructor and Description |
---|
GbpPolicyTargetGroup() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getConsumedPolicyRuleSets()
Gets the consumed policy rule sets Ids
|
String |
getDescription()
Gets the description
|
String |
getId() |
String |
getL2PolicyId()
Gets the L2 Policy id
|
String |
getName() |
String |
getNetworkServicePolicyId()
Gets the network service policy id
|
List<String> |
getPolicyTargets()
Gets the list of policy targets
|
List<String> |
getProvidedPolicyRuleSets()
Gets the provided policy rule sets Ids
|
List<String> |
getSubnets()
Gets the subnets
|
String |
getTenantId() |
boolean |
isServiceManagement()
Is service management
|
boolean |
isShared()
Is Policy Target Group 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 Resource
public void setTenantId(String tenantId)
Resource
setTenantId
in interface Resource
tenantId
- the tenant id to setpublic String getName()
getName
in interface BasicResource
public void setName(String name)
BasicResource
setName
in interface BasicResource
name
- the name to setpublic String getId()
public void setId(String id)
IdEntity
public String getDescription()
PolicyTargetGroup
getDescription
in interface PolicyTargetGroup
public List<String> getConsumedPolicyRuleSets()
PolicyTargetGroup
getConsumedPolicyRuleSets
in interface PolicyTargetGroup
public List<String> getProvidedPolicyRuleSets()
PolicyTargetGroup
getProvidedPolicyRuleSets
in interface PolicyTargetGroup
public String getL2PolicyId()
PolicyTargetGroup
getL2PolicyId
in interface PolicyTargetGroup
public String getNetworkServicePolicyId()
PolicyTargetGroup
getNetworkServicePolicyId
in interface PolicyTargetGroup
public List<String> getPolicyTargets()
PolicyTargetGroup
getPolicyTargets
in interface PolicyTargetGroup
public boolean isServiceManagement()
PolicyTargetGroup
isServiceManagement
in interface PolicyTargetGroup
public boolean isShared()
PolicyTargetGroup
isShared
in interface PolicyTargetGroup
public List<String> getSubnets()
PolicyTargetGroup
getSubnets
in interface PolicyTargetGroup
Copyright © 2017. All rights reserved.