Class: Azure::NetApp::Mgmt::V2019_10_01::Models::VolumePropertiesDataProtection
- Inherits:
-
Object
- Object
- Azure::NetApp::Mgmt::V2019_10_01::Models::VolumePropertiesDataProtection
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-10-01/generated/azure_mgmt_netapp/models/volume_properties_data_protection.rb
Overview
DataProtection type volumes include an object containing details of the replication
Instance Attribute Summary collapse
-
#replication ⇒ ReplicationObject
Replication.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for VolumePropertiesDataProtection class as Ruby Hash.
Instance Attribute Details
#replication ⇒ ReplicationObject
Returns Replication. Replication properties.
19 20 21 |
# File 'lib/2019-10-01/generated/azure_mgmt_netapp/models/volume_properties_data_protection.rb', line 19 def replication @replication end |
Class Method Details
.mapper ⇒ Object
Mapper for VolumePropertiesDataProtection class as Ruby Hash. This will be used for serialization/deserialization.
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
# File 'lib/2019-10-01/generated/azure_mgmt_netapp/models/volume_properties_data_protection.rb', line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'volumeProperties_dataProtection', type: { name: 'Composite', class_name: 'VolumePropertiesDataProtection', model_properties: { replication: { client_side_validation: true, required: false, serialized_name: 'replication', type: { name: 'Composite', class_name: 'ReplicationObject' } } } } } end |