Template Metadata
This proto describes the types that can be used inside Mixer templates. These message types are used to specify field datatype to express the equivalent ValueType for the expressions the field can be mapped to.
DNSName
DNSName is used inside templates for fields that are of ValueType “DNS_NAME”
Duration
Duration is used inside templates for fields that are of ValueType “DURATION”
EmailAddress
EmailAddress is used inside templates for fields that are of ValueType “EMAIL_ADDRESS” DO NOT USE !! Under Development
IPAddress
IPAddress is used inside templates for fields that are of ValueType “IP_ADDRESS”
TemplateVariety
Specifies the varity of the the Template.
Name | Description |
---|---|
TEMPLATE_VARIETY_CHECK | |
TEMPLATE_VARIETY_REPORT | |
TEMPLATE_VARIETY_QUOTA | |
TEMPLATE_VARIETY_ATTRIBUTE_GENERATOR |
TimeStamp
TimeStamp is used inside templates for fields that are of ValueType “TIMESTAMP”
Uri
Uri is used inside templates for fields that are of ValueType “URI” DO NOT USE ! Under Development
Value
Value is used inside templates for fields that have dynamic types. The actual datatype of the field depends on the datatype of the expression used in the operator configuration.