package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
Associate is used to bind an SSH key pair to a specified VM.
Disassociate is used to unbind an SSH key pair to a specified VM.
GetTask retrieves the keypair task with the provided ID.
# Structs
AssociateOpts is the request body of binding an SSH keypair.
AuthOpts is the object about server authentication.
DisassociateOpts is the request body of unbinding an SSH keypair.
EcsServerOpts is object about the VM to which the key pair is to be bound.
GetResult contains the response body and error from a GetTask request.
Task contains all the information about a keypair task.
TaskResp is the response body of Associate or Disassociate.