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 class
AmdMilanBmGpuPlatformConfig
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
AmdMilanBmPlatformConfig
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
AmdRomeBmGpuPlatformConfig
The platform configuration of a bare metal GPU instance that uses the BM.GPU4.8 shape (the AMD Rome platform).class
AmdRomeBmPlatformConfig
The platform configuration of a bare metal instance that uses the BM.Standard.E3.128 shape (the AMD Rome platform).class
AmdVmPlatformConfig
The platform configuration of a virtual machine instance that uses the AMD platform.class
GenericBmPlatformConfig
The standard platform configuration of a bare metal instance.class
IntelIcelakeBmPlatformConfig
The 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).class
IntelSkylakeBmPlatformConfig
The 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).class
IntelVmPlatformConfig
The 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 PlatformConfig
Instance. getPlatformConfig()
Methods in com.oracle.bmc.core.model with parameters of type PlatformConfig Modifier and Type Method Description Instance.Builder
Instance.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, 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, String computeHostGroupId)
Deprecated.
-