azurerm_netapp_snapshot_policy

package
v0.0.0-...-4deecce Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// AccountName: string, required
	AccountName terra.StringValue `hcl:"account_name,attr" validate:"required"`
	// Enabled: bool, required
	Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// DailySchedule: optional
	DailySchedule *DailySchedule `hcl:"daily_schedule,block"`
	// HourlySchedule: optional
	HourlySchedule *HourlySchedule `hcl:"hourly_schedule,block"`
	// MonthlySchedule: optional
	MonthlySchedule *MonthlySchedule `hcl:"monthly_schedule,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
	// WeeklySchedule: optional
	WeeklySchedule *WeeklySchedule `hcl:"weekly_schedule,block"`
}

Args contains the configurations for azurerm_netapp_snapshot_policy.

type DailySchedule

type DailySchedule struct {
	// Hour: number, required
	Hour terra.NumberValue `hcl:"hour,attr" validate:"required"`
	// Minute: number, required
	Minute terra.NumberValue `hcl:"minute,attr" validate:"required"`
	// SnapshotsToKeep: number, required
	SnapshotsToKeep terra.NumberValue `hcl:"snapshots_to_keep,attr" validate:"required"`
}

type DailyScheduleAttributes

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

func (DailyScheduleAttributes) Hour

func (DailyScheduleAttributes) InternalRef

func (ds DailyScheduleAttributes) InternalRef() (terra.Reference, error)

func (DailyScheduleAttributes) InternalTokens

func (ds DailyScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DailyScheduleAttributes) InternalWithRef

func (DailyScheduleAttributes) Minute

func (DailyScheduleAttributes) SnapshotsToKeep

func (ds DailyScheduleAttributes) SnapshotsToKeep() terra.NumberValue

type DailyScheduleState

type DailyScheduleState struct {
	Hour            float64 `json:"hour"`
	Minute          float64 `json:"minute"`
	SnapshotsToKeep float64 `json:"snapshots_to_keep"`
}

type DataArgs

type DataArgs struct {
	// AccountName: string, required
	AccountName terra.StringValue `hcl:"account_name,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_netapp_snapshot_policy.

type DataDailyScheduleAttributes

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

func (DataDailyScheduleAttributes) Hour

func (DataDailyScheduleAttributes) InternalRef

func (ds DataDailyScheduleAttributes) InternalRef() (terra.Reference, error)

func (DataDailyScheduleAttributes) InternalTokens

func (ds DataDailyScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataDailyScheduleAttributes) InternalWithRef

func (DataDailyScheduleAttributes) Minute

func (DataDailyScheduleAttributes) SnapshotsToKeep

func (ds DataDailyScheduleAttributes) SnapshotsToKeep() terra.NumberValue

type DataDailyScheduleState

type DataDailyScheduleState struct {
	Hour            float64 `json:"hour"`
	Minute          float64 `json:"minute"`
	SnapshotsToKeep float64 `json:"snapshots_to_keep"`
}

type DataHourlyScheduleAttributes

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

func (DataHourlyScheduleAttributes) InternalRef

func (hs DataHourlyScheduleAttributes) InternalRef() (terra.Reference, error)

func (DataHourlyScheduleAttributes) InternalTokens

func (hs DataHourlyScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataHourlyScheduleAttributes) InternalWithRef

func (DataHourlyScheduleAttributes) Minute

func (DataHourlyScheduleAttributes) SnapshotsToKeep

func (hs DataHourlyScheduleAttributes) SnapshotsToKeep() terra.NumberValue

type DataHourlyScheduleState

type DataHourlyScheduleState struct {
	Minute          float64 `json:"minute"`
	SnapshotsToKeep float64 `json:"snapshots_to_keep"`
}

type DataMonthlyScheduleAttributes

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

func (DataMonthlyScheduleAttributes) DaysOfMonth

func (DataMonthlyScheduleAttributes) Hour

func (DataMonthlyScheduleAttributes) InternalRef

func (ms DataMonthlyScheduleAttributes) InternalRef() (terra.Reference, error)

func (DataMonthlyScheduleAttributes) InternalTokens

func (ms DataMonthlyScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataMonthlyScheduleAttributes) InternalWithRef

func (DataMonthlyScheduleAttributes) Minute

func (DataMonthlyScheduleAttributes) SnapshotsToKeep

func (ms DataMonthlyScheduleAttributes) SnapshotsToKeep() terra.NumberValue

type DataMonthlyScheduleState

type DataMonthlyScheduleState struct {
	DaysOfMonth     []float64 `json:"days_of_month"`
	Hour            float64   `json:"hour"`
	Minute          float64   `json:"minute"`
	SnapshotsToKeep float64   `json:"snapshots_to_keep"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_netapp_snapshot_policy.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (ansp *DataSource) Attributes() dataAzurermNetappSnapshotPolicyAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (ansp *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (ansp *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (ansp *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataTimeouts

type DataTimeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type DataTimeoutsAttributes

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

func (DataTimeoutsAttributes) InternalRef

func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)

func (DataTimeoutsAttributes) InternalTokens

func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataTimeoutsAttributes) InternalWithRef

func (DataTimeoutsAttributes) Read

type DataTimeoutsState

type DataTimeoutsState struct {
	Read string `json:"read"`
}

type DataWeeklyScheduleAttributes

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

func (DataWeeklyScheduleAttributes) DaysOfWeek

func (DataWeeklyScheduleAttributes) Hour

func (DataWeeklyScheduleAttributes) InternalRef

func (ws DataWeeklyScheduleAttributes) InternalRef() (terra.Reference, error)

func (DataWeeklyScheduleAttributes) InternalTokens

func (ws DataWeeklyScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataWeeklyScheduleAttributes) InternalWithRef

func (DataWeeklyScheduleAttributes) Minute

func (DataWeeklyScheduleAttributes) SnapshotsToKeep

func (ws DataWeeklyScheduleAttributes) SnapshotsToKeep() terra.NumberValue

type DataWeeklyScheduleState

type DataWeeklyScheduleState struct {
	DaysOfWeek      []string `json:"days_of_week"`
	Hour            float64  `json:"hour"`
	Minute          float64  `json:"minute"`
	SnapshotsToKeep float64  `json:"snapshots_to_keep"`
}

type HourlySchedule

type HourlySchedule struct {
	// Minute: number, required
	Minute terra.NumberValue `hcl:"minute,attr" validate:"required"`
	// SnapshotsToKeep: number, required
	SnapshotsToKeep terra.NumberValue `hcl:"snapshots_to_keep,attr" validate:"required"`
}

type HourlyScheduleAttributes

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

func (HourlyScheduleAttributes) InternalRef

func (hs HourlyScheduleAttributes) InternalRef() (terra.Reference, error)

func (HourlyScheduleAttributes) InternalTokens

func (hs HourlyScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (HourlyScheduleAttributes) InternalWithRef

func (HourlyScheduleAttributes) Minute

func (HourlyScheduleAttributes) SnapshotsToKeep

func (hs HourlyScheduleAttributes) SnapshotsToKeep() terra.NumberValue

type HourlyScheduleState

type HourlyScheduleState struct {
	Minute          float64 `json:"minute"`
	SnapshotsToKeep float64 `json:"snapshots_to_keep"`
}

type MonthlySchedule

type MonthlySchedule struct {
	// DaysOfMonth: set of number, required
	DaysOfMonth terra.SetValue[terra.NumberValue] `hcl:"days_of_month,attr" validate:"required"`
	// Hour: number, required
	Hour terra.NumberValue `hcl:"hour,attr" validate:"required"`
	// Minute: number, required
	Minute terra.NumberValue `hcl:"minute,attr" validate:"required"`
	// SnapshotsToKeep: number, required
	SnapshotsToKeep terra.NumberValue `hcl:"snapshots_to_keep,attr" validate:"required"`
}

type MonthlyScheduleAttributes

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

func (MonthlyScheduleAttributes) DaysOfMonth

func (MonthlyScheduleAttributes) Hour

func (MonthlyScheduleAttributes) InternalRef

func (ms MonthlyScheduleAttributes) InternalRef() (terra.Reference, error)

func (MonthlyScheduleAttributes) InternalTokens

func (ms MonthlyScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MonthlyScheduleAttributes) InternalWithRef

func (MonthlyScheduleAttributes) Minute

func (MonthlyScheduleAttributes) SnapshotsToKeep

func (ms MonthlyScheduleAttributes) SnapshotsToKeep() terra.NumberValue

type MonthlyScheduleState

type MonthlyScheduleState struct {
	DaysOfMonth     []float64 `json:"days_of_month"`
	Hour            float64   `json:"hour"`
	Minute          float64   `json:"minute"`
	SnapshotsToKeep float64   `json:"snapshots_to_keep"`
}

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 azurerm_netapp_snapshot_policy.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (ansp *Resource) Attributes() azurermNetappSnapshotPolicyAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (ansp *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (ansp *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (ansp *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (ansp *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (ansp *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (ansp *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (ansp *Resource) State() (*azurermNetappSnapshotPolicyState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (ansp *Resource) StateMust() *azurermNetappSnapshotPolicyState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (ansp *Resource) Type() string

Type returns the Terraform object type for Resource.

type Timeouts

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

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Read   string `json:"read"`
	Update string `json:"update"`
}

type WeeklySchedule

type WeeklySchedule struct {
	// DaysOfWeek: set of string, required
	DaysOfWeek terra.SetValue[terra.StringValue] `hcl:"days_of_week,attr" validate:"required"`
	// Hour: number, required
	Hour terra.NumberValue `hcl:"hour,attr" validate:"required"`
	// Minute: number, required
	Minute terra.NumberValue `hcl:"minute,attr" validate:"required"`
	// SnapshotsToKeep: number, required
	SnapshotsToKeep terra.NumberValue `hcl:"snapshots_to_keep,attr" validate:"required"`
}

type WeeklyScheduleAttributes

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

func (WeeklyScheduleAttributes) DaysOfWeek

func (WeeklyScheduleAttributes) Hour

func (WeeklyScheduleAttributes) InternalRef

func (ws WeeklyScheduleAttributes) InternalRef() (terra.Reference, error)

func (WeeklyScheduleAttributes) InternalTokens

func (ws WeeklyScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (WeeklyScheduleAttributes) InternalWithRef

func (WeeklyScheduleAttributes) Minute

func (WeeklyScheduleAttributes) SnapshotsToKeep

func (ws WeeklyScheduleAttributes) SnapshotsToKeep() terra.NumberValue

type WeeklyScheduleState

type WeeklyScheduleState struct {
	DaysOfWeek      []string `json:"days_of_week"`
	Hour            float64  `json:"hour"`
	Minute          float64  `json:"minute"`
	SnapshotsToKeep float64  `json:"snapshots_to_keep"`
}

Jump to

Keyboard shortcuts

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