Documentation ¶
Index ¶
- type AddOn
- type AddOnAttributes
- func (ao AddOnAttributes) InternalRef() (terra.Reference, error)
- func (ao AddOnAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ao AddOnAttributes) InternalWithRef(ref terra.Reference) AddOnAttributes
- func (ao AddOnAttributes) SnapshotTime() terra.StringValue
- func (ao AddOnAttributes) Status() terra.StringValue
- func (ao AddOnAttributes) Type() terra.StringValue
- type AddOnState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddOn ¶
type AddOn struct { // SnapshotTime: string, required SnapshotTime terra.StringValue `hcl:"snapshot_time,attr" validate:"required"` // Status: string, required Status terra.StringValue `hcl:"status,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type AddOnAttributes ¶
type AddOnAttributes struct {
// contains filtered or unexported fields
}
func (AddOnAttributes) InternalRef ¶
func (ao AddOnAttributes) InternalRef() (terra.Reference, error)
func (AddOnAttributes) InternalTokens ¶
func (ao AddOnAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AddOnAttributes) InternalWithRef ¶
func (ao AddOnAttributes) InternalWithRef(ref terra.Reference) AddOnAttributes
func (AddOnAttributes) SnapshotTime ¶
func (ao AddOnAttributes) SnapshotTime() terra.StringValue
func (AddOnAttributes) Status ¶
func (ao AddOnAttributes) Status() terra.StringValue
func (AddOnAttributes) Type ¶
func (ao AddOnAttributes) Type() terra.StringValue
type AddOnState ¶
Click to show internal directories.
Click to hide internal directories.