Response Types:
Methods:
client.Vms.List(ctx context.Context) (sfcnodes.VmListResponse, error)client.Vms.Logs(ctx context.Context, query sfcnodes.VmLogsParams) (sfcnodes.VmLogsResponse, error)client.Vms.Replace(ctx context.Context, body sfcnodes.VmReplaceParams) (sfcnodes.VmReplaceResponse, error)client.Vms.SSH(ctx context.Context, query sfcnodes.VmSSHParams) (sfcnodes.VmSSHResponse, error)
Params Types:
Response Types:
Methods:
client.Vms.Script.New(ctx context.Context, body sfcnodes.VmScriptNewParams) (sfcnodes.VmScriptNewResponse, error)client.Vms.Script.Get(ctx context.Context) (sfcnodes.VmScriptGetResponse, error)
Params Types:
Response Types:
Methods:
client.Nodes.New(ctx context.Context, body sfcnodes.NodeNewParams) ([]sfcnodes.Node, error)client.Nodes.List(ctx context.Context) ([]sfcnodes.Node, error)client.Nodes.Extend(ctx context.Context, id string, body sfcnodes.NodeExtendParams) (sfcnodes.UpdateNode, error)client.Nodes.Release(ctx context.Context, id string, body sfcnodes.NodeReleaseParams) (sfcnodes.UpdateNode, error)