MachinesApi class

Constructors

MachinesApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activateMachine(String account, ActivateMachineRequest activateMachineRequest) Future<ActivateMachineResponse?>
Activate a machine
activateMachineWithHttpInfo(String account, ActivateMachineRequest activateMachineRequest) Future<Response>
Activate a machine
changeMachineGroup(String account, String machine, ChangeMachineGroupRequest changeMachineGroupRequest) Future<ChangeMachineGroupResponse?>
Change group
changeMachineGroupWithHttpInfo(String account, String machine, ChangeMachineGroupRequest changeMachineGroupRequest) Future<Response>
Change group
checkOutMachine(String account, String machine, {int? ttl, List<String>? include, bool? encrypt}) Future<CheckOutMachineResponse?>
Check-out machine
checkOutMachineWithHttpInfo(String account, String machine, {int? ttl, List<String>? include, bool? encrypt}) Future<Response>
Check-out machine
deactivateMachine(String account, String machine) Future<void>
Deactivate a machine
deactivateMachineWithHttpInfo(String account, String machine) Future<Response>
Deactivate a machine
listMachines(String account, {Object? page, int? limit, String? fingerprint, String? ip, String? hostname, String? product, String? policy, String? license, String? key, String? user, String? group, Object? metadata}) Future<ListMachinesResponse?>
List all machines
listMachinesWithHttpInfo(String account, {Object? page, int? limit, String? fingerprint, String? ip, String? hostname, String? product, String? policy, String? license, String? key, String? user, String? group, Object? metadata}) Future<Response>
List all machines
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pingMachine(String account, String machine) Future<PingMachineResponse?>
Ping heartbeat
pingMachineWithHttpInfo(String account, String machine) Future<Response>
Ping heartbeat
resetMachine(String account, String machine) Future<ResetMachineResponse?>
Reset heartbeat
resetMachineWithHttpInfo(String account, String machine) Future<Response>
Reset heartbeat
retrieveMachine(String account, String machine) Future<RetrieveMachineResponse?>
Retrieve a machine
retrieveMachineWithHttpInfo(String account, String machine) Future<Response>
Retrieve a machine
toString() String
A string representation of this object.
inherited
updateMachine(String account, String machine, {UpdateMachineRequest? updateMachineRequest}) Future<UpdateMachineResponse?>
Update a machine
updateMachineWithHttpInfo(String account, String machine, {UpdateMachineRequest? updateMachineRequest}) Future<Response>
Update a machine

Operators

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