fsxopenzfsvolume

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 ClientConfigurations

type ClientConfigurations struct {
	// Clients: string, required
	Clients terra.StringValue `hcl:"clients,attr" validate:"required"`
	// Options: list of string, required
	Options terra.ListValue[terra.StringValue] `hcl:"options,attr" validate:"required"`
}

type ClientConfigurationsAttributes

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

func (ClientConfigurationsAttributes) Clients

func (ClientConfigurationsAttributes) InternalRef

func (ClientConfigurationsAttributes) InternalTokens

func (cc ClientConfigurationsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ClientConfigurationsAttributes) InternalWithRef

func (ClientConfigurationsAttributes) Options

type ClientConfigurationsState

type ClientConfigurationsState struct {
	Clients string   `json:"clients"`
	Options []string `json:"options"`
}

type NfsExports

type NfsExports struct {
	// ClientConfigurations: min=1,max=25
	ClientConfigurations []ClientConfigurations `hcl:"client_configurations,block" validate:"min=1,max=25"`
}

type NfsExportsAttributes

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

func (NfsExportsAttributes) ClientConfigurations

func (NfsExportsAttributes) InternalRef

func (ne NfsExportsAttributes) InternalRef() (terra.Reference, error)

func (NfsExportsAttributes) InternalTokens

func (ne NfsExportsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (NfsExportsAttributes) InternalWithRef

func (ne NfsExportsAttributes) InternalWithRef(ref terra.Reference) NfsExportsAttributes

type NfsExportsState

type NfsExportsState struct {
	ClientConfigurations []ClientConfigurationsState `json:"client_configurations"`
}

type OriginSnapshot

type OriginSnapshot struct {
	// CopyStrategy: string, required
	CopyStrategy terra.StringValue `hcl:"copy_strategy,attr" validate:"required"`
	// SnapshotArn: string, required
	SnapshotArn terra.StringValue `hcl:"snapshot_arn,attr" validate:"required"`
}

type OriginSnapshotAttributes

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

func (OriginSnapshotAttributes) CopyStrategy

func (os OriginSnapshotAttributes) CopyStrategy() terra.StringValue

func (OriginSnapshotAttributes) InternalRef

func (os OriginSnapshotAttributes) InternalRef() (terra.Reference, error)

func (OriginSnapshotAttributes) InternalTokens

func (os OriginSnapshotAttributes) InternalTokens() (hclwrite.Tokens, error)

func (OriginSnapshotAttributes) InternalWithRef

func (OriginSnapshotAttributes) SnapshotArn

func (os OriginSnapshotAttributes) SnapshotArn() terra.StringValue

type OriginSnapshotState

type OriginSnapshotState struct {
	CopyStrategy string `json:"copy_strategy"`
	SnapshotArn  string `json:"snapshot_arn"`
}

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 UserAndGroupQuotas

type UserAndGroupQuotas struct {
	// Id: number, required
	Id terra.NumberValue `hcl:"id,attr" validate:"required"`
	// StorageCapacityQuotaGib: number, required
	StorageCapacityQuotaGib terra.NumberValue `hcl:"storage_capacity_quota_gib,attr" validate:"required"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
}

type UserAndGroupQuotasAttributes

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

func (UserAndGroupQuotasAttributes) Id

func (UserAndGroupQuotasAttributes) InternalRef

func (uagq UserAndGroupQuotasAttributes) InternalRef() (terra.Reference, error)

func (UserAndGroupQuotasAttributes) InternalTokens

func (uagq UserAndGroupQuotasAttributes) InternalTokens() (hclwrite.Tokens, error)

func (UserAndGroupQuotasAttributes) InternalWithRef

func (UserAndGroupQuotasAttributes) StorageCapacityQuotaGib

func (uagq UserAndGroupQuotasAttributes) StorageCapacityQuotaGib() terra.NumberValue

func (UserAndGroupQuotasAttributes) Type

type UserAndGroupQuotasState

type UserAndGroupQuotasState struct {
	Id                      float64 `json:"id"`
	StorageCapacityQuotaGib float64 `json:"storage_capacity_quota_gib"`
	Type                    string  `json:"type"`
}

Jump to

Keyboard shortcuts

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