Class VertexAiIndexEndpointConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index_endpoint.VertexAiIndexEndpointConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiIndexEndpointConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiIndexEndpointConfig
@Stability(Stable) @Internal public static final class VertexAiIndexEndpointConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiIndexEndpointConfig
An implementation forVertexAiIndexEndpointConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.vertex_ai_index_endpoint.VertexAiIndexEndpointConfig
VertexAiIndexEndpointConfig.Builder, VertexAiIndexEndpointConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiIndexEndpointConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiIndexEndpointConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()The description of the Index.StringgetDisplayName()The display name of the Index.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#id VertexAiIndexEndpoint#id}.Map<String,String>getLabels()The labels with user-defined metadata to organize your Indexes.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetNetwork()The full name of the Google Compute Engine network to which the index endpoint should be peered.VertexAiIndexEndpointPrivateServiceConnectConfiggetPrivateServiceConnectConfig()private_service_connect_config block.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#project VertexAiIndexEndpoint#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ObjectgetPublicEndpointEnabled()If true, the deployed index will be accessible through public endpoint.StringgetRegion()The region of the index endpoint.VertexAiIndexEndpointTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(VertexAiIndexEndpointConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiIndexEndpointConfig.Builder.
-
-
Method Detail
-
getDisplayName
public final String getDisplayName()
Description copied from interface:VertexAiIndexEndpointConfigThe display name of the Index.The name can be up to 128 characters long and can consist of any UTF-8 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#display_name VertexAiIndexEndpoint#display_name}
- Specified by:
getDisplayNamein interfaceVertexAiIndexEndpointConfig
-
getDescription
public final String getDescription()
Description copied from interface:VertexAiIndexEndpointConfigThe description of the Index.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#description VertexAiIndexEndpoint#description}
- Specified by:
getDescriptionin interfaceVertexAiIndexEndpointConfig
-
getId
public final String getId()
Description copied from interface:VertexAiIndexEndpointConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#id VertexAiIndexEndpoint#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceVertexAiIndexEndpointConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:VertexAiIndexEndpointConfigThe labels with user-defined metadata to organize your Indexes.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#labels VertexAiIndexEndpoint#labels}
- Specified by:
getLabelsin interfaceVertexAiIndexEndpointConfig
-
getNetwork
public final String getNetwork()
Description copied from interface:VertexAiIndexEndpointConfigThe full name of the Google Compute Engine network to which the index endpoint should be peered. Private services access must already be configured for the network. If left unspecified, the index endpoint is not peered with any network. Format: 'projects/{project}/global/networks/{network}'. Where '{project}' is a project number, as in '12345', and '{network}' is network name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#network VertexAiIndexEndpoint#network}
- Specified by:
getNetworkin interfaceVertexAiIndexEndpointConfig
-
getPrivateServiceConnectConfig
public final VertexAiIndexEndpointPrivateServiceConnectConfig getPrivateServiceConnectConfig()
Description copied from interface:VertexAiIndexEndpointConfigprivate_service_connect_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#private_service_connect_config VertexAiIndexEndpoint#private_service_connect_config}
- Specified by:
getPrivateServiceConnectConfigin interfaceVertexAiIndexEndpointConfig
-
getProject
public final String getProject()
Description copied from interface:VertexAiIndexEndpointConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#project VertexAiIndexEndpoint#project}.- Specified by:
getProjectin interfaceVertexAiIndexEndpointConfig
-
getPublicEndpointEnabled
public final Object getPublicEndpointEnabled()
Description copied from interface:VertexAiIndexEndpointConfigIf true, the deployed index will be accessible through public endpoint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#public_endpoint_enabled VertexAiIndexEndpoint#public_endpoint_enabled}
- Specified by:
getPublicEndpointEnabledin interfaceVertexAiIndexEndpointConfig
-
getRegion
public final String getRegion()
Description copied from interface:VertexAiIndexEndpointConfigThe region of the index endpoint. eg us-central1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#region VertexAiIndexEndpoint#region}
- Specified by:
getRegionin interfaceVertexAiIndexEndpointConfig
-
getTimeouts
public final VertexAiIndexEndpointTimeouts getTimeouts()
Description copied from interface:VertexAiIndexEndpointConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#timeouts VertexAiIndexEndpoint#timeouts}
- Specified by:
getTimeoutsin interfaceVertexAiIndexEndpointConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-