Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PscInterfaceConfig (v1.17.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PscInterfaceConfig.

Configuration for PSC-I.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dns_peering_configs

def dns_peering_configs() -> ::Array<::Google::Cloud::AIPlatform::V1::DnsPeeringConfig>
Returns
  • (::Array<::Google::Cloud::AIPlatform::V1::DnsPeeringConfig>) — 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.

#dns_peering_configs=

def dns_peering_configs=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::DnsPeeringConfig>
Parameter
  • value (::Array<::Google::Cloud::AIPlatform::V1::DnsPeeringConfig>) — 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.
Returns
  • (::Array<::Google::Cloud::AIPlatform::V1::DnsPeeringConfig>) — 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.

#network_attachment

def network_attachment() -> ::String
Returns
  • (::String) — 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.

#network_attachment=

def network_attachment=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.