Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.archType(ArchType archType)
The CPU architecture of the managed instances in the lifecycle environment.
|
static CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.builder()
Create a new builder.
|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.compartmentId(String compartmentId)
The OCID
of the compartment that contains the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.copy(CreateLifecycleEnvironmentDetails model) |
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.description(String description)
User-specified information about the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.displayName(String displayName)
A user-friendly name for the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.location(ManagedInstanceLocation location)
The location of managed instances attached to the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.osFamily(OsFamily osFamily)
The operating system of the managed instances in the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.stages(List<CreateLifecycleStageDetails> stages)
User-specified list of ranked lifecycle stages used within the lifecycle environment.
|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.toBuilder() |
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle
environment.
|
Copyright © 2016–2024. All rights reserved.