Delete instance will delete the instance in a provider.
(ctx context.Context, instance string, deleteInstanceParams DeleteInstanceParams)
| 27 | CreateInstance(ctx context.Context, bootstrapParams commonParams.BootstrapInstance, createInstanceParams CreateInstanceParams) (commonParams.ProviderInstance, error) |
| 28 | // Delete instance will delete the instance in a provider. |
| 29 | DeleteInstance(ctx context.Context, instance string, deleteInstanceParams DeleteInstanceParams) error |
| 30 | // GetInstance will return details about one instance. |
| 31 | GetInstance(ctx context.Context, instance string, getInstanceParams GetInstanceParams) (commonParams.ProviderInstance, error) |
| 32 | // ListInstances will list all instances for a provider. |
no outgoing calls