datasynclocationfsxontapfilesystem

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 Nfs

type Nfs struct {
	// NfsMountOptions: required
	MountOptions *NfsMountOptions `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 NfsMountOptions

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

type NfsMountOptionsAttributes

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

func (NfsMountOptionsAttributes) InternalRef

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

func (NfsMountOptionsAttributes) InternalTokens

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

func (NfsMountOptionsAttributes) InternalWithRef

func (NfsMountOptionsAttributes) Version

type NfsMountOptionsState

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

type NfsState

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

type Protocol

type Protocol struct {
	// Nfs: optional
	Nfs *Nfs `hcl:"nfs,block"`
	// Smb: optional
	Smb *Smb `hcl:"smb,block"`
}

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

func (ProtocolAttributes) Smb

type ProtocolState

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

type Smb

type Smb struct {
	// Domain: string, optional
	Domain terra.StringValue `hcl:"domain,attr"`
	// Password: string, required
	Password terra.StringValue `hcl:"password,attr" validate:"required"`
	// User: string, required
	User terra.StringValue `hcl:"user,attr" validate:"required"`
	// SmbMountOptions: required
	MountOptions *SmbMountOptions `hcl:"mount_options,block" validate:"required"`
}

type SmbAttributes

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

func (SmbAttributes) Domain

func (s SmbAttributes) Domain() terra.StringValue

func (SmbAttributes) InternalRef

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

func (SmbAttributes) InternalTokens

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

func (SmbAttributes) InternalWithRef

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

func (SmbAttributes) MountOptions

func (SmbAttributes) Password

func (s SmbAttributes) Password() terra.StringValue

func (SmbAttributes) User

func (s SmbAttributes) User() terra.StringValue

type SmbMountOptions

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

type SmbMountOptionsAttributes

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

func (SmbMountOptionsAttributes) InternalRef

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

func (SmbMountOptionsAttributes) InternalTokens

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

func (SmbMountOptionsAttributes) InternalWithRef

func (SmbMountOptionsAttributes) Version

type SmbMountOptionsState

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

type SmbState

type SmbState struct {
	Domain       string                 `json:"domain"`
	Password     string                 `json:"password"`
	User         string                 `json:"user"`
	MountOptions []SmbMountOptionsState `json:"mount_options"`
}

Jump to

Keyboard shortcuts

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