Documentation ¶
Index ¶
- type Args
- type PublicKey
- type PublicKeyAttributes
- func (pk PublicKeyAttributes) Id() terra.StringValue
- func (pk PublicKeyAttributes) InternalRef() (terra.Reference, error)
- func (pk PublicKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pk PublicKeyAttributes) InternalWithRef(ref terra.Reference) PublicKeyAttributes
- func (pk PublicKeyAttributes) Managed() terra.BoolValue
- func (pk PublicKeyAttributes) Value() terra.StringValue
- type PublicKeyState
- type Resource
- func (gnseck *Resource) Attributes() googleNetworkServicesEdgeCacheKeysetAttributes
- func (gnseck *Resource) Configuration() interface{}
- func (gnseck *Resource) DependOn() terra.Reference
- func (gnseck *Resource) Dependencies() terra.Dependencies
- func (gnseck *Resource) ImportState(state io.Reader) error
- func (gnseck *Resource) LifecycleManagement() *terra.Lifecycle
- func (gnseck *Resource) LocalName() string
- func (gnseck *Resource) State() (*googleNetworkServicesEdgeCacheKeysetState, bool)
- func (gnseck *Resource) StateMust() *googleNetworkServicesEdgeCacheKeysetState
- func (gnseck *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
- type ValidationSharedKeys
- type ValidationSharedKeysAttributes
- func (vsk ValidationSharedKeysAttributes) InternalRef() (terra.Reference, error)
- func (vsk ValidationSharedKeysAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vsk ValidationSharedKeysAttributes) InternalWithRef(ref terra.Reference) ValidationSharedKeysAttributes
- func (vsk ValidationSharedKeysAttributes) SecretVersion() terra.StringValue
- type ValidationSharedKeysState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Labels: map of string, optional Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // PublicKey: min=0,max=3 PublicKey []PublicKey `hcl:"public_key,block" validate:"min=0,max=3"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` ValidationSharedKeys []ValidationSharedKeys `hcl:"validation_shared_keys,block" validate:"min=0,max=3"` }
Args contains the configurations for google_network_services_edge_cache_keyset.
type PublicKey ¶
type PublicKey struct { // Id: string, required Id terra.StringValue `hcl:"id,attr" validate:"required"` // Managed: bool, optional Managed terra.BoolValue `hcl:"managed,attr"` // Value: string, optional Value terra.StringValue `hcl:"value,attr"` }
type PublicKeyAttributes ¶
type PublicKeyAttributes struct {
// contains filtered or unexported fields
}
func (PublicKeyAttributes) Id ¶
func (pk PublicKeyAttributes) Id() terra.StringValue
func (PublicKeyAttributes) InternalRef ¶
func (pk PublicKeyAttributes) InternalRef() (terra.Reference, error)
func (PublicKeyAttributes) InternalTokens ¶
func (pk PublicKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PublicKeyAttributes) InternalWithRef ¶
func (pk PublicKeyAttributes) InternalWithRef(ref terra.Reference) PublicKeyAttributes
func (PublicKeyAttributes) Managed ¶
func (pk PublicKeyAttributes) Managed() terra.BoolValue
func (PublicKeyAttributes) Value ¶
func (pk PublicKeyAttributes) Value() terra.StringValue
type PublicKeyState ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource google_network_services_edge_cache_keyset.
func (*Resource) Attributes ¶
func (gnseck *Resource) Attributes() googleNetworkServicesEdgeCacheKeysetAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gnseck *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gnseck *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
type ValidationSharedKeys ¶
type ValidationSharedKeys struct { terra.StringValue `hcl:"secret_version,attr" validate:"required"` }SecretVersion
type ValidationSharedKeysAttributes ¶
type ValidationSharedKeysAttributes struct {
// contains filtered or unexported fields
}
func (ValidationSharedKeysAttributes) InternalRef ¶
func (vsk ValidationSharedKeysAttributes) InternalRef() (terra.Reference, error)
func (ValidationSharedKeysAttributes) InternalTokens ¶
func (vsk ValidationSharedKeysAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ValidationSharedKeysAttributes) InternalWithRef ¶
func (vsk ValidationSharedKeysAttributes) InternalWithRef(ref terra.Reference) ValidationSharedKeysAttributes
func (ValidationSharedKeysAttributes) SecretVersion ¶
func (vsk ValidationSharedKeysAttributes) SecretVersion() terra.StringValue
type ValidationSharedKeysState ¶
type ValidationSharedKeysState struct {
} Click to show internal directories.
Click to hide internal directories.