Documentation ¶
Index ¶
- type Connector
- type ConnectorAttributes
- func (c ConnectorAttributes) InternalRef() (terra.Reference, error)
- func (c ConnectorAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c ConnectorAttributes) InternalWithRef(ref terra.Reference) ConnectorAttributes
- func (c ConnectorAttributes) Priority() terra.NumberValue
- func (c ConnectorAttributes) VoiceConnectorId() terra.StringValue
- type ConnectorState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector struct { // Priority: number, required Priority terra.NumberValue `hcl:"priority,attr" validate:"required"` // VoiceConnectorId: string, required VoiceConnectorId terra.StringValue `hcl:"voice_connector_id,attr" validate:"required"` }
type ConnectorAttributes ¶
type ConnectorAttributes struct {
// contains filtered or unexported fields
}
func (ConnectorAttributes) InternalRef ¶
func (c ConnectorAttributes) InternalRef() (terra.Reference, error)
func (ConnectorAttributes) InternalTokens ¶
func (c ConnectorAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConnectorAttributes) InternalWithRef ¶
func (c ConnectorAttributes) InternalWithRef(ref terra.Reference) ConnectorAttributes
func (ConnectorAttributes) Priority ¶
func (c ConnectorAttributes) Priority() terra.NumberValue
func (ConnectorAttributes) VoiceConnectorId ¶
func (c ConnectorAttributes) VoiceConnectorId() terra.StringValue
type ConnectorState ¶
Click to show internal directories.
Click to hide internal directories.