Uses of Class
com.hashicorp.cdktf.providers.google.vertex_ai_endpoint.VertexAiEndpoint.Builder
-
Packages that use VertexAiEndpoint.Builder Package Description com.hashicorp.cdktf.providers.google.vertex_ai_endpoint google_vertex_ai_endpoint -
-
Uses of VertexAiEndpoint.Builder in com.hashicorp.cdktf.providers.google.vertex_ai_endpoint
Methods in com.hashicorp.cdktf.providers.google.vertex_ai_endpoint that return VertexAiEndpoint.Builder Modifier and Type Method Description VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. count(com.hashicorp.cdktf.TerraformCount count)VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. count(Number count)static VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. create(software.constructs.Construct scope, String id)VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. description(String description)The description of the Endpoint.VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. displayName(String displayName)Required.VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. encryptionSpec(VertexAiEndpointEncryptionSpec encryptionSpec)encryption_spec block.VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. forEach(com.hashicorp.cdktf.ITerraformIterator forEach)VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. id(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_endpoint#id VertexAiEndpoint#id}.VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. labels(Map<String,String> labels)The labels with user-defined metadata to organize your Endpoints.VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. location(String location)The location for the resource.VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. name(String name)The resource name of the Endpoint.VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. network(String network)The full name of the Google Compute Engine network to which the Endpoint should be peered.VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. project(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_endpoint#project VertexAiEndpoint#project}.VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. provider(com.hashicorp.cdktf.TerraformProvider provider)VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. provisioners(List<? extends Object> provisioners)VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. region(String region)The region for the resource.VertexAiEndpoint.BuilderVertexAiEndpoint.Builder. timeouts(VertexAiEndpointTimeouts timeouts)timeouts block.
-