Sha256: cead19698d3885517e66d77ac7ac4919493e101a72b197c0e6f6e4da60751ec3
Contents?: true
Size: 1.3 KB
Versions: 6
Compression:
Stored size: 1.3 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 # # Create network mappings input properties/behaviour specific to Vmm to # Azure Network mapping. # class VmmToAzureCreateNetworkMappingInput < FabricSpecificCreateNetworkMappingInput include MsRestAzure def initialize @instanceType = "VmmToAzure" end attr_accessor :instanceType # # Mapper for VmmToAzureCreateNetworkMappingInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VmmToAzure', type: { name: 'Composite', class_name: 'VmmToAzureCreateNetworkMappingInput', model_properties: { instanceType: { client_side_validation: true, required: true, serialized_name: 'instanceType', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems