Uses of Class
com.morpheusdata.model.projection.NetworkSubnetIdentityProjection
Packages that use NetworkSubnetIdentityProjection
-
Uses of NetworkSubnetIdentityProjection in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkSubnetIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<NetworkSubnetIdentityProjection>MorpheusNetworkSubnetService.listIdentityProjections(Network network) Lists all subnet projection objects for a specified network.io.reactivex.rxjava3.core.Observable<NetworkSubnetIdentityProjection>MorpheusNetworkSubnetService.listIdentityProjections(Long cloudId, Long cloudPoolId, String category) Lists all subnet projection objects for a specified cloud.Method parameters in com.morpheusdata.core.network with type arguments of type NetworkSubnetIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkSubnetService.remove(List<NetworkSubnetIdentityProjection> removeList) Deprecated. -
Uses of NetworkSubnetIdentityProjection in com.morpheusdata.model
Subclasses of NetworkSubnetIdentityProjection in com.morpheusdata.modelModifier and TypeClassDescriptionclassRepresents a NetworkSubnet that is typically provided via aCloudProvider.
MorpheusDataService.bulkRemove(java.util.List<I>)instead