title | platform |
---|---|
About the google_compute_interconnects resource |
gcp |
A google_compute_interconnects
is used to test a Google Interconnect resource
describe google_compute_interconnects(project: 'chef-gcp-inspec') do
it { should exist }
end
Properties that can be accessed from the google_compute_interconnects
resource:
See google_compute_interconnect.md for more detailed information
admin_enableds
: an array ofgoogle_compute_interconnect
admin_enabledcreation_timestamps
: an array ofgoogle_compute_interconnect
creation_timestampdescriptions
: an array ofgoogle_compute_interconnect
descriptionlocations
: an array ofgoogle_compute_interconnect
locationids
: an array ofgoogle_compute_interconnect
idnames
: an array ofgoogle_compute_interconnect
namenoc_contact_emails
: an array ofgoogle_compute_interconnect
noc_contact_emailpeer_ip_addresses
: an array ofgoogle_compute_interconnect
peer_ip_addressgoogle_ip_addresses
: an array ofgoogle_compute_interconnect
google_ip_addressclient_operation_ids
: an array ofgoogle_compute_interconnect
client_operation_idgoogle_reference_ids
: an array ofgoogle_compute_interconnect
google_reference_idprovisioned_link_counts
: an array ofgoogle_compute_interconnect
provisioned_link_countcustomer_names
: an array ofgoogle_compute_interconnect
customer_namerequested_link_counts
: an array ofgoogle_compute_interconnect
requested_link_countoperational_statuses
: an array ofgoogle_compute_interconnect
operational_statuslink_types
: an array ofgoogle_compute_interconnect
link_typeinterconnect_types
: an array ofgoogle_compute_interconnect
interconnect_typeinterconnect_attachments
: an array ofgoogle_compute_interconnect
interconnect_attachmentsexpected_outages
: an array ofgoogle_compute_interconnect
expected_outagescircuit_infos
: an array ofgoogle_compute_interconnect
circuit_infossatisfies_pzs
: an array ofgoogle_compute_interconnect
satisfies_pzs
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.