Class: Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::InboundReplicationNeighbor
- Inherits:
-
Object
- Object
- Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::InboundReplicationNeighbor
- 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
-
#additional_info ⇒ String
The additional details.
-
#consecutive_failure_count ⇒ Integer
The number of consecutive failure counts.
-
#error_description ⇒ String
The error description.
-
#error_title ⇒ String
The error title.
-
#fix_details ⇒ String
The details of the fix.
-
#fix_link ⇒ String
The link for the fix of the error.
-
#last_attempted_sync ⇒ DateTime
controller.
-
#last_error_code ⇒ Integer
The last error code.
-
#last_error_message ⇒ String
The error message of the last error.
-
#last_successful_sync ⇒ DateTime
The last time when a successful sync happened.
-
#naming_context ⇒ String
The naming context.
-
#source_domain_controller ⇒ String
The name of the source domain controller.
-
#status ⇒ Integer
The health status for the domain controller.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for InboundReplicationNeighbor class as Ruby Hash.
Instance Attribute Details
#additional_info ⇒ String
Returns 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_count ⇒ Integer
Returns 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_description ⇒ String
Returns 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_title ⇒ String
Returns 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_details ⇒ String
Returns 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 |
#fix_link ⇒ String
Returns 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_sync ⇒ DateTime
controller.
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_code ⇒ Integer
Returns 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_message ⇒ String
Returns 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 end |
#last_successful_sync ⇒ DateTime
Returns 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_context ⇒ String
Returns 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_controller ⇒ String
Returns 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 |
#status ⇒ Integer
Returns 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
.mapper ⇒ Object
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 |