google_compute_snapshot

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 {
	// ChainName: string, optional
	ChainName terra.StringValue `hcl:"chain_name,attr"`
	// 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"`
	// SourceDisk: string, required
	SourceDisk terra.StringValue `hcl:"source_disk,attr" validate:"required"`
	// StorageLocations: list of string, optional
	StorageLocations terra.ListValue[terra.StringValue] `hcl:"storage_locations,attr"`
	// Zone: string, optional
	Zone terra.StringValue `hcl:"zone,attr"`
	// SnapshotEncryptionKey: optional
	SnapshotEncryptionKey *SnapshotEncryptionKey `hcl:"snapshot_encryption_key,block"`
	// SourceDiskEncryptionKey: optional
	SourceDiskEncryptionKey *SourceDiskEncryptionKey `hcl:"source_disk_encryption_key,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for google_compute_snapshot.

type DataArgs

type DataArgs struct {
	// Filter: string, optional
	Filter terra.StringValue `hcl:"filter,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// MostRecent: bool, optional
	MostRecent terra.BoolValue `hcl:"most_recent,attr"`
	// Name: string, optional
	Name terra.StringValue `hcl:"name,attr"`
	// Project: string, optional
	Project terra.StringValue `hcl:"project,attr"`
}

DataArgs contains the configurations for google_compute_snapshot.

type DataSnapshotEncryptionKeyAttributes

type DataSnapshotEncryptionKeyAttributes struct {
	// contains filtered or unexported fields
}

func (DataSnapshotEncryptionKeyAttributes) InternalRef

func (DataSnapshotEncryptionKeyAttributes) InternalTokens

func (sek DataSnapshotEncryptionKeyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataSnapshotEncryptionKeyAttributes) InternalWithRef

func (DataSnapshotEncryptionKeyAttributes) KmsKeyServiceAccount

func (sek DataSnapshotEncryptionKeyAttributes) KmsKeyServiceAccount() terra.StringValue

func (DataSnapshotEncryptionKeyAttributes) RawKey

func (DataSnapshotEncryptionKeyAttributes) Sha256

type DataSnapshotEncryptionKeyState

type DataSnapshotEncryptionKeyState struct {
	KmsKeySelfLink       string `json:"kms_key_self_link"`
	KmsKeyServiceAccount string `json:"kms_key_service_account"`
	RawKey               string `json:"raw_key"`
	Sha256               string `json:"sha256"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource google_compute_snapshot.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gcs *DataSource) Attributes() dataGoogleComputeSnapshotAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (gcs *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gcs *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gcs *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataSourceDiskEncryptionKeyAttributes

type DataSourceDiskEncryptionKeyAttributes struct {
	// contains filtered or unexported fields
}

func (DataSourceDiskEncryptionKeyAttributes) InternalRef

func (DataSourceDiskEncryptionKeyAttributes) InternalTokens

func (DataSourceDiskEncryptionKeyAttributes) InternalWithRef

func (DataSourceDiskEncryptionKeyAttributes) KmsKeyServiceAccount

func (sdek DataSourceDiskEncryptionKeyAttributes) KmsKeyServiceAccount() terra.StringValue

func (DataSourceDiskEncryptionKeyAttributes) RawKey

type DataSourceDiskEncryptionKeyState

type DataSourceDiskEncryptionKeyState struct {
	KmsKeyServiceAccount string `json:"kms_key_service_account"`
	RawKey               string `json:"raw_key"`
}

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_compute_snapshot.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (gcs *Resource) Attributes() googleComputeSnapshotAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (gcs *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

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

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

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

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

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

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

func (*Resource) LifecycleManagement

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

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (gcs *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (gcs *Resource) State() (*googleComputeSnapshotState, bool)

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

func (*Resource) StateMust

func (gcs *Resource) StateMust() *googleComputeSnapshotState

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

func (*Resource) Type

func (gcs *Resource) Type() string

Type returns the Terraform object type for Resource.

type SnapshotEncryptionKey

type SnapshotEncryptionKey struct {
	// KmsKeySelfLink: string, optional
	KmsKeySelfLink terra.StringValue `hcl:"kms_key_self_link,attr"`
	// KmsKeyServiceAccount: string, optional
	KmsKeyServiceAccount terra.StringValue `hcl:"kms_key_service_account,attr"`
	// RawKey: string, optional
	RawKey terra.StringValue `hcl:"raw_key,attr"`
}

type SnapshotEncryptionKeyAttributes

type SnapshotEncryptionKeyAttributes struct {
	// contains filtered or unexported fields
}

func (SnapshotEncryptionKeyAttributes) InternalRef

func (SnapshotEncryptionKeyAttributes) InternalTokens

func (sek SnapshotEncryptionKeyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SnapshotEncryptionKeyAttributes) InternalWithRef

func (sek SnapshotEncryptionKeyAttributes) KmsKeySelfLink() terra.StringValue

func (SnapshotEncryptionKeyAttributes) KmsKeyServiceAccount

func (sek SnapshotEncryptionKeyAttributes) KmsKeyServiceAccount() terra.StringValue

func (SnapshotEncryptionKeyAttributes) RawKey

func (SnapshotEncryptionKeyAttributes) Sha256

type SnapshotEncryptionKeyState

type SnapshotEncryptionKeyState struct {
	KmsKeySelfLink       string `json:"kms_key_self_link"`
	KmsKeyServiceAccount string `json:"kms_key_service_account"`
	RawKey               string `json:"raw_key"`
	Sha256               string `json:"sha256"`
}

type SourceDiskEncryptionKey

type SourceDiskEncryptionKey struct {
	// KmsKeyServiceAccount: string, optional
	KmsKeyServiceAccount terra.StringValue `hcl:"kms_key_service_account,attr"`
	// RawKey: string, optional
	RawKey terra.StringValue `hcl:"raw_key,attr"`
}

type SourceDiskEncryptionKeyAttributes

type SourceDiskEncryptionKeyAttributes struct {
	// contains filtered or unexported fields
}

func (SourceDiskEncryptionKeyAttributes) InternalRef

func (SourceDiskEncryptionKeyAttributes) InternalTokens

func (sdek SourceDiskEncryptionKeyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SourceDiskEncryptionKeyAttributes) InternalWithRef

func (SourceDiskEncryptionKeyAttributes) KmsKeyServiceAccount

func (sdek SourceDiskEncryptionKeyAttributes) KmsKeyServiceAccount() terra.StringValue

func (SourceDiskEncryptionKeyAttributes) RawKey

type SourceDiskEncryptionKeyState

type SourceDiskEncryptionKeyState struct {
	KmsKeyServiceAccount string `json:"kms_key_service_account"`
	RawKey               string `json:"raw_key"`
}

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"`
}

Jump to

Keyboard shortcuts

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