Documentation
¶
Index ¶
Constants ¶
View Source
const ( NameAccountID = "account_id" NameRegion = "region" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Identifier ¶
Identifier represents a generic identifier with a name and an optional description.
type Identifiers ¶
type Identifiers []Identifier
func (Identifiers) AppendDefaults ¶ added in v1.57.0
func (a Identifiers) AppendDefaults(isGlobal bool) Identifiers
AppendDefaults appends default identifiers based on whether the resource is global or regional.
func (Identifiers) SetIdentity ¶ added in v1.57.0
func (a Identifiers) SetIdentity(ctx context.Context, provider cloudcontrol.Provider, state, identity IdentitySetter) diag.Diagnostics
SetIdentity sets the identity in state using the primary identifiers.
Click to show internal directories.
Click to hide internal directories.