docs/google: Update links, fix syntax errors and remove whitespaces

This commit is contained in:
Sebastien Badia 2016-03-31 12:37:17 +02:00
parent 71995eaea1
commit 63e67441b3
19 changed files with 48 additions and 48 deletions

View File

@ -114,7 +114,7 @@ The `metric` block contains (more documentation
[here](https://cloud.google.com/monitoring/api/metrics)): [here](https://cloud.google.com/monitoring/api/metrics)):
* `name` - The name of the Google Cloud Monitoring metric to follow, e.g. * `name` - The name of the Google Cloud Monitoring metric to follow, e.g.
compute.googleapis.com/instance/network/received_bytes_count `compute.googleapis.com/instance/network/received_bytes_count`
* `type` - Either "cumulative", "delta", or "gauge". * `type` - Either "cumulative", "delta", or "gauge".

View File

@ -10,7 +10,7 @@ description: |-
The Google Compute Engine Instance Group Manager API creates and manages pools The Google Compute Engine Instance Group Manager API creates and manages pools
of homogeneous Compute Engine virtual machine instances from a common instance of homogeneous Compute Engine virtual machine instances from a common instance
template. For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/manager template. For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/manager)
and [API](https://cloud.google.com/compute/docs/instance-groups/manager/v1beta2/instanceGroupManagers) and [API](https://cloud.google.com/compute/docs/instance-groups/manager/v1beta2/instanceGroupManagers)
## Example Usage ## Example Usage
@ -69,7 +69,7 @@ affect existing instances.
* `zone` - (Required) The zone that instances in this group should be created in. * `zone` - (Required) The zone that instances in this group should be created in.
The `named_port` block supports: (Include a named_port block for each named-port required). The `named_port` block supports: (Include a `named_port` block for each named-port required).
* `name` - (Required) The name of the port. * `name` - (Required) The name of the port.