7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/odb/OdbRequest.h>
12#include <aws/odb/Odb_EXPORTS.h>
13#include <aws/odb/model/DataCollectionOptions.h>
14#include <aws/odb/model/LicenseModel.h>
44 template <
typename CloudExadataInfrastructureIdT = Aws::String>
46 m_cloudExadataInfrastructureIdHasBeenSet =
true;
47 m_cloudExadataInfrastructureId = std::forward<CloudExadataInfrastructureIdT>(value);
49 template <
typename CloudExadataInfrastructureIdT = Aws::String>
63 m_cpuCoreCountHasBeenSet =
true;
64 m_cpuCoreCount = value;
78 template <
typename DisplayNameT = Aws::String>
80 m_displayNameHasBeenSet =
true;
81 m_displayName = std::forward<DisplayNameT>(value);
83 template <
typename DisplayNameT = Aws::String>
98 template <
typename GiVersionT = Aws::String>
100 m_giVersionHasBeenSet =
true;
101 m_giVersion = std::forward<GiVersionT>(value);
103 template <
typename GiVersionT = Aws::String>
120 template <
typename HostnameT = Aws::String>
122 m_hostnameHasBeenSet =
true;
123 m_hostname = std::forward<HostnameT>(value);
125 template <
typename HostnameT = Aws::String>
139 template <
typename SshPublicKeysT = Aws::Vector<Aws::String>>
141 m_sshPublicKeysHasBeenSet =
true;
142 m_sshPublicKeys = std::forward<SshPublicKeysT>(value);
144 template <
typename SshPublicKeysT = Aws::Vector<Aws::String>>
149 template <
typename SshPublicKeysT = Aws::String>
151 m_sshPublicKeysHasBeenSet =
true;
152 m_sshPublicKeys.emplace_back(std::forward<SshPublicKeysT>(value));
163 template <
typename OdbNetworkIdT = Aws::String>
165 m_odbNetworkIdHasBeenSet =
true;
166 m_odbNetworkId = std::forward<OdbNetworkIdT>(value);
168 template <
typename OdbNetworkIdT = Aws::String>
182 template <
typename ClusterNameT = Aws::String>
184 m_clusterNameHasBeenSet =
true;
185 m_clusterName = std::forward<ClusterNameT>(value);
187 template <
typename ClusterNameT = Aws::String>
201 template <
typename DataCollectionOptionsT = DataCollectionOptions>
203 m_dataCollectionOptionsHasBeenSet =
true;
204 m_dataCollectionOptions = std::forward<DataCollectionOptionsT>(value);
206 template <
typename DataCollectionOptionsT = DataCollectionOptions>
221 m_dataStorageSizeInTBsHasBeenSet =
true;
222 m_dataStorageSizeInTBs = value;
238 m_dbNodeStorageSizeInGBsHasBeenSet =
true;
239 m_dbNodeStorageSizeInGBs = value;
253 template <
typename DbServersT = Aws::Vector<Aws::String>>
255 m_dbServersHasBeenSet =
true;
256 m_dbServers = std::forward<DbServersT>(value);
258 template <
typename DbServersT = Aws::Vector<Aws::String>>
263 template <
typename DbServersT = Aws::String>
265 m_dbServersHasBeenSet =
true;
266 m_dbServers.emplace_back(std::forward<DbServersT>(value));
277 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
279 m_tagsHasBeenSet =
true;
280 m_tags = std::forward<TagsT>(value);
282 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
284 SetTags(std::forward<TagsT>(value));
287 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
289 m_tagsHasBeenSet =
true;
290 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
303 m_isLocalBackupEnabledHasBeenSet =
true;
304 m_isLocalBackupEnabled = value;
319 m_isSparseDiskgroupEnabledHasBeenSet =
true;
320 m_isSparseDiskgroupEnabled = value;
336 m_licenseModelHasBeenSet =
true;
337 m_licenseModel = value;
352 m_memorySizeInGBsHasBeenSet =
true;
353 m_memorySizeInGBs = value;
367 template <
typename SystemVersionT = Aws::String>
369 m_systemVersionHasBeenSet =
true;
370 m_systemVersion = std::forward<SystemVersionT>(value);
372 template <
typename SystemVersionT = Aws::String>
386 template <
typename TimeZoneT = Aws::String>
388 m_timeZoneHasBeenSet =
true;
389 m_timeZone = std::forward<TimeZoneT>(value);
391 template <
typename TimeZoneT = Aws::String>
408 template <
typename ClientTokenT = Aws::String>
410 m_clientTokenHasBeenSet =
true;
411 m_clientToken = std::forward<ClientTokenT>(value);
413 template <
typename ClientTokenT = Aws::String>
431 m_scanListenerPortTcpHasBeenSet =
true;
432 m_scanListenerPortTcp = value;
442 int m_cpuCoreCount{0};
456 DataCollectionOptions m_dataCollectionOptions;
458 double m_dataStorageSizeInTBs{0.0};
460 int m_dbNodeStorageSizeInGBs{0};
466 bool m_isLocalBackupEnabled{
false};
468 bool m_isSparseDiskgroupEnabled{
false};
472 int m_memorySizeInGBs{0};
480 int m_scanListenerPortTcp{0};
481 bool m_cloudExadataInfrastructureIdHasBeenSet =
false;
482 bool m_cpuCoreCountHasBeenSet =
false;
483 bool m_displayNameHasBeenSet =
false;
484 bool m_giVersionHasBeenSet =
false;
485 bool m_hostnameHasBeenSet =
false;
486 bool m_sshPublicKeysHasBeenSet =
false;
487 bool m_odbNetworkIdHasBeenSet =
false;
488 bool m_clusterNameHasBeenSet =
false;
489 bool m_dataCollectionOptionsHasBeenSet =
false;
490 bool m_dataStorageSizeInTBsHasBeenSet =
false;
491 bool m_dbNodeStorageSizeInGBsHasBeenSet =
false;
492 bool m_dbServersHasBeenSet =
false;
493 bool m_tagsHasBeenSet =
false;
494 bool m_isLocalBackupEnabledHasBeenSet =
false;
495 bool m_isSparseDiskgroupEnabledHasBeenSet =
false;
496 bool m_licenseModelHasBeenSet =
false;
497 bool m_memorySizeInGBsHasBeenSet =
false;
498 bool m_systemVersionHasBeenSet =
false;
499 bool m_timeZoneHasBeenSet =
false;
500 bool m_clientTokenHasBeenSet =
true;
501 bool m_scanListenerPortTcpHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
bool CloudExadataInfrastructureIdHasBeenSet() const
void SetMemorySizeInGBs(int value)
const Aws::String & GetClientToken() const
const Aws::String & GetTimeZone() const
bool DataCollectionOptionsHasBeenSet() const
bool TimeZoneHasBeenSet() const
bool ClusterNameHasBeenSet() const
bool IsSparseDiskgroupEnabledHasBeenSet() const
void SetDbNodeStorageSizeInGBs(int value)
void SetDbServers(DbServersT &&value)
const Aws::Vector< Aws::String > & GetSshPublicKeys() const
CreateCloudVmClusterRequest & WithLicenseModel(LicenseModel value)
void SetCloudExadataInfrastructureId(CloudExadataInfrastructureIdT &&value)
bool DisplayNameHasBeenSet() const
CreateCloudVmClusterRequest & WithClientToken(ClientTokenT &&value)
CreateCloudVmClusterRequest & AddSshPublicKeys(SshPublicKeysT &&value)
int GetDbNodeStorageSizeInGBs() const
void SetHostname(HostnameT &&value)
int GetScanListenerPortTcp() const
void SetTags(TagsT &&value)
CreateCloudVmClusterRequest & AddDbServers(DbServersT &&value)
void SetDataCollectionOptions(DataCollectionOptionsT &&value)
bool GetIsLocalBackupEnabled() const
const Aws::String & GetGiVersion() const
CreateCloudVmClusterRequest & WithScanListenerPortTcp(int value)
CreateCloudVmClusterRequest & WithOdbNetworkId(OdbNetworkIdT &&value)
void SetLicenseModel(LicenseModel value)
CreateCloudVmClusterRequest & WithDbNodeStorageSizeInGBs(int value)
void SetGiVersion(GiVersionT &&value)
const Aws::String & GetClusterName() const
CreateCloudVmClusterRequest & WithIsSparseDiskgroupEnabled(bool value)
int GetMemorySizeInGBs() const
CreateCloudVmClusterRequest & WithIsLocalBackupEnabled(bool value)
CreateCloudVmClusterRequest & WithHostname(HostnameT &&value)
bool HostnameHasBeenSet() const
CreateCloudVmClusterRequest & WithDataStorageSizeInTBs(double value)
const Aws::String & GetSystemVersion() const
bool IsLocalBackupEnabledHasBeenSet() const
bool MemorySizeInGBsHasBeenSet() const
bool GiVersionHasBeenSet() const
CreateCloudVmClusterRequest & WithDisplayName(DisplayNameT &&value)
LicenseModel GetLicenseModel() const
CreateCloudVmClusterRequest & WithCpuCoreCount(int value)
AWS_ODB_API CreateCloudVmClusterRequest()=default
CreateCloudVmClusterRequest & WithTimeZone(TimeZoneT &&value)
AWS_ODB_API Aws::String SerializePayload() const override
bool SshPublicKeysHasBeenSet() const
void SetCpuCoreCount(int value)
CreateCloudVmClusterRequest & WithDbServers(DbServersT &&value)
void SetSshPublicKeys(SshPublicKeysT &&value)
const Aws::String & GetOdbNetworkId() const
CreateCloudVmClusterRequest & WithSystemVersion(SystemVersionT &&value)
const Aws::String & GetHostname() const
bool DataStorageSizeInTBsHasBeenSet() const
CreateCloudVmClusterRequest & WithSshPublicKeys(SshPublicKeysT &&value)
void SetOdbNetworkId(OdbNetworkIdT &&value)
CreateCloudVmClusterRequest & WithDataCollectionOptions(DataCollectionOptionsT &&value)
CreateCloudVmClusterRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool CpuCoreCountHasBeenSet() const
void SetScanListenerPortTcp(int value)
bool OdbNetworkIdHasBeenSet() const
bool DbServersHasBeenSet() const
void SetIsLocalBackupEnabled(bool value)
const Aws::String & GetCloudExadataInfrastructureId() const
bool GetIsSparseDiskgroupEnabled() const
bool DbNodeStorageSizeInGBsHasBeenSet() const
void SetDataStorageSizeInTBs(double value)
CreateCloudVmClusterRequest & WithTags(TagsT &&value)
double GetDataStorageSizeInTBs() const
void SetDisplayName(DisplayNameT &&value)
CreateCloudVmClusterRequest & WithMemorySizeInGBs(int value)
bool TagsHasBeenSet() const
bool LicenseModelHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDisplayName() const
const Aws::Vector< Aws::String > & GetDbServers() const
bool ScanListenerPortTcpHasBeenSet() const
CreateCloudVmClusterRequest & WithClusterName(ClusterNameT &&value)
int GetCpuCoreCount() const
const DataCollectionOptions & GetDataCollectionOptions() const
AWS_ODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SystemVersionHasBeenSet() const
void SetTimeZone(TimeZoneT &&value)
CreateCloudVmClusterRequest & WithCloudExadataInfrastructureId(CloudExadataInfrastructureIdT &&value)
void SetIsSparseDiskgroupEnabled(bool value)
bool ClientTokenHasBeenSet() const
void SetClusterName(ClusterNameT &&value)
CreateCloudVmClusterRequest & WithGiVersion(GiVersionT &&value)
void SetSystemVersion(SystemVersionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector