> +   public abstract Integer toleration();
> +
> +   /**
> +    * Specifies the protocol to use to monitor endpoint health. Possible 
> values are: HTTP, HTTPS.
> +    *
> +    * @return endpoint protocol.
> +    */
> +   public abstract ProfileDefinition.Protocol protocol();
> +
> +   /**
> +    * Specifies the port used to monitor endpoint health. Accepted values 
> are integer values greater than 0 and less or
> +    * equal to 65,535.
> +    *
> +    * @return endpoint port.
> +    */
> +   public abstract Integer port();

Same about primitives

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/151/files#r27516814

Reply via email to