ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.archType(ArchType archType) |
The CPU architecture of the instances in the managed instance group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.autonomousSettings(AutonomousSettings autonomousSettings) |
|
static ManagedInstanceGroup.Builder |
ManagedInstanceGroup.builder() |
Create a new builder.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment that contains the managed instance group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.copy(ManagedInstanceGroup model) |
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.description(String description) |
User-specified information about the managed instance group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.displayName(String displayName) |
A user-friendly name for the managed instance group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.id(String id) |
The OCID of the
managed instance group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.isManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux) |
Indicates whether the Autonomous Linux service manages the group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.lifecycleState(ManagedInstanceGroup.LifecycleState lifecycleState) |
The current state of the managed instance group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.location(ManagedInstanceLocation location) |
The location of managed instances attached to the group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.managedInstanceCount(Integer managedInstanceCount) |
The number of managed instances in the group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.managedInstanceIds(List<String> managedInstanceIds) |
The list of managed instance
OCIDs attached
to the managed instance group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.notificationTopicId(String notificationTopicId) |
The OCID for the
Oracle Notifications service (ONS) topic.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.osFamily(OsFamily osFamily) |
The operating system type of the instances in the managed instance group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.pendingJobCount(Integer pendingJobCount) |
The number of scheduled jobs pending against the managed instance group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.softwareSourceIds(List<SoftwareSourceDetails> softwareSourceIds) |
The list of software source
OCIDs that the
managed instance group will use.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources) |
The list of software sources that the managed instance group will use.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
System tags for this resource.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.timeCreated(Date timeCreated) |
The time the managed instance group was created (in RFC
3339 format).
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.timeModified(Date timeModified) |
The time the managed instance group was last modified (in RFC
3339 format).
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.toBuilder() |
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.vendorName(VendorName vendorName) |
The vendor of the operating system used by the managed instances in the group.
|