Uses of Class
com.vmware.nsx_policy.model.SiteInfo.Builder
-
Packages that use SiteInfo.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of SiteInfo.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return SiteInfo.Builder Modifier and Type Method Description SiteInfo.Builder
SiteInfo.Builder. setEdgeClusterPaths(java.util.List<java.lang.String> edgeClusterPaths)
The edge cluster on which the networking elements for the Org will be created.SiteInfo.Builder
SiteInfo.Builder. setSitePath(java.lang.String sitePath)
This represents the path of the site which is managed by Global Manager.SiteInfo.Builder
SiteInfo.Builder. setTransportZonePaths(java.util.List<java.lang.String> transportZonePaths)
This represents the path of the transport zone on which elements of the project will be created.
-