Uses of Class
com.oracle.bmc.core.model.PlatformConfig
-
Packages that use PlatformConfig Package Description com.oracle.bmc.core.model -
-
Uses of PlatformConfig in com.oracle.bmc.core.model
Subclasses of PlatformConfig in com.oracle.bmc.core.model Modifier and Type Class Description classAmdMilanBmGpuPlatformConfigThe 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).classAmdMilanBmPlatformConfigThe 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).classAmdRomeBmGpuPlatformConfigThe platform configuration of a bare metal GPU instance that uses the BM.GPU4.8 shape (the AMD Rome platform).classAmdRomeBmPlatformConfigThe platform configuration of a bare metal instance that uses the BM.Standard.E3.128 shape (the AMD Rome platform).classAmdVmPlatformConfigThe platform configuration of a virtual machine instance that uses the AMD platform.classGenericBmPlatformConfigThe standard platform configuration of a bare metal instance.classIntelIcelakeBmPlatformConfigThe platform configuration of a bare metal instance that uses the BM.Standard3.64 shape or the BM.Optimized3.36 shape (the Intel Ice Lake platform).classIntelSkylakeBmPlatformConfigThe platform configuration of a bare metal instance that uses one of the following shapes: BM.Standard2.52, BM.GPU2.2, BM.GPU3.8, or BM.DenseIO2.52 (the Intel Skylake platform).classIntelVmPlatformConfigThe platform configuration of a virtual machine instance that uses the Intel platform.Methods in com.oracle.bmc.core.model that return PlatformConfig Modifier and Type Method Description PlatformConfigInstance. getPlatformConfig()Methods in com.oracle.bmc.core.model with parameters of type PlatformConfig Modifier and Type Method Description Instance.BuilderInstance.Builder. platformConfig(PlatformConfig platformConfig)Constructors in com.oracle.bmc.core.model with parameters of type PlatformConfig Constructor Description Instance(String availabilityDomain, String capacityReservationId, String compartmentId, PlacementConstraintDetails placementConstraintDetails, Boolean isAIEnterpriseEnabled, String clusterPlacementGroupId, String dedicatedVmHostId, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, Instance.SecurityAttributesState securityAttributesState, String displayName, Map<String,Object> extendedMetadata, String faultDomain, Map<String,String> freeformTags, String id, String imageId, String ipxeScript, Instance.LaunchMode launchMode, LaunchOptions launchOptions, InstanceOptions instanceOptions, InstanceAvailabilityConfig availabilityConfig, PreemptibleInstanceConfigDetails preemptibleInstanceConfig, Instance.LifecycleState lifecycleState, Map<String,String> metadata, String region, String shape, InstanceShapeConfig shapeConfig, Boolean isCrossNumaNode, InstanceSourceDetails sourceDetails, Map<String,Map<String,Object>> systemTags, Date timeCreated, InstanceAgentConfig agentConfig, Date timeMaintenanceRebootDue, PlatformConfig platformConfig, String instanceConfigurationId, List<LicensingConfig> licensingConfigs)Deprecated.
-