google_compute_public_delegated_prefixes resource
Use the google_compute_public_delegated_prefixes InSpec audit resource to to test a Google Cloud PublicDelegatedPrefix resource.
Examples
describe google_compute_public_delegated_prefixes(project: 'chef-gcp-inspec', region: 'us-east1-b') do
it { should exist }
end
Properties
Properties that can be accessed from the google_compute_public_delegated_prefixes resource:
See google_compute_public_delegated_prefix for more detailed information.
creation_timestamps: an array ofgoogle_compute_public_delegated_prefixcreation_timestampdescriptions: an array ofgoogle_compute_public_delegated_prefixdescriptionids: an array ofgoogle_compute_public_delegated_prefixidnames: an array ofgoogle_compute_public_delegated_prefixnameip_cidr_ranges: an array ofgoogle_compute_public_delegated_prefixip_cidr_rangeparent_prefixes: an array ofgoogle_compute_public_delegated_prefixparent_prefixis_live_migrations: an array ofgoogle_compute_public_delegated_prefixis_live_migrationfingerprints: an array ofgoogle_compute_public_delegated_prefixfingerprintstatuses: an array ofgoogle_compute_public_delegated_prefixstatus
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.