Documentation ¶
Index ¶
- type SnapshotSchedule
- type SnapshotScheduleAttributes
- func (ss SnapshotScheduleAttributes) InternalRef() (terra.Reference, error)
- func (ss SnapshotScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ss SnapshotScheduleAttributes) InternalWithRef(ref terra.Reference) SnapshotScheduleAttributes
- func (ss SnapshotScheduleAttributes) Name() terra.StringValue
- func (ss SnapshotScheduleAttributes) Recurrence() terra.StringValue
- func (ss SnapshotScheduleAttributes) StartTime() terra.StringValue
- type SnapshotScheduleState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotSchedule ¶
type SnapshotSchedule struct{}
type SnapshotScheduleAttributes ¶
type SnapshotScheduleAttributes struct {
// contains filtered or unexported fields
}
func (SnapshotScheduleAttributes) InternalRef ¶
func (ss SnapshotScheduleAttributes) InternalRef() (terra.Reference, error)
func (SnapshotScheduleAttributes) InternalTokens ¶
func (ss SnapshotScheduleAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SnapshotScheduleAttributes) InternalWithRef ¶
func (ss SnapshotScheduleAttributes) InternalWithRef(ref terra.Reference) SnapshotScheduleAttributes
func (SnapshotScheduleAttributes) Name ¶
func (ss SnapshotScheduleAttributes) Name() terra.StringValue
func (SnapshotScheduleAttributes) Recurrence ¶
func (ss SnapshotScheduleAttributes) Recurrence() terra.StringValue
func (SnapshotScheduleAttributes) StartTime ¶
func (ss SnapshotScheduleAttributes) StartTime() terra.StringValue
type SnapshotScheduleState ¶
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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 (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.