title | platform |
---|---|
About the google_compute_public_advertised_prefixes resource |
gcp |
A google_compute_public_advertised_prefixes
is used to test a Google PublicAdvertisedPrefix resource
describe google_compute_public_advertised_prefixes(project: 'chef-gcp-inspec') do
it { should exist }
end
Properties that can be accessed from the google_compute_public_advertised_prefixes
resource:
See google_compute_public_advertised_prefix.md for more detailed information
kinds
: an array ofgoogle_compute_public_advertised_prefix
kindids
: an array ofgoogle_compute_public_advertised_prefix
idcreation_timestamps
: an array ofgoogle_compute_public_advertised_prefix
creation_timestampnames
: an array ofgoogle_compute_public_advertised_prefix
namedescriptions
: an array ofgoogle_compute_public_advertised_prefix
descriptionself_links
: an array ofgoogle_compute_public_advertised_prefix
self_linkself_link_with_ids
: an array ofgoogle_compute_public_advertised_prefix
self_link_with_idip_cidr_ranges
: an array ofgoogle_compute_public_advertised_prefix
ip_cidr_rangedns_verification_ips
: an array ofgoogle_compute_public_advertised_prefix
dns_verification_ipshared_secrets
: an array ofgoogle_compute_public_advertised_prefix
shared_secretstatuses
: an array ofgoogle_compute_public_advertised_prefix
statuspdp_scopes
: an array ofgoogle_compute_public_advertised_prefix
pdp_scopepublic_delegated_prefixs
: an array ofgoogle_compute_public_advertised_prefix
public_delegated_prefixsfingerprints
: an array ofgoogle_compute_public_advertised_prefix
fingerprintbyoip_api_versions
: an array ofgoogle_compute_public_advertised_prefix
byoip_api_version
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.