Class: Azure::ARM::Web::Models::CustomHostnameAnalysisResult

Inherits:
MsRestAzure::Resource
  • Object
show all
Includes:
MsRest::JSONable, MsRestAzure
Defined in:
lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb

Overview

Custom domain analysis.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#a_recordsArray<String>

Returns A records controller can see for this hostname.

Returns:

  • (Array<String>)

    A records controller can see for this hostname.



49
50
51
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 49

def a_records
  @a_records
end

#alternate_cname_recordsArray<String>

this hostname.

Returns:

  • (Array<String>)

    Alternate CName records controller can see for



53
54
55
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 53

def alternate_cname_records
  @alternate_cname_records
end

#alternate_txt_recordsArray<String>

this hostname.

Returns:

  • (Array<String>)

    Alternate TXT records controller can see for



57
58
59
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 57

def alternate_txt_records
  @alternate_txt_records
end

#c_name_recordsArray<String>

hostname.

Returns:

  • (Array<String>)

    CName records controller can see for this



42
43
44
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 42

def c_name_records
  @c_name_records
end

#conflicting_app_resource_idString

within the same subscription.

Returns:

  • (String)

    Name of the conflicting app on scale unit if it’s



38
39
40
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 38

def conflicting_app_resource_id
  @conflicting_app_resource_id
end

#custom_domain_verification_failure_infoErrorEntity

fails.

Returns:

  • (ErrorEntity)

    Raw failure information if DNS verification



26
27
28
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 26

def custom_domain_verification_failure_info
  @custom_domain_verification_failure_info
end

#custom_domain_verification_testDnsVerificationTestResult

Possible values include: ‘Passed’, ‘Failed’, ‘Skipped’

Returns:



22
23
24
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 22

def custom_domain_verification_test
  @custom_domain_verification_test
end

#has_conflict_across_subscriptionBoolean

subscriptions; otherwise, false.

Returns:

  • (Boolean)

    true if htere is a conflict across



34
35
36
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 34

def has_conflict_across_subscription
  @has_conflict_across_subscription
end

#has_conflict_on_scale_unitBoolean

unit; otherwise, false.

Returns:

  • (Boolean)

    true if there is a conflict on a scale



30
31
32
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 30

def has_conflict_on_scale_unit
  @has_conflict_on_scale_unit
end

#is_hostname_already_verifiedBoolean

otherwise, false.

Returns:

  • (Boolean)

    true if hostname is already verified;



18
19
20
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 18

def is_hostname_already_verified
  @is_hostname_already_verified
end

#txt_recordsArray<String>

hostname.

Returns:

  • (Array<String>)

    TXT records controller can see for this



46
47
48
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 46

def txt_records
  @txt_records
end

Class Method Details

.mapperObject

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



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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
# File 'lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb', line 64

def self.mapper()
  {
    required: false,
    serialized_name: 'CustomHostnameAnalysisResult',
    type: {
      name: 'Composite',
      class_name: 'CustomHostnameAnalysisResult',
      model_properties: {
        id: {
          required: false,
          read_only: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          required: false,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        kind: {
          required: false,
          serialized_name: 'kind',
          type: {
            name: 'String'
          }
        },
        location: {
          required: true,
          serialized_name: 'location',
          type: {
            name: 'String'
          }
        },
        type: {
          required: false,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        tags: {
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        is_hostname_already_verified: {
          required: false,
          read_only: true,
          serialized_name: 'properties.isHostnameAlreadyVerified',
          type: {
            name: 'Boolean'
          }
        },
        custom_domain_verification_test: {
          required: false,
          read_only: true,
          serialized_name: 'properties.customDomainVerificationTest',
          type: {
            name: 'Enum',
            module: 'DnsVerificationTestResult'
          }
        },
        custom_domain_verification_failure_info: {
          required: false,
          read_only: true,
          serialized_name: 'properties.customDomainVerificationFailureInfo',
          type: {
            name: 'Composite',
            class_name: 'ErrorEntity'
          }
        },
        has_conflict_on_scale_unit: {
          required: false,
          read_only: true,
          serialized_name: 'properties.hasConflictOnScaleUnit',
          type: {
            name: 'Boolean'
          }
        },
        has_conflict_across_subscription: {
          required: false,
          read_only: true,
          serialized_name: 'properties.hasConflictAcrossSubscription',
          type: {
            name: 'Boolean'
          }
        },
        conflicting_app_resource_id: {
          required: false,
          read_only: true,
          serialized_name: 'properties.conflictingAppResourceId',
          type: {
            name: 'String'
          }
        },
        c_name_records: {
          required: false,
          serialized_name: 'properties.cNameRecords',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        txt_records: {
          required: false,
          serialized_name: 'properties.txtRecords',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        a_records: {
          required: false,
          serialized_name: 'properties.aRecords',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        alternate_cname_records: {
          required: false,
          serialized_name: 'properties.alternateCNameRecords',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        alternate_txt_records: {
          required: false,
          serialized_name: 'properties.alternateTxtRecords',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        }
      }
    }
  }
end