Sha256: 19ab51ffc0a8d709067e522912f6650331204f7c596e092bcd2988147c410391
Contents?: true
Size: 1.27 KB
Versions: 10
Compression:
Stored size: 1.27 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::NetApp::Mgmt::V2019_08_01 module Models # # DataProtection # DataProtection volume, can have a replication object # class VolumePropertiesDataProtection include MsRestAzure # @return [ReplicationObject] Replication. Replication properties attr_accessor :replication # # Mapper for VolumePropertiesDataProtection class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
10 entries across 10 versions & 1 rubygems