Sha256: 4c73f2f653c4f307e3fdb7a5efdf8bcf4e47cf189a3ca3c3c72900968f3b071b

Contents?: true

Size: 1.89 KB

Versions: 2

Compression:

Stored size: 1.89 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::Logic::Mgmt::V2016_06_01
  module Models
    #
    # The integration account AS2 oneway agreement.
    #
    class AS2OneWayAgreement

      include MsRestAzure

      # @return [BusinessIdentity] The sender business identity
      attr_accessor :sender_business_identity

      # @return [BusinessIdentity] The receiver business identity
      attr_accessor :receiver_business_identity

      # @return [AS2ProtocolSettings] The AS2 protocol settings.
      attr_accessor :protocol_settings


      #
      # Mapper for AS2OneWayAgreement class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'AS2OneWayAgreement',
          type: {
            name: 'Composite',
            class_name: 'AS2OneWayAgreement',
            model_properties: {
              sender_business_identity: {
                required: true,
                serialized_name: 'senderBusinessIdentity',
                type: {
                  name: 'Composite',
                  class_name: 'BusinessIdentity'
                }
              },
              receiver_business_identity: {
                required: true,
                serialized_name: 'receiverBusinessIdentity',
                type: {
                  name: 'Composite',
                  class_name: 'BusinessIdentity'
                }
              },
              protocol_settings: {
                required: true,
                serialized_name: 'protocolSettings',
                type: {
                  name: 'Composite',
                  class_name: 'AS2ProtocolSettings'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_logic-0.15.1 lib/2016-06-01/generated/azure_mgmt_logic/models/as2one_way_agreement.rb
azure_mgmt_logic-0.15.0 lib/2016-06-01/generated/azure_mgmt_logic/models/as2one_way_agreement.rb