Class: Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo
- Inherits:
-
Object
- Object
- Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb
Overview
Additional information of DPM Protected item.
Instance Attribute Summary collapse
-
#disk_storage_used_in_bytes ⇒ String
Used Disk storage in bytes.
-
#is_collocated ⇒ Boolean
To check if backup item is collocated.
-
#is_present_on_cloud ⇒ Boolean
To check if backup item is cloud protected.
-
#last_backup_status ⇒ String
Last backup status information on backup item.
-
#last_refreshed_at ⇒ DateTime
Last refresh time on backup item.
-
#oldest_recovery_point ⇒ DateTime
Oldest cloud recovery point time.
-
#on_premise_latest_recovery_point ⇒ DateTime
Latest disk recovery point time.
-
#on_premise_oldest_recovery_point ⇒ DateTime
Oldest disk recovery point time.
-
#on_premise_recovery_point_count ⇒ Integer
Disk recovery point count.
-
#protectable_object_load_path ⇒ Hash{String => String}
various DBs.
-
#protected ⇒ Boolean
To check if backup item is disk protected.
-
#protection_group_name ⇒ String
Protection group name of the backup item.
-
#recovery_point_count ⇒ Integer
Cloud recovery point count.
-
#total_disk_storage_size_in_bytes ⇒ String
Total Disk storage in bytes.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for DPMProtectedItemExtendedInfo class as Ruby Hash.
Instance Attribute Details
#disk_storage_used_in_bytes ⇒ String
57 58 59 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 57 def disk_storage_used_in_bytes @disk_storage_used_in_bytes end |
#is_collocated ⇒ Boolean
51 52 53 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 51 def is_collocated @is_collocated end |
#is_present_on_cloud ⇒ Boolean
27 28 29 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 27 def is_present_on_cloud @is_present_on_cloud end |
#last_backup_status ⇒ String
30 31 32 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 30 def last_backup_status @last_backup_status end |
#last_refreshed_at ⇒ DateTime
33 34 35 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 33 def last_refreshed_at @last_refreshed_at end |
#oldest_recovery_point ⇒ DateTime
36 37 38 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 36 def oldest_recovery_point @oldest_recovery_point end |
#on_premise_latest_recovery_point ⇒ DateTime
45 46 47 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 45 def on_premise_latest_recovery_point @on_premise_latest_recovery_point end |
#on_premise_oldest_recovery_point ⇒ DateTime
42 43 44 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 42 def on_premise_oldest_recovery_point @on_premise_oldest_recovery_point end |
#on_premise_recovery_point_count ⇒ Integer
48 49 50 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 48 def on_premise_recovery_point_count @on_premise_recovery_point_count end |
#protectable_object_load_path ⇒ Hash{String => String}
various DBs.
21 22 23 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 21 def protectable_object_load_path @protectable_object_load_path end |
#protected ⇒ Boolean
24 25 26 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 24 def protected @protected end |
#protection_group_name ⇒ String
54 55 56 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 54 def protection_group_name @protection_group_name end |
#recovery_point_count ⇒ Integer
39 40 41 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 39 def recovery_point_count @recovery_point_count end |
#total_disk_storage_size_in_bytes ⇒ String
60 61 62 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 60 def total_disk_storage_size_in_bytes @total_disk_storage_size_in_bytes end |
Class Method Details
.mapper ⇒ Object
Mapper for DPMProtectedItemExtendedInfo class as Ruby Hash. This will be used for serialization/deserialization.
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/dpmprotected_item_extended_info.rb', line 67 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DPMProtectedItemExtendedInfo', type: { name: 'Composite', class_name: 'DPMProtectedItemExtendedInfo', model_properties: { protectable_object_load_path: { client_side_validation: true, required: false, serialized_name: 'protectableObjectLoadPath', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, protected: { client_side_validation: true, required: false, serialized_name: 'protected', type: { name: 'Boolean' } }, is_present_on_cloud: { client_side_validation: true, required: false, serialized_name: 'isPresentOnCloud', type: { name: 'Boolean' } }, last_backup_status: { client_side_validation: true, required: false, serialized_name: 'lastBackupStatus', type: { name: 'String' } }, last_refreshed_at: { client_side_validation: true, required: false, serialized_name: 'lastRefreshedAt', type: { name: 'DateTime' } }, oldest_recovery_point: { client_side_validation: true, required: false, serialized_name: 'oldestRecoveryPoint', type: { name: 'DateTime' } }, recovery_point_count: { client_side_validation: true, required: false, serialized_name: 'recoveryPointCount', type: { name: 'Number' } }, on_premise_oldest_recovery_point: { client_side_validation: true, required: false, serialized_name: 'onPremiseOldestRecoveryPoint', type: { name: 'DateTime' } }, on_premise_latest_recovery_point: { client_side_validation: true, required: false, serialized_name: 'onPremiseLatestRecoveryPoint', type: { name: 'DateTime' } }, on_premise_recovery_point_count: { client_side_validation: true, required: false, serialized_name: 'onPremiseRecoveryPointCount', type: { name: 'Number' } }, is_collocated: { client_side_validation: true, required: false, serialized_name: 'isCollocated', type: { name: 'Boolean' } }, protection_group_name: { client_side_validation: true, required: false, serialized_name: 'protectionGroupName', type: { name: 'String' } }, disk_storage_used_in_bytes: { client_side_validation: true, required: false, serialized_name: 'diskStorageUsedInBytes', type: { name: 'String' } }, total_disk_storage_size_in_bytes: { client_side_validation: true, required: false, serialized_name: 'totalDiskStorageSizeInBytes', type: { name: 'String' } } } } } end |