datasynclocationhdfs

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 NameNode

type NameNode struct {
	// Hostname: string, required
	Hostname terra.StringValue `hcl:"hostname,attr" validate:"required"`
	// Port: number, required
	Port terra.NumberValue `hcl:"port,attr" validate:"required"`
}

type NameNodeAttributes

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

func (NameNodeAttributes) Hostname

func (nn NameNodeAttributes) Hostname() terra.StringValue

func (NameNodeAttributes) InternalRef

func (nn NameNodeAttributes) InternalRef() (terra.Reference, error)

func (NameNodeAttributes) InternalTokens

func (nn NameNodeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (NameNodeAttributes) InternalWithRef

func (nn NameNodeAttributes) InternalWithRef(ref terra.Reference) NameNodeAttributes

func (NameNodeAttributes) Port

type NameNodeState

type NameNodeState struct {
	Hostname string  `json:"hostname"`
	Port     float64 `json:"port"`
}

type QopConfiguration

type QopConfiguration struct {
	// DataTransferProtection: string, optional
	DataTransferProtection terra.StringValue `hcl:"data_transfer_protection,attr"`
	// RpcProtection: string, optional
	RpcProtection terra.StringValue `hcl:"rpc_protection,attr"`
}

type QopConfigurationAttributes

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

func (QopConfigurationAttributes) DataTransferProtection

func (qc QopConfigurationAttributes) DataTransferProtection() terra.StringValue

func (QopConfigurationAttributes) InternalRef

func (qc QopConfigurationAttributes) InternalRef() (terra.Reference, error)

func (QopConfigurationAttributes) InternalTokens

func (qc QopConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (QopConfigurationAttributes) InternalWithRef

func (QopConfigurationAttributes) RpcProtection

func (qc QopConfigurationAttributes) RpcProtection() terra.StringValue

type QopConfigurationState

type QopConfigurationState struct {
	DataTransferProtection string `json:"data_transfer_protection"`
	RpcProtection          string `json:"rpc_protection"`
}

Jump to

Keyboard shortcuts

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