AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CloudVmCluster.h
1
6#pragma once
7#include <aws/odb/Odb_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/odb/model/ResourceStatus.h>
10#include <aws/odb/model/DataCollectionOptions.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/odb/model/DiskRedundancy.h>
13#include <aws/odb/model/ExadataIormConfig.h>
14#include <aws/odb/model/LicenseModel.h>
15#include <aws/core/utils/DateTime.h>
16#include <aws/odb/model/ComputeModel.h>
17#include <utility>
18
19namespace Aws
20{
21namespace Utils
22{
23namespace Json
24{
25 class JsonValue;
26 class JsonView;
27} // namespace Json
28} // namespace Utils
29namespace odb
30{
31namespace Model
32{
33
40 {
41 public:
42 AWS_ODB_API CloudVmCluster() = default;
46
47
49
52 inline const Aws::String& GetCloudVmClusterId() const { return m_cloudVmClusterId; }
53 inline bool CloudVmClusterIdHasBeenSet() const { return m_cloudVmClusterIdHasBeenSet; }
54 template<typename CloudVmClusterIdT = Aws::String>
55 void SetCloudVmClusterId(CloudVmClusterIdT&& value) { m_cloudVmClusterIdHasBeenSet = true; m_cloudVmClusterId = std::forward<CloudVmClusterIdT>(value); }
56 template<typename CloudVmClusterIdT = Aws::String>
57 CloudVmCluster& WithCloudVmClusterId(CloudVmClusterIdT&& value) { SetCloudVmClusterId(std::forward<CloudVmClusterIdT>(value)); return *this;}
59
61
64 inline const Aws::String& GetDisplayName() const { return m_displayName; }
65 inline bool DisplayNameHasBeenSet() const { return m_displayNameHasBeenSet; }
66 template<typename DisplayNameT = Aws::String>
67 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet = true; m_displayName = std::forward<DisplayNameT>(value); }
68 template<typename DisplayNameT = Aws::String>
69 CloudVmCluster& WithDisplayName(DisplayNameT&& value) { SetDisplayName(std::forward<DisplayNameT>(value)); return *this;}
71
73
76 inline ResourceStatus GetStatus() const { return m_status; }
77 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
78 inline void SetStatus(ResourceStatus value) { m_statusHasBeenSet = true; m_status = value; }
79 inline CloudVmCluster& WithStatus(ResourceStatus value) { SetStatus(value); return *this;}
81
83
86 inline const Aws::String& GetStatusReason() const { return m_statusReason; }
87 inline bool StatusReasonHasBeenSet() const { return m_statusReasonHasBeenSet; }
88 template<typename StatusReasonT = Aws::String>
89 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet = true; m_statusReason = std::forward<StatusReasonT>(value); }
90 template<typename StatusReasonT = Aws::String>
91 CloudVmCluster& WithStatusReason(StatusReasonT&& value) { SetStatusReason(std::forward<StatusReasonT>(value)); return *this;}
93
95
98 inline const Aws::String& GetCloudVmClusterArn() const { return m_cloudVmClusterArn; }
99 inline bool CloudVmClusterArnHasBeenSet() const { return m_cloudVmClusterArnHasBeenSet; }
100 template<typename CloudVmClusterArnT = Aws::String>
101 void SetCloudVmClusterArn(CloudVmClusterArnT&& value) { m_cloudVmClusterArnHasBeenSet = true; m_cloudVmClusterArn = std::forward<CloudVmClusterArnT>(value); }
102 template<typename CloudVmClusterArnT = Aws::String>
103 CloudVmCluster& WithCloudVmClusterArn(CloudVmClusterArnT&& value) { SetCloudVmClusterArn(std::forward<CloudVmClusterArnT>(value)); return *this;}
105
107
111 inline const Aws::String& GetCloudExadataInfrastructureId() const { return m_cloudExadataInfrastructureId; }
112 inline bool CloudExadataInfrastructureIdHasBeenSet() const { return m_cloudExadataInfrastructureIdHasBeenSet; }
113 template<typename CloudExadataInfrastructureIdT = Aws::String>
114 void SetCloudExadataInfrastructureId(CloudExadataInfrastructureIdT&& value) { m_cloudExadataInfrastructureIdHasBeenSet = true; m_cloudExadataInfrastructureId = std::forward<CloudExadataInfrastructureIdT>(value); }
115 template<typename CloudExadataInfrastructureIdT = Aws::String>
116 CloudVmCluster& WithCloudExadataInfrastructureId(CloudExadataInfrastructureIdT&& value) { SetCloudExadataInfrastructureId(std::forward<CloudExadataInfrastructureIdT>(value)); return *this;}
118
120
123 inline const Aws::String& GetClusterName() const { return m_clusterName; }
124 inline bool ClusterNameHasBeenSet() const { return m_clusterNameHasBeenSet; }
125 template<typename ClusterNameT = Aws::String>
126 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet = true; m_clusterName = std::forward<ClusterNameT>(value); }
127 template<typename ClusterNameT = Aws::String>
128 CloudVmCluster& WithClusterName(ClusterNameT&& value) { SetClusterName(std::forward<ClusterNameT>(value)); return *this;}
130
132
135 inline int GetCpuCoreCount() const { return m_cpuCoreCount; }
136 inline bool CpuCoreCountHasBeenSet() const { return m_cpuCoreCountHasBeenSet; }
137 inline void SetCpuCoreCount(int value) { m_cpuCoreCountHasBeenSet = true; m_cpuCoreCount = value; }
138 inline CloudVmCluster& WithCpuCoreCount(int value) { SetCpuCoreCount(value); return *this;}
140
142
145 inline const DataCollectionOptions& GetDataCollectionOptions() const { return m_dataCollectionOptions; }
146 inline bool DataCollectionOptionsHasBeenSet() const { return m_dataCollectionOptionsHasBeenSet; }
147 template<typename DataCollectionOptionsT = DataCollectionOptions>
148 void SetDataCollectionOptions(DataCollectionOptionsT&& value) { m_dataCollectionOptionsHasBeenSet = true; m_dataCollectionOptions = std::forward<DataCollectionOptionsT>(value); }
149 template<typename DataCollectionOptionsT = DataCollectionOptions>
150 CloudVmCluster& WithDataCollectionOptions(DataCollectionOptionsT&& value) { SetDataCollectionOptions(std::forward<DataCollectionOptionsT>(value)); return *this;}
152
154
158 inline double GetDataStorageSizeInTBs() const { return m_dataStorageSizeInTBs; }
159 inline bool DataStorageSizeInTBsHasBeenSet() const { return m_dataStorageSizeInTBsHasBeenSet; }
160 inline void SetDataStorageSizeInTBs(double value) { m_dataStorageSizeInTBsHasBeenSet = true; m_dataStorageSizeInTBs = value; }
161 inline CloudVmCluster& WithDataStorageSizeInTBs(double value) { SetDataStorageSizeInTBs(value); return *this;}
163
165
169 inline int GetDbNodeStorageSizeInGBs() const { return m_dbNodeStorageSizeInGBs; }
170 inline bool DbNodeStorageSizeInGBsHasBeenSet() const { return m_dbNodeStorageSizeInGBsHasBeenSet; }
171 inline void SetDbNodeStorageSizeInGBs(int value) { m_dbNodeStorageSizeInGBsHasBeenSet = true; m_dbNodeStorageSizeInGBs = value; }
172 inline CloudVmCluster& WithDbNodeStorageSizeInGBs(int value) { SetDbNodeStorageSizeInGBs(value); return *this;}
174
176
179 inline const Aws::Vector<Aws::String>& GetDbServers() const { return m_dbServers; }
180 inline bool DbServersHasBeenSet() const { return m_dbServersHasBeenSet; }
181 template<typename DbServersT = Aws::Vector<Aws::String>>
182 void SetDbServers(DbServersT&& value) { m_dbServersHasBeenSet = true; m_dbServers = std::forward<DbServersT>(value); }
183 template<typename DbServersT = Aws::Vector<Aws::String>>
184 CloudVmCluster& WithDbServers(DbServersT&& value) { SetDbServers(std::forward<DbServersT>(value)); return *this;}
185 template<typename DbServersT = Aws::String>
186 CloudVmCluster& AddDbServers(DbServersT&& value) { m_dbServersHasBeenSet = true; m_dbServers.emplace_back(std::forward<DbServersT>(value)); return *this; }
188
190
194 inline DiskRedundancy GetDiskRedundancy() const { return m_diskRedundancy; }
195 inline bool DiskRedundancyHasBeenSet() const { return m_diskRedundancyHasBeenSet; }
196 inline void SetDiskRedundancy(DiskRedundancy value) { m_diskRedundancyHasBeenSet = true; m_diskRedundancy = value; }
199
201
205 inline const Aws::String& GetGiVersion() const { return m_giVersion; }
206 inline bool GiVersionHasBeenSet() const { return m_giVersionHasBeenSet; }
207 template<typename GiVersionT = Aws::String>
208 void SetGiVersion(GiVersionT&& value) { m_giVersionHasBeenSet = true; m_giVersion = std::forward<GiVersionT>(value); }
209 template<typename GiVersionT = Aws::String>
210 CloudVmCluster& WithGiVersion(GiVersionT&& value) { SetGiVersion(std::forward<GiVersionT>(value)); return *this;}
212
214
217 inline const Aws::String& GetHostname() const { return m_hostname; }
218 inline bool HostnameHasBeenSet() const { return m_hostnameHasBeenSet; }
219 template<typename HostnameT = Aws::String>
220 void SetHostname(HostnameT&& value) { m_hostnameHasBeenSet = true; m_hostname = std::forward<HostnameT>(value); }
221 template<typename HostnameT = Aws::String>
222 CloudVmCluster& WithHostname(HostnameT&& value) { SetHostname(std::forward<HostnameT>(value)); return *this;}
224
226
229 inline const ExadataIormConfig& GetIormConfigCache() const { return m_iormConfigCache; }
230 inline bool IormConfigCacheHasBeenSet() const { return m_iormConfigCacheHasBeenSet; }
231 template<typename IormConfigCacheT = ExadataIormConfig>
232 void SetIormConfigCache(IormConfigCacheT&& value) { m_iormConfigCacheHasBeenSet = true; m_iormConfigCache = std::forward<IormConfigCacheT>(value); }
233 template<typename IormConfigCacheT = ExadataIormConfig>
234 CloudVmCluster& WithIormConfigCache(IormConfigCacheT&& value) { SetIormConfigCache(std::forward<IormConfigCacheT>(value)); return *this;}
236
238
242 inline bool GetIsLocalBackupEnabled() const { return m_isLocalBackupEnabled; }
243 inline bool IsLocalBackupEnabledHasBeenSet() const { return m_isLocalBackupEnabledHasBeenSet; }
244 inline void SetIsLocalBackupEnabled(bool value) { m_isLocalBackupEnabledHasBeenSet = true; m_isLocalBackupEnabled = value; }
245 inline CloudVmCluster& WithIsLocalBackupEnabled(bool value) { SetIsLocalBackupEnabled(value); return *this;}
247
249
252 inline bool GetIsSparseDiskgroupEnabled() const { return m_isSparseDiskgroupEnabled; }
253 inline bool IsSparseDiskgroupEnabledHasBeenSet() const { return m_isSparseDiskgroupEnabledHasBeenSet; }
254 inline void SetIsSparseDiskgroupEnabled(bool value) { m_isSparseDiskgroupEnabledHasBeenSet = true; m_isSparseDiskgroupEnabled = value; }
257
259
262 inline const Aws::String& GetLastUpdateHistoryEntryId() const { return m_lastUpdateHistoryEntryId; }
263 inline bool LastUpdateHistoryEntryIdHasBeenSet() const { return m_lastUpdateHistoryEntryIdHasBeenSet; }
264 template<typename LastUpdateHistoryEntryIdT = Aws::String>
265 void SetLastUpdateHistoryEntryId(LastUpdateHistoryEntryIdT&& value) { m_lastUpdateHistoryEntryIdHasBeenSet = true; m_lastUpdateHistoryEntryId = std::forward<LastUpdateHistoryEntryIdT>(value); }
266 template<typename LastUpdateHistoryEntryIdT = Aws::String>
267 CloudVmCluster& WithLastUpdateHistoryEntryId(LastUpdateHistoryEntryIdT&& value) { SetLastUpdateHistoryEntryId(std::forward<LastUpdateHistoryEntryIdT>(value)); return *this;}
269
271
274 inline LicenseModel GetLicenseModel() const { return m_licenseModel; }
275 inline bool LicenseModelHasBeenSet() const { return m_licenseModelHasBeenSet; }
276 inline void SetLicenseModel(LicenseModel value) { m_licenseModelHasBeenSet = true; m_licenseModel = value; }
277 inline CloudVmCluster& WithLicenseModel(LicenseModel value) { SetLicenseModel(value); return *this;}
279
281
284 inline int GetListenerPort() const { return m_listenerPort; }
285 inline bool ListenerPortHasBeenSet() const { return m_listenerPortHasBeenSet; }
286 inline void SetListenerPort(int value) { m_listenerPortHasBeenSet = true; m_listenerPort = value; }
287 inline CloudVmCluster& WithListenerPort(int value) { SetListenerPort(value); return *this;}
289
291
295 inline int GetMemorySizeInGBs() const { return m_memorySizeInGBs; }
296 inline bool MemorySizeInGBsHasBeenSet() const { return m_memorySizeInGBsHasBeenSet; }
297 inline void SetMemorySizeInGBs(int value) { m_memorySizeInGBsHasBeenSet = true; m_memorySizeInGBs = value; }
298 inline CloudVmCluster& WithMemorySizeInGBs(int value) { SetMemorySizeInGBs(value); return *this;}
300
302
305 inline int GetNodeCount() const { return m_nodeCount; }
306 inline bool NodeCountHasBeenSet() const { return m_nodeCountHasBeenSet; }
307 inline void SetNodeCount(int value) { m_nodeCountHasBeenSet = true; m_nodeCount = value; }
308 inline CloudVmCluster& WithNodeCount(int value) { SetNodeCount(value); return *this;}
310
312
315 inline const Aws::String& GetOcid() const { return m_ocid; }
316 inline bool OcidHasBeenSet() const { return m_ocidHasBeenSet; }
317 template<typename OcidT = Aws::String>
318 void SetOcid(OcidT&& value) { m_ocidHasBeenSet = true; m_ocid = std::forward<OcidT>(value); }
319 template<typename OcidT = Aws::String>
320 CloudVmCluster& WithOcid(OcidT&& value) { SetOcid(std::forward<OcidT>(value)); return *this;}
322
324
327 inline const Aws::String& GetOciResourceAnchorName() const { return m_ociResourceAnchorName; }
328 inline bool OciResourceAnchorNameHasBeenSet() const { return m_ociResourceAnchorNameHasBeenSet; }
329 template<typename OciResourceAnchorNameT = Aws::String>
330 void SetOciResourceAnchorName(OciResourceAnchorNameT&& value) { m_ociResourceAnchorNameHasBeenSet = true; m_ociResourceAnchorName = std::forward<OciResourceAnchorNameT>(value); }
331 template<typename OciResourceAnchorNameT = Aws::String>
332 CloudVmCluster& WithOciResourceAnchorName(OciResourceAnchorNameT&& value) { SetOciResourceAnchorName(std::forward<OciResourceAnchorNameT>(value)); return *this;}
334
336
339 inline const Aws::String& GetOciUrl() const { return m_ociUrl; }
340 inline bool OciUrlHasBeenSet() const { return m_ociUrlHasBeenSet; }
341 template<typename OciUrlT = Aws::String>
342 void SetOciUrl(OciUrlT&& value) { m_ociUrlHasBeenSet = true; m_ociUrl = std::forward<OciUrlT>(value); }
343 template<typename OciUrlT = Aws::String>
344 CloudVmCluster& WithOciUrl(OciUrlT&& value) { SetOciUrl(std::forward<OciUrlT>(value)); return *this;}
346
348
351 inline const Aws::String& GetDomain() const { return m_domain; }
352 inline bool DomainHasBeenSet() const { return m_domainHasBeenSet; }
353 template<typename DomainT = Aws::String>
354 void SetDomain(DomainT&& value) { m_domainHasBeenSet = true; m_domain = std::forward<DomainT>(value); }
355 template<typename DomainT = Aws::String>
356 CloudVmCluster& WithDomain(DomainT&& value) { SetDomain(std::forward<DomainT>(value)); return *this;}
358
360
364 inline const Aws::String& GetScanDnsName() const { return m_scanDnsName; }
365 inline bool ScanDnsNameHasBeenSet() const { return m_scanDnsNameHasBeenSet; }
366 template<typename ScanDnsNameT = Aws::String>
367 void SetScanDnsName(ScanDnsNameT&& value) { m_scanDnsNameHasBeenSet = true; m_scanDnsName = std::forward<ScanDnsNameT>(value); }
368 template<typename ScanDnsNameT = Aws::String>
369 CloudVmCluster& WithScanDnsName(ScanDnsNameT&& value) { SetScanDnsName(std::forward<ScanDnsNameT>(value)); return *this;}
371
373
377 inline const Aws::String& GetScanDnsRecordId() const { return m_scanDnsRecordId; }
378 inline bool ScanDnsRecordIdHasBeenSet() const { return m_scanDnsRecordIdHasBeenSet; }
379 template<typename ScanDnsRecordIdT = Aws::String>
380 void SetScanDnsRecordId(ScanDnsRecordIdT&& value) { m_scanDnsRecordIdHasBeenSet = true; m_scanDnsRecordId = std::forward<ScanDnsRecordIdT>(value); }
381 template<typename ScanDnsRecordIdT = Aws::String>
382 CloudVmCluster& WithScanDnsRecordId(ScanDnsRecordIdT&& value) { SetScanDnsRecordId(std::forward<ScanDnsRecordIdT>(value)); return *this;}
384
386
390 inline const Aws::Vector<Aws::String>& GetScanIpIds() const { return m_scanIpIds; }
391 inline bool ScanIpIdsHasBeenSet() const { return m_scanIpIdsHasBeenSet; }
392 template<typename ScanIpIdsT = Aws::Vector<Aws::String>>
393 void SetScanIpIds(ScanIpIdsT&& value) { m_scanIpIdsHasBeenSet = true; m_scanIpIds = std::forward<ScanIpIdsT>(value); }
394 template<typename ScanIpIdsT = Aws::Vector<Aws::String>>
395 CloudVmCluster& WithScanIpIds(ScanIpIdsT&& value) { SetScanIpIds(std::forward<ScanIpIdsT>(value)); return *this;}
396 template<typename ScanIpIdsT = Aws::String>
397 CloudVmCluster& AddScanIpIds(ScanIpIdsT&& value) { m_scanIpIdsHasBeenSet = true; m_scanIpIds.emplace_back(std::forward<ScanIpIdsT>(value)); return *this; }
399
401
405 inline const Aws::String& GetShape() const { return m_shape; }
406 inline bool ShapeHasBeenSet() const { return m_shapeHasBeenSet; }
407 template<typename ShapeT = Aws::String>
408 void SetShape(ShapeT&& value) { m_shapeHasBeenSet = true; m_shape = std::forward<ShapeT>(value); }
409 template<typename ShapeT = Aws::String>
410 CloudVmCluster& WithShape(ShapeT&& value) { SetShape(std::forward<ShapeT>(value)); return *this;}
412
414
418 inline const Aws::Vector<Aws::String>& GetSshPublicKeys() const { return m_sshPublicKeys; }
419 inline bool SshPublicKeysHasBeenSet() const { return m_sshPublicKeysHasBeenSet; }
420 template<typename SshPublicKeysT = Aws::Vector<Aws::String>>
421 void SetSshPublicKeys(SshPublicKeysT&& value) { m_sshPublicKeysHasBeenSet = true; m_sshPublicKeys = std::forward<SshPublicKeysT>(value); }
422 template<typename SshPublicKeysT = Aws::Vector<Aws::String>>
423 CloudVmCluster& WithSshPublicKeys(SshPublicKeysT&& value) { SetSshPublicKeys(std::forward<SshPublicKeysT>(value)); return *this;}
424 template<typename SshPublicKeysT = Aws::String>
425 CloudVmCluster& AddSshPublicKeys(SshPublicKeysT&& value) { m_sshPublicKeysHasBeenSet = true; m_sshPublicKeys.emplace_back(std::forward<SshPublicKeysT>(value)); return *this; }
427
429
433 inline int GetStorageSizeInGBs() const { return m_storageSizeInGBs; }
434 inline bool StorageSizeInGBsHasBeenSet() const { return m_storageSizeInGBsHasBeenSet; }
435 inline void SetStorageSizeInGBs(int value) { m_storageSizeInGBsHasBeenSet = true; m_storageSizeInGBs = value; }
436 inline CloudVmCluster& WithStorageSizeInGBs(int value) { SetStorageSizeInGBs(value); return *this;}
438
440
443 inline const Aws::String& GetSystemVersion() const { return m_systemVersion; }
444 inline bool SystemVersionHasBeenSet() const { return m_systemVersionHasBeenSet; }
445 template<typename SystemVersionT = Aws::String>
446 void SetSystemVersion(SystemVersionT&& value) { m_systemVersionHasBeenSet = true; m_systemVersion = std::forward<SystemVersionT>(value); }
447 template<typename SystemVersionT = Aws::String>
448 CloudVmCluster& WithSystemVersion(SystemVersionT&& value) { SetSystemVersion(std::forward<SystemVersionT>(value)); return *this;}
450
452
455 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
456 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
457 template<typename CreatedAtT = Aws::Utils::DateTime>
458 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
459 template<typename CreatedAtT = Aws::Utils::DateTime>
460 CloudVmCluster& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
462
464
467 inline const Aws::String& GetTimeZone() const { return m_timeZone; }
468 inline bool TimeZoneHasBeenSet() const { return m_timeZoneHasBeenSet; }
469 template<typename TimeZoneT = Aws::String>
470 void SetTimeZone(TimeZoneT&& value) { m_timeZoneHasBeenSet = true; m_timeZone = std::forward<TimeZoneT>(value); }
471 template<typename TimeZoneT = Aws::String>
472 CloudVmCluster& WithTimeZone(TimeZoneT&& value) { SetTimeZone(std::forward<TimeZoneT>(value)); return *this;}
474
476
482 inline const Aws::Vector<Aws::String>& GetVipIds() const { return m_vipIds; }
483 inline bool VipIdsHasBeenSet() const { return m_vipIdsHasBeenSet; }
484 template<typename VipIdsT = Aws::Vector<Aws::String>>
485 void SetVipIds(VipIdsT&& value) { m_vipIdsHasBeenSet = true; m_vipIds = std::forward<VipIdsT>(value); }
486 template<typename VipIdsT = Aws::Vector<Aws::String>>
487 CloudVmCluster& WithVipIds(VipIdsT&& value) { SetVipIds(std::forward<VipIdsT>(value)); return *this;}
488 template<typename VipIdsT = Aws::String>
489 CloudVmCluster& AddVipIds(VipIdsT&& value) { m_vipIdsHasBeenSet = true; m_vipIds.emplace_back(std::forward<VipIdsT>(value)); return *this; }
491
493
496 inline const Aws::String& GetOdbNetworkId() const { return m_odbNetworkId; }
497 inline bool OdbNetworkIdHasBeenSet() const { return m_odbNetworkIdHasBeenSet; }
498 template<typename OdbNetworkIdT = Aws::String>
499 void SetOdbNetworkId(OdbNetworkIdT&& value) { m_odbNetworkIdHasBeenSet = true; m_odbNetworkId = std::forward<OdbNetworkIdT>(value); }
500 template<typename OdbNetworkIdT = Aws::String>
501 CloudVmCluster& WithOdbNetworkId(OdbNetworkIdT&& value) { SetOdbNetworkId(std::forward<OdbNetworkIdT>(value)); return *this;}
503
505
509 inline double GetPercentProgress() const { return m_percentProgress; }
510 inline bool PercentProgressHasBeenSet() const { return m_percentProgressHasBeenSet; }
511 inline void SetPercentProgress(double value) { m_percentProgressHasBeenSet = true; m_percentProgress = value; }
512 inline CloudVmCluster& WithPercentProgress(double value) { SetPercentProgress(value); return *this;}
514
516
523 inline ComputeModel GetComputeModel() const { return m_computeModel; }
524 inline bool ComputeModelHasBeenSet() const { return m_computeModelHasBeenSet; }
525 inline void SetComputeModel(ComputeModel value) { m_computeModelHasBeenSet = true; m_computeModel = value; }
526 inline CloudVmCluster& WithComputeModel(ComputeModel value) { SetComputeModel(value); return *this;}
528 private:
529
530 Aws::String m_cloudVmClusterId;
531 bool m_cloudVmClusterIdHasBeenSet = false;
532
533 Aws::String m_displayName;
534 bool m_displayNameHasBeenSet = false;
535
537 bool m_statusHasBeenSet = false;
538
539 Aws::String m_statusReason;
540 bool m_statusReasonHasBeenSet = false;
541
542 Aws::String m_cloudVmClusterArn;
543 bool m_cloudVmClusterArnHasBeenSet = false;
544
545 Aws::String m_cloudExadataInfrastructureId;
546 bool m_cloudExadataInfrastructureIdHasBeenSet = false;
547
548 Aws::String m_clusterName;
549 bool m_clusterNameHasBeenSet = false;
550
551 int m_cpuCoreCount{0};
552 bool m_cpuCoreCountHasBeenSet = false;
553
554 DataCollectionOptions m_dataCollectionOptions;
555 bool m_dataCollectionOptionsHasBeenSet = false;
556
557 double m_dataStorageSizeInTBs{0.0};
558 bool m_dataStorageSizeInTBsHasBeenSet = false;
559
560 int m_dbNodeStorageSizeInGBs{0};
561 bool m_dbNodeStorageSizeInGBsHasBeenSet = false;
562
563 Aws::Vector<Aws::String> m_dbServers;
564 bool m_dbServersHasBeenSet = false;
565
566 DiskRedundancy m_diskRedundancy{DiskRedundancy::NOT_SET};
567 bool m_diskRedundancyHasBeenSet = false;
568
569 Aws::String m_giVersion;
570 bool m_giVersionHasBeenSet = false;
571
572 Aws::String m_hostname;
573 bool m_hostnameHasBeenSet = false;
574
575 ExadataIormConfig m_iormConfigCache;
576 bool m_iormConfigCacheHasBeenSet = false;
577
578 bool m_isLocalBackupEnabled{false};
579 bool m_isLocalBackupEnabledHasBeenSet = false;
580
581 bool m_isSparseDiskgroupEnabled{false};
582 bool m_isSparseDiskgroupEnabledHasBeenSet = false;
583
584 Aws::String m_lastUpdateHistoryEntryId;
585 bool m_lastUpdateHistoryEntryIdHasBeenSet = false;
586
587 LicenseModel m_licenseModel{LicenseModel::NOT_SET};
588 bool m_licenseModelHasBeenSet = false;
589
590 int m_listenerPort{0};
591 bool m_listenerPortHasBeenSet = false;
592
593 int m_memorySizeInGBs{0};
594 bool m_memorySizeInGBsHasBeenSet = false;
595
596 int m_nodeCount{0};
597 bool m_nodeCountHasBeenSet = false;
598
599 Aws::String m_ocid;
600 bool m_ocidHasBeenSet = false;
601
602 Aws::String m_ociResourceAnchorName;
603 bool m_ociResourceAnchorNameHasBeenSet = false;
604
605 Aws::String m_ociUrl;
606 bool m_ociUrlHasBeenSet = false;
607
608 Aws::String m_domain;
609 bool m_domainHasBeenSet = false;
610
611 Aws::String m_scanDnsName;
612 bool m_scanDnsNameHasBeenSet = false;
613
614 Aws::String m_scanDnsRecordId;
615 bool m_scanDnsRecordIdHasBeenSet = false;
616
617 Aws::Vector<Aws::String> m_scanIpIds;
618 bool m_scanIpIdsHasBeenSet = false;
619
620 Aws::String m_shape;
621 bool m_shapeHasBeenSet = false;
622
623 Aws::Vector<Aws::String> m_sshPublicKeys;
624 bool m_sshPublicKeysHasBeenSet = false;
625
626 int m_storageSizeInGBs{0};
627 bool m_storageSizeInGBsHasBeenSet = false;
628
629 Aws::String m_systemVersion;
630 bool m_systemVersionHasBeenSet = false;
631
632 Aws::Utils::DateTime m_createdAt{};
633 bool m_createdAtHasBeenSet = false;
634
635 Aws::String m_timeZone;
636 bool m_timeZoneHasBeenSet = false;
637
639 bool m_vipIdsHasBeenSet = false;
640
641 Aws::String m_odbNetworkId;
642 bool m_odbNetworkIdHasBeenSet = false;
643
644 double m_percentProgress{0.0};
645 bool m_percentProgressHasBeenSet = false;
646
647 ComputeModel m_computeModel{ComputeModel::NOT_SET};
648 bool m_computeModelHasBeenSet = false;
649 };
650
651} // namespace Model
652} // namespace odb
653} // namespace Aws
void SetDisplayName(DisplayNameT &&value)
CloudVmCluster & WithNodeCount(int value)
void SetStatus(ResourceStatus value)
const Aws::String & GetSystemVersion() const
void SetCloudVmClusterId(CloudVmClusterIdT &&value)
void SetCloudExadataInfrastructureId(CloudExadataInfrastructureIdT &&value)
void SetPercentProgress(double value)
const Aws::String & GetLastUpdateHistoryEntryId() const
void SetClusterName(ClusterNameT &&value)
void SetIormConfigCache(IormConfigCacheT &&value)
void SetSshPublicKeys(SshPublicKeysT &&value)
CloudVmCluster & WithMemorySizeInGBs(int value)
const Aws::String & GetCloudVmClusterId() const
ResourceStatus GetStatus() const
const Aws::Vector< Aws::String > & GetScanIpIds() const
const Aws::String & GetScanDnsRecordId() const
CloudVmCluster & WithCpuCoreCount(int value)
CloudVmCluster & WithShape(ShapeT &&value)
CloudVmCluster & WithIsLocalBackupEnabled(bool value)
CloudVmCluster & WithCloudVmClusterId(CloudVmClusterIdT &&value)
CloudVmCluster & WithIsSparseDiskgroupEnabled(bool value)
CloudVmCluster & WithLastUpdateHistoryEntryId(LastUpdateHistoryEntryIdT &&value)
void SetStatusReason(StatusReasonT &&value)
CloudVmCluster & WithIormConfigCache(IormConfigCacheT &&value)
CloudVmCluster & WithDiskRedundancy(DiskRedundancy value)
CloudVmCluster & WithSystemVersion(SystemVersionT &&value)
void SetDataStorageSizeInTBs(double value)
DiskRedundancy GetDiskRedundancy() const
const Aws::String & GetCloudExadataInfrastructureId() const
void SetScanDnsName(ScanDnsNameT &&value)
const Aws::Vector< Aws::String > & GetVipIds() const
void SetOciResourceAnchorName(OciResourceAnchorNameT &&value)
CloudVmCluster & WithStatus(ResourceStatus value)
void SetScanIpIds(ScanIpIdsT &&value)
CloudVmCluster & WithHostname(HostnameT &&value)
void SetOdbNetworkId(OdbNetworkIdT &&value)
const Aws::String & GetDisplayName() const
void SetSystemVersion(SystemVersionT &&value)
AWS_ODB_API CloudVmCluster(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API CloudVmCluster & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDiskRedundancy(DiskRedundancy value)
const Aws::String & GetOdbNetworkId() const
CloudVmCluster & WithComputeModel(ComputeModel value)
void SetDbServers(DbServersT &&value)
CloudVmCluster & WithCloudVmClusterArn(CloudVmClusterArnT &&value)
const Aws::Vector< Aws::String > & GetDbServers() const
CloudVmCluster & AddSshPublicKeys(SshPublicKeysT &&value)
const DataCollectionOptions & GetDataCollectionOptions() const
CloudVmCluster & WithDataCollectionOptions(DataCollectionOptionsT &&value)
void SetDataCollectionOptions(DataCollectionOptionsT &&value)
CloudVmCluster & WithLicenseModel(LicenseModel value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_ODB_API CloudVmCluster()=default
CloudVmCluster & AddVipIds(VipIdsT &&value)
void SetOciUrl(OciUrlT &&value)
CloudVmCluster & WithClusterName(ClusterNameT &&value)
const Aws::String & GetShape() const
void SetDomain(DomainT &&value)
const ExadataIormConfig & GetIormConfigCache() const
const Aws::String & GetOcid() const
const Aws::String & GetScanDnsName() const
bool CloudExadataInfrastructureIdHasBeenSet() const
CloudVmCluster & WithDbNodeStorageSizeInGBs(int value)
void SetScanDnsRecordId(ScanDnsRecordIdT &&value)
CloudVmCluster & WithOciResourceAnchorName(OciResourceAnchorNameT &&value)
CloudVmCluster & WithGiVersion(GiVersionT &&value)
void SetVipIds(VipIdsT &&value)
CloudVmCluster & WithStatusReason(StatusReasonT &&value)
ComputeModel GetComputeModel() const
CloudVmCluster & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetGiVersion() const
CloudVmCluster & WithCloudExadataInfrastructureId(CloudExadataInfrastructureIdT &&value)
LicenseModel GetLicenseModel() const
CloudVmCluster & WithScanDnsName(ScanDnsNameT &&value)
bool LastUpdateHistoryEntryIdHasBeenSet() const
void SetIsSparseDiskgroupEnabled(bool value)
bool IsSparseDiskgroupEnabledHasBeenSet() const
void SetGiVersion(GiVersionT &&value)
void SetIsLocalBackupEnabled(bool value)
const Aws::String & GetStatusReason() const
CloudVmCluster & WithOcid(OcidT &&value)
void SetLicenseModel(LicenseModel value)
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
CloudVmCluster & WithDisplayName(DisplayNameT &&value)
void SetLastUpdateHistoryEntryId(LastUpdateHistoryEntryIdT &&value)
CloudVmCluster & WithListenerPort(int value)
void SetHostname(HostnameT &&value)
CloudVmCluster & WithSshPublicKeys(SshPublicKeysT &&value)
CloudVmCluster & WithStorageSizeInGBs(int value)
const Aws::String & GetDomain() const
const Aws::String & GetTimeZone() const
CloudVmCluster & AddDbServers(DbServersT &&value)
CloudVmCluster & WithPercentProgress(double value)
const Aws::String & GetClusterName() const
CloudVmCluster & WithVipIds(VipIdsT &&value)
CloudVmCluster & WithTimeZone(TimeZoneT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetHostname() const
void SetDbNodeStorageSizeInGBs(int value)
CloudVmCluster & WithOciUrl(OciUrlT &&value)
void SetCloudVmClusterArn(CloudVmClusterArnT &&value)
const Aws::String & GetCloudVmClusterArn() const
CloudVmCluster & WithDataStorageSizeInTBs(double value)
void SetComputeModel(ComputeModel value)
const Aws::String & GetOciResourceAnchorName() const
void SetTimeZone(TimeZoneT &&value)
CloudVmCluster & WithDomain(DomainT &&value)
CloudVmCluster & WithDbServers(DbServersT &&value)
CloudVmCluster & WithScanIpIds(ScanIpIdsT &&value)
CloudVmCluster & AddScanIpIds(ScanIpIdsT &&value)
CloudVmCluster & WithOdbNetworkId(OdbNetworkIdT &&value)
const Aws::Vector< Aws::String > & GetSshPublicKeys() const
CloudVmCluster & WithScanDnsRecordId(ScanDnsRecordIdT &&value)
const Aws::String & GetOciUrl() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue