Ejemplo n.º 1
0
        public VCenterVRSConfig()
        {
            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _vRSAddressRanges = new VRSAddressRangesFetcher(this);

            _vRSRedeploymentpolicies = new VRSRedeploymentpoliciesFetcher(this);
        }
Ejemplo n.º 2
0
        public VCenterCluster()
        {
            _autoDiscoverHypervisorFromClusters = new AutoDiscoverHypervisorFromClustersFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _jobs = new JobsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _vCenterHypervisors = new VCenterHypervisorsFetcher(this);

            _vRSAddressRanges = new VRSAddressRangesFetcher(this);

            _vRSRedeploymentpolicies = new VRSRedeploymentpoliciesFetcher(this);
        }
Ejemplo n.º 3
0
        public VCenter()
        {
            _autodiscovereddatacenters = new AutodiscovereddatacentersFetcher(this);

            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _jobs = new JobsFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _vCenterDataCenters = new VCenterDataCentersFetcher(this);

            _vRSAddressRanges = new VRSAddressRangesFetcher(this);

            _vRSRedeploymentpolicies = new VRSRedeploymentpoliciesFetcher(this);
        }