datasynclocationfsxopenzfsfilesystem

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 MountOptions

type MountOptions struct {
	// Version: string, optional
	Version terra.StringValue `hcl:"version,attr"`
}

type MountOptionsAttributes

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

func (MountOptionsAttributes) InternalRef

func (mo MountOptionsAttributes) InternalRef() (terra.Reference, error)

func (MountOptionsAttributes) InternalTokens

func (mo MountOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MountOptionsAttributes) InternalWithRef

func (MountOptionsAttributes) Version

type MountOptionsState

type MountOptionsState struct {
	Version string `json:"version"`
}

type Nfs

type Nfs struct {
	// MountOptions: required
	MountOptions *MountOptions `hcl:"mount_options,block" validate:"required"`
}

type NfsAttributes

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

func (NfsAttributes) InternalRef

func (n NfsAttributes) InternalRef() (terra.Reference, error)

func (NfsAttributes) InternalTokens

func (n NfsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (NfsAttributes) InternalWithRef

func (n NfsAttributes) InternalWithRef(ref terra.Reference) NfsAttributes

func (NfsAttributes) MountOptions

type NfsState

type NfsState struct {
	MountOptions []MountOptionsState `json:"mount_options"`
}

type Protocol

type Protocol struct {
	// Nfs: required
	Nfs *Nfs `hcl:"nfs,block" validate:"required"`
}

type ProtocolAttributes

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

func (ProtocolAttributes) InternalRef

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

func (ProtocolAttributes) InternalTokens

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

func (ProtocolAttributes) InternalWithRef

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

func (ProtocolAttributes) Nfs

type ProtocolState

type ProtocolState struct {
	Nfs []NfsState `json:"nfs"`
}

Jump to

Keyboard shortcuts

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