FaultDomainProviderMapping
FaultDomainProviderMapping
This mapping will be set in InactiveProvider fault to notify clients the current active provider for the specified fault domains.
This structure may be used only with operations rendered under /sms
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"activeProvider": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"faultDomainId": [
{
"_typeName": "string",
"id": "string"
}
]
}
activeProvider
Required
Reference to an instance of the SmsProvider managed object.
This structure may be used only with operations rendered under /sms
.