Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

GA ILB multi-nic #368

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/google_compute_region_backend_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Properties that can be accessed from the `google_compute_region_backend_service`

* `sample_rate`: This field can only be specified if logging is enabled for this backend service. The value of the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported. The default value is 1.0.

* `network`: (Beta only) The URL of the network to which this backend service belongs. This field can only be specified when the load balancing scheme is set to INTERNAL.
* `network`: The URL of the network to which this backend service belongs. This field can only be specified when the load balancing scheme is set to INTERNAL.

* `region`: A reference to the region where the regional backend service resides.

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/google_compute_region_backend_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ See [google_compute_region_backend_service.md](google_compute_region_backend_ser
* `session_affinities`: an array of `google_compute_region_backend_service` session_affinity
* `timeout_secs`: an array of `google_compute_region_backend_service` timeout_sec
* `log_configs`: (Beta only) an array of `google_compute_region_backend_service` log_config
* `networks`: (Beta only) an array of `google_compute_region_backend_service` network
* `networks`: an array of `google_compute_region_backend_service` network
* `regions`: an array of `google_compute_region_backend_service` region

## Filter Criteria
Expand Down