> + }
> + }
> + return UNRECOGNIZED;
> + }
> + }
> +
> + ProfileDefinition() {
> + } // For AutoValue only!
> +
> + /**
> + * Specifies the DNS Time-To-Live (TTL) that informs the Local DNS
> resolvers how long to cache DNS entries. The value
> + * is an integer from 30 through 999,999.
> + *
> + * @return DNS cache Time-To-Live (TTL)
> + */
> + public abstract Integer ttl();
Use primitive types if not nullable
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/151/files#r27516683