InstanceInfo class

For display only.

Metadata associated with a Compute Engine instance.

Constructors

InstanceInfo({String? displayName, String? externalIp, String? interface, String? internalIp, List<String>? networkTags, String? networkUri, String? serviceAccount, String? uri})
InstanceInfo.fromJson(Map json_)

Properties

displayName String?
Name of a Compute Engine instance.
getter/setter pair
externalIp String?
External IP address of the network interface.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interface String?
Name of the network interface of a Compute Engine instance.
getter/setter pair
internalIp String?
Internal IP address of the network interface.
getter/setter pair
networkTags List<String>?
Network tags configured on the instance.
getter/setter pair
networkUri String?
URI of a Compute Engine network.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
Service account authorized for the instance.
getter/setter pair
uri String?
URI of a Compute Engine instance.
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