Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel |
UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel.create(String key) |
UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel |
UpdateExadataInfrastructureDetails.getAdditionalComputeSystemModel()
Oracle Exadata System Model specification.
|
static UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel |
UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel[] |
UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateExadataInfrastructureDetails.Builder |
UpdateExadataInfrastructureDetails.Builder.additionalComputeSystemModel(UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel additionalComputeSystemModel)
Oracle Exadata System Model specification.
|
Constructor and Description |
---|
UpdateExadataInfrastructureDetails(String cloudControlPlaneServer1,
String cloudControlPlaneServer2,
String netmask,
String gateway,
String adminNetworkCIDR,
String infiniBandNetworkCIDR,
String corporateProxy,
List<ExadataInfrastructureContact> contacts,
MaintenanceWindow maintenanceWindow,
Integer additionalStorageCount,
Boolean isMultiRackDeployment,
byte[] multiRackConfigurationFile,
Integer additionalComputeCount,
UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel additionalComputeSystemModel,
List<String> dnsServer,
List<String> ntpServer,
String timeZone,
Boolean isCpsOfflineReportEnabled,
NetworkBondingModeDetails networkBondingModeDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.