Uses of Class
com.oracle.bmc.osmanagementhub.model.Profile.RegistrationType
-
Packages that use Profile.RegistrationType Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of Profile.RegistrationType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return Profile.RegistrationType Modifier and Type Method Description static Profile.RegistrationTypeProfile.RegistrationType. create(String key)Profile.RegistrationTypeCreateProfileDetails. getRegistrationType()The type of instance to register.Profile.RegistrationTypeProfile. getRegistrationType()The type of instance to register.Profile.RegistrationTypeProfileSummary. getRegistrationType()The type of instance to register.static Profile.RegistrationTypeProfile.RegistrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static Profile.RegistrationType[]Profile.RegistrationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type Profile.RegistrationType Constructor Description CreateGroupProfileDetails(String displayName, String compartmentId, String description, String managementStationId, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String managedInstanceGroupId)Deprecated.CreateLifecycleProfileDetails(String displayName, String compartmentId, String description, String managementStationId, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String lifecycleStageId)Deprecated.CreateProfileDetails(String displayName, String compartmentId, String description, String managementStationId, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.CreateSoftwareSourceProfileDetails(String displayName, String compartmentId, String description, String managementStationId, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, VendorName vendorName, OsFamily osFamily, ArchType archType, List<String> softwareSourceIds)Deprecated.CreateStationProfileDetails(String displayName, String compartmentId, String description, String managementStationId, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, VendorName vendorName, OsFamily osFamily, ArchType archType)Deprecated.CreateWindowsStandAloneProfileDetails(String displayName, String compartmentId, String description, String managementStationId, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, VendorName vendorName, OsFamily osFamily, ArchType archType)Deprecated.GroupProfile(String id, String compartmentId, String displayName, String description, String managementStationId, VendorName vendorName, OsFamily osFamily, ArchType archType, Date timeCreated, Date timeModified, String profileVersion, Profile.LifecycleState lifecycleState, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Boolean isServiceProvidedProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ManagedInstanceGroupDetails managedInstanceGroup)Deprecated.LifecycleProfile(String id, String compartmentId, String displayName, String description, String managementStationId, VendorName vendorName, OsFamily osFamily, ArchType archType, Date timeCreated, Date timeModified, String profileVersion, Profile.LifecycleState lifecycleState, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Boolean isServiceProvidedProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, LifecycleEnvironmentDetails lifecycleEnvironment, LifecycleStageDetails lifecycleStage)Deprecated.Profile(String id, String compartmentId, String displayName, String description, String managementStationId, VendorName vendorName, OsFamily osFamily, ArchType archType, Date timeCreated, Date timeModified, String profileVersion, Profile.LifecycleState lifecycleState, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Boolean isServiceProvidedProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ProfileSummary(String id, String displayName, String description, String compartmentId, String managementStationId, ProfileType profileType, Profile.RegistrationType registrationType, VendorName vendorName, OsFamily osFamily, ArchType archType, Date timeCreated, Profile.LifecycleState lifecycleState, Boolean isDefaultProfile, Boolean isServiceProvidedProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.SoftwareSourceProfile(String id, String compartmentId, String displayName, String description, String managementStationId, VendorName vendorName, OsFamily osFamily, ArchType archType, Date timeCreated, Date timeModified, String profileVersion, Profile.LifecycleState lifecycleState, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Boolean isServiceProvidedProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<SoftwareSourceDetails> softwareSources)Deprecated.StationProfile(String id, String compartmentId, String displayName, String description, String managementStationId, VendorName vendorName, OsFamily osFamily, ArchType archType, Date timeCreated, Date timeModified, String profileVersion, Profile.LifecycleState lifecycleState, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Boolean isServiceProvidedProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.WindowsStandaloneProfile(String id, String compartmentId, String displayName, String description, String managementStationId, VendorName vendorName, OsFamily osFamily, ArchType archType, Date timeCreated, Date timeModified, String profileVersion, Profile.LifecycleState lifecycleState, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Boolean isServiceProvidedProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of Profile.RegistrationType in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type Profile.RegistrationType Modifier and Type Method Description List<Profile.RegistrationType>ListProfilesRequest. getRegistrationType()A filter to return profiles that match the given instance type.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type Profile.RegistrationType Modifier and Type Method Description ListProfilesRequest.BuilderListProfilesRequest.Builder. registrationType(Profile.RegistrationType singularValue)Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type Profile.RegistrationType Modifier and Type Method Description ListProfilesRequest.BuilderListProfilesRequest.Builder. registrationType(List<Profile.RegistrationType> registrationType)A filter to return profiles that match the given instance type.
-