Class: Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RuleErrorInfo

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb

Overview

The error details in legacy rule processing.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#attribute_mappingAttributeMapping

Returns The attribute mapping details.

Returns:



16
17
18
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 16

def attribute_mapping
  @attribute_mapping
end

#connector_idString

Returns The connector Id.

Returns:

  • (String)

    The connector Id.



19
20
21
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 19

def connector_id
  @connector_id
end

#connector_nameString

Returns The connector name.

Returns:

  • (String)

    The connector name.



22
23
24
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 22

def connector_name
  @connector_name
end

#cs_object_idString

Returns The object Id.

Returns:

  • (String)

    The object Id.



25
26
27
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 25

def cs_object_id
  @cs_object_id
end

#dnString

Returns The distinguished name.

Returns:

  • (String)

    The distinguished name.



28
29
30
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 28

def dn
  @dn
end

Class Method Details

.mapperObject

Mapper for RuleErrorInfo class as Ruby Hash. This will be used for serialization/deserialization.



35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/rule_error_info.rb', line 35

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'RuleErrorInfo',
    type: {
      name: 'Composite',
      class_name: 'RuleErrorInfo',
      model_properties: {
        attribute_mapping: {
          client_side_validation: true,
          required: false,
          serialized_name: 'attributeMapping',
          type: {
            name: 'Composite',
            class_name: 'AttributeMapping'
          }
        },
        connector_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'connectorId',
          type: {
            name: 'String'
          }
        },
        connector_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'connectorName',
          type: {
            name: 'String'
          }
        },
        cs_object_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'csObjectId',
          type: {
            name: 'String'
          }
        },
        dn: {
          client_side_validation: true,
          required: false,
          serialized_name: 'dn',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end