Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Class and Description |
---|---|
class |
AmdMilanBmGpuLaunchInstancePlatformConfig
The platform configuration used when launching a bare metal GPU instance with the following
shape: BM.GPU.GM4.8 (also named BM.GPU.A100-v2.8) (the AMD Milan platform).
|
class |
AmdMilanBmLaunchInstancePlatformConfig
The platform configuration used when launching a bare metal instance with one of the following
shapes: BM.Standard.E4.128 or BM.DenseIO.E4.128 (the AMD Milan platform).
|
class |
AmdRomeBmGpuLaunchInstancePlatformConfig
The platform configuration used when launching a bare metal GPU instance with the BM.GPU4.8 shape
(the AMD Rome platform).
|
class |
AmdRomeBmLaunchInstancePlatformConfig
The platform configuration used when launching a bare metal instance with the BM.Standard.E3.128
shape (the AMD Rome platform).
|
class |
AmdVmLaunchInstancePlatformConfig
The platform configuration used when launching a virtual machine instance with the AMD platform.
|
class |
GenericBmLaunchInstancePlatformConfig
The standard platform configuration to be used when launching a bare metal instance.
|
class |
IntelIcelakeBmLaunchInstancePlatformConfig
The platform configuration used when launching a bare metal instance with the BM.Standard3.64
shape or the BM.Optimized3.36 shape (the Intel Ice Lake platform).
|
class |
IntelSkylakeBmLaunchInstancePlatformConfig
The platform configuration used when launching a bare metal instance with an Intel X7-based
processor (the Intel Skylake platform).
|
class |
IntelVmLaunchInstancePlatformConfig
The platform configuration used when launching a virtual machine instance with the Intel
platform.
|
Modifier and Type | Method and Description |
---|---|
LaunchInstancePlatformConfig |
LaunchInstanceDetails.getPlatformConfig() |
Modifier and Type | Method and Description |
---|---|
LaunchInstanceDetails.Builder |
LaunchInstanceDetails.Builder.platformConfig(LaunchInstancePlatformConfig platformConfig) |
Constructor and Description |
---|
LaunchInstanceDetails(String availabilityDomain,
String capacityReservationId,
String compartmentId,
CreateVnicDetails createVnicDetails,
String dedicatedVmHostId,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> securityAttributes,
String displayName,
Map<String,Object> extendedMetadata,
String faultDomain,
String clusterPlacementGroupId,
Map<String,String> freeformTags,
String computeClusterId,
String hostnameLabel,
String imageId,
String ipxeScript,
LaunchOptions launchOptions,
InstanceOptions instanceOptions,
LaunchInstanceAvailabilityConfigDetails availabilityConfig,
PreemptibleInstanceConfigDetails preemptibleInstanceConfig,
Map<String,String> metadata,
LaunchInstanceAgentConfigDetails agentConfig,
String shape,
LaunchInstanceShapeConfigDetails shapeConfig,
InstanceSourceDetails sourceDetails,
String subnetId,
List<LaunchAttachVolumeDetails> launchVolumeAttachments,
Boolean isPvEncryptionInTransitEnabled,
LaunchInstancePlatformConfig platformConfig,
String instanceConfigurationId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.