Uses of Class
com.morpheusdata.model.MetadataTag
Packages that use MetadataTag
-
Uses of MetadataTag in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type MetadataTagModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<MetadataTag>MorpheusMetadataTagService.listById(Collection<Long> ids) Get a list of MetadataTag objects from a list of projection idsMethod parameters in com.morpheusdata.core with type arguments of type MetadataTagModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusMetadataTagService.create(List<MetadataTag> metadataTags) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusMetadataTagService.create(List<MetadataTag> addList, ComputeServerIdentityProjection computeServerProj) Create new MetadataTags in Morpheus associated with a ComputeServerio.reactivex.rxjava3.core.Single<Boolean>MorpheusMetadataTagService.create(List<MetadataTag> addList, InstanceIdentityProjection instanceProj) Create new MetadataTags in Morpheus associated with an Instanceio.reactivex.rxjava3.core.Single<Boolean>MorpheusMetadataTagService.save(List<MetadataTag> metadataTags) Deprecated. -
Uses of MetadataTag in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type MetadataTagModifier and TypeFieldDescriptionprotected List<MetadataTag>AccountInvoice.metadataprotected List<MetadataTag>AccountResource.metadataprotected List<MetadataTag>ComputeServer.metadataprotected List<MetadataTag>Instance.metadataprotected List<MetadataTag>NetworkResourceGroup.metadataprotected List<MetadataTag>VirtualImage.metadataMethods in com.morpheusdata.model that return types with arguments of type MetadataTagModifier and TypeMethodDescriptionAccountInvoice.getMetadata()AccountResource.getMetadata()ComputeServer.getMetadata()Instance.getMetadata()NetworkResourceGroup.getMetadata()VirtualImage.getMetadata()Method parameters in com.morpheusdata.model with type arguments of type MetadataTagModifier and TypeMethodDescriptionvoidAccountInvoice.setMetadata(List<MetadataTag> metadata) voidAccountResource.setMetadata(List<MetadataTag> metadata) voidComputeServer.setMetadata(List<MetadataTag> metadata) voidInstance.setMetadata(List<MetadataTag> metadata) voidNetworkResourceGroup.setMetadata(List<MetadataTag> metadata) voidVirtualImage.setMetadata(List<MetadataTag> metadata)