Sha256: 75dbe3ce58f851265031ca89e57a26ee0cda48b3c72ea03a2c93159dd382cba9

Contents?: true

Size: 1.63 KB

Versions: 6

Compression:

Stored size: 1.63 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::Automation::Mgmt::V2015_10_31
  module Models
    #
    # The parameters supplied to the update dsc node operation.
    #
    class DscNodeUpdateParameters

      include MsRestAzure

      # @return [String] Gets or sets the id of the dsc node.
      attr_accessor :node_id

      # @return [DscNodeConfigurationAssociationProperty] Gets or sets the
      # configuration of the node.
      attr_accessor :node_configuration


      #
      # Mapper for DscNodeUpdateParameters class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'DscNodeUpdateParameters',
          type: {
            name: 'Composite',
            class_name: 'DscNodeUpdateParameters',
            model_properties: {
              node_id: {
                client_side_validation: true,
                required: false,
                serialized_name: 'nodeId',
                type: {
                  name: 'String'
                }
              },
              node_configuration: {
                client_side_validation: true,
                required: false,
                serialized_name: 'nodeConfiguration',
                type: {
                  name: 'Composite',
                  class_name: 'DscNodeConfigurationAssociationProperty'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
azure_mgmt_automation-0.17.3 lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_update_parameters.rb
azure_mgmt_automation-0.17.2 lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_update_parameters.rb
azure_mgmt_automation-0.17.1 lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_update_parameters.rb
azure_mgmt_automation-0.17.0 lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_update_parameters.rb
azure_mgmt_automation-0.16.0 lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_update_parameters.rb
azure_mgmt_automation-0.15.2 lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_update_parameters.rb