title | platform |
---|---|
About the google_memcache_instances resource |
gcp |
A google_memcache_instances
is used to test a Google Instance resource
describe google_memcache_instances(project: 'chef-gcp-inspec', region: 'europe-west2') do
its('count') { should be >= 1 }
its('node_counts') { should include 1 }
end
Properties that can be accessed from the google_memcache_instances
resource:
See google_memcache_instance.md for more detailed information
names
: (Beta only) an array ofgoogle_memcache_instance
namedisplay_names
: (Beta only) an array ofgoogle_memcache_instance
display_namememcache_nodes
: (Beta only) an array ofgoogle_memcache_instance
memcache_nodescreate_times
: (Beta only) an array ofgoogle_memcache_instance
create_timediscovery_endpoints
: (Beta only) an array ofgoogle_memcache_instance
discovery_endpointlabels
: (Beta only) an array ofgoogle_memcache_instance
labelsmemcache_full_versions
: (Beta only) an array ofgoogle_memcache_instance
memcache_full_versionzones
: (Beta only) an array ofgoogle_memcache_instance
zonesauthorized_networks
: (Beta only) an array ofgoogle_memcache_instance
authorized_networknode_counts
: (Beta only) an array ofgoogle_memcache_instance
node_countmemcache_versions
: (Beta only) an array ofgoogle_memcache_instance
memcache_versionnode_configs
: (Beta only) an array ofgoogle_memcache_instance
node_configparameters
: (Beta only) an array ofgoogle_memcache_instance
parametersregions
: (Beta only) an array ofgoogle_memcache_instance
region
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.