Documentation ¶
Index ¶
- type NetworkInterfaces
- type NetworkInterfacesAttributes
- func (ni NetworkInterfacesAttributes) InternalRef() (terra.Reference, error)
- func (ni NetworkInterfacesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ni NetworkInterfacesAttributes) InternalWithRef(ref terra.Reference) NetworkInterfacesAttributes
- func (ni NetworkInterfacesAttributes) NetworkInterfaceId() terra.StringValue
- type NetworkInterfacesState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkInterfaces ¶
type NetworkInterfaces struct{}
type NetworkInterfacesAttributes ¶
type NetworkInterfacesAttributes struct {
// contains filtered or unexported fields
}
func (NetworkInterfacesAttributes) InternalRef ¶
func (ni NetworkInterfacesAttributes) InternalRef() (terra.Reference, error)
func (NetworkInterfacesAttributes) InternalTokens ¶
func (ni NetworkInterfacesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NetworkInterfacesAttributes) InternalWithRef ¶
func (ni NetworkInterfacesAttributes) InternalWithRef(ref terra.Reference) NetworkInterfacesAttributes
func (NetworkInterfacesAttributes) NetworkInterfaceId ¶
func (ni NetworkInterfacesAttributes) NetworkInterfaceId() terra.StringValue
type NetworkInterfacesState ¶
type NetworkInterfacesState struct {
NetworkInterfaceId string `json:"network_interface_id"`
}
Click to show internal directories.
Click to hide internal directories.