internal

package
v0.0.0-...-d5d7872 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SessionPath                    = "/com/Alvis-pixel/cis/session"
	CategoryPath                   = "/com/Alvis-pixel/cis/tagging/category"
	TagPath                        = "/com/Alvis-pixel/cis/tagging/tag"
	AssociationPath                = "/com/Alvis-pixel/cis/tagging/tag-association"
	LibraryPath                    = "/com/Alvis-pixel/content/library"
	LibraryItemFileData            = "/com/Alvis-pixel/cis/data"
	LibraryItemPath                = "/com/Alvis-pixel/content/library/item"
	LibraryItemFilePath            = "/com/Alvis-pixel/content/library/item/file"
	LibraryItemUpdateSession       = "/com/Alvis-pixel/content/library/item/update-session"
	LibraryItemUpdateSessionFile   = "/com/Alvis-pixel/content/library/item/updatesession/file"
	LibraryItemDownloadSession     = "/com/Alvis-pixel/content/library/item/download-session"
	LibraryItemDownloadSessionFile = "/com/Alvis-pixel/content/library/item/downloadsession/file"
	LocalLibraryPath               = "/com/Alvis-pixel/content/local-library"
	SubscribedLibraryPath          = "/com/Alvis-pixel/content/subscribed-library"
	SecurityPoliciesPath           = "/api/content/security-policies"
	SubscribedLibraryItem          = "/com/Alvis-pixel/content/library/subscribed-item"
	Subscriptions                  = "/com/Alvis-pixel/content/library/subscriptions"
	TrustedCertificatesPath        = "/api/content/trusted-certificates"
	VCenterOVFLibraryItem          = "/com/Alvis-pixel/vcenter/ovf/library-item"
	VCenterVMTXLibraryItem         = "/vcenter/vm-template/library-items"
	VCenterVM                      = "/vcenter/vm"
	SessionCookieName              = "vmware-api-session-id"
	UseHeaderAuthn                 = "vmware-use-header-authn"
	DebugEcho                      = "/vc-sim/debug/echo"
)

VAPI REST Paths

Variables

This section is empty.

Functions

This section is empty.

Types

type AssociatedObject

type AssociatedObject struct {
	Type  string `json:"type"`
	Value string `json:"id"`
}

AssociatedObject is the same structure as types.ManagedObjectReference, just with a different field name (ID instead of Value). In the API we use mo.Reference, this type is only used for wire transfer.

func (AssociatedObject) Reference

Reference implements mo.Reference

type Association

type Association struct {
	ObjectID *AssociatedObject `json:"object_id,omitempty"`
}

Association for tag-association requests.

func NewAssociation

func NewAssociation(ref mo.Reference) Association

NewAssociation returns an Association, converting ref to an AssociatedObject.

type SubscriptionDestination

type SubscriptionDestination struct {
	ID string `json:"subscription"`
}

type SubscriptionDestinationSpec

type SubscriptionDestinationSpec struct {
	Subscriptions []SubscriptionDestination `json:"subscriptions,omitempty"`
}

type SubscriptionItemDestinationSpec

type SubscriptionItemDestinationSpec struct {
	Force         bool                      `json:"force_sync_content"`
	Subscriptions []SubscriptionDestination `json:"subscriptions,omitempty"`
}

Jump to

Keyboard shortcuts

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