Home
last modified time | relevance | path

Searched defs:AgentPoolCreateOptions (Results 1 – 3 of 3) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Dagent_pool.go22 …Create(ctx context.Context, organization string, options AgentPoolCreateOptions) (*AgentPool, erro…
81 type AgentPoolCreateOptions struct { struct
83 ID string `jsonapi:"primary,agent-pools"`
86 Name *string `jsonapi:"attr,name"`
89 func (o AgentPoolCreateOptions) valid() error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/hashicorp/go-tfe/
H A Dagent_pool.go22 …Create(ctx context.Context, organization string, options AgentPoolCreateOptions) (*AgentPool, erro…
81 type AgentPoolCreateOptions struct { struct
83 ID string `jsonapi:"primary,agent-pools"`
86 Name *string `jsonapi:"attr,name"`
89 func (o AgentPoolCreateOptions) valid() error {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dagent_pool.go21 …Create(ctx context.Context, organization string, options AgentPoolCreateOptions) (*AgentPool, erro…
80 type AgentPoolCreateOptions struct { struct
85 Type string `jsonapi:"primary,agent-pools"`
88 Name *string `jsonapi:"attr,name"`
91 func (o AgentPoolCreateOptions) valid() error {