Uses of Class
com.oracle.bmc.osmanagementhub.model.ProfileType
-
Packages that use ProfileType Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of ProfileType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ProfileType Modifier and Type Method Description static ProfileTypeProfileType. create(String key)ProfileTypeProfileSummary. getProfileType()The type of registration profile.ProfileTypeProfileVersion. getProfileType()The type of profile.static ProfileTypeProfileType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfileType[]ProfileType. 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 ProfileType Modifier and Type Method Description ProfileSummary.BuilderProfileSummary.Builder. profileType(ProfileType profileType)The type of registration profile.ProfileVersion.BuilderProfileVersion.Builder. profileType(ProfileType profileType)The type of profile.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type ProfileType Constructor Description 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.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. -
Uses of ProfileType in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type ProfileType Modifier and Type Method Description List<ProfileType>ListProfilesRequest. getProfileType()A filter to return registration profiles that match the given profile type.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ProfileType Modifier and Type Method Description ListProfilesRequest.BuilderListProfilesRequest.Builder. profileType(ProfileType singularValue)Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type ProfileType Modifier and Type Method Description ListProfilesRequest.BuilderListProfilesRequest.Builder. profileType(List<ProfileType> profileType)A filter to return registration profiles that match the given profile type.
-