ProvisioningServiceBase class abstract

Inheritance
Annotations

Constructors

ProvisioningServiceBase()

Properties

$name String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
getNetworkList(ServiceCall call, GetNetworkListRequest request) Future<GetNetworkListResponse>
getNetworkList_Pre(ServiceCall call, Future<GetNetworkListRequest> request) Future<GetNetworkListResponse>
getSmartMachineStatus(ServiceCall call, GetSmartMachineStatusRequest request) Future<GetSmartMachineStatusResponse>
getSmartMachineStatus_Pre(ServiceCall call, Future<GetSmartMachineStatusRequest> request) Future<GetSmartMachineStatusResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setNetworkCredentials(ServiceCall call, SetNetworkCredentialsRequest request) Future<SetNetworkCredentialsResponse>
setNetworkCredentials_Pre(ServiceCall call, Future<SetNetworkCredentialsRequest> request) Future<SetNetworkCredentialsResponse>
setSmartMachineCredentials(ServiceCall call, SetSmartMachineCredentialsRequest request) Future<SetSmartMachineCredentialsResponse>
setSmartMachineCredentials_Pre(ServiceCall call, Future<SetSmartMachineCredentialsRequest> request) Future<SetSmartMachineCredentialsResponse>
toString() String
A string representation of this object.
inherited

Operators

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