title | platform |
---|---|
About the google_compute_public_delegated_prefixes resource |
gcp |
A google_compute_public_delegated_prefixes
is used to test a Google PublicDelegatedPrefix resource
describe google_compute_public_delegated_prefix(project: 'chef-gcp-inspec', region: ' ') do
it { should exist }
end
Properties that can be accessed from the google_compute_public_delegated_prefixes
resource:
See google_compute_public_delegated_prefix.md for more detailed information
kinds
: an array ofgoogle_compute_public_delegated_prefix
kindids
: an array ofgoogle_compute_public_delegated_prefix
idcreation_timestamps
: an array ofgoogle_compute_public_delegated_prefix
creation_timestampnames
: an array ofgoogle_compute_public_delegated_prefix
namedescriptions
: an array ofgoogle_compute_public_delegated_prefix
descriptionself_links
: an array ofgoogle_compute_public_delegated_prefix
self_linkregions
: an array ofgoogle_compute_public_delegated_prefix
regionip_cidr_ranges
: an array ofgoogle_compute_public_delegated_prefix
ip_cidr_rangestatuses
: an array ofgoogle_compute_public_delegated_prefix
statusparent_prefixes
: an array ofgoogle_compute_public_delegated_prefix
parent_prefixpublic_delegated_sub_prefixs
: an array ofgoogle_compute_public_delegated_prefix
public_delegated_sub_prefixsis_live_migrations
: an array ofgoogle_compute_public_delegated_prefix
is_live_migrationfingerprints
: an array ofgoogle_compute_public_delegated_prefix
fingerprint
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.