Uses of Class
com.vmware.nsx_policy.model.ResourceObject.Builder
-
Packages that use ResourceObject.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of ResourceObject.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ResourceObject.Builder Modifier and Type Method Description ResourceObject.Builder
ResourceObject.Builder. setIncludeChildren(java.lang.Boolean includeChildren)
Whether the children of the shared resource_path are shared (true) or just the entity represented by the path is shared (false).ResourceObject.Builder
ResourceObject.Builder. setResourcePath(java.lang.String resourcePath)
Represents the path of the resource to be shared.
-