title | platform |
---|---|
About the google_compute_region_target_http_proxies resource |
gcp |
A google_compute_region_target_http_proxies
is used to test a Google RegionTargetHttpProxy resource
describe google_compute_region_target_http_proxies(project: 'chef-gcp-inspec', region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_compute_region_target_http_proxies
resource:
See google_compute_region_target_http_proxy.md for more detailed information
kinds
: an array ofgoogle_compute_region_target_http_proxy
kindids
: an array ofgoogle_compute_region_target_http_proxy
idcreation_timestamps
: an array ofgoogle_compute_region_target_http_proxy
creation_timestampnames
: an array ofgoogle_compute_region_target_http_proxy
namedescriptions
: an array ofgoogle_compute_region_target_http_proxy
descriptionself_links
: an array ofgoogle_compute_region_target_http_proxy
self_linkself_link_with_ids
: an array ofgoogle_compute_region_target_http_proxy
self_link_with_idurl_maps
: an array ofgoogle_compute_region_target_http_proxy
url_mapregions
: an array ofgoogle_compute_region_target_http_proxy
regionproxy_binds
: an array ofgoogle_compute_region_target_http_proxy
proxy_bindhttp_filters
: an array ofgoogle_compute_region_target_http_proxy
http_filtersfingerprints
: an array ofgoogle_compute_region_target_http_proxy
fingerprinthttp_keep_alive_timeout_secs
: an array ofgoogle_compute_region_target_http_proxy
http_keep_alive_timeout_sec
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
Ensure the Compute Engine API is enabled for the current project.