Interface VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.951Z") @Stability(Stable) public interface VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfig.Builderstatic classVertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfig.Jsii$ProxyAn implementation forVertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfig.Builderbuilder()ObjectgetEnablePrivateServiceConnect()If set to true, customers will use private service connection to send request.default List<String>getProjectAllowlist()A list of Projects from which the forwarding rule will target the service attachment.
-
-
-
Method Detail
-
getEnablePrivateServiceConnect
@Stability(Stable) @NotNull Object getEnablePrivateServiceConnect()
If set to true, customers will use private service connection to send request.Otherwise, the connection will set to public endpoint. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#enable_private_service_connect VertexAiFeatureOnlineStore#enable_private_service_connect}
-
getProjectAllowlist
@Stability(Stable) @Nullable default List<String> getProjectAllowlist()
A list of Projects from which the forwarding rule will target the service attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store#project_allowlist VertexAiFeatureOnlineStore#project_allowlist}
-
builder
@Stability(Stable) static VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfig.Builder builder()
-
-