Sha256: 5c7c1c2053854ff791e585aa6a4c3db8cdc0e8642b5e56db13fa6249b802009d

Contents?: true

Size: 1.47 KB

Versions: 2

Compression:

Stored size: 1.47 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::V2020_09_30
  module Models
    #
    # The complex type of the extended location.
    #
    class ExtendedLocation

      include MsRestAzure

      # @return [String] The name of the extended location.
      attr_accessor :name

      # @return [ExtendedLocationTypes] The type of the extended location.
      # Possible values include: 'EdgeZone'
      attr_accessor :type


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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.22.0 lib/2020-09-30/generated/azure_mgmt_compute/models/extended_location.rb
azure_mgmt_compute-0.21.1 lib/2020-09-30/generated/azure_mgmt_compute/models/extended_location.rb