> + /**
> + * Provides the administrative state for this HealthMonitor's Builder.
> + *
> + * @return the Builder.
> + * @see HealthMonitor#getAdminStateUp()
> + */
> + public ParameterizedBuilderType adminStateUp(Boolean adminStateUp) {
> + healthMonitor.adminStateUp = adminStateUp;
> + return self();
> + }
> + }
> +
> + /**
> + * Create builder (inheriting from Builder).
> + */
> + public static class CreateBuilder extends Builder<CreateBuilder> {
Ok, in code they don't have a default value specified, so they are probably
required. Thanks for clarifying!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r18349831