Documentation ¶
Index ¶
- type NameNode
- type NameNodeAttributes
- func (nn NameNodeAttributes) Hostname() terra.StringValue
- func (nn NameNodeAttributes) InternalRef() (terra.Reference, error)
- func (nn NameNodeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (nn NameNodeAttributes) InternalWithRef(ref terra.Reference) NameNodeAttributes
- func (nn NameNodeAttributes) Port() terra.NumberValue
- type NameNodeState
- type QopConfiguration
- type QopConfigurationAttributes
- func (qc QopConfigurationAttributes) DataTransferProtection() terra.StringValue
- func (qc QopConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (qc QopConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (qc QopConfigurationAttributes) InternalWithRef(ref terra.Reference) QopConfigurationAttributes
- func (qc QopConfigurationAttributes) RpcProtection() terra.StringValue
- type QopConfigurationState
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 ¶
func (nn NameNodeAttributes) Port() terra.NumberValue
type NameNodeState ¶
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 (qc QopConfigurationAttributes) InternalWithRef(ref terra.Reference) QopConfigurationAttributes
func (QopConfigurationAttributes) RpcProtection ¶
func (qc QopConfigurationAttributes) RpcProtection() terra.StringValue
type QopConfigurationState ¶
Click to show internal directories.
Click to hide internal directories.