docs/google: Update links, fix syntax errors and remove whitespaces
This commit is contained in:
parent
71995eaea1
commit
63e67441b3
|
@ -114,7 +114,7 @@ The `metric` block contains (more documentation
|
|||
[here](https://cloud.google.com/monitoring/api/metrics)):
|
||||
|
||||
* `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".
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ description: |-
|
|||
|
||||
The Google Compute Engine Instance Group Manager API creates and manages pools
|
||||
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)
|
||||
|
||||
## Example Usage
|
||||
|
@ -69,7 +69,7 @@ affect existing instances.
|
|||
|
||||
* `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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue