Sha256: 5fb8f48c4f3d74d5b678f8e056927dfb5b79e1fc82fe7bdeef5231cf54282a85

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 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::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10
  module Models
    #
    # Site details provided during the time of site creation
    #
    class FabricCreationInput

      include MsRestAzure

      # @return [FabricCreationInputProperties] Fabric creation input.
      attr_accessor :properties


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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_recovery_services_site_recovery-0.15.1 lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/models/fabric_creation_input.rb
azure_mgmt_recovery_services_site_recovery-0.15.0 lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/models/fabric_creation_input.rb