datafirewall

package
v0.0.0-...-c2cc54e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IpConfiguration

type IpConfiguration struct{}

type IpConfigurationAttributes

type IpConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (IpConfigurationAttributes) InternalRef

func (ic IpConfigurationAttributes) InternalRef() (terra.Reference, error)

func (IpConfigurationAttributes) InternalTokens

func (ic IpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IpConfigurationAttributes) InternalWithRef

func (IpConfigurationAttributes) Name

func (IpConfigurationAttributes) PrivateIpAddress

func (ic IpConfigurationAttributes) PrivateIpAddress() terra.StringValue

func (IpConfigurationAttributes) PublicIpAddressId

func (ic IpConfigurationAttributes) PublicIpAddressId() terra.StringValue

func (IpConfigurationAttributes) SubnetId

type IpConfigurationState

type IpConfigurationState struct {
	Name              string `json:"name"`
	PrivateIpAddress  string `json:"private_ip_address"`
	PublicIpAddressId string `json:"public_ip_address_id"`
	SubnetId          string `json:"subnet_id"`
}

type ManagementIpConfiguration

type ManagementIpConfiguration struct{}

type ManagementIpConfigurationAttributes

type ManagementIpConfigurationAttributes struct {
	// contains filtered or unexported fields
}

func (ManagementIpConfigurationAttributes) InternalRef

func (ManagementIpConfigurationAttributes) InternalTokens

func (mic ManagementIpConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ManagementIpConfigurationAttributes) InternalWithRef

func (ManagementIpConfigurationAttributes) Name

func (ManagementIpConfigurationAttributes) PrivateIpAddress

func (mic ManagementIpConfigurationAttributes) PrivateIpAddress() terra.StringValue

func (ManagementIpConfigurationAttributes) PublicIpAddressId

func (mic ManagementIpConfigurationAttributes) PublicIpAddressId() terra.StringValue

func (ManagementIpConfigurationAttributes) SubnetId

type ManagementIpConfigurationState

type ManagementIpConfigurationState struct {
	Name              string `json:"name"`
	PrivateIpAddress  string `json:"private_ip_address"`
	PublicIpAddressId string `json:"public_ip_address_id"`
	SubnetId          string `json:"subnet_id"`
}

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

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

type VirtualHub

type VirtualHub struct{}

type VirtualHubAttributes

type VirtualHubAttributes struct {
	// contains filtered or unexported fields
}

func (VirtualHubAttributes) InternalRef

func (vh VirtualHubAttributes) InternalRef() (terra.Reference, error)

func (VirtualHubAttributes) InternalTokens

func (vh VirtualHubAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VirtualHubAttributes) InternalWithRef

func (vh VirtualHubAttributes) InternalWithRef(ref terra.Reference) VirtualHubAttributes

func (VirtualHubAttributes) PrivateIpAddress

func (vh VirtualHubAttributes) PrivateIpAddress() terra.StringValue

func (VirtualHubAttributes) PublicIpAddresses

func (vh VirtualHubAttributes) PublicIpAddresses() terra.ListValue[terra.StringValue]

func (VirtualHubAttributes) PublicIpCount

func (vh VirtualHubAttributes) PublicIpCount() terra.NumberValue

func (VirtualHubAttributes) VirtualHubId

func (vh VirtualHubAttributes) VirtualHubId() terra.StringValue

type VirtualHubState

type VirtualHubState struct {
	PrivateIpAddress  string   `json:"private_ip_address"`
	PublicIpAddresses []string `json:"public_ip_addresses"`
	PublicIpCount     float64  `json:"public_ip_count"`
	VirtualHubId      string   `json:"virtual_hub_id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL