GoogleCloudAiplatformV1PSCAutomationConfig class

PSC config that is used to automatically create PSC endpoints in the user projects.

Constructors

GoogleCloudAiplatformV1PSCAutomationConfig.new({String? errorMessage, String? forwardingRule, String? ipAddress, String? network, String? projectId, String? state})
GoogleCloudAiplatformV1PSCAutomationConfig.fromJson(Map json_)

Properties

errorMessage String?
Error message if the PSC service automation failed.
getter/setter pair
forwardingRule String?
Forwarding rule created by the PSC service automation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
IP address rule created by the PSC service automation.
getter/setter pair
network String?
The full name of the Google Compute Engine network.
getter/setter pair
projectId String?
Project id used to create forwarding rule.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the PSC service automation.
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