ConnectionInfo class
ConnectionInfo singleton resource.
Constructors
- ConnectionInfo({String? instanceUid, String? ipAddress, String? name, String? publicIpAddress})
- ConnectionInfo.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceUid ↔ String?
-
The unique ID of the Instance.
getter/setter pair
- ipAddress ↔ String?
-
The private network IP address for the Instance.
getter/setter pair
- name ↔ String?
-
The name of the ConnectionInfo singleton resource, e.g.:
projects/{project}/locations/{location}/clusters / * /instances / *
/connectionInfo This field currently has no semantic meaning.
getter/setter pair
- publicIpAddress ↔ String?
-
The public IP addresses for the Instance.
getter/setter pair
- 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(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited