> +
> + /**
> + * @return This field is applicable only when the target pool is serving
> a forwarding rule as the primary pool.
> + * The value of the a float between [0, 1]. If set, backupPool must also
> be set. Together,
> + * they define the fallback behavior of the primary target pool. If the
> ratio of the healthy VMs in the primary
> + * pool is at or below this number, traffic arriving at the load-balanced
> IP will be directed to the backup pool.
> + * In case where failoverRatio is not set or all the VMs in the backup
> pool are unhealthy,
> + * the traffic will be directed back to the primary pool in the force
> mode, where traffic will be spread to the
> + * healthy VMs with the best effort, or to all VMs when no VM is healthy.
> + */
> + public float getFailoverRatio() {
> + return failoverRatio;
> + }
> +
> + /**
> + * @return This field is applicable only when the target pool is serving
> a forwarding rule as the primary pool.
See previous comment
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/22/files#r18015308