Sha256: 6ba9ccc2b9bb68f3fbb32d49b87afdff9754f9ef4bbaf7ff844f56435c934bb7
Contents?: true
Size: 1.59 KB
Versions: 4
Compression:
Stored size: 1.59 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::V2018_01_10 module Models # # Updates network mappings input. # class AzureToAzureUpdateNetworkMappingInput < FabricSpecificUpdateNetworkMappingInput include MsRestAzure def initialize @instanceType = "AzureToAzure" end attr_accessor :instanceType # @return [String] The primary azure vnet Id. attr_accessor :primary_network_id # # Mapper for AzureToAzureUpdateNetworkMappingInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AzureToAzure', type: { name: 'Composite', class_name: 'AzureToAzureUpdateNetworkMappingInput', model_properties: { instanceType: { client_side_validation: true, required: true, serialized_name: 'instanceType', type: { name: 'String' } }, primary_network_id: { client_side_validation: true, required: false, serialized_name: 'primaryNetworkId', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems