datatrafficmanagerprofile

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 CustomHeader

type CustomHeader struct{}

type CustomHeaderAttributes

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

func (CustomHeaderAttributes) InternalRef

func (ch CustomHeaderAttributes) InternalRef() (terra.Reference, error)

func (CustomHeaderAttributes) InternalTokens

func (ch CustomHeaderAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CustomHeaderAttributes) InternalWithRef

func (CustomHeaderAttributes) Name

func (CustomHeaderAttributes) Value

type CustomHeaderState

type CustomHeaderState struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

type DnsConfig

type DnsConfig struct{}

type DnsConfigAttributes

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

func (DnsConfigAttributes) InternalRef

func (dc DnsConfigAttributes) InternalRef() (terra.Reference, error)

func (DnsConfigAttributes) InternalTokens

func (dc DnsConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DnsConfigAttributes) InternalWithRef

func (dc DnsConfigAttributes) InternalWithRef(ref terra.Reference) DnsConfigAttributes

func (DnsConfigAttributes) RelativeName

func (dc DnsConfigAttributes) RelativeName() terra.StringValue

func (DnsConfigAttributes) Ttl

type DnsConfigState

type DnsConfigState struct {
	RelativeName string  `json:"relative_name"`
	Ttl          float64 `json:"ttl"`
}

type MonitorConfig

type MonitorConfig struct {
	// CustomHeader: min=0
	CustomHeader []CustomHeader `hcl:"custom_header,block" validate:"min=0"`
}

type MonitorConfigAttributes

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

func (MonitorConfigAttributes) CustomHeader

func (MonitorConfigAttributes) ExpectedStatusCodeRanges

func (mc MonitorConfigAttributes) ExpectedStatusCodeRanges() terra.ListValue[terra.StringValue]

func (MonitorConfigAttributes) InternalRef

func (mc MonitorConfigAttributes) InternalRef() (terra.Reference, error)

func (MonitorConfigAttributes) InternalTokens

func (mc MonitorConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MonitorConfigAttributes) InternalWithRef

func (MonitorConfigAttributes) IntervalInSeconds

func (mc MonitorConfigAttributes) IntervalInSeconds() terra.NumberValue

func (MonitorConfigAttributes) Path

func (MonitorConfigAttributes) Port

func (MonitorConfigAttributes) Protocol

func (MonitorConfigAttributes) TimeoutInSeconds

func (mc MonitorConfigAttributes) TimeoutInSeconds() terra.NumberValue

func (MonitorConfigAttributes) ToleratedNumberOfFailures

func (mc MonitorConfigAttributes) ToleratedNumberOfFailures() terra.NumberValue

type MonitorConfigState

type MonitorConfigState struct {
	ExpectedStatusCodeRanges  []string            `json:"expected_status_code_ranges"`
	IntervalInSeconds         float64             `json:"interval_in_seconds"`
	Path                      string              `json:"path"`
	Port                      float64             `json:"port"`
	Protocol                  string              `json:"protocol"`
	TimeoutInSeconds          float64             `json:"timeout_in_seconds"`
	ToleratedNumberOfFailures float64             `json:"tolerated_number_of_failures"`
	CustomHeader              []CustomHeaderState `json:"custom_header"`
}

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"`
}

Jump to

Keyboard shortcuts

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