appliance ntp: localizable message
localizable_message
structure Structure representing message. This structure was added in vSphere API 6.7.Representation:
{
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
}
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
id | string | id in message bundle. This attribute was added in vSphere API 6.7. |
default_message | string | text in english. This attribute was added in vSphere API 6.7. |
args | string[] | nested data. This attribute was added in vSphere API 6.7. |