Class: Google::Cloud::AIPlatform::V1::PscInterfaceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PscInterfaceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/service_networking.rb
Overview
Configuration for PSC-I.
Instance Attribute Summary collapse
-
#dns_peering_configs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DnsPeeringConfig>
Optional.
-
#network_attachment ⇒ ::String
Optional.
Instance Attribute Details
#dns_peering_configs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DnsPeeringConfig>
Returns Optional. DNS peering configurations. When specified, Vertex AI will attempt to configure DNS peering zones in the tenant project VPC to resolve the specified domains using the target network's Cloud DNS. The user must grant the dns.peer role to the Vertex AI Service Agent on the target project.
107 108 109 110 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 107 class PscInterfaceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_attachment ⇒ ::String
Returns Optional. The name of the Compute Engine network attachment to attach to the resource within the region and user project. To specify this field, you must have already created a network attachment. This field is only used for resources using PSC-I.
107 108 109 110 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 107 class PscInterfaceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |