package option
import "github.com/vmware/govmomi/cli/option"
Index ¶
- Variables
- type List
- func (cmd *List) Description() string
- func (cmd *List) Process(ctx context.Context) error
- func (cmd *List) Query(ctx context.Context, f *flag.FlagSet, m *object.OptionManager) error
- func (cmd *List) Register(ctx context.Context, f *flag.FlagSet)
- func (cmd *List) Run(ctx context.Context, f *flag.FlagSet) error
- func (cmd *List) Usage() string
- type Set
- func (cmd *Set) Description() string
- func (cmd *Set) Process(ctx context.Context) error
- func (cmd *Set) Register(ctx context.Context, f *flag.FlagSet)
- func (cmd *Set) Run(ctx context.Context, f *flag.FlagSet) error
- func (cmd *Set) Update(ctx context.Context, f *flag.FlagSet, m *object.OptionManager) error
- func (cmd *Set) Usage() string
Variables ¶
var ListDescription = `List option with the given NAME.
If NAME ends with a dot, all options for that subtree are listed.`
var SetDescription = `Set option NAME to VALUE.`
Types ¶
type List ¶
type List struct { *flags.ClientFlag *flags.OutputFlag }
func (*List) Description ¶
func (*List) Process ¶
func (*List) Query ¶
func (*List) Register ¶
func (*List) Run ¶
func (*List) Usage ¶
type Set ¶
type Set struct { *flags.ClientFlag }
func (*Set) Description ¶
func (*Set) Process ¶
func (*Set) Register ¶
func (*Set) Run ¶
func (*Set) Update ¶
func (*Set) Usage ¶
Source Files ¶
- Version
- v0.48.1 (latest)
- Published
- Feb 11, 2025
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 2 months ago –
Tools for package owners.