package snapshot

import "github.com/vmware/govmomi/cli/vm/snapshot"

Index

Types

type SnapshotRecord

type SnapshotRecord struct {
	CreateTime        *time.Time       `json:"createTime,omitempty"`
	Id                *string          `json:"id,omitempty"`
	Size              *int             `json:"size,omitempty"`
	Name              string           `json:"name"`
	Description       *string          `json:"description,omitempty"`
	IsCurrent         bool             `json:"current"`
	ChildSnapshotList []SnapshotRecord `json:"childSnapshotList"`
}

Source Files

create.go remove.go revert.go tree.go

Version
v0.48.1 (latest)
Published
Feb 11, 2025
Platform
linux/amd64
Imports
13 packages
Last checked
2 months ago

Tools for package owners.