Uses of Class
com.oracle.bmc.core.model.LaunchInstancePlatformConfig
-
Packages that use LaunchInstancePlatformConfig Package Description com.oracle.bmc.core.model -
-
Uses of LaunchInstancePlatformConfig in com.oracle.bmc.core.model
Subclasses of LaunchInstancePlatformConfig in com.oracle.bmc.core.model Modifier and Type Class 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.Methods in com.oracle.bmc.core.model that return LaunchInstancePlatformConfig Modifier and Type Method Description LaunchInstancePlatformConfig
LaunchInstanceDetails. getPlatformConfig()
Methods in com.oracle.bmc.core.model with parameters of type LaunchInstancePlatformConfig Modifier and Type Method Description LaunchInstanceDetails.Builder
LaunchInstanceDetails.Builder. platformConfig(LaunchInstancePlatformConfig platformConfig)
Constructors in com.oracle.bmc.core.model with parameters of type LaunchInstancePlatformConfig Constructor 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, List<LaunchInstanceLicensingConfig> licensingConfigs)
Deprecated.
-