Uses of Class
com.oracle.bmc.osmanagementhub.model.ProfileVersion.RegistrationType
-
Packages that use ProfileVersion.RegistrationType Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of ProfileVersion.RegistrationType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ProfileVersion.RegistrationType Modifier and Type Method Description static ProfileVersion.RegistrationTypeProfileVersion.RegistrationType. create(String key)ProfileVersion.RegistrationTypeProfileVersion. getRegistrationType()The type of instance to register.static ProfileVersion.RegistrationTypeProfileVersion.RegistrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfileVersion.RegistrationType[]ProfileVersion.RegistrationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ProfileVersion.RegistrationType Modifier and Type Method Description ProfileVersion.BuilderProfileVersion.Builder. registrationType(ProfileVersion.RegistrationType registrationType)The type of instance to register.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type ProfileVersion.RegistrationType Constructor Description ProfileVersion(String id, String compartmentId, String displayName, String description, String managementStationId, List<SoftwareSourceDetails> softwareSources, ManagedInstanceGroupDetails managedInstanceGroup, LifecycleEnvironmentDetails lifecycleEnvironment, LifecycleStageDetails lifecycleStage, ProfileType profileType, VendorName vendorName, OsFamily osFamily, ArchType archType, Date timeCreated, Date timeModified, String profileVersion, Profile.LifecycleState lifecycleState, ProfileVersion.RegistrationType registrationType, Boolean isDefaultProfile, Boolean isServiceProvidedProfile)Deprecated.
-