PrivateConnection class
The PrivateConnection resource is used to establish private connectivity between Datastream and a customer's network.
Constructors
-
PrivateConnection({String? createTime, String? displayName, Error? 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?
-
Display name.
getter/setter pair
- error ↔ Error?
-
In case of error, the details of the error in a user-friendly format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Labels.
getter/setter pair
- name ↔ String?
-
The resource's name.
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 update time of the resource.
getter/setter pair
- vpcPeeringConfig ↔ VpcPeeringConfig?
-
VPC Peering Config
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