PscInterfaceConfig class final

Configuration for PSC-I.

Inheritance
  • Object
  • ProtoMessage
  • PscInterfaceConfig

Constructors

PscInterfaceConfig({String networkAttachment = '', List<DnsPeeringConfig> dnsPeeringConfigs = const []})
PscInterfaceConfig.fromJson(Map<String, dynamic> json)
factory

Properties

dnsPeeringConfigs List<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.
final
hashCode int
The hash code for this object.
no setterinherited
networkAttachment 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 (https://cloud.google.com/vpc/docs/create-manage-network-attachments#create-network-attachments). This field is only used for resources using PSC-I.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String