Uses of Class
com.morpheusdata.model.projection.NetworkIdentityProjection
Packages that use NetworkIdentityProjection
-
Uses of NetworkIdentityProjection in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<NetworkIdentityProjection>MorpheusNetworkService.listIdentityProjections(AccountIntegration accountIntegration) Lists all network projection objects for a specified integration id.io.reactivex.rxjava3.core.Observable<NetworkIdentityProjection>MorpheusNetworkService.listIdentityProjections(Cloud cloud) Lists all network projection objects for a specified cloud.io.reactivex.rxjava3.core.Observable<NetworkIdentityProjection>MorpheusNetworkService.listIdentityProjections(Long cloudId) Lists all network projection objects for a specified cloud.io.reactivex.rxjava3.core.Observable<NetworkIdentityProjection>MorpheusNetworkService.listIdentityProjections(Long cloudId, Long zonePoolId) Lists all network projection objects for a specified cloud.io.reactivex.rxjava3.core.Observable<NetworkIdentityProjection>MorpheusNetworkService.listIdentityProjections(Long cloudId, String regionCode) Lists all network projection objects for a specified cloud.io.reactivex.rxjava3.core.Observable<NetworkIdentityProjection>MorpheusNetworkService.listSyncProjections(Long cloudId) Deprecated.io.reactivex.rxjava3.core.Observable<NetworkIdentityProjection>MorpheusNetworkService.listSyncProjections(Long cloudId, Long zonePoolId) Deprecated.Method parameters in com.morpheusdata.core.network with type arguments of type NetworkIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkService.remove(List<NetworkIdentityProjection> removeList) Deprecated. -
Uses of NetworkIdentityProjection in com.morpheusdata.model
Subclasses of NetworkIdentityProjection in com.morpheusdata.modelModifier and TypeClassDescriptionclassRepresents a Network that is typically provided via aCloudProvider.Fields in com.morpheusdata.model declared as NetworkIdentityProjectionModifier and TypeFieldDescriptionprotected NetworkIdentityProjectionNetworkRouter.externalNetworkprotected NetworkIdentityProjectionNetworkRouter.internalNetworkprotected NetworkIdentityProjectionNetworkRouter.managementNetworkprotected NetworkIdentityProjectionNetworkRouterInterface.networkprotected NetworkIdentityProjectionNetwork.parentNetworkMethods in com.morpheusdata.model that return NetworkIdentityProjectionModifier and TypeMethodDescriptionNetworkRouter.getExternalNetwork()NetworkRouter.getInternalNetwork()NetworkRouter.getManagementNetwork()NetworkRouterInterface.getNetwork()Network.getParentNetwork()Methods in com.morpheusdata.model with parameters of type NetworkIdentityProjectionModifier and TypeMethodDescriptionvoidNetworkRouter.setExternalNetwork(NetworkIdentityProjection externalNetwork) voidNetworkRouter.setInternalNetwork(NetworkIdentityProjection internalNetwork) voidNetworkRouter.setManagementNetwork(NetworkIdentityProjection managementNetwork) voidNetworkRouterInterface.setNetwork(NetworkIdentityProjection network) voidNetwork.setParentNetwork(NetworkIdentityProjection parentNetwork)
MorpheusNetworkService.listIdentityProjections(Long)