Documentation ¶
Index ¶
- type Attachment
- type AttachmentAttributes
- func (a AttachmentAttributes) AttachmentId() terra.StringValue
- func (a AttachmentAttributes) DeviceIndex() terra.NumberValue
- func (a AttachmentAttributes) Instance() terra.StringValue
- func (a AttachmentAttributes) InternalRef() (terra.Reference, error)
- func (a AttachmentAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a AttachmentAttributes) InternalWithRef(ref terra.Reference) AttachmentAttributes
- type AttachmentState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type Attachment struct { // DeviceIndex: number, required DeviceIndex terra.NumberValue `hcl:"device_index,attr" validate:"required"` // Instance: string, required Instance terra.StringValue `hcl:"instance,attr" validate:"required"` }
type AttachmentAttributes ¶
type AttachmentAttributes struct {
// contains filtered or unexported fields
}
func (AttachmentAttributes) AttachmentId ¶
func (a AttachmentAttributes) AttachmentId() terra.StringValue
func (AttachmentAttributes) DeviceIndex ¶
func (a AttachmentAttributes) DeviceIndex() terra.NumberValue
func (AttachmentAttributes) Instance ¶
func (a AttachmentAttributes) Instance() terra.StringValue
func (AttachmentAttributes) InternalRef ¶
func (a AttachmentAttributes) InternalRef() (terra.Reference, error)
func (AttachmentAttributes) InternalTokens ¶
func (a AttachmentAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AttachmentAttributes) InternalWithRef ¶
func (a AttachmentAttributes) InternalWithRef(ref terra.Reference) AttachmentAttributes
type AttachmentState ¶
Click to show internal directories.
Click to hide internal directories.