public static enum ExadataInfrastructureSummary.AdditionalComputeSystemModel extends Enum<ExadataInfrastructureSummary.AdditionalComputeSystemModel> implements BmcEnum
Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
Enum Constant and Description |
---|
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
X10M |
X7 |
X8 |
X8M |
X9M |
Modifier and Type | Method and Description |
---|---|
static ExadataInfrastructureSummary.AdditionalComputeSystemModel |
create(String key) |
String |
getValue() |
static ExadataInfrastructureSummary.AdditionalComputeSystemModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExadataInfrastructureSummary.AdditionalComputeSystemModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExadataInfrastructureSummary.AdditionalComputeSystemModel X7
public static final ExadataInfrastructureSummary.AdditionalComputeSystemModel X8
public static final ExadataInfrastructureSummary.AdditionalComputeSystemModel X8M
public static final ExadataInfrastructureSummary.AdditionalComputeSystemModel X9M
public static final ExadataInfrastructureSummary.AdditionalComputeSystemModel X10M
public static final ExadataInfrastructureSummary.AdditionalComputeSystemModel UnknownEnumValue
public static ExadataInfrastructureSummary.AdditionalComputeSystemModel[] values()
for (ExadataInfrastructureSummary.AdditionalComputeSystemModel c : ExadataInfrastructureSummary.AdditionalComputeSystemModel.values()) System.out.println(c);
public static ExadataInfrastructureSummary.AdditionalComputeSystemModel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ExadataInfrastructureSummary.AdditionalComputeSystemModel create(String key)
Copyright © 2016–2024. All rights reserved.