fsxontapvolume

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 AutocommitPeriod

type AutocommitPeriod struct {
	// Type: string, optional
	Type terra.StringValue `hcl:"type,attr"`
	// Value: number, optional
	Value terra.NumberValue `hcl:"value,attr"`
}

type AutocommitPeriodAttributes

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

func (AutocommitPeriodAttributes) InternalRef

func (ap AutocommitPeriodAttributes) InternalRef() (terra.Reference, error)

func (AutocommitPeriodAttributes) InternalTokens

func (ap AutocommitPeriodAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AutocommitPeriodAttributes) InternalWithRef

func (AutocommitPeriodAttributes) Type

func (AutocommitPeriodAttributes) Value

type AutocommitPeriodState

type AutocommitPeriodState struct {
	Type  string  `json:"type"`
	Value float64 `json:"value"`
}

type DefaultRetention

type DefaultRetention struct {
	// Type: string, optional
	Type terra.StringValue `hcl:"type,attr"`
	// Value: number, optional
	Value terra.NumberValue `hcl:"value,attr"`
}

type DefaultRetentionAttributes

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

func (DefaultRetentionAttributes) InternalRef

func (dr DefaultRetentionAttributes) InternalRef() (terra.Reference, error)

func (DefaultRetentionAttributes) InternalTokens

func (dr DefaultRetentionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DefaultRetentionAttributes) InternalWithRef

func (DefaultRetentionAttributes) Type

func (DefaultRetentionAttributes) Value

type DefaultRetentionState

type DefaultRetentionState struct {
	Type  string  `json:"type"`
	Value float64 `json:"value"`
}

type MaximumRetention

type MaximumRetention struct {
	// Type: string, optional
	Type terra.StringValue `hcl:"type,attr"`
	// Value: number, optional
	Value terra.NumberValue `hcl:"value,attr"`
}

type MaximumRetentionAttributes

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

func (MaximumRetentionAttributes) InternalRef

func (mr MaximumRetentionAttributes) InternalRef() (terra.Reference, error)

func (MaximumRetentionAttributes) InternalTokens

func (mr MaximumRetentionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MaximumRetentionAttributes) InternalWithRef

func (MaximumRetentionAttributes) Type

func (MaximumRetentionAttributes) Value

type MaximumRetentionState

type MaximumRetentionState struct {
	Type  string  `json:"type"`
	Value float64 `json:"value"`
}

type MinimumRetention

type MinimumRetention struct {
	// Type: string, optional
	Type terra.StringValue `hcl:"type,attr"`
	// Value: number, optional
	Value terra.NumberValue `hcl:"value,attr"`
}

type MinimumRetentionAttributes

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

func (MinimumRetentionAttributes) InternalRef

func (mr MinimumRetentionAttributes) InternalRef() (terra.Reference, error)

func (MinimumRetentionAttributes) InternalTokens

func (mr MinimumRetentionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MinimumRetentionAttributes) InternalWithRef

func (MinimumRetentionAttributes) Type

func (MinimumRetentionAttributes) Value

type MinimumRetentionState

type MinimumRetentionState struct {
	Type  string  `json:"type"`
	Value float64 `json:"value"`
}

type RetentionPeriod

type RetentionPeriod struct {
	// DefaultRetention: optional
	DefaultRetention *DefaultRetention `hcl:"default_retention,block"`
	// MaximumRetention: optional
	MaximumRetention *MaximumRetention `hcl:"maximum_retention,block"`
	// MinimumRetention: optional
	MinimumRetention *MinimumRetention `hcl:"minimum_retention,block"`
}

type RetentionPeriodAttributes

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

func (RetentionPeriodAttributes) DefaultRetention

func (RetentionPeriodAttributes) InternalRef

func (rp RetentionPeriodAttributes) InternalRef() (terra.Reference, error)

func (RetentionPeriodAttributes) InternalTokens

func (rp RetentionPeriodAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RetentionPeriodAttributes) InternalWithRef

func (RetentionPeriodAttributes) MaximumRetention

func (RetentionPeriodAttributes) MinimumRetention

type RetentionPeriodState

type RetentionPeriodState struct {
	DefaultRetention []DefaultRetentionState `json:"default_retention"`
	MaximumRetention []MaximumRetentionState `json:"maximum_retention"`
	MinimumRetention []MinimumRetentionState `json:"minimum_retention"`
}

type SnaplockConfiguration

type SnaplockConfiguration struct {
	// AuditLogVolume: bool, optional
	AuditLogVolume terra.BoolValue `hcl:"audit_log_volume,attr"`
	// PrivilegedDelete: string, optional
	PrivilegedDelete terra.StringValue `hcl:"privileged_delete,attr"`
	// SnaplockType: string, required
	SnaplockType terra.StringValue `hcl:"snaplock_type,attr" validate:"required"`
	// VolumeAppendModeEnabled: bool, optional
	VolumeAppendModeEnabled terra.BoolValue `hcl:"volume_append_mode_enabled,attr"`
	// AutocommitPeriod: optional
	AutocommitPeriod *AutocommitPeriod `hcl:"autocommit_period,block"`
	// RetentionPeriod: optional
	RetentionPeriod *RetentionPeriod `hcl:"retention_period,block"`
}

type SnaplockConfigurationAttributes

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

func (SnaplockConfigurationAttributes) AuditLogVolume

func (sc SnaplockConfigurationAttributes) AuditLogVolume() terra.BoolValue

func (SnaplockConfigurationAttributes) AutocommitPeriod

func (SnaplockConfigurationAttributes) InternalRef

func (SnaplockConfigurationAttributes) InternalTokens

func (sc SnaplockConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SnaplockConfigurationAttributes) InternalWithRef

func (SnaplockConfigurationAttributes) PrivilegedDelete

func (sc SnaplockConfigurationAttributes) PrivilegedDelete() terra.StringValue

func (SnaplockConfigurationAttributes) RetentionPeriod

func (SnaplockConfigurationAttributes) SnaplockType

func (SnaplockConfigurationAttributes) VolumeAppendModeEnabled

func (sc SnaplockConfigurationAttributes) VolumeAppendModeEnabled() terra.BoolValue

type SnaplockConfigurationState

type SnaplockConfigurationState struct {
	AuditLogVolume          bool                    `json:"audit_log_volume"`
	PrivilegedDelete        string                  `json:"privileged_delete"`
	SnaplockType            string                  `json:"snaplock_type"`
	VolumeAppendModeEnabled bool                    `json:"volume_append_mode_enabled"`
	AutocommitPeriod        []AutocommitPeriodState `json:"autocommit_period"`
	RetentionPeriod         []RetentionPeriodState  `json:"retention_period"`
}

type TieringPolicy

type TieringPolicy struct {
	// CoolingPeriod: number, optional
	CoolingPeriod terra.NumberValue `hcl:"cooling_period,attr"`
	// Name: string, optional
	Name terra.StringValue `hcl:"name,attr"`
}

type TieringPolicyAttributes

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

func (TieringPolicyAttributes) CoolingPeriod

func (tp TieringPolicyAttributes) CoolingPeriod() terra.NumberValue

func (TieringPolicyAttributes) InternalRef

func (tp TieringPolicyAttributes) InternalRef() (terra.Reference, error)

func (TieringPolicyAttributes) InternalTokens

func (tp TieringPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TieringPolicyAttributes) InternalWithRef

func (TieringPolicyAttributes) Name

type TieringPolicyState

type TieringPolicyState struct {
	CoolingPeriod float64 `json:"cooling_period"`
	Name          string  `json:"name"`
}

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