public static class ManagedInstanceGroup.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagedInstanceGroup.Builder |
archType(ArchType archType)
The CPU architecture of the instances in the managed instance group.
|
ManagedInstanceGroup.Builder |
autonomousSettings(AutonomousSettings autonomousSettings) |
ManagedInstanceGroup |
build() |
ManagedInstanceGroup.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment that contains the managed instance group.
|
ManagedInstanceGroup.Builder |
copy(ManagedInstanceGroup model) |
ManagedInstanceGroup.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ManagedInstanceGroup.Builder |
description(String description)
User-specified information about the managed instance group.
|
ManagedInstanceGroup.Builder |
displayName(String displayName)
A user-friendly name for the managed instance group.
|
ManagedInstanceGroup.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ManagedInstanceGroup.Builder |
id(String id)
The OCID
of the managed instance group.
|
ManagedInstanceGroup.Builder |
isManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux)
Indicates whether the Autonomous Linux service manages the group.
|
ManagedInstanceGroup.Builder |
lifecycleState(ManagedInstanceGroup.LifecycleState lifecycleState)
The current state of the managed instance group.
|
ManagedInstanceGroup.Builder |
location(ManagedInstanceLocation location)
The location of managed instances attached to the group.
|
ManagedInstanceGroup.Builder |
managedInstanceCount(Integer managedInstanceCount)
The number of managed instances in the group.
|
ManagedInstanceGroup.Builder |
managedInstanceIds(List<String> managedInstanceIds)
The list of managed instance
OCIDs
attached to the managed instance group.
|
ManagedInstanceGroup.Builder |
notificationTopicId(String notificationTopicId)
The OCID
for the Oracle Notifications service (ONS) topic.
|
ManagedInstanceGroup.Builder |
osFamily(OsFamily osFamily)
The operating system type of the instances in the managed instance group.
|
ManagedInstanceGroup.Builder |
pendingJobCount(Integer pendingJobCount)
The number of scheduled jobs pending against the managed instance group.
|
ManagedInstanceGroup.Builder |
softwareSourceIds(List<SoftwareSourceDetails> softwareSourceIds)
The list of software source
OCIDs that
the managed instance group will use.
|
ManagedInstanceGroup.Builder |
softwareSources(List<SoftwareSourceDetails> softwareSources)
The list of software sources that the managed instance group will use.
|
ManagedInstanceGroup.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
ManagedInstanceGroup.Builder |
timeCreated(Date timeCreated)
The time the managed instance group was created (in RFC
3339 format).
|
ManagedInstanceGroup.Builder |
timeModified(Date timeModified)
The time the managed instance group was last modified (in RFC
3339 format).
|
ManagedInstanceGroup.Builder |
vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the group.
|
public ManagedInstanceGroup.Builder id(String id)
The OCID of the managed instance group.
id
- the value to setpublic ManagedInstanceGroup.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the managed instance group.
compartmentId
- the value to setpublic ManagedInstanceGroup.Builder displayName(String displayName)
A user-friendly name for the managed instance group.
displayName
- the value to setpublic ManagedInstanceGroup.Builder description(String description)
User-specified information about the managed instance group.
description
- the value to setpublic ManagedInstanceGroup.Builder timeCreated(Date timeCreated)
The time the managed instance group was created (in RFC 3339 format).
timeCreated
- the value to setpublic ManagedInstanceGroup.Builder timeModified(Date timeModified)
The time the managed instance group was last modified (in RFC 3339 format).
timeModified
- the value to setpublic ManagedInstanceGroup.Builder lifecycleState(ManagedInstanceGroup.LifecycleState lifecycleState)
The current state of the managed instance group.
lifecycleState
- the value to setpublic ManagedInstanceGroup.Builder osFamily(OsFamily osFamily)
The operating system type of the instances in the managed instance group.
osFamily
- the value to setpublic ManagedInstanceGroup.Builder archType(ArchType archType)
The CPU architecture of the instances in the managed instance group.
archType
- the value to setpublic ManagedInstanceGroup.Builder vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the group.
vendorName
- the value to setpublic ManagedInstanceGroup.Builder softwareSourceIds(List<SoftwareSourceDetails> softwareSourceIds)
The list of software source OCIDs that the managed instance group will use.
softwareSourceIds
- the value to setpublic ManagedInstanceGroup.Builder softwareSources(List<SoftwareSourceDetails> softwareSources)
The list of software sources that the managed instance group will use.
softwareSources
- the value to setpublic ManagedInstanceGroup.Builder managedInstanceIds(List<String> managedInstanceIds)
The list of managed instance OCIDs attached to the managed instance group.
managedInstanceIds
- the value to setpublic ManagedInstanceGroup.Builder managedInstanceCount(Integer managedInstanceCount)
The number of managed instances in the group.
managedInstanceCount
- the value to setpublic ManagedInstanceGroup.Builder location(ManagedInstanceLocation location)
The location of managed instances attached to the group.
location
- the value to setpublic ManagedInstanceGroup.Builder pendingJobCount(Integer pendingJobCount)
The number of scheduled jobs pending against the managed instance group.
pendingJobCount
- the value to setpublic ManagedInstanceGroup.Builder notificationTopicId(String notificationTopicId)
The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
notificationTopicId
- the value to setpublic ManagedInstanceGroup.Builder autonomousSettings(AutonomousSettings autonomousSettings)
public ManagedInstanceGroup.Builder isManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux)
Indicates whether the Autonomous Linux service manages the group.
isManagedByAutonomousLinux
- the value to setpublic ManagedInstanceGroup.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic ManagedInstanceGroup.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic ManagedInstanceGroup.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic ManagedInstanceGroup build()
public ManagedInstanceGroup.Builder copy(ManagedInstanceGroup model)
Copyright © 2016–2024. All rights reserved.