finspacekxenvironment

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 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 CustomDnsConfiguration

type CustomDnsConfiguration struct {
	// CustomDnsServerIp: string, required
	CustomDnsServerIp terra.StringValue `hcl:"custom_dns_server_ip,attr" validate:"required"`
	// CustomDnsServerName: string, required
	CustomDnsServerName terra.StringValue `hcl:"custom_dns_server_name,attr" validate:"required"`
}

type CustomDnsConfigurationAttributes

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

func (CustomDnsConfigurationAttributes) CustomDnsServerIp

func (cdc CustomDnsConfigurationAttributes) CustomDnsServerIp() terra.StringValue

func (CustomDnsConfigurationAttributes) CustomDnsServerName

func (cdc CustomDnsConfigurationAttributes) CustomDnsServerName() terra.StringValue

func (CustomDnsConfigurationAttributes) InternalRef

func (CustomDnsConfigurationAttributes) InternalTokens

func (cdc CustomDnsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CustomDnsConfigurationAttributes) InternalWithRef

type CustomDnsConfigurationState

type CustomDnsConfigurationState struct {
	CustomDnsServerIp   string `json:"custom_dns_server_ip"`
	CustomDnsServerName string `json:"custom_dns_server_name"`
}

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 (TimeoutsAttributes) Delete

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

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

type TransitGatewayConfiguration

type TransitGatewayConfiguration struct {
	// RoutableCidrSpace: string, required
	RoutableCidrSpace terra.StringValue `hcl:"routable_cidr_space,attr" validate:"required"`
	// TransitGatewayId: string, required
	TransitGatewayId terra.StringValue `hcl:"transit_gateway_id,attr" validate:"required"`
}

type TransitGatewayConfigurationAttributes

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

func (TransitGatewayConfigurationAttributes) InternalRef

func (TransitGatewayConfigurationAttributes) InternalTokens

func (TransitGatewayConfigurationAttributes) InternalWithRef

func (TransitGatewayConfigurationAttributes) RoutableCidrSpace

func (TransitGatewayConfigurationAttributes) TransitGatewayId

type TransitGatewayConfigurationState

type TransitGatewayConfigurationState struct {
	RoutableCidrSpace string `json:"routable_cidr_space"`
	TransitGatewayId  string `json:"transit_gateway_id"`
}

Jump to

Keyboard shortcuts

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