Home
last modified time | relevance | path

Searched refs:Sshkey (Results 1 – 15 of 15) sorted by relevance

/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/
H A Dsshkey.go12 GetSshkey(ctx context.Context, id string) (Sshkey, error)
13 GetSshkeyList(ctx context.Context) ([]Sshkey, error)
27 type Sshkey struct { struct
52 Sshkey string `json:"sshkey"` member
67 Sshkey string `json:"sshkey"` member
80 Sshkey string `json:"sshkey,omitempty"` member
91 return Sshkey{}, errors.New("'id' is invalid")
98 var response Sshkey
106 func (c *Client) GetSshkeyList(ctx context.Context) ([]Sshkey, error) {
114 var sshKeys []Sshkey
[all …]
H A Dsshkey_test.go67 Sshkey: "example",
104 Sshkey: "example",
166 func getMockSshkey(status string) Sshkey {
167 mock := Sshkey{Properties: SshkeyProperties{
173 Sshkey: "example",
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/gridscale/gsclient-go/v3/
H A Dsshkey.go17 type Sshkey struct { struct
40 Sshkey string `json:"sshkey"` member
55 Sshkey string `json:"sshkey"` member
68 Sshkey string `json:"sshkey,omitempty"` member
77 func (c *Client) GetSshkey(ctx context.Context, id string) (Sshkey, error) {
79 return Sshkey{}, errors.New("'id' is invalid")
86 var response Sshkey
94 func (c *Client) GetSshkeyList(ctx context.Context) ([]Sshkey, error) {
102 var sshKeys []Sshkey
105 sshKeys = append(sshKeys, Sshkey{Properties: properties})
/dports/net/gscloud/gscloud-0.11.0/cmd/
H A DsshKey.go51 key.Properties.Sshkey[:10] + "..." + key.Properties.Sshkey[len(key.Properties.Sshkey)-30:],
87 Sshkey: string(publicKey),
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/examples/
H A Dsshkey.go30 Sshkey: exampleSSHkey,
62 Sshkey: sshkey.Properties.Sshkey,
/dports/devel/py-gs_api_client/gs_api_client-1.1.1/gs_api_client/swagger/models/
H A Dsshkey.py20 class Sshkey(object): class
290 if issubclass(Sshkey, dict):
306 if not isinstance(other, Sshkey):
H A Dsshkey_index.py19 from gs_api_client.swagger.models.sshkey import Sshkey # noqa: F401,E501
H A Dsshkey_get_response.py19 from gs_api_client.swagger.models.sshkey import Sshkey # noqa: F401,E501
H A D__init__.py211 from gs_api_client.swagger.models.sshkey import Sshkey
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/gridscale/
H A Dresource_gridscale_sshkey.go83 if err = d.Set("sshkey", sshkey.Properties.Sshkey); err != nil {
110 Sshkey: d.Get("sshkey").(string),
129 Sshkey: d.Get("sshkey").(string),
H A Dresource_gridscale_sshkey_test.go16 var object gsclient.Sshkey
48 func testAccCheckResourceGridscaleSshkeyExists(n string, object *gsclient.Sshkey) resource.TestChec… argument
H A Ddatasource_gridscale_sshkey.go70 if err = d.Set("sshkey", sshkey.Properties.Sshkey); err != nil {
/dports/www/py-gandi.cli/gandi.cli-1.5/gandi/cli/modules/
H A Dsshkey.py8 class Sshkey(GandiModule): class
97 sshkey_id = Sshkey.usable_id(ssh)
/dports/editors/le/le-1.16.6/misc/syntax.d/
H A Dpuppet32 |Service|Ssh_authorized_key|Sshkey|Stage|Tidy|User|Vlan|Yumrepo|Zfs\
/dports/devel/py-gs_api_client/gs_api_client-1.1.1/gs_api_client/swagger/
H A D__init__.py243 from gs_api_client.swagger.models.sshkey import Sshkey