Documentation ¶
Index ¶
- type AutocommitPeriod
- type AutocommitPeriodAttributes
- func (ap AutocommitPeriodAttributes) InternalRef() (terra.Reference, error)
- func (ap AutocommitPeriodAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ap AutocommitPeriodAttributes) InternalWithRef(ref terra.Reference) AutocommitPeriodAttributes
- func (ap AutocommitPeriodAttributes) Type() terra.StringValue
- func (ap AutocommitPeriodAttributes) Value() terra.NumberValue
- type AutocommitPeriodState
- type DefaultRetention
- type DefaultRetentionAttributes
- func (dr DefaultRetentionAttributes) InternalRef() (terra.Reference, error)
- func (dr DefaultRetentionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dr DefaultRetentionAttributes) InternalWithRef(ref terra.Reference) DefaultRetentionAttributes
- func (dr DefaultRetentionAttributes) Type() terra.StringValue
- func (dr DefaultRetentionAttributes) Value() terra.NumberValue
- type DefaultRetentionState
- type MaximumRetention
- type MaximumRetentionAttributes
- func (mr MaximumRetentionAttributes) InternalRef() (terra.Reference, error)
- func (mr MaximumRetentionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mr MaximumRetentionAttributes) InternalWithRef(ref terra.Reference) MaximumRetentionAttributes
- func (mr MaximumRetentionAttributes) Type() terra.StringValue
- func (mr MaximumRetentionAttributes) Value() terra.NumberValue
- type MaximumRetentionState
- type MinimumRetention
- type MinimumRetentionAttributes
- func (mr MinimumRetentionAttributes) InternalRef() (terra.Reference, error)
- func (mr MinimumRetentionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mr MinimumRetentionAttributes) InternalWithRef(ref terra.Reference) MinimumRetentionAttributes
- func (mr MinimumRetentionAttributes) Type() terra.StringValue
- func (mr MinimumRetentionAttributes) Value() terra.NumberValue
- type MinimumRetentionState
- type RetentionPeriod
- type RetentionPeriodAttributes
- func (rp RetentionPeriodAttributes) DefaultRetention() terra.ListValue[DefaultRetentionAttributes]
- func (rp RetentionPeriodAttributes) InternalRef() (terra.Reference, error)
- func (rp RetentionPeriodAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rp RetentionPeriodAttributes) InternalWithRef(ref terra.Reference) RetentionPeriodAttributes
- func (rp RetentionPeriodAttributes) MaximumRetention() terra.ListValue[MaximumRetentionAttributes]
- func (rp RetentionPeriodAttributes) MinimumRetention() terra.ListValue[MinimumRetentionAttributes]
- type RetentionPeriodState
- type SnaplockConfiguration
- type SnaplockConfigurationAttributes
- func (sc SnaplockConfigurationAttributes) AuditLogVolume() terra.BoolValue
- func (sc SnaplockConfigurationAttributes) AutocommitPeriod() terra.ListValue[AutocommitPeriodAttributes]
- func (sc SnaplockConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (sc SnaplockConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc SnaplockConfigurationAttributes) InternalWithRef(ref terra.Reference) SnaplockConfigurationAttributes
- func (sc SnaplockConfigurationAttributes) PrivilegedDelete() terra.StringValue
- func (sc SnaplockConfigurationAttributes) RetentionPeriod() terra.ListValue[RetentionPeriodAttributes]
- func (sc SnaplockConfigurationAttributes) SnaplockType() terra.StringValue
- func (sc SnaplockConfigurationAttributes) VolumeAppendModeEnabled() terra.BoolValue
- type SnaplockConfigurationState
- type TieringPolicy
- type TieringPolicyAttributes
- func (tp TieringPolicyAttributes) CoolingPeriod() terra.NumberValue
- func (tp TieringPolicyAttributes) InternalRef() (terra.Reference, error)
- func (tp TieringPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tp TieringPolicyAttributes) InternalWithRef(ref terra.Reference) TieringPolicyAttributes
- func (tp TieringPolicyAttributes) Name() terra.StringValue
- type TieringPolicyState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
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 (ap AutocommitPeriodAttributes) InternalWithRef(ref terra.Reference) AutocommitPeriodAttributes
func (AutocommitPeriodAttributes) Type ¶
func (ap AutocommitPeriodAttributes) Type() terra.StringValue
func (AutocommitPeriodAttributes) Value ¶
func (ap AutocommitPeriodAttributes) Value() terra.NumberValue
type AutocommitPeriodState ¶
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 (dr DefaultRetentionAttributes) InternalWithRef(ref terra.Reference) DefaultRetentionAttributes
func (DefaultRetentionAttributes) Type ¶
func (dr DefaultRetentionAttributes) Type() terra.StringValue
func (DefaultRetentionAttributes) Value ¶
func (dr DefaultRetentionAttributes) Value() terra.NumberValue
type DefaultRetentionState ¶
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 (mr MaximumRetentionAttributes) InternalWithRef(ref terra.Reference) MaximumRetentionAttributes
func (MaximumRetentionAttributes) Type ¶
func (mr MaximumRetentionAttributes) Type() terra.StringValue
func (MaximumRetentionAttributes) Value ¶
func (mr MaximumRetentionAttributes) Value() terra.NumberValue
type MaximumRetentionState ¶
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 (mr MinimumRetentionAttributes) InternalWithRef(ref terra.Reference) MinimumRetentionAttributes
func (MinimumRetentionAttributes) Type ¶
func (mr MinimumRetentionAttributes) Type() terra.StringValue
func (MinimumRetentionAttributes) Value ¶
func (mr MinimumRetentionAttributes) Value() terra.NumberValue
type MinimumRetentionState ¶
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 (rp RetentionPeriodAttributes) DefaultRetention() terra.ListValue[DefaultRetentionAttributes]
func (RetentionPeriodAttributes) InternalRef ¶
func (rp RetentionPeriodAttributes) InternalRef() (terra.Reference, error)
func (RetentionPeriodAttributes) InternalTokens ¶
func (rp RetentionPeriodAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RetentionPeriodAttributes) InternalWithRef ¶
func (rp RetentionPeriodAttributes) InternalWithRef(ref terra.Reference) RetentionPeriodAttributes
func (RetentionPeriodAttributes) MaximumRetention ¶
func (rp RetentionPeriodAttributes) MaximumRetention() terra.ListValue[MaximumRetentionAttributes]
func (RetentionPeriodAttributes) MinimumRetention ¶
func (rp RetentionPeriodAttributes) MinimumRetention() terra.ListValue[MinimumRetentionAttributes]
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 (sc SnaplockConfigurationAttributes) AutocommitPeriod() terra.ListValue[AutocommitPeriodAttributes]
func (SnaplockConfigurationAttributes) InternalRef ¶
func (sc SnaplockConfigurationAttributes) InternalRef() (terra.Reference, error)
func (SnaplockConfigurationAttributes) InternalTokens ¶
func (sc SnaplockConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SnaplockConfigurationAttributes) InternalWithRef ¶
func (sc SnaplockConfigurationAttributes) InternalWithRef(ref terra.Reference) SnaplockConfigurationAttributes
func (SnaplockConfigurationAttributes) PrivilegedDelete ¶
func (sc SnaplockConfigurationAttributes) PrivilegedDelete() terra.StringValue
func (SnaplockConfigurationAttributes) RetentionPeriod ¶
func (sc SnaplockConfigurationAttributes) RetentionPeriod() terra.ListValue[RetentionPeriodAttributes]
func (SnaplockConfigurationAttributes) SnaplockType ¶
func (sc SnaplockConfigurationAttributes) SnaplockType() terra.StringValue
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 (tp TieringPolicyAttributes) InternalWithRef(ref terra.Reference) TieringPolicyAttributes
func (TieringPolicyAttributes) Name ¶
func (tp TieringPolicyAttributes) Name() terra.StringValue
type TieringPolicyState ¶
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 (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.