google_network_services_edge_cache_keyset

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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: min=0,max=3
	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 (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

type PublicKeyState

type PublicKeyState struct {
	Id      string `json:"id"`
	Managed bool   `json:"managed"`
	Value   string `json:"value"`
}

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 New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

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) DependOn

func (gnseck *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (gnseck *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (gnseck *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (gnseck *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (gnseck *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (gnseck *Resource) State() (*googleNetworkServicesEdgeCacheKeysetState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (gnseck *Resource) StateMust() *googleNetworkServicesEdgeCacheKeysetState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (gnseck *Resource) Type() string

Type returns the Terraform object type 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 (TimeoutsAttributes) Delete

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

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

type ValidationSharedKeys

type ValidationSharedKeys struct {
	// SecretVersion: string, required
	SecretVersion terra.StringValue `hcl:"secret_version,attr" validate:"required"`
}

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 (ValidationSharedKeysAttributes) SecretVersion

func (vsk ValidationSharedKeysAttributes) SecretVersion() terra.StringValue

type ValidationSharedKeysState

type ValidationSharedKeysState struct {
	SecretVersion string `json:"secret_version"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL