Response Types:
Methods:
client.VMs.Logs(ctx context.Context, query sfcnodes.VMLogsParams) (*sfcnodes.VMLogsResponse, 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)
Response Types:
Methods:
client.VMs.Images.List(ctx context.Context) (*sfcnodes.VMImageListResponse, error)client.VMs.Images.Get(ctx context.Context, imageID string) (*sfcnodes.VMImageGetResponse, error)
Params Types:
Response Types:
Methods:
client.Nodes.New(ctx context.Context, body sfcnodes.NodeNewParams) (*sfcnodes.ListResponseNode, error)client.Nodes.List(ctx context.Context, query sfcnodes.NodeListParams) (*sfcnodes.ListResponseNode, error)client.Nodes.Delete(ctx context.Context, id string) errorclient.Nodes.Extend(ctx context.Context, id string, body sfcnodes.NodeExtendParams) (*sfcnodes.Node, error)client.Nodes.Get(ctx context.Context, id string) (*sfcnodes.Node, error)client.Nodes.Redeploy(ctx context.Context, id string, body sfcnodes.NodeRedeployParams) (*sfcnodes.Node, error)client.Nodes.Release(ctx context.Context, id string) (*sfcnodes.Node, error)
Response Types:
Methods: