InstanceAccessDetails constructor

InstanceAccessDetails({
  1. String? certKey,
  2. DateTime? expiresAt,
  3. List<HostKeyAttributes>? hostKeys,
  4. String? instanceName,
  5. String? ipAddress,
  6. String? password,
  7. PasswordData? passwordData,
  8. String? privateKey,
  9. InstanceAccessProtocol? protocol,
  10. String? username,
})

Implementation

InstanceAccessDetails({
  this.certKey,
  this.expiresAt,
  this.hostKeys,
  this.instanceName,
  this.ipAddress,
  this.password,
  this.passwordData,
  this.privateKey,
  this.protocol,
  this.username,
});