ebssnapshotimport

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientData

type ClientData struct {
	// Comment: string, optional
	Comment terra.StringValue `hcl:"comment,attr"`
	// UploadEnd: string, optional
	UploadEnd terra.StringValue `hcl:"upload_end,attr"`
	// UploadSize: number, optional
	UploadSize terra.NumberValue `hcl:"upload_size,attr"`
	// UploadStart: string, optional
	UploadStart terra.StringValue `hcl:"upload_start,attr"`
}

type ClientDataAttributes

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

func (ClientDataAttributes) Comment

func (cd ClientDataAttributes) Comment() terra.StringValue

func (ClientDataAttributes) InternalRef

func (cd ClientDataAttributes) InternalRef() (terra.Reference, error)

func (ClientDataAttributes) InternalTokens

func (cd ClientDataAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ClientDataAttributes) InternalWithRef

func (cd ClientDataAttributes) InternalWithRef(ref terra.Reference) ClientDataAttributes

func (ClientDataAttributes) UploadEnd

func (cd ClientDataAttributes) UploadEnd() terra.StringValue

func (ClientDataAttributes) UploadSize

func (cd ClientDataAttributes) UploadSize() terra.NumberValue

func (ClientDataAttributes) UploadStart

func (cd ClientDataAttributes) UploadStart() terra.StringValue

type ClientDataState

type ClientDataState struct {
	Comment     string  `json:"comment"`
	UploadEnd   string  `json:"upload_end"`
	UploadSize  float64 `json:"upload_size"`
	UploadStart string  `json:"upload_start"`
}

type DiskContainer

type DiskContainer struct {
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// Format: string, required
	Format terra.StringValue `hcl:"format,attr" validate:"required"`
	// Url: string, optional
	Url terra.StringValue `hcl:"url,attr"`
	// UserBucket: optional
	UserBucket *UserBucket `hcl:"user_bucket,block"`
}

type DiskContainerAttributes

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

func (DiskContainerAttributes) Description

func (dc DiskContainerAttributes) Description() terra.StringValue

func (DiskContainerAttributes) Format

func (DiskContainerAttributes) InternalRef

func (dc DiskContainerAttributes) InternalRef() (terra.Reference, error)

func (DiskContainerAttributes) InternalTokens

func (dc DiskContainerAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DiskContainerAttributes) InternalWithRef

func (DiskContainerAttributes) Url

func (DiskContainerAttributes) UserBucket

type DiskContainerState

type DiskContainerState struct {
	Description string            `json:"description"`
	Format      string            `json:"format"`
	Url         string            `json:"url"`
	UserBucket  []UserBucketState `json:"user_bucket"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,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

type TimeoutsState

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

type UserBucket

type UserBucket struct {
	// S3Bucket: string, required
	S3Bucket terra.StringValue `hcl:"s3_bucket,attr" validate:"required"`
	// S3Key: string, required
	S3Key terra.StringValue `hcl:"s3_key,attr" validate:"required"`
}

type UserBucketAttributes

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

func (UserBucketAttributes) InternalRef

func (ub UserBucketAttributes) InternalRef() (terra.Reference, error)

func (UserBucketAttributes) InternalTokens

func (ub UserBucketAttributes) InternalTokens() (hclwrite.Tokens, error)

func (UserBucketAttributes) InternalWithRef

func (ub UserBucketAttributes) InternalWithRef(ref terra.Reference) UserBucketAttributes

func (UserBucketAttributes) S3Bucket

func (ub UserBucketAttributes) S3Bucket() terra.StringValue

func (UserBucketAttributes) S3Key

type UserBucketState

type UserBucketState struct {
	S3Bucket string `json:"s3_bucket"`
	S3Key    string `json:"s3_key"`
}

Jump to

Keyboard shortcuts

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