dataappmeshvirtualservice

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 Provider

type Provider struct {
	// VirtualNode: min=0
	VirtualNode []VirtualNode `hcl:"virtual_node,block" validate:"min=0"`
	// VirtualRouter: min=0
	VirtualRouter []VirtualRouter `hcl:"virtual_router,block" validate:"min=0"`
}

type ProviderAttributes

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

func (ProviderAttributes) InternalRef

func (p ProviderAttributes) InternalRef() (terra.Reference, error)

func (ProviderAttributes) InternalTokens

func (p ProviderAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ProviderAttributes) InternalWithRef

func (p ProviderAttributes) InternalWithRef(ref terra.Reference) ProviderAttributes

func (ProviderAttributes) VirtualNode

func (ProviderAttributes) VirtualRouter

type ProviderState

type ProviderState struct {
	VirtualNode   []VirtualNodeState   `json:"virtual_node"`
	VirtualRouter []VirtualRouterState `json:"virtual_router"`
}

type Spec

type Spec struct {
	// Provider: min=0
	Provider []Provider `hcl:"provider,block" validate:"min=0"`
}

type SpecAttributes

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

func (SpecAttributes) InternalRef

func (s SpecAttributes) InternalRef() (terra.Reference, error)

func (SpecAttributes) InternalTokens

func (s SpecAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SpecAttributes) InternalWithRef

func (s SpecAttributes) InternalWithRef(ref terra.Reference) SpecAttributes

func (SpecAttributes) Provider

type SpecState

type SpecState struct {
	Provider []ProviderState `json:"provider"`
}

type VirtualNode

type VirtualNode struct{}

type VirtualNodeAttributes

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

func (VirtualNodeAttributes) InternalRef

func (vn VirtualNodeAttributes) InternalRef() (terra.Reference, error)

func (VirtualNodeAttributes) InternalTokens

func (vn VirtualNodeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VirtualNodeAttributes) InternalWithRef

func (VirtualNodeAttributes) VirtualNodeName

func (vn VirtualNodeAttributes) VirtualNodeName() terra.StringValue

type VirtualNodeState

type VirtualNodeState struct {
	VirtualNodeName string `json:"virtual_node_name"`
}

type VirtualRouter

type VirtualRouter struct{}

type VirtualRouterAttributes

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

func (VirtualRouterAttributes) InternalRef

func (vr VirtualRouterAttributes) InternalRef() (terra.Reference, error)

func (VirtualRouterAttributes) InternalTokens

func (vr VirtualRouterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VirtualRouterAttributes) InternalWithRef

func (VirtualRouterAttributes) VirtualRouterName

func (vr VirtualRouterAttributes) VirtualRouterName() terra.StringValue

type VirtualRouterState

type VirtualRouterState struct {
	VirtualRouterName string `json:"virtual_router_name"`
}

Jump to

Keyboard shortcuts

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