Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveFlag ¶
type ArchiveFlag struct {
Archive
}
ArchiveFlag doesn't register any flags; only encapsulates some common archive related functionality.
func (*ArchiveFlag) Process ¶
func (f *ArchiveFlag) Process() error
func (*ArchiveFlag) ReadEnvelope ¶
func (f *ArchiveFlag) ReadEnvelope(fpath string) (*ovf.Envelope, error)
func (*ArchiveFlag) Register ¶
func (f *ArchiveFlag) Register(fs *flag.FlagSet)
type FileArchive ¶
type FileArchive struct {
// contains filtered or unexported fields
}
func (*FileArchive) Open ¶
func (t *FileArchive) Open(name string) (io.ReadCloser, int64, error)
type FolderFlag ¶
type FolderFlag struct { *flags.DatacenterFlag // contains filtered or unexported fields }
func (*FolderFlag) Register ¶
func (flag *FolderFlag) Register(f *flag.FlagSet)
type Options ¶
type Options struct { AllDeploymentOptions []string Deployment string AllDiskProvisioningOptions []string DiskProvisioning string AllIPAllocationPolicyOptions []string IPAllocationPolicy string AllIPProtocolOptions []string IPProtocol string PropertyMapping []Property PowerOn bool InjectOvfEnv bool WaitForIP bool }
type OptionsFlag ¶
type OptionsFlag struct { Options Options // contains filtered or unexported fields }
func (*OptionsFlag) Process ¶
func (flag *OptionsFlag) Process() error
func (*OptionsFlag) Register ¶
func (flag *OptionsFlag) Register(f *flag.FlagSet)
type TapeArchive ¶
type TapeArchive struct {
// contains filtered or unexported fields
}
func (*TapeArchive) Open ¶
func (t *TapeArchive) Open(name string) (io.ReadCloser, int64, error)
type TapeArchiveEntry ¶
func (*TapeArchiveEntry) Close ¶
func (t *TapeArchiveEntry) Close() error
Click to show internal directories.
Click to hide internal directories.