Uses of Class
com.vmware.nsx_policy.model.PointDefinition
-
Packages that use PointDefinition Package Description com.vmware.nsx_policy.model -
-
Uses of PointDefinition in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PointDefinition Modifier and Type Method Description static PointDefinition
PointDefinition. _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 PointDefinition
PointDefinition. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PointDefinition
PointDefinition.Builder. build()
PointDefinition
GraphDefinition. getPointDefinition()
Methods in com.vmware.nsx_policy.model with parameters of type PointDefinition Modifier and Type Method Description GraphDefinition.Builder
GraphDefinition.Builder. setPointDefinition(PointDefinition pointDefinition)
void
GraphDefinition. setPointDefinition(PointDefinition pointDefinition)
-