Uses of Enum Class
com.morpheusdata.model.PlatformType
Packages that use PlatformType
Package
Description
-
Uses of PlatformType in com.morpheusdata.core.cloud
Methods in com.morpheusdata.core.cloud with parameters of type PlatformTypeModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<String>MorpheusCloudService.buildUserData(PlatformType platformType, Map userConfig, Map cloudConfig) -
Uses of PlatformType in com.morpheusdata.core.provisioning
Methods in com.morpheusdata.core.provisioning with parameters of type PlatformTypeModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<String>MorpheusProvisionService.buildCloudMetaData(PlatformType platform, Long instanceId, String hostname, Map<String, Object> cloudConfigOptions) Builds the cloud metadataio.reactivex.rxjava3.core.Single<String>MorpheusProvisionService.buildCloudNetworkData(PlatformType platform, Map<String, Object> cloudConfigOptions) Builds the cloud network dataio.reactivex.rxjava3.core.Single<String>MorpheusProvisionService.buildCloudUserData(PlatformType platform, UsersConfiguration usersConfiguration, Map<String, Object> cloudConfigOptions) Builds the userdata typically passed to cloud-initio.reactivex.rxjava3.core.Single<byte[]>MorpheusProvisionService.buildIsoOutputStream(Boolean isSysPrep, PlatformType platform, String metaData, String userData, String networkData) Builds up the data for an iso image based on the given parameters -
Uses of PlatformType in com.morpheusdata.core.synchronous.provisioning
Methods in com.morpheusdata.core.synchronous.provisioning with parameters of type PlatformTypeModifier and TypeMethodDescriptionMorpheusSynchronousProvisionService.buildCloudMetaData(PlatformType platform, Long instanceId, String hostname, Map<String, Object> cloudConfigOptions) Builds the cloud metadataMorpheusSynchronousProvisionService.buildCloudNetworkData(PlatformType platform, Map<String, Object> cloudConfigOptions) Builds the cloud network dataMorpheusSynchronousProvisionService.buildCloudUserData(PlatformType platform, UsersConfiguration usersConfiguration, Map<String, Object> cloudConfigOptions) Builds the userdata typically passed to cloud-initbyte[]MorpheusSynchronousProvisionService.buildIsoOutputStream(Boolean isSysPrep, PlatformType platform, String metaData, String userData, String networkData) Builds up the data for an iso image based on the given parameters -
Uses of PlatformType in com.morpheusdata.model
Fields in com.morpheusdata.model declared as PlatformTypeModifier and TypeFieldDescriptionprotected PlatformTypeComputeServerType.platformprotected PlatformTypeOsType.platformMethods in com.morpheusdata.model that return PlatformTypeModifier and TypeMethodDescriptionComputeServerType.getPlatform()OsType.getPlatform()static PlatformTypeReturns the enum constant of this class with the specified name.static PlatformType[]PlatformType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.morpheusdata.model with parameters of type PlatformTypeModifier and TypeMethodDescriptionvoidComputeServerType.setPlatform(PlatformType platform) voidOsType.setPlatform(PlatformType platform)