@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig extends InstanceConfigurationLaunchInstancePlatformConfig
The platform configuration used when launching a bare metal instance specific to the AMD Milan platform.
InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.Builder |
static class |
InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.NumaNodesPerSocket
The number of NUMA nodes per socket.
|
InstanceConfigurationLaunchInstancePlatformConfig.Type
Constructor and Description |
---|
InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig(InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.NumaNodesPerSocket numaNodesPerSocket)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.Builder |
builder()
Create a new builder.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.NumaNodesPerSocket |
getNumaNodesPerSocket()
The number of NUMA nodes per socket.
|
int |
hashCode() |
InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.Builder |
toBuilder() |
String |
toString() |
@Deprecated public InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig(InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.NumaNodesPerSocket numaNodesPerSocket)
public static InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.Builder builder()
Create a new builder.
public InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.Builder toBuilder()
public InstanceConfigurationAmdMilanBmLaunchInstancePlatformConfig.NumaNodesPerSocket getNumaNodesPerSocket()
The number of NUMA nodes per socket.
public String toString()
toString
in class InstanceConfigurationLaunchInstancePlatformConfig
public boolean equals(Object o)
equals
in class InstanceConfigurationLaunchInstancePlatformConfig
protected boolean canEqual(Object other)
canEqual
in class InstanceConfigurationLaunchInstancePlatformConfig
public int hashCode()
hashCode
in class InstanceConfigurationLaunchInstancePlatformConfig
Copyright © 2016–2021. All rights reserved.