Sha256: d5a050f0791d83c383d61396e03dc7cf97ff9e84ea313825a2d681d28bf90eb8
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 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 Azure to # Azure Network mapping. # class AzureToAzureCreateNetworkMappingInput < FabricSpecificCreateNetworkMappingInput include MsRestAzure def initialize @instanceType = "AzureToAzure" end attr_accessor :instanceType # @return [String] The primary azure vnet Id. attr_accessor :primary_network_id # # Mapper for AzureToAzureCreateNetworkMappingInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'AzureToAzure', type: { name: 'Composite', class_name: 'AzureToAzureCreateNetworkMappingInput', model_properties: { instanceType: { required: true, serialized_name: 'instanceType', type: { name: 'String' } }, primary_network_id: { required: false, serialized_name: 'primaryNetworkId', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems