class Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePatchPropertiesDataProtection
DataProtection type volumes include an object containing details of the replication
Attributes
Public Class Methods
mapper()
click to toggle source
Mapper for VolumePatchPropertiesDataProtection
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-07-01/generated/azure_mgmt_netapp/models/volume_patch_properties_data_protection.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'volumePatchProperties_dataProtection', type: { name: 'Composite', class_name: 'VolumePatchPropertiesDataProtection', model_properties: { backup: { client_side_validation: true, required: false, serialized_name: 'backup', type: { name: 'Composite', class_name: 'VolumeBackupProperties' } } } } } end