Documentation ¶
Index ¶
- type Args
- type Resource
- func (afov *Resource) Attributes() awsFsxOntapVolumeAttributes
- func (afov *Resource) Configuration() interface{}
- func (afov *Resource) DependOn() terra.Reference
- func (afov *Resource) Dependencies() terra.Dependencies
- func (afov *Resource) ImportState(state io.Reader) error
- func (afov *Resource) LifecycleManagement() *terra.Lifecycle
- func (afov *Resource) LocalName() string
- func (afov *Resource) State() (*awsFsxOntapVolumeState, bool)
- func (afov *Resource) StateMust() *awsFsxOntapVolumeState
- func (afov *Resource) Type() string
- 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 Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // JunctionPath: string, required JunctionPath terra.StringValue `hcl:"junction_path,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // SecurityStyle: string, optional SecurityStyle terra.StringValue `hcl:"security_style,attr"` // SizeInMegabytes: number, required SizeInMegabytes terra.NumberValue `hcl:"size_in_megabytes,attr" validate:"required"` // StorageEfficiencyEnabled: bool, required StorageEfficiencyEnabled terra.BoolValue `hcl:"storage_efficiency_enabled,attr" validate:"required"` // StorageVirtualMachineId: string, required StorageVirtualMachineId terra.StringValue `hcl:"storage_virtual_machine_id,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // VolumeType: string, optional VolumeType terra.StringValue `hcl:"volume_type,attr"` // TieringPolicy: optional TieringPolicy *TieringPolicy `hcl:"tiering_policy,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_fsx_ontap_volume.
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 aws_fsx_ontap_volume.
func (*Resource) Attributes ¶
func (afov *Resource) Attributes() awsFsxOntapVolumeAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (afov *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (afov *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
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.