title | platform |
---|---|
About the google_vertex_ai_index_endpoints resource |
gcp |
A google_vertex_ai_index_endpoints
is used to test a Google IndexEndpoint resource
describe google_vertex_ai_index_endpoints(parent: "projects/#{gcp_project_id}/locations/#{index_endpoint['region']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_index_endpoints
resource:
See google_vertex_ai_index_endpoint.md for more detailed information
deployed_indexes
: an array ofgoogle_vertex_ai_index_endpoint
deployed_indexesprivate_service_connect_configs
: an array ofgoogle_vertex_ai_index_endpoint
private_service_connect_configdisplay_names
: an array ofgoogle_vertex_ai_index_endpoint
display_namepublic_endpoint_enableds
: an array ofgoogle_vertex_ai_index_endpoint
public_endpoint_enabledlabels
: an array ofgoogle_vertex_ai_index_endpoint
labelscreate_times
: an array ofgoogle_vertex_ai_index_endpoint
create_timenames
: an array ofgoogle_vertex_ai_index_endpoint
namenetworks
: an array ofgoogle_vertex_ai_index_endpoint
networkupdate_times
: an array ofgoogle_vertex_ai_index_endpoint
update_timepublic_endpoint_domain_names
: an array ofgoogle_vertex_ai_index_endpoint
public_endpoint_domain_nameenable_private_service_connects
: an array ofgoogle_vertex_ai_index_endpoint
enable_private_service_connectetags
: an array ofgoogle_vertex_ai_index_endpoint
etagdescriptions
: an array ofgoogle_vertex_ai_index_endpoint
description
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.