Uses of Class
com.oracle.bmc.database.model.UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel
-
Packages that use UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel Package Description com.oracle.bmc.database.model -
-
Uses of UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel Modifier and Type Method Description UpdateExadataInfrastructureDetails.Builder
UpdateExadataInfrastructureDetails.Builder. additionalComputeSystemModel(UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel additionalComputeSystemModel)
Oracle Exadata System Model specification.Constructors in com.oracle.bmc.database.model with parameters of type UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel Constructor 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.
-