google_compute_region_autoscalers resource
Use the google_compute_region_autoscalers
InSpec audit resource to to test a Google Cloud RegionAutoscaler resource.
Examples
describe google_compute_region_autoscalers(project: 'chef-gcp-inspec', region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_compute_region_autoscalers
resource:
See google_compute_region_autoscaler for more detailed information.
kinds
: an array ofgoogle_compute_region_autoscaler
kindids
: an array ofgoogle_compute_region_autoscaler
idcreation_timestamps
: an array ofgoogle_compute_region_autoscaler
creation_timestampnames
: an array ofgoogle_compute_region_autoscaler
namedescriptions
: an array ofgoogle_compute_region_autoscaler
descriptiontargets
: an array ofgoogle_compute_region_autoscaler
targetautoscaling_policies
: an array ofgoogle_compute_region_autoscaler
autoscaling_policyzones
: an array ofgoogle_compute_region_autoscaler
zoneregions
: an array ofgoogle_compute_region_autoscaler
regionself_links
: an array ofgoogle_compute_region_autoscaler
self_linkself_link_with_ids
: an array ofgoogle_compute_region_autoscaler
self_link_with_idstatuses
: an array ofgoogle_compute_region_autoscaler
statusstatus_details
: an array ofgoogle_compute_region_autoscaler
status_detailsrecommended_sizes
: an array ofgoogle_compute_region_autoscaler
recommended_sizescaling_schedule_statuses
: an array ofgoogle_compute_region_autoscaler
scaling_schedule_status
Filter criteria
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
GCP permissions
Ensure the Compute Engine API is enabled for the current project.