Sha256: 6293411680580976a8e7817f1c4b22cef3279ac487730b44b3ba59ddaec0d895

Contents?: true

Size: 1.31 KB

Versions: 2

Compression:

Stored size: 1.31 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::V2020_09_01
  module Models
    #
    # DataProtection

    # DataProtection type volumes include an object containing details of the
    # replication
    #
    class VolumePatchPropertiesDataProtection

      include MsRestAzure

      # @return [VolumeBackupProperties] Backup. Backup Properties
      attr_accessor :backup


      #
      # Mapper for VolumePatchPropertiesDataProtection class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      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
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_netapp-0.23.0 lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_patch_properties_data_protection.rb
azure_mgmt_netapp-0.22.0 lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_patch_properties_data_protection.rb