Package | Description |
---|---|
com.oracle.bmc.osmanagementhub | |
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetProfileRequest,GetProfileResponse> |
OnboardingWaiters.forProfile(GetProfileRequest request,
Profile.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProfileRequest,GetProfileResponse> |
OnboardingWaiters.forProfile(GetProfileRequest request,
Profile.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProfileRequest,GetProfileResponse> |
OnboardingWaiters.forProfile(GetProfileRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Profile.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Profile.LifecycleState |
Profile.LifecycleState.create(String key) |
Profile.LifecycleState |
Profile.getLifecycleState()
The current state of the registration profile.
|
Profile.LifecycleState |
ProfileSummary.getLifecycleState()
The current state of the registration profile.
|
Profile.LifecycleState |
ProfileVersion.getLifecycleState()
The current state of the registration profile.
|
static Profile.LifecycleState |
Profile.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Profile.LifecycleState[] |
Profile.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StationProfile.Builder |
StationProfile.Builder.lifecycleState(Profile.LifecycleState lifecycleState) |
SoftwareSourceProfile.Builder |
SoftwareSourceProfile.Builder.lifecycleState(Profile.LifecycleState lifecycleState) |
LifecycleProfile.Builder |
LifecycleProfile.Builder.lifecycleState(Profile.LifecycleState lifecycleState) |
GroupProfile.Builder |
GroupProfile.Builder.lifecycleState(Profile.LifecycleState lifecycleState) |
ProfileSummary.Builder |
ProfileSummary.Builder.lifecycleState(Profile.LifecycleState lifecycleState)
The current state of the registration profile.
|
ProfileVersion.Builder |
ProfileVersion.Builder.lifecycleState(Profile.LifecycleState lifecycleState)
The current state of the registration profile.
|
WindowsStandaloneProfile.Builder |
WindowsStandaloneProfile.Builder.lifecycleState(Profile.LifecycleState lifecycleState) |
Constructor and Description |
---|
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Profile.LifecycleState |
ListProfilesRequest.getLifecycleState()
A filter to return only registration profiles in the given state.
|
Modifier and Type | Method and Description |
---|---|
ListProfilesRequest.Builder |
ListProfilesRequest.Builder.lifecycleState(Profile.LifecycleState lifecycleState)
A filter to return only registration profiles in the given state.
|
Copyright © 2016–2025. All rights reserved.