GoogleCloudAiplatformV1GatewayConfig class

Configuration for a single gateway.

Constructors

GoogleCloudAiplatformV1GatewayConfig({List<String>? allowedProjects, String? dnsRecord, String? dnsZoneName, String? ipAddress, String? network, String? pscEndpoint, String? state, String? subnetwork})
GoogleCloudAiplatformV1GatewayConfig.fromJson(Map json_)

Properties

allowedProjects List<String>?
Additional consumer projects permitted to attach their own PSC endpoint to this gateway's ServiceAttachment.
getter/setter pair
dnsRecord String?
The fully qualified record name of the created A-record in Cloud DNS.
getter/setter pair
dnsZoneName String?
Name of the private Cloud DNS managed zone in which to create the gateway's A-record.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
The private IP address of the PSC endpoint.
getter/setter pair
network String?
The URI of the network resource where PSC-E will be provisioned.
getter/setter pair
pscEndpoint String?
The self-link or name of the Private Service Connect endpoint forwarding rule.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the Gateway configuration.
getter/setter pair
subnetwork String?
The URI of the subnetwork resource where PSC-E will be provisioned.
getter/setter pair

Methods

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

Operators

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