InstanceAccessDetails constructor
InstanceAccessDetails({
- String? certKey,
- DateTime? expiresAt,
- List<
HostKeyAttributes> ? hostKeys, - String? instanceName,
- String? ipAddress,
- String? password,
- PasswordData? passwordData,
- String? privateKey,
- InstanceAccessProtocol? protocol,
- String? username,
Implementation
InstanceAccessDetails({
this.certKey,
this.expiresAt,
this.hostKeys,
this.instanceName,
this.ipAddress,
this.password,
this.passwordData,
this.privateKey,
this.protocol,
this.username,
});