Uses of Class
com.morpheusdata.model.CloudPool
Packages that use CloudPool
Package
Description
-
Uses of CloudPool in com.morpheusdata.core.cloud
Methods in com.morpheusdata.core.cloud that return types with arguments of type CloudPoolModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<CloudPool>Returns a pool from a pool ID string (usually starts with pool- or poolGroup-) obtained from user inputs.io.reactivex.rxjava3.core.Observable<CloudPool>MorpheusCloudPoolService.listByCloudAndExternalIdIn(Long cloudId, Collection<String> externalIds) Returns a list of all pools filtered by a cloud as well as a list of externalIds. -
Uses of CloudPool in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network with parameters of type CloudPoolModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<NetworkRouterIdentityProjection>MorpheusNetworkRouterService.listIdentityProjections(CloudPool cloudPool) Lists all network router projection objects for a specified zone pool.io.reactivex.rxjava3.core.Observable<NetworkRouteTableIdentityProjection>MorpheusNetworkRouteTableService.listIdentityProjections(CloudPool zonePool) Lists all route table projection objects for a specified cloud. -
Uses of CloudPool in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return CloudPoolModifier and TypeMethodDescriptionClusterProvider.getDefaultNamespace(ComputeServerGroup cluster) Provides the default namespace (should be aCloudPool) for this clusterMethods in com.morpheusdata.core.providers that return types with arguments of type CloudPoolModifier and TypeMethodDescriptiondefault ServiceResponse<CloudPool>CloudProvider.createCloudPool(Cloud cloud, CloudPool cloudPool) default ServiceResponse<CloudPool>CloudProvider.removeCloudPool(Cloud cloud, CloudPool cloudPool) default ServiceResponse<CloudPool>CloudProvider.updateCloudPool(Cloud cloud, CloudPool cloudPool) Methods in com.morpheusdata.core.providers with parameters of type CloudPoolModifier and TypeMethodDescriptiondefault ServiceResponse<CloudPool>CloudProvider.createCloudPool(Cloud cloud, CloudPool cloudPool) default Collection<Network>CloudProvider.filterNetworks(Cloud cloud, Collection<Network> networks, CloudPool cloudPool) Deprecated.default Collection<NetworkSubnet>CloudProvider.filterSubnets(Cloud cloud, Collection<NetworkSubnet> subnets, CloudPool cloudPool) Support for additional subnet filtering during provisioningdefault ServiceResponse<CloudPool>CloudProvider.removeCloudPool(Cloud cloud, CloudPool cloudPool) default ServiceResponse<CloudPool>CloudProvider.updateCloudPool(Cloud cloud, CloudPool cloudPool) -
Uses of CloudPool in com.morpheusdata.core.synchronous.cloud
Methods in com.morpheusdata.core.synchronous.cloud that return CloudPool -
Uses of CloudPool in com.morpheusdata.core.synchronous.network
Methods in com.morpheusdata.core.synchronous.network with parameters of type CloudPoolModifier and TypeMethodDescriptionMorpheusSynchronousNetworkRouteTableService.listIdentityProjections(CloudPool zonePool) Lists all route table projection objects for a specified cloud. -
Uses of CloudPool in com.morpheusdata.model
Subclasses of CloudPool in com.morpheusdata.modelModifier and TypeClassDescriptionclassDeprecated.replaced byCloudPoolfor better naming in 0.15.3Fields in com.morpheusdata.model declared as CloudPoolModifier and TypeFieldDescriptionprotected CloudPoolNetwork.cloudPoolprotected CloudPoolWorkload.computeZonePoolCloudPool.parentprotected CloudPoolComputeServer.resourcePoolInstance.resourcePoolprotected CloudPoolDatastore.zonePoolprotected CloudPoolNetworkRouteTable.zonePoolprotected CloudPoolSecurityGroupLocation.zonePoolFields in com.morpheusdata.model with type parameters of type CloudPoolModifier and TypeFieldDescriptionDatastore.assignedZonePoolsNetwork.assignedZonePoolsNetworkLoadBalancerInstance.assignedZonePoolsNetworkLoadBalancerMonitor.assignedZonePoolsNetworkLoadBalancerNode.assignedZonePoolsNetworkLoadBalancerPool.assignedZonePoolsNetworkSubnet.assignedZonePoolsMethods in com.morpheusdata.model that return CloudPoolModifier and TypeMethodDescriptionNetwork.getCloudPool()Workload.getCloudPool()Workload.getComputeZonePool()CloudPool.getParent()ComputeServer.getResourcePool()Instance.getResourcePool()Datastore.getZonePool()NetworkRouteTable.getZonePool()SecurityGroupLocation.getZonePool()Methods in com.morpheusdata.model that return types with arguments of type CloudPoolModifier and TypeMethodDescriptionDatastore.getAssignedZonePools()Network.getAssignedZonePools()NetworkLoadBalancerInstance.getAssignedZonePools()NetworkLoadBalancerMonitor.getAssignedZonePools()NetworkLoadBalancerNode.getAssignedZonePools()NetworkLoadBalancerPool.getAssignedZonePools()NetworkSubnet.getAssignedZonePools()Methods in com.morpheusdata.model with parameters of type CloudPoolModifier and TypeMethodDescriptionvoidNetwork.setCloudPool(CloudPool cloudPool) voidWorkload.setCloudPool(CloudPool cloudPool) voidWorkload.setComputeZonePool(CloudPool computeZonePool) voidvoidComputeServer.setResourcePool(CloudPool resourcePool) voidInstance.setResourcePool(CloudPool resourcePool) voidDatastore.setZonePool(CloudPool zonePool) voidNetworkRouteTable.setZonePool(CloudPool zonePool) voidSecurityGroupLocation.setZonePool(CloudPool zonePool) Method parameters in com.morpheusdata.model with type arguments of type CloudPoolModifier and TypeMethodDescriptionvoidDatastore.setAssignedZonePools(List<CloudPool> assignedZonePools) voidNetwork.setAssignedZonePools(List<CloudPool> assignedZonePools) voidNetworkLoadBalancerInstance.setAssignedZonePools(List<CloudPool> assignedZonePools) voidNetworkLoadBalancerMonitor.setAssignedZonePools(List<CloudPool> assignedZonePools) voidNetworkLoadBalancerNode.setAssignedZonePools(List<CloudPool> assignedZonePools) voidNetworkLoadBalancerPool.setAssignedZonePools(List<CloudPool> assignedZonePools) voidNetworkSubnet.setAssignedZonePools(List<CloudPool> assignedZonePools) -
Uses of CloudPool in com.morpheusdata.request
Fields in com.morpheusdata.request with type parameters of type CloudPool
CloudProvider.filterSubnets(Cloud, Collection, CloudPool)instead.