Sha256: 8eddb69800e27a82728f6472af9347510cfbec46d0ac22d3cb7d0b6d5107b1fe

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 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::V2019_12_01
  module Models
    #
    # The gallery artifact version source.
    #
    class GalleryArtifactVersionSource

      include MsRestAzure

      # @return [String] The id of the gallery artifact version source. Can
      # specify a disk uri, snapshot uri, or user image.
      attr_accessor :id


      #
      # Mapper for GalleryArtifactVersionSource class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'GalleryArtifactVersionSource',
          type: {
            name: 'Composite',
            class_name: 'GalleryArtifactVersionSource',
            model_properties: {
              id: {
                client_side_validation: true,
                required: false,
                serialized_name: 'id',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.22.0 lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_artifact_version_source.rb
azure_mgmt_compute-0.21.1 lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_artifact_version_source.rb
azure_mgmt_compute-0.20.0 lib/2019-12-01/generated/azure_mgmt_compute/models/gallery_artifact_version_source.rb