Documentation ¶
Index ¶
- type Destination
- type DestinationAttributes
- func (d DestinationAttributes) Instance() terra.StringValue
- func (d DestinationAttributes) InternalRef() (terra.Reference, error)
- func (d DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d DestinationAttributes) InternalWithRef(ref terra.Reference) DestinationAttributes
- func (d DestinationAttributes) IpAddress() terra.StringValue
- func (d DestinationAttributes) Network() terra.StringValue
- func (d DestinationAttributes) Port() terra.NumberValue
- func (d DestinationAttributes) ProjectId() terra.StringValue
- type DestinationState
- type Source
- type SourceAttributes
- func (s SourceAttributes) Instance() terra.StringValue
- func (s SourceAttributes) InternalRef() (terra.Reference, error)
- func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
- func (s SourceAttributes) IpAddress() terra.StringValue
- func (s SourceAttributes) Network() terra.StringValue
- func (s SourceAttributes) NetworkType() terra.StringValue
- func (s SourceAttributes) Port() terra.NumberValue
- func (s SourceAttributes) ProjectId() terra.StringValue
- type SourceState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Destination ¶
type Destination struct { // Instance: string, optional Instance terra.StringValue `hcl:"instance,attr"` // IpAddress: string, optional IpAddress terra.StringValue `hcl:"ip_address,attr"` // Network: string, optional Network terra.StringValue `hcl:"network,attr"` // Port: number, optional Port terra.NumberValue `hcl:"port,attr"` // ProjectId: string, optional ProjectId terra.StringValue `hcl:"project_id,attr"` }
type DestinationAttributes ¶
type DestinationAttributes struct {
// contains filtered or unexported fields
}
func (DestinationAttributes) Instance ¶
func (d DestinationAttributes) Instance() terra.StringValue
func (DestinationAttributes) InternalRef ¶
func (d DestinationAttributes) InternalRef() (terra.Reference, error)
func (DestinationAttributes) InternalTokens ¶
func (d DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DestinationAttributes) InternalWithRef ¶
func (d DestinationAttributes) InternalWithRef(ref terra.Reference) DestinationAttributes
func (DestinationAttributes) IpAddress ¶
func (d DestinationAttributes) IpAddress() terra.StringValue
func (DestinationAttributes) Network ¶
func (d DestinationAttributes) Network() terra.StringValue
func (DestinationAttributes) Port ¶
func (d DestinationAttributes) Port() terra.NumberValue
func (DestinationAttributes) ProjectId ¶
func (d DestinationAttributes) ProjectId() terra.StringValue
type DestinationState ¶
type Source ¶
type Source struct { // Instance: string, optional Instance terra.StringValue `hcl:"instance,attr"` // IpAddress: string, optional IpAddress terra.StringValue `hcl:"ip_address,attr"` // Network: string, optional Network terra.StringValue `hcl:"network,attr"` // NetworkType: string, optional NetworkType terra.StringValue `hcl:"network_type,attr"` // Port: number, optional Port terra.NumberValue `hcl:"port,attr"` // ProjectId: string, optional ProjectId terra.StringValue `hcl:"project_id,attr"` }
type SourceAttributes ¶
type SourceAttributes struct {
// contains filtered or unexported fields
}
func (SourceAttributes) Instance ¶
func (s SourceAttributes) Instance() terra.StringValue
func (SourceAttributes) InternalRef ¶
func (s SourceAttributes) InternalRef() (terra.Reference, error)
func (SourceAttributes) InternalTokens ¶
func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceAttributes) InternalWithRef ¶
func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
func (SourceAttributes) IpAddress ¶
func (s SourceAttributes) IpAddress() terra.StringValue
func (SourceAttributes) Network ¶
func (s SourceAttributes) Network() terra.StringValue
func (SourceAttributes) NetworkType ¶
func (s SourceAttributes) NetworkType() terra.StringValue
func (SourceAttributes) Port ¶
func (s SourceAttributes) Port() terra.NumberValue
func (SourceAttributes) ProjectId ¶
func (s SourceAttributes) ProjectId() terra.StringValue
type SourceState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.