Sha256: cd72fca46e296478a202bd31b0a5e898164c308a6ff605f010174edacb869fde
Contents?: true
Size: 1.09 KB
Versions: 4
Compression:
Stored size: 1.09 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_06_01 module Models # # revert a volume to the snapshot # class VolumeRevert include MsRestAzure # @return [String] Resource id of the snapshot attr_accessor :snapshot_id # # Mapper for VolumeRevert class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'volumeRevert', type: { name: 'Composite', class_name: 'VolumeRevert', model_properties: { snapshot_id: { client_side_validation: true, required: false, serialized_name: 'snapshotId', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems