Class: Azure::NetApp::Mgmt::V2019_08_01::Models::VolumePropertiesDataProtection
- Inherits:
-
Object
- Object
- Azure::NetApp::Mgmt::V2019_08_01::Models::VolumePropertiesDataProtection
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-08-01/generated/azure_mgmt_netapp/models/volume_properties_data_protection.rb
Overview
DataProtection volume, can have a replication object
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.
18 19 20 |
# File 'lib/2019-08-01/generated/azure_mgmt_netapp/models/volume_properties_data_protection.rb', line 18 def replication @replication end |
Class Method Details
.mapper ⇒ Object
Mapper for VolumePropertiesDataProtection class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/2019-08-01/generated/azure_mgmt_netapp/models/volume_properties_data_protection.rb', line 25 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 |