AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CloudVmClusterSummary.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 CloudVmClusterSummary() = 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 CloudVmClusterSummary& 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 CloudVmClusterSummary& 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 CloudVmClusterSummary& 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 CloudVmClusterSummary& 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 CloudVmClusterSummary& 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 CloudVmClusterSummary& 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 CloudVmClusterSummary& 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 CloudVmClusterSummary& WithCpuCoreCount(int value) { SetCpuCoreCount(value); return *this;}
140
142
143 inline const DataCollectionOptions& GetDataCollectionOptions() const { return m_dataCollectionOptions; }
144 inline bool DataCollectionOptionsHasBeenSet() const { return m_dataCollectionOptionsHasBeenSet; }
145 template<typename DataCollectionOptionsT = DataCollectionOptions>
146 void SetDataCollectionOptions(DataCollectionOptionsT&& value) { m_dataCollectionOptionsHasBeenSet = true; m_dataCollectionOptions = std::forward<DataCollectionOptionsT>(value); }
147 template<typename DataCollectionOptionsT = DataCollectionOptions>
148 CloudVmClusterSummary& WithDataCollectionOptions(DataCollectionOptionsT&& value) { SetDataCollectionOptions(std::forward<DataCollectionOptionsT>(value)); return *this;}
150
152
156 inline double GetDataStorageSizeInTBs() const { return m_dataStorageSizeInTBs; }
157 inline bool DataStorageSizeInTBsHasBeenSet() const { return m_dataStorageSizeInTBsHasBeenSet; }
158 inline void SetDataStorageSizeInTBs(double value) { m_dataStorageSizeInTBsHasBeenSet = true; m_dataStorageSizeInTBs = value; }
159 inline CloudVmClusterSummary& WithDataStorageSizeInTBs(double value) { SetDataStorageSizeInTBs(value); return *this;}
161
163
167 inline int GetDbNodeStorageSizeInGBs() const { return m_dbNodeStorageSizeInGBs; }
168 inline bool DbNodeStorageSizeInGBsHasBeenSet() const { return m_dbNodeStorageSizeInGBsHasBeenSet; }
169 inline void SetDbNodeStorageSizeInGBs(int value) { m_dbNodeStorageSizeInGBsHasBeenSet = true; m_dbNodeStorageSizeInGBs = value; }
172
174
177 inline const Aws::Vector<Aws::String>& GetDbServers() const { return m_dbServers; }
178 inline bool DbServersHasBeenSet() const { return m_dbServersHasBeenSet; }
179 template<typename DbServersT = Aws::Vector<Aws::String>>
180 void SetDbServers(DbServersT&& value) { m_dbServersHasBeenSet = true; m_dbServers = std::forward<DbServersT>(value); }
181 template<typename DbServersT = Aws::Vector<Aws::String>>
182 CloudVmClusterSummary& WithDbServers(DbServersT&& value) { SetDbServers(std::forward<DbServersT>(value)); return *this;}
183 template<typename DbServersT = Aws::String>
184 CloudVmClusterSummary& AddDbServers(DbServersT&& value) { m_dbServersHasBeenSet = true; m_dbServers.emplace_back(std::forward<DbServersT>(value)); return *this; }
186
188
192 inline DiskRedundancy GetDiskRedundancy() const { return m_diskRedundancy; }
193 inline bool DiskRedundancyHasBeenSet() const { return m_diskRedundancyHasBeenSet; }
194 inline void SetDiskRedundancy(DiskRedundancy value) { m_diskRedundancyHasBeenSet = true; m_diskRedundancy = value; }
197
199
203 inline const Aws::String& GetGiVersion() const { return m_giVersion; }
204 inline bool GiVersionHasBeenSet() const { return m_giVersionHasBeenSet; }
205 template<typename GiVersionT = Aws::String>
206 void SetGiVersion(GiVersionT&& value) { m_giVersionHasBeenSet = true; m_giVersion = std::forward<GiVersionT>(value); }
207 template<typename GiVersionT = Aws::String>
208 CloudVmClusterSummary& WithGiVersion(GiVersionT&& value) { SetGiVersion(std::forward<GiVersionT>(value)); return *this;}
210
212
215 inline const Aws::String& GetHostname() const { return m_hostname; }
216 inline bool HostnameHasBeenSet() const { return m_hostnameHasBeenSet; }
217 template<typename HostnameT = Aws::String>
218 void SetHostname(HostnameT&& value) { m_hostnameHasBeenSet = true; m_hostname = std::forward<HostnameT>(value); }
219 template<typename HostnameT = Aws::String>
220 CloudVmClusterSummary& WithHostname(HostnameT&& value) { SetHostname(std::forward<HostnameT>(value)); return *this;}
222
224
225 inline const ExadataIormConfig& GetIormConfigCache() const { return m_iormConfigCache; }
226 inline bool IormConfigCacheHasBeenSet() const { return m_iormConfigCacheHasBeenSet; }
227 template<typename IormConfigCacheT = ExadataIormConfig>
228 void SetIormConfigCache(IormConfigCacheT&& value) { m_iormConfigCacheHasBeenSet = true; m_iormConfigCache = std::forward<IormConfigCacheT>(value); }
229 template<typename IormConfigCacheT = ExadataIormConfig>
230 CloudVmClusterSummary& WithIormConfigCache(IormConfigCacheT&& value) { SetIormConfigCache(std::forward<IormConfigCacheT>(value)); return *this;}
232
234
238 inline bool GetIsLocalBackupEnabled() const { return m_isLocalBackupEnabled; }
239 inline bool IsLocalBackupEnabledHasBeenSet() const { return m_isLocalBackupEnabledHasBeenSet; }
240 inline void SetIsLocalBackupEnabled(bool value) { m_isLocalBackupEnabledHasBeenSet = true; m_isLocalBackupEnabled = value; }
241 inline CloudVmClusterSummary& WithIsLocalBackupEnabled(bool value) { SetIsLocalBackupEnabled(value); return *this;}
243
245
248 inline bool GetIsSparseDiskgroupEnabled() const { return m_isSparseDiskgroupEnabled; }
249 inline bool IsSparseDiskgroupEnabledHasBeenSet() const { return m_isSparseDiskgroupEnabledHasBeenSet; }
250 inline void SetIsSparseDiskgroupEnabled(bool value) { m_isSparseDiskgroupEnabledHasBeenSet = true; m_isSparseDiskgroupEnabled = value; }
253
255
258 inline const Aws::String& GetLastUpdateHistoryEntryId() const { return m_lastUpdateHistoryEntryId; }
259 inline bool LastUpdateHistoryEntryIdHasBeenSet() const { return m_lastUpdateHistoryEntryIdHasBeenSet; }
260 template<typename LastUpdateHistoryEntryIdT = Aws::String>
261 void SetLastUpdateHistoryEntryId(LastUpdateHistoryEntryIdT&& value) { m_lastUpdateHistoryEntryIdHasBeenSet = true; m_lastUpdateHistoryEntryId = std::forward<LastUpdateHistoryEntryIdT>(value); }
262 template<typename LastUpdateHistoryEntryIdT = Aws::String>
263 CloudVmClusterSummary& WithLastUpdateHistoryEntryId(LastUpdateHistoryEntryIdT&& value) { SetLastUpdateHistoryEntryId(std::forward<LastUpdateHistoryEntryIdT>(value)); return *this;}
265
267
270 inline LicenseModel GetLicenseModel() const { return m_licenseModel; }
271 inline bool LicenseModelHasBeenSet() const { return m_licenseModelHasBeenSet; }
272 inline void SetLicenseModel(LicenseModel value) { m_licenseModelHasBeenSet = true; m_licenseModel = value; }
275
277
280 inline int GetListenerPort() const { return m_listenerPort; }
281 inline bool ListenerPortHasBeenSet() const { return m_listenerPortHasBeenSet; }
282 inline void SetListenerPort(int value) { m_listenerPortHasBeenSet = true; m_listenerPort = value; }
283 inline CloudVmClusterSummary& WithListenerPort(int value) { SetListenerPort(value); return *this;}
285
287
291 inline int GetMemorySizeInGBs() const { return m_memorySizeInGBs; }
292 inline bool MemorySizeInGBsHasBeenSet() const { return m_memorySizeInGBsHasBeenSet; }
293 inline void SetMemorySizeInGBs(int value) { m_memorySizeInGBsHasBeenSet = true; m_memorySizeInGBs = value; }
294 inline CloudVmClusterSummary& WithMemorySizeInGBs(int value) { SetMemorySizeInGBs(value); return *this;}
296
298
301 inline int GetNodeCount() const { return m_nodeCount; }
302 inline bool NodeCountHasBeenSet() const { return m_nodeCountHasBeenSet; }
303 inline void SetNodeCount(int value) { m_nodeCountHasBeenSet = true; m_nodeCount = value; }
304 inline CloudVmClusterSummary& WithNodeCount(int value) { SetNodeCount(value); return *this;}
306
308
311 inline const Aws::String& GetOcid() const { return m_ocid; }
312 inline bool OcidHasBeenSet() const { return m_ocidHasBeenSet; }
313 template<typename OcidT = Aws::String>
314 void SetOcid(OcidT&& value) { m_ocidHasBeenSet = true; m_ocid = std::forward<OcidT>(value); }
315 template<typename OcidT = Aws::String>
316 CloudVmClusterSummary& WithOcid(OcidT&& value) { SetOcid(std::forward<OcidT>(value)); return *this;}
318
320
323 inline const Aws::String& GetOciResourceAnchorName() const { return m_ociResourceAnchorName; }
324 inline bool OciResourceAnchorNameHasBeenSet() const { return m_ociResourceAnchorNameHasBeenSet; }
325 template<typename OciResourceAnchorNameT = Aws::String>
326 void SetOciResourceAnchorName(OciResourceAnchorNameT&& value) { m_ociResourceAnchorNameHasBeenSet = true; m_ociResourceAnchorName = std::forward<OciResourceAnchorNameT>(value); }
327 template<typename OciResourceAnchorNameT = Aws::String>
328 CloudVmClusterSummary& WithOciResourceAnchorName(OciResourceAnchorNameT&& value) { SetOciResourceAnchorName(std::forward<OciResourceAnchorNameT>(value)); return *this;}
330
332
335 inline const Aws::String& GetOciUrl() const { return m_ociUrl; }
336 inline bool OciUrlHasBeenSet() const { return m_ociUrlHasBeenSet; }
337 template<typename OciUrlT = Aws::String>
338 void SetOciUrl(OciUrlT&& value) { m_ociUrlHasBeenSet = true; m_ociUrl = std::forward<OciUrlT>(value); }
339 template<typename OciUrlT = Aws::String>
340 CloudVmClusterSummary& WithOciUrl(OciUrlT&& value) { SetOciUrl(std::forward<OciUrlT>(value)); return *this;}
342
344
347 inline const Aws::String& GetDomain() const { return m_domain; }
348 inline bool DomainHasBeenSet() const { return m_domainHasBeenSet; }
349 template<typename DomainT = Aws::String>
350 void SetDomain(DomainT&& value) { m_domainHasBeenSet = true; m_domain = std::forward<DomainT>(value); }
351 template<typename DomainT = Aws::String>
352 CloudVmClusterSummary& WithDomain(DomainT&& value) { SetDomain(std::forward<DomainT>(value)); return *this;}
354
356
360 inline const Aws::String& GetScanDnsName() const { return m_scanDnsName; }
361 inline bool ScanDnsNameHasBeenSet() const { return m_scanDnsNameHasBeenSet; }
362 template<typename ScanDnsNameT = Aws::String>
363 void SetScanDnsName(ScanDnsNameT&& value) { m_scanDnsNameHasBeenSet = true; m_scanDnsName = std::forward<ScanDnsNameT>(value); }
364 template<typename ScanDnsNameT = Aws::String>
365 CloudVmClusterSummary& WithScanDnsName(ScanDnsNameT&& value) { SetScanDnsName(std::forward<ScanDnsNameT>(value)); return *this;}
367
369
373 inline const Aws::String& GetScanDnsRecordId() const { return m_scanDnsRecordId; }
374 inline bool ScanDnsRecordIdHasBeenSet() const { return m_scanDnsRecordIdHasBeenSet; }
375 template<typename ScanDnsRecordIdT = Aws::String>
376 void SetScanDnsRecordId(ScanDnsRecordIdT&& value) { m_scanDnsRecordIdHasBeenSet = true; m_scanDnsRecordId = std::forward<ScanDnsRecordIdT>(value); }
377 template<typename ScanDnsRecordIdT = Aws::String>
378 CloudVmClusterSummary& WithScanDnsRecordId(ScanDnsRecordIdT&& value) { SetScanDnsRecordId(std::forward<ScanDnsRecordIdT>(value)); return *this;}
380
382
386 inline const Aws::Vector<Aws::String>& GetScanIpIds() const { return m_scanIpIds; }
387 inline bool ScanIpIdsHasBeenSet() const { return m_scanIpIdsHasBeenSet; }
388 template<typename ScanIpIdsT = Aws::Vector<Aws::String>>
389 void SetScanIpIds(ScanIpIdsT&& value) { m_scanIpIdsHasBeenSet = true; m_scanIpIds = std::forward<ScanIpIdsT>(value); }
390 template<typename ScanIpIdsT = Aws::Vector<Aws::String>>
391 CloudVmClusterSummary& WithScanIpIds(ScanIpIdsT&& value) { SetScanIpIds(std::forward<ScanIpIdsT>(value)); return *this;}
392 template<typename ScanIpIdsT = Aws::String>
393 CloudVmClusterSummary& AddScanIpIds(ScanIpIdsT&& value) { m_scanIpIdsHasBeenSet = true; m_scanIpIds.emplace_back(std::forward<ScanIpIdsT>(value)); return *this; }
395
397
401 inline const Aws::String& GetShape() const { return m_shape; }
402 inline bool ShapeHasBeenSet() const { return m_shapeHasBeenSet; }
403 template<typename ShapeT = Aws::String>
404 void SetShape(ShapeT&& value) { m_shapeHasBeenSet = true; m_shape = std::forward<ShapeT>(value); }
405 template<typename ShapeT = Aws::String>
406 CloudVmClusterSummary& WithShape(ShapeT&& value) { SetShape(std::forward<ShapeT>(value)); return *this;}
408
410
414 inline const Aws::Vector<Aws::String>& GetSshPublicKeys() const { return m_sshPublicKeys; }
415 inline bool SshPublicKeysHasBeenSet() const { return m_sshPublicKeysHasBeenSet; }
416 template<typename SshPublicKeysT = Aws::Vector<Aws::String>>
417 void SetSshPublicKeys(SshPublicKeysT&& value) { m_sshPublicKeysHasBeenSet = true; m_sshPublicKeys = std::forward<SshPublicKeysT>(value); }
418 template<typename SshPublicKeysT = Aws::Vector<Aws::String>>
419 CloudVmClusterSummary& WithSshPublicKeys(SshPublicKeysT&& value) { SetSshPublicKeys(std::forward<SshPublicKeysT>(value)); return *this;}
420 template<typename SshPublicKeysT = Aws::String>
421 CloudVmClusterSummary& AddSshPublicKeys(SshPublicKeysT&& value) { m_sshPublicKeysHasBeenSet = true; m_sshPublicKeys.emplace_back(std::forward<SshPublicKeysT>(value)); return *this; }
423
425
429 inline int GetStorageSizeInGBs() const { return m_storageSizeInGBs; }
430 inline bool StorageSizeInGBsHasBeenSet() const { return m_storageSizeInGBsHasBeenSet; }
431 inline void SetStorageSizeInGBs(int value) { m_storageSizeInGBsHasBeenSet = true; m_storageSizeInGBs = value; }
432 inline CloudVmClusterSummary& WithStorageSizeInGBs(int value) { SetStorageSizeInGBs(value); return *this;}
434
436
439 inline const Aws::String& GetSystemVersion() const { return m_systemVersion; }
440 inline bool SystemVersionHasBeenSet() const { return m_systemVersionHasBeenSet; }
441 template<typename SystemVersionT = Aws::String>
442 void SetSystemVersion(SystemVersionT&& value) { m_systemVersionHasBeenSet = true; m_systemVersion = std::forward<SystemVersionT>(value); }
443 template<typename SystemVersionT = Aws::String>
444 CloudVmClusterSummary& WithSystemVersion(SystemVersionT&& value) { SetSystemVersion(std::forward<SystemVersionT>(value)); return *this;}
446
448
451 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
452 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
453 template<typename CreatedAtT = Aws::Utils::DateTime>
454 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
455 template<typename CreatedAtT = Aws::Utils::DateTime>
456 CloudVmClusterSummary& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
458
460
463 inline const Aws::String& GetTimeZone() const { return m_timeZone; }
464 inline bool TimeZoneHasBeenSet() const { return m_timeZoneHasBeenSet; }
465 template<typename TimeZoneT = Aws::String>
466 void SetTimeZone(TimeZoneT&& value) { m_timeZoneHasBeenSet = true; m_timeZone = std::forward<TimeZoneT>(value); }
467 template<typename TimeZoneT = Aws::String>
468 CloudVmClusterSummary& WithTimeZone(TimeZoneT&& value) { SetTimeZone(std::forward<TimeZoneT>(value)); return *this;}
470
472
478 inline const Aws::Vector<Aws::String>& GetVipIds() const { return m_vipIds; }
479 inline bool VipIdsHasBeenSet() const { return m_vipIdsHasBeenSet; }
480 template<typename VipIdsT = Aws::Vector<Aws::String>>
481 void SetVipIds(VipIdsT&& value) { m_vipIdsHasBeenSet = true; m_vipIds = std::forward<VipIdsT>(value); }
482 template<typename VipIdsT = Aws::Vector<Aws::String>>
483 CloudVmClusterSummary& WithVipIds(VipIdsT&& value) { SetVipIds(std::forward<VipIdsT>(value)); return *this;}
484 template<typename VipIdsT = Aws::String>
485 CloudVmClusterSummary& AddVipIds(VipIdsT&& value) { m_vipIdsHasBeenSet = true; m_vipIds.emplace_back(std::forward<VipIdsT>(value)); return *this; }
487
489
492 inline const Aws::String& GetOdbNetworkId() const { return m_odbNetworkId; }
493 inline bool OdbNetworkIdHasBeenSet() const { return m_odbNetworkIdHasBeenSet; }
494 template<typename OdbNetworkIdT = Aws::String>
495 void SetOdbNetworkId(OdbNetworkIdT&& value) { m_odbNetworkIdHasBeenSet = true; m_odbNetworkId = std::forward<OdbNetworkIdT>(value); }
496 template<typename OdbNetworkIdT = Aws::String>
497 CloudVmClusterSummary& WithOdbNetworkId(OdbNetworkIdT&& value) { SetOdbNetworkId(std::forward<OdbNetworkIdT>(value)); return *this;}
499
501
505 inline double GetPercentProgress() const { return m_percentProgress; }
506 inline bool PercentProgressHasBeenSet() const { return m_percentProgressHasBeenSet; }
507 inline void SetPercentProgress(double value) { m_percentProgressHasBeenSet = true; m_percentProgress = value; }
508 inline CloudVmClusterSummary& WithPercentProgress(double value) { SetPercentProgress(value); return *this;}
510
512
519 inline ComputeModel GetComputeModel() const { return m_computeModel; }
520 inline bool ComputeModelHasBeenSet() const { return m_computeModelHasBeenSet; }
521 inline void SetComputeModel(ComputeModel value) { m_computeModelHasBeenSet = true; m_computeModel = value; }
524 private:
525
526 Aws::String m_cloudVmClusterId;
527 bool m_cloudVmClusterIdHasBeenSet = false;
528
529 Aws::String m_displayName;
530 bool m_displayNameHasBeenSet = false;
531
533 bool m_statusHasBeenSet = false;
534
535 Aws::String m_statusReason;
536 bool m_statusReasonHasBeenSet = false;
537
538 Aws::String m_cloudVmClusterArn;
539 bool m_cloudVmClusterArnHasBeenSet = false;
540
541 Aws::String m_cloudExadataInfrastructureId;
542 bool m_cloudExadataInfrastructureIdHasBeenSet = false;
543
544 Aws::String m_clusterName;
545 bool m_clusterNameHasBeenSet = false;
546
547 int m_cpuCoreCount{0};
548 bool m_cpuCoreCountHasBeenSet = false;
549
550 DataCollectionOptions m_dataCollectionOptions;
551 bool m_dataCollectionOptionsHasBeenSet = false;
552
553 double m_dataStorageSizeInTBs{0.0};
554 bool m_dataStorageSizeInTBsHasBeenSet = false;
555
556 int m_dbNodeStorageSizeInGBs{0};
557 bool m_dbNodeStorageSizeInGBsHasBeenSet = false;
558
559 Aws::Vector<Aws::String> m_dbServers;
560 bool m_dbServersHasBeenSet = false;
561
562 DiskRedundancy m_diskRedundancy{DiskRedundancy::NOT_SET};
563 bool m_diskRedundancyHasBeenSet = false;
564
565 Aws::String m_giVersion;
566 bool m_giVersionHasBeenSet = false;
567
568 Aws::String m_hostname;
569 bool m_hostnameHasBeenSet = false;
570
571 ExadataIormConfig m_iormConfigCache;
572 bool m_iormConfigCacheHasBeenSet = false;
573
574 bool m_isLocalBackupEnabled{false};
575 bool m_isLocalBackupEnabledHasBeenSet = false;
576
577 bool m_isSparseDiskgroupEnabled{false};
578 bool m_isSparseDiskgroupEnabledHasBeenSet = false;
579
580 Aws::String m_lastUpdateHistoryEntryId;
581 bool m_lastUpdateHistoryEntryIdHasBeenSet = false;
582
583 LicenseModel m_licenseModel{LicenseModel::NOT_SET};
584 bool m_licenseModelHasBeenSet = false;
585
586 int m_listenerPort{0};
587 bool m_listenerPortHasBeenSet = false;
588
589 int m_memorySizeInGBs{0};
590 bool m_memorySizeInGBsHasBeenSet = false;
591
592 int m_nodeCount{0};
593 bool m_nodeCountHasBeenSet = false;
594
595 Aws::String m_ocid;
596 bool m_ocidHasBeenSet = false;
597
598 Aws::String m_ociResourceAnchorName;
599 bool m_ociResourceAnchorNameHasBeenSet = false;
600
601 Aws::String m_ociUrl;
602 bool m_ociUrlHasBeenSet = false;
603
604 Aws::String m_domain;
605 bool m_domainHasBeenSet = false;
606
607 Aws::String m_scanDnsName;
608 bool m_scanDnsNameHasBeenSet = false;
609
610 Aws::String m_scanDnsRecordId;
611 bool m_scanDnsRecordIdHasBeenSet = false;
612
613 Aws::Vector<Aws::String> m_scanIpIds;
614 bool m_scanIpIdsHasBeenSet = false;
615
616 Aws::String m_shape;
617 bool m_shapeHasBeenSet = false;
618
619 Aws::Vector<Aws::String> m_sshPublicKeys;
620 bool m_sshPublicKeysHasBeenSet = false;
621
622 int m_storageSizeInGBs{0};
623 bool m_storageSizeInGBsHasBeenSet = false;
624
625 Aws::String m_systemVersion;
626 bool m_systemVersionHasBeenSet = false;
627
628 Aws::Utils::DateTime m_createdAt{};
629 bool m_createdAtHasBeenSet = false;
630
631 Aws::String m_timeZone;
632 bool m_timeZoneHasBeenSet = false;
633
635 bool m_vipIdsHasBeenSet = false;
636
637 Aws::String m_odbNetworkId;
638 bool m_odbNetworkIdHasBeenSet = false;
639
640 double m_percentProgress{0.0};
641 bool m_percentProgressHasBeenSet = false;
642
643 ComputeModel m_computeModel{ComputeModel::NOT_SET};
644 bool m_computeModelHasBeenSet = false;
645 };
646
647} // namespace Model
648} // namespace odb
649} // namespace Aws
CloudVmClusterSummary & WithNodeCount(int value)
CloudVmClusterSummary & WithScanIpIds(ScanIpIdsT &&value)
CloudVmClusterSummary & AddVipIds(VipIdsT &&value)
CloudVmClusterSummary & WithCloudVmClusterArn(CloudVmClusterArnT &&value)
const Aws::Vector< Aws::String > & GetDbServers() const
CloudVmClusterSummary & WithStorageSizeInGBs(int value)
CloudVmClusterSummary & AddDbServers(DbServersT &&value)
CloudVmClusterSummary & WithScanDnsName(ScanDnsNameT &&value)
const Aws::String & GetLastUpdateHistoryEntryId() const
void SetLastUpdateHistoryEntryId(LastUpdateHistoryEntryIdT &&value)
CloudVmClusterSummary & WithIsSparseDiskgroupEnabled(bool value)
CloudVmClusterSummary & WithLastUpdateHistoryEntryId(LastUpdateHistoryEntryIdT &&value)
void SetSshPublicKeys(SshPublicKeysT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
CloudVmClusterSummary & WithGiVersion(GiVersionT &&value)
void SetStatusReason(StatusReasonT &&value)
const Aws::Vector< Aws::String > & GetSshPublicKeys() const
CloudVmClusterSummary & WithCreatedAt(CreatedAtT &&value)
CloudVmClusterSummary & WithVipIds(VipIdsT &&value)
CloudVmClusterSummary & WithTimeZone(TimeZoneT &&value)
CloudVmClusterSummary & WithDisplayName(DisplayNameT &&value)
CloudVmClusterSummary & WithOcid(OcidT &&value)
AWS_ODB_API CloudVmClusterSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
CloudVmClusterSummary & WithShape(ShapeT &&value)
const Aws::String & GetOciResourceAnchorName() const
CloudVmClusterSummary & WithHostname(HostnameT &&value)
const DataCollectionOptions & GetDataCollectionOptions() const
const Aws::Vector< Aws::String > & GetVipIds() const
CloudVmClusterSummary & WithIsLocalBackupEnabled(bool value)
void SetOciResourceAnchorName(OciResourceAnchorNameT &&value)
const Aws::String & GetStatusReason() const
CloudVmClusterSummary & WithDataStorageSizeInTBs(double value)
void SetScanDnsRecordId(ScanDnsRecordIdT &&value)
CloudVmClusterSummary & WithSystemVersion(SystemVersionT &&value)
void SetSystemVersion(SystemVersionT &&value)
void SetDataCollectionOptions(DataCollectionOptionsT &&value)
CloudVmClusterSummary & WithOciUrl(OciUrlT &&value)
void SetCloudVmClusterArn(CloudVmClusterArnT &&value)
const Aws::String & GetScanDnsRecordId() const
CloudVmClusterSummary & WithStatus(ResourceStatus value)
const Aws::String & GetCloudVmClusterArn() const
CloudVmClusterSummary & WithCpuCoreCount(int value)
AWS_ODB_API CloudVmClusterSummary(Aws::Utils::Json::JsonView jsonValue)
CloudVmClusterSummary & WithCloudVmClusterId(CloudVmClusterIdT &&value)
CloudVmClusterSummary & WithDiskRedundancy(DiskRedundancy value)
CloudVmClusterSummary & WithMemorySizeInGBs(int value)
CloudVmClusterSummary & WithOdbNetworkId(OdbNetworkIdT &&value)
void SetCloudExadataInfrastructureId(CloudExadataInfrastructureIdT &&value)
CloudVmClusterSummary & WithDomain(DomainT &&value)
const ExadataIormConfig & GetIormConfigCache() const
CloudVmClusterSummary & WithComputeModel(ComputeModel value)
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
CloudVmClusterSummary & WithSshPublicKeys(SshPublicKeysT &&value)
CloudVmClusterSummary & AddScanIpIds(ScanIpIdsT &&value)
CloudVmClusterSummary & WithPercentProgress(double value)
CloudVmClusterSummary & WithStatusReason(StatusReasonT &&value)
CloudVmClusterSummary & WithOciResourceAnchorName(OciResourceAnchorNameT &&value)
const Aws::Vector< Aws::String > & GetScanIpIds() const
AWS_ODB_API CloudVmClusterSummary()=default
CloudVmClusterSummary & WithClusterName(ClusterNameT &&value)
const Aws::String & GetCloudExadataInfrastructureId() const
void SetIormConfigCache(IormConfigCacheT &&value)
CloudVmClusterSummary & WithDbServers(DbServersT &&value)
CloudVmClusterSummary & WithListenerPort(int value)
void SetCloudVmClusterId(CloudVmClusterIdT &&value)
CloudVmClusterSummary & WithDataCollectionOptions(DataCollectionOptionsT &&value)
CloudVmClusterSummary & WithIormConfigCache(IormConfigCacheT &&value)
CloudVmClusterSummary & WithCloudExadataInfrastructureId(CloudExadataInfrastructureIdT &&value)
const Aws::String & GetCloudVmClusterId() const
CloudVmClusterSummary & WithScanDnsRecordId(ScanDnsRecordIdT &&value)
CloudVmClusterSummary & WithLicenseModel(LicenseModel value)
CloudVmClusterSummary & AddSshPublicKeys(SshPublicKeysT &&value)
CloudVmClusterSummary & WithDbNodeStorageSizeInGBs(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue