Sha256: 78914b1687c242a23f77e1438c5ed1e3abba08fb6d3ec98b22d732333e4b5f68
Contents?: true
Size: 1.49 KB
Versions: 5
Compression:
Stored size: 1.49 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 # # Fabric provider specific settings. # class AzureFabricCreationInput < FabricSpecificCreationInput include MsRestAzure def initialize @instanceType = "Azure" end attr_accessor :instanceType # @return [String] The Location. attr_accessor :location # # Mapper for AzureFabricCreationInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Azure', type: { name: 'Composite', class_name: 'AzureFabricCreationInput', model_properties: { instanceType: { client_side_validation: true, required: true, serialized_name: 'instanceType', type: { name: 'String' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems