efsaccesspoint

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 CreationInfo

type CreationInfo struct {
	// OwnerGid: number, required
	OwnerGid terra.NumberValue `hcl:"owner_gid,attr" validate:"required"`
	// OwnerUid: number, required
	OwnerUid terra.NumberValue `hcl:"owner_uid,attr" validate:"required"`
	// Permissions: string, required
	Permissions terra.StringValue `hcl:"permissions,attr" validate:"required"`
}

type CreationInfoAttributes

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

func (CreationInfoAttributes) InternalRef

func (ci CreationInfoAttributes) InternalRef() (terra.Reference, error)

func (CreationInfoAttributes) InternalTokens

func (ci CreationInfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CreationInfoAttributes) InternalWithRef

func (CreationInfoAttributes) OwnerGid

func (CreationInfoAttributes) OwnerUid

func (CreationInfoAttributes) Permissions

func (ci CreationInfoAttributes) Permissions() terra.StringValue

type CreationInfoState

type CreationInfoState struct {
	OwnerGid    float64 `json:"owner_gid"`
	OwnerUid    float64 `json:"owner_uid"`
	Permissions string  `json:"permissions"`
}

type PosixUser

type PosixUser struct {
	// Gid: number, required
	Gid terra.NumberValue `hcl:"gid,attr" validate:"required"`
	// SecondaryGids: set of number, optional
	SecondaryGids terra.SetValue[terra.NumberValue] `hcl:"secondary_gids,attr"`
	// Uid: number, required
	Uid terra.NumberValue `hcl:"uid,attr" validate:"required"`
}

type PosixUserAttributes

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

func (PosixUserAttributes) Gid

func (PosixUserAttributes) InternalRef

func (pu PosixUserAttributes) InternalRef() (terra.Reference, error)

func (PosixUserAttributes) InternalTokens

func (pu PosixUserAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PosixUserAttributes) InternalWithRef

func (pu PosixUserAttributes) InternalWithRef(ref terra.Reference) PosixUserAttributes

func (PosixUserAttributes) SecondaryGids

func (pu PosixUserAttributes) SecondaryGids() terra.SetValue[terra.NumberValue]

func (PosixUserAttributes) Uid

type PosixUserState

type PosixUserState struct {
	Gid           float64   `json:"gid"`
	SecondaryGids []float64 `json:"secondary_gids"`
	Uid           float64   `json:"uid"`
}

type RootDirectory

type RootDirectory struct {
	// Path: string, optional
	Path terra.StringValue `hcl:"path,attr"`
	// CreationInfo: optional
	CreationInfo *CreationInfo `hcl:"creation_info,block"`
}

type RootDirectoryAttributes

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

func (RootDirectoryAttributes) CreationInfo

func (RootDirectoryAttributes) InternalRef

func (rd RootDirectoryAttributes) InternalRef() (terra.Reference, error)

func (RootDirectoryAttributes) InternalTokens

func (rd RootDirectoryAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RootDirectoryAttributes) InternalWithRef

func (RootDirectoryAttributes) Path

type RootDirectoryState

type RootDirectoryState struct {
	Path         string              `json:"path"`
	CreationInfo []CreationInfoState `json:"creation_info"`
}

Jump to

Keyboard shortcuts

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