> + return builder().fromProviderMetadata(this);
> + }
> +
> + public GoogleComputeEngineProviderMetadata() {
> + super(builder());
> + }
> +
> + public GoogleComputeEngineProviderMetadata(Builder builder) {
> + super(builder);
> + }
> +
> + /** Known location of zones. This metadata only decorates what the
> RegionApi returns. */
> + private static final Map<String, String> ZONE_TO_ISO3166_CODES =
> ImmutableMap.<String, String>builder() //
> + .put("asia-east1-a", "TW") //
> + .put("asia-east1-b", "SG") //
> + //.put("asia-east1-c", "??")
ok. I will remove the code related to iso codes then (gets stats better :P)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/82/files#r19966102