_id stringlengths 2 7 | title stringclasses 1 value | partition stringclasses 3 values | text stringlengths 6 2.61k | language stringclasses 1 value | meta_information dict |
|---|---|---|---|---|---|
c180900 | test | //GetDatacenter gets a datacenter | {
"resource": ""
} | ||
c180901 | test | //UpdateDataCenter updates a data center | {
"resource": ""
} | ||
c180902 | test | //DeleteDatacenter deletes a data center | {
"resource": ""
} | ||
c180903 | test | //WaitTillProvisioned helper function | {
"resource": ""
} | ||
c180904 | test | //ListFirewallRules lists all firewall rules | {
"resource": ""
} | ||
c180905 | test | //GetFirewallRule gets a firewall rule | {
"resource": ""
} | ||
c180906 | test | //CreateFirewallRule creates a firewall rule | {
"resource": ""
} | ||
c180907 | test | //UpdateFirewallRule updates a firewall rule | {
"resource": ""
} | ||
c180908 | test | //DeleteFirewallRule deletes a firewall rule | {
"resource": ""
} | ||
c180909 | test | //ListLoadbalancers returns a Collection struct for loadbalancers in the Datacenter | {
"resource": ""
} | ||
c180910 | test | //GetLoadbalancer pulls data for the Loadbalancer where id = lbalid returns a Instance struct | {
"resource": ""
} | ||
c180911 | test | //UpdateLoadbalancer updates a load balancer | {
"resource": ""
} | ||
c180912 | test | //DeleteLoadbalancer deletes a load balancer | {
"resource": ""
} | ||
c180913 | test | //ListBalancedNics lists balanced nics | {
"resource": ""
} | ||
c180914 | test | //AssociateNic attach a nic to load balancer | {
"resource": ""
} | ||
c180915 | test | //GetBalancedNic gets a balanced nic | {
"resource": ""
} | ||
c180916 | test | //DeleteBalancedNic removes a balanced nic | {
"resource": ""
} | ||
c180917 | test | // ListLans returns a Collection for lans in the Datacenter | {
"resource": ""
} | ||
c180918 | test | // GetLan pulls data for the lan where id = lanid returns an Instance struct | {
"resource": ""
} | ||
c180919 | test | // DeleteLan deletes a lan where id == lanid | {
"resource": ""
} | ||
c180920 | test | // ListNics returns a Nics struct collection | {
"resource": ""
} | ||
c180921 | test | // CreateNic creates a nic on a server | {
"resource": ""
} | ||
c180922 | test | // GetNic pulls data for the nic where id = srvid returns a Instance struct | {
"resource": ""
} | ||
c180923 | test | // UpdateNic partial update of nic properties | {
"resource": ""
} | ||
c180924 | test | // DeleteNic deletes the nic where id=nicid and returns a Resp struct | {
"resource": ""
} | ||
c180925 | test | //ListSnapshots lists all snapshots | {
"resource": ""
} | ||
c180926 | test | //GetSnapshot gets a specific snapshot | {
"resource": ""
} | ||
c180927 | test | // DeleteSnapshot deletes a specified snapshot | {
"resource": ""
} | ||
c180928 | test | // UpdateSnapshot updates a snapshot | {
"resource": ""
} | ||
c180929 | test | //ListIPBlocks lists all IP blocks | {
"resource": ""
} | ||
c180930 | test | //ReserveIPBlock creates an IP block | {
"resource": ""
} | ||
c180931 | test | //GetIPBlock gets an IP blocks | {
"resource": ""
} | ||
c180932 | test | // UpdateIPBlock partial update of ipblock properties | {
"resource": ""
} | ||
c180933 | test | //ReleaseIPBlock deletes an IP block | {
"resource": ""
} | ||
c180934 | test | // ListVolumes returns a Collection struct for volumes in the Datacenter | {
"resource": ""
} | ||
c180935 | test | //GetVolume gets a volume | {
"resource": ""
} | ||
c180936 | test | //UpdateVolume updates a volume | {
"resource": ""
} | ||
c180937 | test | // DeleteVolume deletes a volume | {
"resource": ""
} | ||
c180938 | test | //CreateSnapshot creates a volume snapshot | {
"resource": ""
} | ||
c180939 | test | // RestoreSnapshot restores a volume with provided snapshot | {
"resource": ""
} | ||
c180940 | test | // ListServers returns a server struct collection | {
"resource": ""
} | ||
c180941 | test | // GetServer pulls data for the server where id = srvid returns a Instance struct | {
"resource": ""
} | ||
c180942 | test | // DeleteServer deletes the server where id=srvid and returns Resp struct | {
"resource": ""
} | ||
c180943 | test | //ListAttachedCdroms returns list of attached cd roms | {
"resource": ""
} | ||
c180944 | test | //AttachCdrom attaches a CD rom | {
"resource": ""
} | ||
c180945 | test | //GetAttachedCdrom gets attached cd roms | {
"resource": ""
} | ||
c180946 | test | //DetachCdrom detaches a CD rom | {
"resource": ""
} | ||
c180947 | test | //ListAttachedVolumes lists attached volumes | {
"resource": ""
} | ||
c180948 | test | //AttachVolume attaches a volume | {
"resource": ""
} | ||
c180949 | test | //GetAttachedVolume gets an attached volume | {
"resource": ""
} | ||
c180950 | test | //DetachVolume detaches a volume | {
"resource": ""
} | ||
c180951 | test | // ListLocations returns location collection data | {
"resource": ""
} | ||
c180952 | test | // GetRegionalLocations returns a list of available locations in a specific region | {
"resource": ""
} | ||
c180953 | test | // GetLocation returns location data | {
"resource": ""
} | ||
c180954 | test | // GetContractResources returns list of contract resources | {
"resource": ""
} | ||
c180955 | test | // ListImages returns an Collection struct | {
"resource": ""
} | ||
c180956 | test | // GetImage returns an Instance struct where id ==imageid | {
"resource": ""
} | ||
c180957 | test | // PrintHeaders prints the http headers as k,v pairs | {
"resource": ""
} | ||
c180958 | test | //ListGroups lists all groups | {
"resource": ""
} | ||
c180959 | test | //GetGroup gets a group | {
"resource": ""
} | ||
c180960 | test | //CreateGroup creates a group | {
"resource": ""
} | ||
c180961 | test | //UpdateGroup updates a group | {
"resource": ""
} | ||
c180962 | test | //DeleteGroup deletes a group | {
"resource": ""
} | ||
c180963 | test | //ListShares lists all shares | {
"resource": ""
} | ||
c180964 | test | // GetShare gets a share | {
"resource": ""
} | ||
c180965 | test | // AddShare adds a share | {
"resource": ""
} | ||
c180966 | test | // UpdateShare updates a share | {
"resource": ""
} | ||
c180967 | test | // DeleteShare deletes a share | {
"resource": ""
} | ||
c180968 | test | //ListGroupUsers lists Users in a group | {
"resource": ""
} | ||
c180969 | test | // AddUserToGroup adds a user to a group | {
"resource": ""
} | ||
c180970 | test | // DeleteUserFromGroup removes a user from a group | {
"resource": ""
} | ||
c180971 | test | //ListUsers lists all users | {
"resource": ""
} | ||
c180972 | test | // GetUser gets a user | {
"resource": ""
} | ||
c180973 | test | //CreateUser creates a user | {
"resource": ""
} | ||
c180974 | test | //UpdateUser updates user information | {
"resource": ""
} | ||
c180975 | test | //DeleteUser deletes the specified user | {
"resource": ""
} | ||
c180976 | test | //ListResources lists all resources | {
"resource": ""
} | ||
c180977 | test | //GetResourceByType gets a resource by type | {
"resource": ""
} | ||
c180978 | test | //ListResourcesByType list resources by type | {
"resource": ""
} | ||
c180979 | test | //ListRequests lists all requests | {
"resource": ""
} | ||
c180980 | test | //GetRequest gets a specific request | {
"resource": ""
} | ||
c180981 | test | // GetRequestStatus retursn status of the request | {
"resource": ""
} | ||
c180982 | test | // Close our writer. Subsequent writes will fail. | {
"resource": ""
} | ||
c180983 | test | // GetSerializableArgument get serializable argument | {
"resource": ""
} | ||
c180984 | test | // BoolVar defines a bool flag with specified name, default value, and
// usage string. The argument p points to a bool variable in which to
// store the value of the flag. | {
"resource": ""
} | ||
c180985 | test | // Bool defines a bool flag with specified name, default value, and
// usage string. The return value is the address of a bool variable
// that stores the value of the flag. | {
"resource": ""
} | ||
c180986 | test | // IntVar defines an int flag with specified name, default value, and
// usage string. The argument p points to an int variable in which to
// store the value of the flag. | {
"resource": ""
} | ||
c180987 | test | // Int defines an int flag with specified name, default value, and
// usage string. The return value is the address of an int variable
// that stores the value of the flag. | {
"resource": ""
} | ||
c180988 | test | // Int64Var defines an int64 flag with specified name, default value,
// and usage string. The argument p points to an int64 variable in
// which to store the value of the flag. | {
"resource": ""
} | ||
c180989 | test | // Int64 defines an int64 flag with specified name, default value, and
// usage string. The return value is the address of an int64 variable
// that stores the value of the flag. | {
"resource": ""
} | ||
c180990 | test | // UintVar defines a uint flag with specified name, default value, and
// usage string. The argument p points to a uint variable in which to
// store the value of the flag. | {
"resource": ""
} | ||
c180991 | test | // Uint defines a uint flag with specified name, default value, and
// usage string. The return value is the address of a uint variable
// that stores the value of the flag. | {
"resource": ""
} | ||
c180992 | test | // Uint64Var defines a uint64 flag with specified name, default value,
// and usage string. The argument p points to a uint64 variable in
// which to store the value of the flag. | {
"resource": ""
} | ||
c180993 | test | // Uint64 defines a uint64 flag with specified name, default value,
// and usage string. The return value is the address of a uint64
// variable that stores the value of the flag. | {
"resource": ""
} | ||
c180994 | test | // StringVar defines a string flag with specified name, default value,
// and usage string. The argument p points to a string variable in
// which to store the value of the flag. | {
"resource": ""
} | ||
c180995 | test | // String defines a string flag with specified name, default value,
// and usage string. The return value is the address of a string
// variable that stores the value of the flag. | {
"resource": ""
} | ||
c180996 | test | // Float64Var defines a float64 flag with specified name, default
// value, and usage string. The argument p points to a float64
// variable in which to store the value of the flag. | {
"resource": ""
} | ||
c180997 | test | // Float64 defines a float64 flag with specified name, default value,
// and usage string. The return value is the address of a float64
// variable that stores the value of the flag. | {
"resource": ""
} | ||
c180998 | test | // DurationVar defines a time.Duration flag with specified name,
// default value, and usage string. The argument p points to a
// time.Duration variable in which to store the value of the flag. | {
"resource": ""
} | ||
c180999 | test | // Duration defines a time.Duration flag with specified name, default
// value, and usage string. The return value is the address of a
// time.Duration variable that stores the value of the flag. | {
"resource": ""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.