Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
static EnforcementPoint |
EnforcementPoint._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static EnforcementPoint |
EnforcementPoint._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
EnforcementPoint |
EnforcementPoint.Builder.build() |
EnforcementPoint |
ChildEnforcementPoint.getEnforcementPoint() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EnforcementPoint> |
DeploymentZone.getEnforcementPoints()
Logical grouping of enforcement points
|
Modifier and Type | Method and Description |
---|---|
void |
ChildEnforcementPoint.setEnforcementPoint(EnforcementPoint enforcementPoint) |
ChildEnforcementPoint.Builder |
ChildEnforcementPoint.Builder.setEnforcementPoint(EnforcementPoint enforcementPoint) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentZone.setEnforcementPoints(java.util.List<EnforcementPoint> enforcementPoints)
Logical grouping of enforcement points
|
DeploymentZone.Builder |
DeploymentZone.Builder.setEnforcementPoints(java.util.List<EnforcementPoint> enforcementPoints)
Logical grouping of enforcement points
|