Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
LifecycleEnvironmentDetails |
LifecycleEnvironmentDetails.Builder.build() |
LifecycleEnvironmentDetails |
LifecycleProfile.getLifecycleEnvironment() |
LifecycleEnvironmentDetails |
ProfileVersion.getLifecycleEnvironment() |
Modifier and Type | Method and Description |
---|---|
LifecycleEnvironmentDetails.Builder |
LifecycleEnvironmentDetails.Builder.copy(LifecycleEnvironmentDetails model) |
LifecycleProfile.Builder |
LifecycleProfile.Builder.lifecycleEnvironment(LifecycleEnvironmentDetails lifecycleEnvironment) |
ProfileVersion.Builder |
ProfileVersion.Builder.lifecycleEnvironment(LifecycleEnvironmentDetails lifecycleEnvironment) |
Constructor and Description |
---|
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.
|
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.
|
Copyright © 2016–2025. All rights reserved.