PrivateConnection class

The PrivateConnection resource is used to establish private connectivity with the customer's network.

Constructors

PrivateConnection({String? createTime, String? displayName, Status? error, Map<String, String>? labels, String? name, String? state, String? updateTime, VpcPeeringConfig? vpcPeeringConfig})
PrivateConnection.fromJson(Map json_)

Properties

createTime String?
The create time of the resource.
getter/setter pair
displayName String?
The private connection display name.
getter/setter pair
error Status?
The error details in case of state FAILED.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The resource labels for private connections to use to annotate any related underlying resources such as Compute Engine VMs.
getter/setter pair
name String?
The name of the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the private connection.
getter/setter pair
updateTime String?
The last update time of the resource.
getter/setter pair
vpcPeeringConfig VpcPeeringConfig?
VPC peering configuration.
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