Class: Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::InboundReplicationNeighbor

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

Overview

The replication summary for the domain controller inbound neighbor.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#additional_infoString

Returns The additional details.

Returns:

  • (String)

    The additional details.



53
54
55
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/inbound_replication_neighbor.rb', line 53

def additional_info
  @additional_info
end

#consecutive_failure_countInteger

Returns The number of consecutive failure counts.

Returns:

  • (Integer)

    The number of consecutive failure counts.



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

def consecutive_failure_count
  @consecutive_failure_count
end

#error_descriptionString

Returns The error description.

Returns:

  • (String)

    The error description.



44
45
46
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/inbound_replication_neighbor.rb', line 44

def error_description
  @error_description
end

#error_titleString

Returns The error title.

Returns:

  • (String)

    The error title.



41
42
43
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/inbound_replication_neighbor.rb', line 41

def error_title
  @error_title
end

#fix_detailsString

Returns The details of the fix.

Returns:

  • (String)

    The details of the fix.



50
51
52
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/inbound_replication_neighbor.rb', line 50

def fix_details
  @fix_details
end

Returns The link for the fix of the error.

Returns:

  • (String)

    The link for the fix of the error.



47
48
49
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/inbound_replication_neighbor.rb', line 47

def fix_link
  @fix_link
end

#last_attempted_syncDateTime

controller.

Returns:

  • (DateTime)

    The last time a sync was attempted on the domain



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

def last_attempted_sync
  @last_attempted_sync
end

#last_error_codeInteger

Returns The last error code.

Returns:

  • (Integer)

    The last error code.



35
36
37
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/inbound_replication_neighbor.rb', line 35

def last_error_code
  @last_error_code
end

#last_error_messageString

Returns The error message of the last error.

Returns:

  • (String)

    The error message of the last error.



38
39
40
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/inbound_replication_neighbor.rb', line 38

def last_error_message
  @last_error_message
end

#last_successful_syncDateTime

Returns The last time when a successful sync happened.

Returns:

  • (DateTime)

    The last time when a successful sync happened.



32
33
34
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/inbound_replication_neighbor.rb', line 32

def last_successful_sync
  @last_successful_sync
end

#naming_contextString

Returns The naming context.

Returns:

  • (String)

    The naming context.



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

def naming_context
  @naming_context
end

#source_domain_controllerString

Returns The name of the source domain controller.

Returns:

  • (String)

    The name of the source domain controller.



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

def source_domain_controller
  @source_domain_controller
end

#statusInteger

Returns The health status for the domain controller.

Returns:

  • (Integer)

    The health status for the domain controller



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

def status
  @status
end

Class Method Details

.mapperObject

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



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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/inbound_replication_neighbor.rb', line 60

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'InboundReplicationNeighbor',
    type: {
      name: 'Composite',
      class_name: 'InboundReplicationNeighbor',
      model_properties: {
        source_domain_controller: {
          client_side_validation: true,
          required: false,
          serialized_name: 'sourceDomainController',
          type: {
            name: 'String'
          }
        },
        consecutive_failure_count: {
          client_side_validation: true,
          required: false,
          serialized_name: 'consecutiveFailureCount',
          type: {
            name: 'Number'
          }
        },
        naming_context: {
          client_side_validation: true,
          required: false,
          serialized_name: 'namingContext',
          type: {
            name: 'String'
          }
        },
        status: {
          client_side_validation: true,
          required: false,
          serialized_name: 'status',
          type: {
            name: 'Number'
          }
        },
        last_attempted_sync: {
          client_side_validation: true,
          required: false,
          serialized_name: 'lastAttemptedSync',
          type: {
            name: 'DateTime'
          }
        },
        last_successful_sync: {
          client_side_validation: true,
          required: false,
          serialized_name: 'lastSuccessfulSync',
          type: {
            name: 'DateTime'
          }
        },
        last_error_code: {
          client_side_validation: true,
          required: false,
          serialized_name: 'lastErrorCode',
          type: {
            name: 'Number'
          }
        },
        last_error_message: {
          client_side_validation: true,
          required: false,
          serialized_name: 'lastErrorMessage',
          type: {
            name: 'String'
          }
        },
        error_title: {
          client_side_validation: true,
          required: false,
          serialized_name: 'errorTitle',
          type: {
            name: 'String'
          }
        },
        error_description: {
          client_side_validation: true,
          required: false,
          serialized_name: 'errorDescription',
          type: {
            name: 'String'
          }
        },
        fix_link: {
          client_side_validation: true,
          required: false,
          serialized_name: 'fixLink',
          type: {
            name: 'String'
          }
        },
        fix_details: {
          client_side_validation: true,
          required: false,
          serialized_name: 'fixDetails',
          type: {
            name: 'String'
          }
        },
        additional_info: {
          client_side_validation: true,
          required: false,
          serialized_name: 'additionalInfo',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end