Sha256: e7f13161aec3e239f268e8434452b0594a3dc416d0b91d8b87ad0b591b01c2c6
Contents?: true
Size: 1.59 KB
Versions: 9
Compression:
Stored size: 1.59 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::Compute::Mgmt::V2018_09_30 module Models # # The snapshots sku name. Can be Standard_LRS, Premium_LRS, or # Standard_ZRS. # class SnapshotSku include MsRestAzure # @return [SnapshotStorageAccountTypes] The sku name. Possible values # include: 'Standard_LRS', 'Premium_LRS', 'Standard_ZRS' attr_accessor :name # @return [String] The sku tier. Default value: 'Standard' . attr_accessor :tier # # Mapper for SnapshotSku class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SnapshotSku', type: { name: 'Composite', class_name: 'SnapshotSku', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, tier: { client_side_validation: true, required: false, read_only: true, serialized_name: 'tier', default_value: 'Standard', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems