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

createMachine({CreateMachineRequest? createMachineRequest}) Future<CreateMachine200Response?>
Create a machine
createMachineScope(String machineId, {CreateMachineScopeRequest? createMachineScopeRequest}) Future<MachineScope?>
Create a machine scope
createMachineScopeWithHttpInfo(String machineId, {CreateMachineScopeRequest? createMachineScopeRequest}) Future<Response>
Create a machine scope
createMachineWithHttpInfo({CreateMachineRequest? createMachineRequest}) Future<Response>
Create a machine
deleteMachine(String machineId) Future<DeleteMachine200Response?>
Delete a machine
deleteMachineScope(String machineId, String otherMachineId) Future<DeleteMachineScope200Response?>
Delete a machine scope
deleteMachineScopeWithHttpInfo(String machineId, String otherMachineId) Future<Response>
Delete a machine scope
deleteMachineWithHttpInfo(String machineId) Future<Response>
Delete a machine
getMachine(String machineId) Future<Machine?>
Retrieve a machine
getMachineSecretKey(String machineId) Future<GetMachineSecretKey200Response?>
Retrieve a machine secret key
getMachineSecretKeyWithHttpInfo(String machineId) Future<Response>
Retrieve a machine secret key
getMachineWithHttpInfo(String machineId) Future<Response>
Retrieve a machine
listMachines({int? limit, int? offset, String? query, String? orderBy}) Future<ListMachines200Response?>
Get a list of machines for an instance
listMachinesWithHttpInfo({int? limit, int? offset, String? query, String? orderBy}) Future<Response>
Get a list of machines for an instance
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotateMachineSecretKey(String machineId, RotateMachineSecretKeyRequest rotateMachineSecretKeyRequest) Future<GetMachineSecretKey200Response?>
Rotate a machine's secret key
rotateMachineSecretKeyWithHttpInfo(String machineId, RotateMachineSecretKeyRequest rotateMachineSecretKeyRequest) Future<Response>
Rotate a machine's secret key
toString() String
A string representation of this object.
inherited
updateMachine(String machineId, {UpdateMachineRequest? updateMachineRequest}) Future<Machine?>
Update a machine
updateMachineWithHttpInfo(String machineId, {UpdateMachineRequest? updateMachineRequest}) Future<Response>
Update a machine

Operators

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