Documentation ¶
Index ¶
- type DestinationPortRange
- type DestinationPortRangeAttributes
- func (dpr DestinationPortRangeAttributes) FromPort() terra.NumberValue
- func (dpr DestinationPortRangeAttributes) InternalRef() (terra.Reference, error)
- func (dpr DestinationPortRangeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dpr DestinationPortRangeAttributes) InternalWithRef(ref terra.Reference) DestinationPortRangeAttributes
- func (dpr DestinationPortRangeAttributes) ToPort() terra.NumberValue
- type DestinationPortRangeState
- type SourcePortRange
- type SourcePortRangeAttributes
- func (spr SourcePortRangeAttributes) FromPort() terra.NumberValue
- func (spr SourcePortRangeAttributes) InternalRef() (terra.Reference, error)
- func (spr SourcePortRangeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (spr SourcePortRangeAttributes) InternalWithRef(ref terra.Reference) SourcePortRangeAttributes
- func (spr SourcePortRangeAttributes) ToPort() terra.NumberValue
- type SourcePortRangeState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationPortRange ¶
type DestinationPortRange struct { // FromPort: number, optional FromPort terra.NumberValue `hcl:"from_port,attr"` // ToPort: number, optional ToPort terra.NumberValue `hcl:"to_port,attr"` }
type DestinationPortRangeAttributes ¶
type DestinationPortRangeAttributes struct {
// contains filtered or unexported fields
}
func (DestinationPortRangeAttributes) FromPort ¶
func (dpr DestinationPortRangeAttributes) FromPort() terra.NumberValue
func (DestinationPortRangeAttributes) InternalRef ¶
func (dpr DestinationPortRangeAttributes) InternalRef() (terra.Reference, error)
func (DestinationPortRangeAttributes) InternalTokens ¶
func (dpr DestinationPortRangeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DestinationPortRangeAttributes) InternalWithRef ¶
func (dpr DestinationPortRangeAttributes) InternalWithRef(ref terra.Reference) DestinationPortRangeAttributes
func (DestinationPortRangeAttributes) ToPort ¶
func (dpr DestinationPortRangeAttributes) ToPort() terra.NumberValue
type SourcePortRange ¶
type SourcePortRange struct { // FromPort: number, optional FromPort terra.NumberValue `hcl:"from_port,attr"` // ToPort: number, optional ToPort terra.NumberValue `hcl:"to_port,attr"` }
type SourcePortRangeAttributes ¶
type SourcePortRangeAttributes struct {
// contains filtered or unexported fields
}
func (SourcePortRangeAttributes) FromPort ¶
func (spr SourcePortRangeAttributes) FromPort() terra.NumberValue
func (SourcePortRangeAttributes) InternalRef ¶
func (spr SourcePortRangeAttributes) InternalRef() (terra.Reference, error)
func (SourcePortRangeAttributes) InternalTokens ¶
func (spr SourcePortRangeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourcePortRangeAttributes) InternalWithRef ¶
func (spr SourcePortRangeAttributes) InternalWithRef(ref terra.Reference) SourcePortRangeAttributes
func (SourcePortRangeAttributes) ToPort ¶
func (spr SourcePortRangeAttributes) ToPort() terra.NumberValue
type SourcePortRangeState ¶
Click to show internal directories.
Click to hide internal directories.