InstanceAccess class

Information required to remotely connect to a fleet instance. Access is requested by calling GetInstanceAccess.

Constructors

InstanceAccess({InstanceCredentials? credentials, String? fleetId, String? instanceId, String? ipAddress, OperatingSystem? operatingSystem})
InstanceAccess.fromJson(Map<String, dynamic> json)
factory

Properties

credentials InstanceCredentials?
Credentials required to access the instance.
final
fleetId String?
A unique identifier for a fleet containing the instance being accessed.
final
hashCode int
The hash code for this object.
no setterinherited
instanceId String?
A unique identifier for an instance being accessed.
final
ipAddress String?
IP address that is assigned to the instance.
final
operatingSystem OperatingSystem?
Operating system that is running on the instance.
final
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited