Documentation ¶
Index ¶
- type NetworkInterface
- type NetworkInterfaceAttributes
- func (ni NetworkInterfaceAttributes) Id() terra.StringValue
- func (ni NetworkInterfaceAttributes) InternalRef() (terra.Reference, error)
- func (ni NetworkInterfaceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ni NetworkInterfaceAttributes) InternalWithRef(ref terra.Reference) NetworkInterfaceAttributes
- func (ni NetworkInterfaceAttributes) Name() terra.StringValue
- type NetworkInterfaceState
- type PrivateServiceConnection
- type PrivateServiceConnectionAttributes
- func (psc PrivateServiceConnectionAttributes) InternalRef() (terra.Reference, error)
- func (psc PrivateServiceConnectionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (psc PrivateServiceConnectionAttributes) InternalWithRef(ref terra.Reference) PrivateServiceConnectionAttributes
- func (psc PrivateServiceConnectionAttributes) Name() terra.StringValue
- func (psc PrivateServiceConnectionAttributes) PrivateIpAddress() terra.StringValue
- func (psc PrivateServiceConnectionAttributes) RequestResponse() terra.StringValue
- func (psc PrivateServiceConnectionAttributes) Status() terra.StringValue
- type PrivateServiceConnectionState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkInterface ¶
type NetworkInterface struct{}
type NetworkInterfaceAttributes ¶
type NetworkInterfaceAttributes struct {
// contains filtered or unexported fields
}
func (NetworkInterfaceAttributes) Id ¶
func (ni NetworkInterfaceAttributes) Id() terra.StringValue
func (NetworkInterfaceAttributes) InternalRef ¶
func (ni NetworkInterfaceAttributes) InternalRef() (terra.Reference, error)
func (NetworkInterfaceAttributes) InternalTokens ¶
func (ni NetworkInterfaceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NetworkInterfaceAttributes) InternalWithRef ¶
func (ni NetworkInterfaceAttributes) InternalWithRef(ref terra.Reference) NetworkInterfaceAttributes
func (NetworkInterfaceAttributes) Name ¶
func (ni NetworkInterfaceAttributes) Name() terra.StringValue
type NetworkInterfaceState ¶
type PrivateServiceConnection ¶
type PrivateServiceConnection struct{}
type PrivateServiceConnectionAttributes ¶
type PrivateServiceConnectionAttributes struct {
// contains filtered or unexported fields
}
func (PrivateServiceConnectionAttributes) InternalRef ¶
func (psc PrivateServiceConnectionAttributes) InternalRef() (terra.Reference, error)
func (PrivateServiceConnectionAttributes) InternalTokens ¶
func (psc PrivateServiceConnectionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PrivateServiceConnectionAttributes) InternalWithRef ¶
func (psc PrivateServiceConnectionAttributes) InternalWithRef(ref terra.Reference) PrivateServiceConnectionAttributes
func (PrivateServiceConnectionAttributes) Name ¶
func (psc PrivateServiceConnectionAttributes) Name() terra.StringValue
func (PrivateServiceConnectionAttributes) PrivateIpAddress ¶
func (psc PrivateServiceConnectionAttributes) PrivateIpAddress() terra.StringValue
func (PrivateServiceConnectionAttributes) RequestResponse ¶
func (psc PrivateServiceConnectionAttributes) RequestResponse() terra.StringValue
func (PrivateServiceConnectionAttributes) Status ¶
func (psc PrivateServiceConnectionAttributes) Status() terra.StringValue
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.