LocalizableMessage

LocalizableMessage
LocalizableMessage
JSON Example
{
    "args": {
        "cloudProxyFqdn": "cloudProxy1.vsphere.local"
    },
    "localizedMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
    "defaultMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
    "id": "com.broadcom.lcm.ops.cloudproxy.upgrade.started"
}
string
id
Optional

ID of the Localizable message.

string
defaultMessage
Optional

Default message in English.

string
localizedMessage
Optional

Localized message.

object
args
Optional

Key-Value pair arguments that will be substitited in the message.