Instance.Builder |
Instance.Builder.agentConfig(InstanceAgentConfig agentConfig) |
|
Instance.Builder |
Instance.Builder.availabilityConfig(InstanceAvailabilityConfig availabilityConfig) |
|
Instance.Builder |
Instance.Builder.availabilityDomain(String availabilityDomain) |
The availability domain the instance is running in.
|
static Instance.Builder |
Instance.builder() |
Create a new builder.
|
Instance.Builder |
Instance.Builder.capacityReservationId(String capacityReservationId) |
The OCID of the compute capacity reservation this instance is launched under.
|
Instance.Builder |
Instance.Builder.clusterPlacementGroupId(String clusterPlacementGroupId) |
The OCID of the cluster placement group of the instance.
|
Instance.Builder |
Instance.Builder.compartmentId(String compartmentId) |
The OCID of the compartment that contains the instance.
|
Instance.Builder |
Instance.Builder.copy(Instance model) |
|
Instance.Builder |
Instance.Builder.dedicatedVmHostId(String dedicatedVmHostId) |
The OCID of the dedicated virtual machine host that the instance is placed on.
|
Instance.Builder |
Instance.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Instance.Builder |
Instance.Builder.displayName(String displayName) |
A user-friendly name.
|
Instance.Builder |
Instance.Builder.extendedMetadata(Map<String,Object> extendedMetadata) |
Additional metadata key/value pairs that you provide.
|
Instance.Builder |
Instance.Builder.faultDomain(String faultDomain) |
The name of the fault domain the instance is running in.
|
Instance.Builder |
Instance.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
Instance.Builder |
Instance.Builder.id(String id) |
The OCID of the instance.
|
Instance.Builder |
Instance.Builder.imageId(String imageId) |
Deprecated.
|
Instance.Builder |
Instance.Builder.instanceConfigurationId(String instanceConfigurationId) |
The OCID of the Instance Configuration used to source launch details for this instance.
|
Instance.Builder |
Instance.Builder.instanceOptions(InstanceOptions instanceOptions) |
|
Instance.Builder |
Instance.Builder.ipxeScript(String ipxeScript) |
When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the
instance is configured to run an iPXE script to continue the boot process.
|
Instance.Builder |
Instance.Builder.isAIEnterpriseEnabled(Boolean isAIEnterpriseEnabled) |
Whether AI enterprise is enabled on the instance.
|
Instance.Builder |
Instance.Builder.isCrossNumaNode(Boolean isCrossNumaNode) |
Whether the instance\u2019s OCPUs and memory are distributed across multiple NUMA nodes.
|
Instance.Builder |
Instance.Builder.launchMode(Instance.LaunchMode launchMode) |
Specifies the configuration mode for launching virtual machine (VM) instances.
|
Instance.Builder |
Instance.Builder.launchOptions(LaunchOptions launchOptions) |
|
Instance.Builder |
Instance.Builder.licensingConfigs(List<LicensingConfig> licensingConfigs) |
List of licensing configurations associated with the instance.
|
Instance.Builder |
Instance.Builder.lifecycleState(Instance.LifecycleState lifecycleState) |
The current state of the instance.
|
Instance.Builder |
Instance.Builder.metadata(Map<String,String> metadata) |
Custom metadata that you provide.
|
Instance.Builder |
Instance.Builder.placementConstraintDetails(PlacementConstraintDetails placementConstraintDetails) |
|
Instance.Builder |
Instance.Builder.platformConfig(PlatformConfig platformConfig) |
|
Instance.Builder |
Instance.Builder.preemptibleInstanceConfig(PreemptibleInstanceConfigDetails preemptibleInstanceConfig) |
|
Instance.Builder |
Instance.Builder.region(String region) |
The region that contains the availability domain the instance is running in.
|
Instance.Builder |
Instance.Builder.securityAttributes(Map<String,Map<String,Object>> securityAttributes) |
|
Instance.Builder |
Instance.Builder.securityAttributesState(Instance.SecurityAttributesState securityAttributesState) |
The lifecycle state of the securityAttributes
|
Instance.Builder |
Instance.Builder.shape(String shape) |
The shape of the instance.
|
Instance.Builder |
Instance.Builder.shapeConfig(InstanceShapeConfig shapeConfig) |
|
Instance.Builder |
Instance.Builder.sourceDetails(InstanceSourceDetails sourceDetails) |
|
Instance.Builder |
Instance.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
System tags for this resource.
|
Instance.Builder |
Instance.Builder.timeCreated(Date timeCreated) |
The date and time the instance was created, in the format defined by
RFC3339.
|
Instance.Builder |
Instance.Builder.timeMaintenanceRebootDue(Date timeMaintenanceRebootDue) |
The date and time the instance is expected to be stopped / started, in the format defined
by RFC3339.
|
Instance.Builder |
Instance.toBuilder() |
|