types

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: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AgencyVMPlacementPolicyVMAntiAffinityNone = AgencyVMPlacementPolicyVMAntiAffinity("none")
	AgencyVMPlacementPolicyVMAntiAffinitySoft = AgencyVMPlacementPolicyVMAntiAffinity("soft")
)
View Source
const (
	AgencyVMPlacementPolicyVMDataAffinityNone = AgencyVMPlacementPolicyVMDataAffinity("none")
	AgencyVMPlacementPolicyVMDataAffinitySoft = AgencyVMPlacementPolicyVMDataAffinity("soft")
)
View Source
const (
	AgentConfigInfoOvfDiskProvisioningNone  = AgentConfigInfoOvfDiskProvisioning("none")
	AgentConfigInfoOvfDiskProvisioningThin  = AgentConfigInfoOvfDiskProvisioning("thin")
	AgentConfigInfoOvfDiskProvisioningThick = AgentConfigInfoOvfDiskProvisioning("thick")
)
View Source
const (
	AgentVmHookVmStateProvisioned = AgentVmHookVmState("provisioned")
	AgentVmHookVmStatePoweredOn   = AgentVmHookVmState("poweredOn")
	AgentVmHookVmStatePrePowerOn  = AgentVmHookVmState("prePowerOn")
)
View Source
const (
	EamObjectRuntimeInfoGoalStateEnabled     = EamObjectRuntimeInfoGoalState("enabled")
	EamObjectRuntimeInfoGoalStateDisabled    = EamObjectRuntimeInfoGoalState("disabled")
	EamObjectRuntimeInfoGoalStateUninstalled = EamObjectRuntimeInfoGoalState("uninstalled")
)
View Source
const (
	EamObjectRuntimeInfoStatusGreen  = EamObjectRuntimeInfoStatus("green")
	EamObjectRuntimeInfoStatusYellow = EamObjectRuntimeInfoStatus("yellow")
	EamObjectRuntimeInfoStatusRed    = EamObjectRuntimeInfoStatus("red")
)
View Source
const (
	EsxAgentManagerMaintenanceModePolicySingleHost    = EsxAgentManagerMaintenanceModePolicy("singleHost")
	EsxAgentManagerMaintenanceModePolicyMultipleHosts = EsxAgentManagerMaintenanceModePolicy("multipleHosts")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AddIssue

type AddIssue AddIssueRequestType

type AddIssueRequestType

type AddIssueRequestType struct {
	This  types.ManagedObjectReference `xml:"_this" json:"_this"`
	Issue BaseIssue                    `xml:"issue,typeattr" json:"issue"`
}

type AddIssueResponse

type AddIssueResponse struct {
	Returnval BaseIssue `xml:"returnval,typeattr" json:"returnval"`
}

type AgencyComputeResourceScope

type AgencyComputeResourceScope struct {
	AgencyScope

	ComputeResource []types.ManagedObjectReference `xml:"computeResource,omitempty" json:"computeResource,omitempty"`
}

type AgencyConfigInfo

type AgencyConfigInfo struct {
	types.DynamicData

	AgentConfig                                   []AgentConfigInfo              `xml:"agentConfig,omitempty" json:"agentConfig,omitempty"`
	Scope                                         BaseAgencyScope                `xml:"scope,omitempty,typeattr" json:"scope,omitempty"`
	ManuallyMarkAgentVmAvailableAfterProvisioning *bool                          `xml:"manuallyMarkAgentVmAvailableAfterProvisioning" json:"manuallyMarkAgentVmAvailableAfterProvisioning,omitempty"`
	ManuallyMarkAgentVmAvailableAfterPowerOn      *bool                          `xml:"manuallyMarkAgentVmAvailableAfterPowerOn" json:"manuallyMarkAgentVmAvailableAfterPowerOn,omitempty"`
	OptimizedDeploymentEnabled                    *bool                          `xml:"optimizedDeploymentEnabled" json:"optimizedDeploymentEnabled,omitempty"`
	AgentName                                     string                         `xml:"agentName,omitempty" json:"agentName,omitempty"`
	AgencyName                                    string                         `xml:"agencyName,omitempty" json:"agencyName,omitempty"`
	UseUuidVmName                                 *bool                          `xml:"useUuidVmName" json:"useUuidVmName,omitempty"`
	ManuallyProvisioned                           *bool                          `xml:"manuallyProvisioned" json:"manuallyProvisioned,omitempty"`
	ManuallyMonitored                             *bool                          `xml:"manuallyMonitored" json:"manuallyMonitored,omitempty"`
	BypassVumEnabled                              *bool                          `xml:"bypassVumEnabled" json:"bypassVumEnabled,omitempty"`
	AgentVmNetwork                                []types.ManagedObjectReference `xml:"agentVmNetwork,omitempty" json:"agentVmNetwork,omitempty"`
	AgentVmDatastore                              []types.ManagedObjectReference `xml:"agentVmDatastore,omitempty" json:"agentVmDatastore,omitempty"`
	PreferHostConfiguration                       *bool                          `xml:"preferHostConfiguration" json:"preferHostConfiguration,omitempty"`
	IpPool                                        *types.IpPool                  `xml:"ipPool,omitempty" json:"ipPool,omitempty"`
	ResourcePools                                 []AgencyVMResourcePool         `xml:"resourcePools,omitempty" json:"resourcePools,omitempty"`
	Folders                                       []AgencyVMFolder               `xml:"folders,omitempty" json:"folders,omitempty"`
}

func (*AgencyConfigInfo) GetAgencyConfigInfo

func (b *AgencyConfigInfo) GetAgencyConfigInfo() *AgencyConfigInfo

type AgencyDisabled

type AgencyDisabled struct {
	AgencyIssue
}

type AgencyIssue

type AgencyIssue struct {
	Issue

	Agency       types.ManagedObjectReference `xml:"agency" json:"agency"`
	AgencyName   string                       `xml:"agencyName" json:"agencyName"`
	SolutionId   string                       `xml:"solutionId" json:"solutionId"`
	SolutionName string                       `xml:"solutionName" json:"solutionName"`
}

func (*AgencyIssue) GetAgencyIssue

func (b *AgencyIssue) GetAgencyIssue() *AgencyIssue

type AgencyQueryRuntime

type AgencyQueryRuntime AgencyQueryRuntimeRequestType

type AgencyQueryRuntimeRequestType

type AgencyQueryRuntimeRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type AgencyQueryRuntimeResponse

type AgencyQueryRuntimeResponse struct {
	Returnval BaseEamObjectRuntimeInfo `xml:"returnval,typeattr" json:"returnval"`
}

type AgencyScope

type AgencyScope struct {
	types.DynamicData
}

func (*AgencyScope) GetAgencyScope

func (b *AgencyScope) GetAgencyScope() *AgencyScope

type AgencyVMFolder

type AgencyVMFolder struct {
	types.DynamicData

	FolderId     types.ManagedObjectReference `xml:"folderId" json:"folderId"`
	DatacenterId types.ManagedObjectReference `xml:"datacenterId" json:"datacenterId"`
}

type AgencyVMPlacementPolicyVMAntiAffinity

type AgencyVMPlacementPolicyVMAntiAffinity string

type AgencyVMPlacementPolicyVMDataAffinity

type AgencyVMPlacementPolicyVMDataAffinity string

type AgencyVMResourcePool

type AgencyVMResourcePool struct {
	types.DynamicData

	ResourcePoolId    types.ManagedObjectReference `xml:"resourcePoolId" json:"resourcePoolId"`
	ComputeResourceId types.ManagedObjectReference `xml:"computeResourceId" json:"computeResourceId"`
}

type Agency_Disable

type Agency_Disable Agency_DisableRequestType

type Agency_DisableRequestType

type Agency_DisableRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type Agency_DisableResponse

type Agency_DisableResponse struct {
}

type Agency_Enable

type Agency_Enable Agency_EnableRequestType

type Agency_EnableRequestType

type Agency_EnableRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type Agency_EnableResponse

type Agency_EnableResponse struct {
}

type AgentConfigInfo

type AgentConfigInfo struct {
	types.DynamicData

	ProductLineId               string                   `xml:"productLineId,omitempty" json:"productLineId,omitempty"`
	HostVersion                 string                   `xml:"hostVersion,omitempty" json:"hostVersion,omitempty"`
	OvfPackageUrl               string                   `xml:"ovfPackageUrl,omitempty" json:"ovfPackageUrl,omitempty"`
	OvfEnvironment              *AgentOvfEnvironmentInfo `xml:"ovfEnvironment,omitempty" json:"ovfEnvironment,omitempty"`
	VibUrl                      string                   `xml:"vibUrl,omitempty" json:"vibUrl,omitempty"`
	VibMatchingRules            []AgentVibMatchingRule   `xml:"vibMatchingRules,omitempty" json:"vibMatchingRules,omitempty"`
	VibName                     string                   `xml:"vibName,omitempty" json:"vibName,omitempty"`
	DvFilterEnabled             *bool                    `xml:"dvFilterEnabled" json:"dvFilterEnabled,omitempty"`
	RebootHostAfterVibUninstall *bool                    `xml:"rebootHostAfterVibUninstall" json:"rebootHostAfterVibUninstall,omitempty"`
	VmciService                 []string                 `xml:"vmciService,omitempty" json:"vmciService,omitempty"`
	OvfDiskProvisioning         string                   `xml:"ovfDiskProvisioning,omitempty" json:"ovfDiskProvisioning,omitempty"`
	VmStoragePolicies           []BaseAgentStoragePolicy `xml:"vmStoragePolicies,omitempty,typeattr" json:"vmStoragePolicies,omitempty"`
}

type AgentConfigInfoOvfDiskProvisioning

type AgentConfigInfoOvfDiskProvisioning string

type AgentIssue

type AgentIssue struct {
	AgencyIssue

	Agent     types.ManagedObjectReference `xml:"agent" json:"agent"`
	AgentName string                       `xml:"agentName" json:"agentName"`
	Host      types.ManagedObjectReference `xml:"host" json:"host"`
	HostName  string                       `xml:"hostName" json:"hostName"`
}

func (*AgentIssue) GetAgentIssue

func (b *AgentIssue) GetAgentIssue() *AgentIssue

type AgentOvfEnvironmentInfo

type AgentOvfEnvironmentInfo struct {
	types.DynamicData

	OvfProperty []AgentOvfEnvironmentInfoOvfProperty `xml:"ovfProperty,omitempty" json:"ovfProperty,omitempty"`
}

type AgentOvfEnvironmentInfoOvfProperty

type AgentOvfEnvironmentInfoOvfProperty struct {
	types.DynamicData

	Key   string `xml:"key" json:"key"`
	Value string `xml:"value" json:"value"`
}

type AgentQueryConfig

type AgentQueryConfig AgentQueryConfigRequestType

type AgentQueryConfigRequestType

type AgentQueryConfigRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type AgentQueryConfigResponse

type AgentQueryConfigResponse struct {
	Returnval AgentConfigInfo `xml:"returnval" json:"returnval"`
}

type AgentQueryRuntime

type AgentQueryRuntime AgentQueryRuntimeRequestType

type AgentQueryRuntimeRequestType

type AgentQueryRuntimeRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type AgentQueryRuntimeResponse

type AgentQueryRuntimeResponse struct {
	Returnval AgentRuntimeInfo `xml:"returnval" json:"returnval"`
}

type AgentRuntimeInfo

type AgentRuntimeInfo struct {
	EamObjectRuntimeInfo

	VmPowerState         types.VirtualMachinePowerState `xml:"vmPowerState" json:"vmPowerState"`
	ReceivingHeartBeat   bool                           `xml:"receivingHeartBeat" json:"receivingHeartBeat"`
	Host                 *types.ManagedObjectReference  `xml:"host,omitempty" json:"host,omitempty"`
	Vm                   *types.ManagedObjectReference  `xml:"vm,omitempty" json:"vm,omitempty"`
	VmIp                 string                         `xml:"vmIp,omitempty" json:"vmIp,omitempty"`
	VmName               string                         `xml:"vmName" json:"vmName"`
	EsxAgentResourcePool *types.ManagedObjectReference  `xml:"esxAgentResourcePool,omitempty" json:"esxAgentResourcePool,omitempty"`
	EsxAgentFolder       *types.ManagedObjectReference  `xml:"esxAgentFolder,omitempty" json:"esxAgentFolder,omitempty"`
	InstalledBulletin    []string                       `xml:"installedBulletin,omitempty" json:"installedBulletin,omitempty"`
	InstalledVibs        []VibVibInfo                   `xml:"installedVibs,omitempty" json:"installedVibs,omitempty"`
	Agency               *types.ManagedObjectReference  `xml:"agency,omitempty" json:"agency,omitempty"`
	VmHook               *AgentVmHook                   `xml:"vmHook,omitempty" json:"vmHook,omitempty"`
}

type AgentStoragePolicy

type AgentStoragePolicy struct {
	types.DynamicData
}

func (*AgentStoragePolicy) GetAgentStoragePolicy

func (b *AgentStoragePolicy) GetAgentStoragePolicy() *AgentStoragePolicy

type AgentVibMatchingRule

type AgentVibMatchingRule struct {
	types.DynamicData

	VibNameRegex    string `xml:"vibNameRegex" json:"vibNameRegex"`
	VibVersionRegex string `xml:"vibVersionRegex" json:"vibVersionRegex"`
}

type AgentVmHook

type AgentVmHook struct {
	types.DynamicData

	Vm      types.ManagedObjectReference `xml:"vm" json:"vm"`
	VmState string                       `xml:"vmState" json:"vmState"`
}

type AgentVmHookVmState

type AgentVmHookVmState string

type AgentVsanStoragePolicy

type AgentVsanStoragePolicy struct {
	AgentStoragePolicy

	ProfileId string `xml:"profileId" json:"profileId"`
}

type ArrayOfAgencyVMFolder

type ArrayOfAgencyVMFolder struct {
	AgencyVMFolder []AgencyVMFolder `xml:"AgencyVMFolder,omitempty" json:"_value"`
}

type ArrayOfAgencyVMResourcePool

type ArrayOfAgencyVMResourcePool struct {
	AgencyVMResourcePool []AgencyVMResourcePool `xml:"AgencyVMResourcePool,omitempty" json:"_value"`
}

type ArrayOfAgentConfigInfo

type ArrayOfAgentConfigInfo struct {
	AgentConfigInfo []AgentConfigInfo `xml:"AgentConfigInfo,omitempty" json:"_value"`
}

type ArrayOfAgentOvfEnvironmentInfoOvfProperty

type ArrayOfAgentOvfEnvironmentInfoOvfProperty struct {
	AgentOvfEnvironmentInfoOvfProperty []AgentOvfEnvironmentInfoOvfProperty `xml:"AgentOvfEnvironmentInfoOvfProperty,omitempty" json:"_value"`
}

type ArrayOfAgentStoragePolicy

type ArrayOfAgentStoragePolicy struct {
	AgentStoragePolicy []BaseAgentStoragePolicy `xml:"AgentStoragePolicy,omitempty,typeattr" json:"_value"`
}

type ArrayOfAgentVibMatchingRule

type ArrayOfAgentVibMatchingRule struct {
	AgentVibMatchingRule []AgentVibMatchingRule `xml:"AgentVibMatchingRule,omitempty" json:"_value"`
}

type ArrayOfIssue

type ArrayOfIssue struct {
	Issue []BaseIssue `xml:"Issue,omitempty,typeattr" json:"_value"`
}

type ArrayOfVibVibInfo

type ArrayOfVibVibInfo struct {
	VibVibInfo []VibVibInfo `xml:"VibVibInfo,omitempty" json:"_value"`
}

type BaseAgencyConfigInfo

type BaseAgencyConfigInfo interface {
	GetAgencyConfigInfo() *AgencyConfigInfo
}

type BaseAgencyIssue

type BaseAgencyIssue interface {
	GetAgencyIssue() *AgencyIssue
}

type BaseAgencyScope

type BaseAgencyScope interface {
	GetAgencyScope() *AgencyScope
}

type BaseAgentIssue

type BaseAgentIssue interface {
	GetAgentIssue() *AgentIssue
}

type BaseAgentStoragePolicy

type BaseAgentStoragePolicy interface {
	GetAgentStoragePolicy() *AgentStoragePolicy
}

type BaseClusterAgentAgentIssue

type BaseClusterAgentAgentIssue interface {
	GetClusterAgentAgentIssue() *ClusterAgentAgentIssue
}

type BaseClusterAgentVmIssue

type BaseClusterAgentVmIssue interface {
	GetClusterAgentVmIssue() *ClusterAgentVmIssue
}

type BaseClusterAgentVmNotDeployed

type BaseClusterAgentVmNotDeployed interface {
	GetClusterAgentVmNotDeployed() *ClusterAgentVmNotDeployed
}

type BaseClusterAgentVmPoweredOff

type BaseClusterAgentVmPoweredOff interface {
	GetClusterAgentVmPoweredOff() *ClusterAgentVmPoweredOff
}

type BaseEamAppFault

type BaseEamAppFault interface {
	GetEamAppFault() *EamAppFault
}

type BaseEamFault

type BaseEamFault interface {
	GetEamFault() *EamFault
}

type BaseEamObjectRuntimeInfo

type BaseEamObjectRuntimeInfo interface {
	GetEamObjectRuntimeInfo() *EamObjectRuntimeInfo
}

type BaseEamRuntimeFault

type BaseEamRuntimeFault interface {
	GetEamRuntimeFault() *EamRuntimeFault
}

type BaseHostIssue

type BaseHostIssue interface {
	GetHostIssue() *HostIssue
}

type BaseIntegrityAgencyVUMIssue

type BaseIntegrityAgencyVUMIssue interface {
	GetIntegrityAgencyVUMIssue() *IntegrityAgencyVUMIssue
}

type BaseIssue

type BaseIssue interface {
	GetIssue() *Issue
}

type BaseNoAgentVmDatastore

type BaseNoAgentVmDatastore interface {
	GetNoAgentVmDatastore() *NoAgentVmDatastore
}

type BaseNoAgentVmNetwork

type BaseNoAgentVmNetwork interface {
	GetNoAgentVmNetwork() *NoAgentVmNetwork
}

type BasePersonalityAgencyDepotIssue

type BasePersonalityAgencyDepotIssue interface {
	GetPersonalityAgencyDepotIssue() *PersonalityAgencyDepotIssue
}

type BasePersonalityAgencyPMIssue

type BasePersonalityAgencyPMIssue interface {
	GetPersonalityAgencyPMIssue() *PersonalityAgencyPMIssue
}

type BasePersonalityAgentPMIssue

type BasePersonalityAgentPMIssue interface {
	GetPersonalityAgentPMIssue() *PersonalityAgentPMIssue
}

type BaseVibIssue

type BaseVibIssue interface {
	GetVibIssue() *VibIssue
}

type BaseVibNotInstalled

type BaseVibNotInstalled interface {
	GetVibNotInstalled() *VibNotInstalled
}

type BaseVmDeployed

type BaseVmDeployed interface {
	GetVmDeployed() *VmDeployed
}

type BaseVmIssue

type BaseVmIssue interface {
	GetVmIssue() *VmIssue
}

type BaseVmNotDeployed

type BaseVmNotDeployed interface {
	GetVmNotDeployed() *VmNotDeployed
}

type BaseVmPoweredOff

type BaseVmPoweredOff interface {
	GetVmPoweredOff() *VmPoweredOff
}

type CannotAccessAgentOVF

type CannotAccessAgentOVF struct {
	VmNotDeployed

	DownloadUrl string `xml:"downloadUrl" json:"downloadUrl"`
}

type CannotAccessAgentVib

type CannotAccessAgentVib struct {
	VibNotInstalled

	DownloadUrl string `xml:"downloadUrl" json:"downloadUrl"`
}

type ClusterAgentAgentIssue

type ClusterAgentAgentIssue struct {
	AgencyIssue

	Agent   types.ManagedObjectReference  `xml:"agent" json:"agent"`
	Cluster *types.ManagedObjectReference `xml:"cluster,omitempty" json:"cluster,omitempty"`
}

func (*ClusterAgentAgentIssue) GetClusterAgentAgentIssue

func (b *ClusterAgentAgentIssue) GetClusterAgentAgentIssue() *ClusterAgentAgentIssue

type ClusterAgentInsufficientClusterResources

type ClusterAgentInsufficientClusterResources struct {
	ClusterAgentVmPoweredOff
}

type ClusterAgentInsufficientClusterSpace

type ClusterAgentInsufficientClusterSpace struct {
	ClusterAgentVmNotDeployed
}

type ClusterAgentInvalidConfig

type ClusterAgentInvalidConfig struct {
	ClusterAgentVmIssue

	Error types.AnyType `xml:"error,typeattr" json:"error"`
}

type ClusterAgentMissingClusterVmDatastore

type ClusterAgentMissingClusterVmDatastore struct {
	ClusterAgentVmNotDeployed

	MissingDatastores []types.ManagedObjectReference `xml:"missingDatastores,omitempty" json:"missingDatastores,omitempty"`
}

type ClusterAgentMissingClusterVmNetwork

type ClusterAgentMissingClusterVmNetwork struct {
	ClusterAgentVmNotDeployed

	MissingNetworks []types.ManagedObjectReference `xml:"missingNetworks,omitempty" json:"missingNetworks,omitempty"`
	NetworkNames    []string                       `xml:"networkNames,omitempty" json:"networkNames,omitempty"`
}

type ClusterAgentOvfInvalidProperty

type ClusterAgentOvfInvalidProperty struct {
	ClusterAgentAgentIssue

	Error []types.LocalizedMethodFault `xml:"error,omitempty" json:"error,omitempty"`
}

type ClusterAgentVmIssue

type ClusterAgentVmIssue struct {
	ClusterAgentAgentIssue

	Vm types.ManagedObjectReference `xml:"vm" json:"vm"`
}

func (*ClusterAgentVmIssue) GetClusterAgentVmIssue

func (b *ClusterAgentVmIssue) GetClusterAgentVmIssue() *ClusterAgentVmIssue

type ClusterAgentVmNotDeployed

type ClusterAgentVmNotDeployed struct {
	ClusterAgentAgentIssue
}

func (*ClusterAgentVmNotDeployed) GetClusterAgentVmNotDeployed

func (b *ClusterAgentVmNotDeployed) GetClusterAgentVmNotDeployed() *ClusterAgentVmNotDeployed

type ClusterAgentVmNotRemoved

type ClusterAgentVmNotRemoved struct {
	ClusterAgentVmIssue
}

type ClusterAgentVmPoweredOff

type ClusterAgentVmPoweredOff struct {
	ClusterAgentVmIssue
}

func (*ClusterAgentVmPoweredOff) GetClusterAgentVmPoweredOff

func (b *ClusterAgentVmPoweredOff) GetClusterAgentVmPoweredOff() *ClusterAgentVmPoweredOff

type ClusterAgentVmPoweredOn

type ClusterAgentVmPoweredOn struct {
	ClusterAgentVmIssue
}

type ClusterAgentVmSuspended

type ClusterAgentVmSuspended struct {
	ClusterAgentVmIssue
}

type CreateAgency

type CreateAgency CreateAgencyRequestType

type CreateAgencyRequestType

type CreateAgencyRequestType struct {
	This             types.ManagedObjectReference `xml:"_this" json:"_this"`
	AgencyConfigInfo BaseAgencyConfigInfo         `xml:"agencyConfigInfo,typeattr" json:"agencyConfigInfo"`
	InitialGoalState string                       `xml:"initialGoalState" json:"initialGoalState"`
}

type CreateAgencyResponse

type CreateAgencyResponse struct {
	Returnval types.ManagedObjectReference `xml:"returnval" json:"returnval"`
}

type DestroyAgency

type DestroyAgency DestroyAgencyRequestType

type DestroyAgencyRequestType

type DestroyAgencyRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type DestroyAgencyResponse

type DestroyAgencyResponse struct {
}

type DisabledClusterFault

type DisabledClusterFault struct {
	EamAppFault

	DisabledComputeResource []types.ManagedObjectReference `xml:"disabledComputeResource,omitempty" json:"disabledComputeResource,omitempty"`
}

type DisabledClusterFaultFault

type DisabledClusterFaultFault DisabledClusterFault

type EamAppFault

type EamAppFault struct {
	EamRuntimeFault
}

func (*EamAppFault) GetEamAppFault

func (b *EamAppFault) GetEamAppFault() *EamAppFault

type EamAppFaultFault

type EamAppFaultFault BaseEamAppFault

type EamFault

type EamFault struct {
	types.MethodFault
}

func (*EamFault) GetEamFault

func (b *EamFault) GetEamFault() *EamFault

type EamFaultFault

type EamFaultFault BaseEamFault

type EamIOFault

type EamIOFault struct {
	EamRuntimeFault
}

type EamIOFaultFault

type EamIOFaultFault EamIOFault

type EamInvalidLogin

type EamInvalidLogin struct {
	EamRuntimeFault
}

type EamInvalidLoginFault

type EamInvalidLoginFault EamInvalidLogin

type EamInvalidState

type EamInvalidState struct {
	EamAppFault
}

type EamInvalidStateFault

type EamInvalidStateFault EamInvalidState

type EamInvalidVibPackage

type EamInvalidVibPackage struct {
	EamRuntimeFault
}

type EamInvalidVibPackageFault

type EamInvalidVibPackageFault EamInvalidVibPackage

type EamObjectRuntimeInfo

type EamObjectRuntimeInfo struct {
	types.DynamicData

	Status    string                       `xml:"status" json:"status"`
	Issue     []BaseIssue                  `xml:"issue,omitempty,typeattr" json:"issue,omitempty"`
	GoalState string                       `xml:"goalState" json:"goalState"`
	Entity    types.ManagedObjectReference `xml:"entity" json:"entity"`
}

func (*EamObjectRuntimeInfo) GetEamObjectRuntimeInfo

func (b *EamObjectRuntimeInfo) GetEamObjectRuntimeInfo() *EamObjectRuntimeInfo

type EamObjectRuntimeInfoGoalState

type EamObjectRuntimeInfoGoalState string

type EamObjectRuntimeInfoStatus

type EamObjectRuntimeInfoStatus string

type EamRuntimeFault

type EamRuntimeFault struct {
	types.RuntimeFault
}

func (*EamRuntimeFault) GetEamRuntimeFault

func (b *EamRuntimeFault) GetEamRuntimeFault() *EamRuntimeFault

type EamRuntimeFaultFault

type EamRuntimeFaultFault BaseEamRuntimeFault

type EamServiceNotInitialized

type EamServiceNotInitialized struct {
	EamRuntimeFault
}

type EamServiceNotInitializedFault

type EamServiceNotInitializedFault EamServiceNotInitialized

type EamSystemFault

type EamSystemFault struct {
	EamRuntimeFault
}

type EamSystemFaultFault

type EamSystemFaultFault EamSystemFault

type EsxAgentManagerMaintenanceModePolicy

type EsxAgentManagerMaintenanceModePolicy string

type ExtensibleIssue

type ExtensibleIssue struct {
	Issue

	TypeId   string                        `xml:"typeId" json:"typeId"`
	Argument []types.KeyAnyValue           `xml:"argument,omitempty" json:"argument,omitempty"`
	Target   *types.ManagedObjectReference `xml:"target,omitempty" json:"target,omitempty"`
	Agent    *types.ManagedObjectReference `xml:"agent,omitempty" json:"agent,omitempty"`
	Agency   *types.ManagedObjectReference `xml:"agency,omitempty" json:"agency,omitempty"`
}

type GetMaintenanceModePolicyRequestType

type GetMaintenanceModePolicyRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type GetMaintenanceModePolicyResponse

type GetMaintenanceModePolicyResponse struct {
	Returnval string `xml:"returnval" json:"returnval"`
}

type HostInMaintenanceMode

type HostInMaintenanceMode struct {
	VmDeployed
}

type HostInStandbyMode

type HostInStandbyMode struct {
	VmDeployed
}

type HostIssue

type HostIssue struct {
	Issue

	Host types.ManagedObjectReference `xml:"host" json:"host"`
}

func (*HostIssue) GetHostIssue

func (b *HostIssue) GetHostIssue() *HostIssue

type HostPoweredOff

type HostPoweredOff struct {
	VmDeployed
}

type ImmediateHostRebootRequired

type ImmediateHostRebootRequired struct {
	VibIssue
}

type IncompatibleHostVersion

type IncompatibleHostVersion struct {
	VmNotDeployed
}

type InsufficientIpAddresses

type InsufficientIpAddresses struct {
	VmPoweredOff

	Network types.ManagedObjectReference `xml:"network" json:"network"`
}

type InsufficientResources

type InsufficientResources struct {
	VmNotDeployed
}

type InsufficientSpace

type InsufficientSpace struct {
	VmNotDeployed
}

type IntegrityAgencyCannotDeleteSoftware

type IntegrityAgencyCannotDeleteSoftware struct {
	IntegrityAgencyVUMIssue
}

type IntegrityAgencyCannotStageSoftware

type IntegrityAgencyCannotStageSoftware struct {
	IntegrityAgencyVUMIssue
}

type IntegrityAgencyVUMIssue

type IntegrityAgencyVUMIssue struct {
	AgencyIssue
}

func (*IntegrityAgencyVUMIssue) GetIntegrityAgencyVUMIssue

func (b *IntegrityAgencyVUMIssue) GetIntegrityAgencyVUMIssue() *IntegrityAgencyVUMIssue

type IntegrityAgencyVUMUnavailable

type IntegrityAgencyVUMUnavailable struct {
	IntegrityAgencyVUMIssue
}

type InvalidAgencyScope

type InvalidAgencyScope struct {
	EamFault

	UnknownComputeResource []types.ManagedObjectReference `xml:"unknownComputeResource,omitempty" json:"unknownComputeResource,omitempty"`
}

type InvalidAgencyScopeFault

type InvalidAgencyScopeFault InvalidAgencyScope

type InvalidAgentConfiguration

type InvalidAgentConfiguration struct {
	EamFault

	InvalidAgentConfiguration *AgentConfigInfo `xml:"invalidAgentConfiguration,omitempty" json:"invalidAgentConfiguration,omitempty"`
	InvalidField              string           `xml:"invalidField,omitempty" json:"invalidField,omitempty"`
}

type InvalidAgentConfigurationFault

type InvalidAgentConfigurationFault InvalidAgentConfiguration

type InvalidConfig

type InvalidConfig struct {
	VmIssue

	Error types.AnyType `xml:"error,typeattr" json:"error"`
}

type InvalidUrl

type InvalidUrl struct {
	EamFault

	Url               string `xml:"url" json:"url"`
	MalformedUrl      bool   `xml:"malformedUrl" json:"malformedUrl"`
	UnknownHost       bool   `xml:"unknownHost" json:"unknownHost"`
	ConnectionRefused bool   `xml:"connectionRefused" json:"connectionRefused"`
	ResponseCode      int32  `xml:"responseCode,omitempty" json:"responseCode,omitempty"`
}

type InvalidUrlFault

type InvalidUrlFault InvalidUrl

type Issue

type Issue struct {
	types.DynamicData

	Key         int32     `xml:"key" json:"key"`
	Description string    `xml:"description" json:"description"`
	Time        time.Time `xml:"time" json:"time"`
}

func (*Issue) GetIssue

func (b *Issue) GetIssue() *Issue

type ManagedHostNotReachable

type ManagedHostNotReachable struct {
	AgentIssue
}

type MarkAsAvailable

type MarkAsAvailable MarkAsAvailableRequestType

type MarkAsAvailableRequestType

type MarkAsAvailableRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type MarkAsAvailableResponse

type MarkAsAvailableResponse struct {
}

type MissingAgentIpPool

type MissingAgentIpPool struct {
	VmPoweredOff

	Network types.ManagedObjectReference `xml:"network" json:"network"`
}

type MissingDvFilterSwitch

type MissingDvFilterSwitch struct {
	AgentIssue
}

type NoAgentVmDatastore

type NoAgentVmDatastore struct {
	VmNotDeployed
}

func (*NoAgentVmDatastore) GetNoAgentVmDatastore

func (b *NoAgentVmDatastore) GetNoAgentVmDatastore() *NoAgentVmDatastore

type NoAgentVmNetwork

type NoAgentVmNetwork struct {
	VmNotDeployed
}

func (*NoAgentVmNetwork) GetNoAgentVmNetwork

func (b *NoAgentVmNetwork) GetNoAgentVmNetwork() *NoAgentVmNetwork

type NoConnectionToVCenter

type NoConnectionToVCenter struct {
	EamRuntimeFault
}

type NoConnectionToVCenterFault

type NoConnectionToVCenterFault NoConnectionToVCenter

type NoCustomAgentVmDatastore

type NoCustomAgentVmDatastore struct {
	NoAgentVmDatastore

	CustomAgentVmDatastore     []types.ManagedObjectReference `xml:"customAgentVmDatastore" json:"customAgentVmDatastore"`
	CustomAgentVmDatastoreName []string                       `xml:"customAgentVmDatastoreName" json:"customAgentVmDatastoreName"`
}

type NoCustomAgentVmNetwork

type NoCustomAgentVmNetwork struct {
	NoAgentVmNetwork

	CustomAgentVmNetwork     []types.ManagedObjectReference `xml:"customAgentVmNetwork" json:"customAgentVmNetwork"`
	CustomAgentVmNetworkName []string                       `xml:"customAgentVmNetworkName" json:"customAgentVmNetworkName"`
}

type NoDiscoverableAgentVmDatastore

type NoDiscoverableAgentVmDatastore struct {
	VmNotDeployed
}

type NoDiscoverableAgentVmNetwork

type NoDiscoverableAgentVmNetwork struct {
	VmNotDeployed
}

type NotAuthorized

type NotAuthorized struct {
	EamRuntimeFault
}

type NotAuthorizedFault

type NotAuthorizedFault NotAuthorized

type OrphanedAgency

type OrphanedAgency struct {
	AgencyIssue
}

type OrphanedDvFilterSwitch

type OrphanedDvFilterSwitch struct {
	HostIssue
}

type OvfInvalidFormat

type OvfInvalidFormat struct {
	VmNotDeployed

	Error []types.LocalizedMethodFault `xml:"error,omitempty" json:"error,omitempty"`
}

type OvfInvalidProperty

type OvfInvalidProperty struct {
	AgentIssue

	Error []types.LocalizedMethodFault `xml:"error,omitempty" json:"error,omitempty"`
}

type PersonalityAgencyCannotConfigureSolutions

type PersonalityAgencyCannotConfigureSolutions struct {
	PersonalityAgencyPMIssue

	Cr                types.ManagedObjectReference `xml:"cr" json:"cr"`
	SolutionsToModify []string                     `xml:"solutionsToModify,omitempty" json:"solutionsToModify,omitempty"`
	SolutionsToRemove []string                     `xml:"solutionsToRemove,omitempty" json:"solutionsToRemove,omitempty"`
}

type PersonalityAgencyCannotUploadDepot

type PersonalityAgencyCannotUploadDepot struct {
	PersonalityAgencyDepotIssue

	LocalDepotUrl string `xml:"localDepotUrl" json:"localDepotUrl"`
}

type PersonalityAgencyDepotIssue

type PersonalityAgencyDepotIssue struct {
	PersonalityAgencyPMIssue

	RemoteDepotUrl string `xml:"remoteDepotUrl" json:"remoteDepotUrl"`
}

func (*PersonalityAgencyDepotIssue) GetPersonalityAgencyDepotIssue

func (b *PersonalityAgencyDepotIssue) GetPersonalityAgencyDepotIssue() *PersonalityAgencyDepotIssue

type PersonalityAgencyInaccessibleDepot

type PersonalityAgencyInaccessibleDepot struct {
	PersonalityAgencyDepotIssue
}

type PersonalityAgencyInvalidDepot

type PersonalityAgencyInvalidDepot struct {
	PersonalityAgencyDepotIssue
}

type PersonalityAgencyPMIssue

type PersonalityAgencyPMIssue struct {
	AgencyIssue
}

func (*PersonalityAgencyPMIssue) GetPersonalityAgencyPMIssue

func (b *PersonalityAgencyPMIssue) GetPersonalityAgencyPMIssue() *PersonalityAgencyPMIssue

type PersonalityAgencyPMUnavailable

type PersonalityAgencyPMUnavailable struct {
	PersonalityAgencyPMIssue
}

type PersonalityAgentAwaitingPMRemediation

type PersonalityAgentAwaitingPMRemediation struct {
	PersonalityAgentPMIssue
}

type PersonalityAgentBlockedByAgencyOperation

type PersonalityAgentBlockedByAgencyOperation struct {
	PersonalityAgentPMIssue
}

type PersonalityAgentPMIssue

type PersonalityAgentPMIssue struct {
	AgentIssue
}

func (*PersonalityAgentPMIssue) GetPersonalityAgentPMIssue

func (b *PersonalityAgentPMIssue) GetPersonalityAgentPMIssue() *PersonalityAgentPMIssue

type QueryAgency

type QueryAgency QueryAgencyRequestType

type QueryAgencyRequestType

type QueryAgencyRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type QueryAgencyResponse

type QueryAgencyResponse struct {
	Returnval []types.ManagedObjectReference `xml:"returnval,omitempty" json:"returnval,omitempty"`
}

type QueryAgent

type QueryAgent QueryAgentRequestType

type QueryAgentRequestType

type QueryAgentRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type QueryAgentResponse

type QueryAgentResponse struct {
	Returnval []types.ManagedObjectReference `xml:"returnval,omitempty" json:"returnval,omitempty"`
}

type QueryConfig

type QueryConfig QueryConfigRequestType

type QueryConfigRequestType

type QueryConfigRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type QueryConfigResponse

type QueryConfigResponse struct {
	Returnval BaseAgencyConfigInfo `xml:"returnval,typeattr" json:"returnval"`
}

type QueryIssue

type QueryIssue QueryIssueRequestType

type QueryIssueRequestType

type QueryIssueRequestType struct {
	This     types.ManagedObjectReference `xml:"_this" json:"_this"`
	IssueKey []int32                      `xml:"issueKey,omitempty" json:"issueKey,omitempty"`
}

type QueryIssueResponse

type QueryIssueResponse struct {
	Returnval []BaseIssue `xml:"returnval,omitempty,typeattr" json:"returnval,omitempty"`
}

type QuerySolutionId

type QuerySolutionId QuerySolutionIdRequestType

type QuerySolutionIdRequestType

type QuerySolutionIdRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type QuerySolutionIdResponse

type QuerySolutionIdResponse struct {
	Returnval string `xml:"returnval" json:"returnval"`
}

type RegisterAgentVm

type RegisterAgentVm RegisterAgentVmRequestType

type RegisterAgentVmRequestType

type RegisterAgentVmRequestType struct {
	This    types.ManagedObjectReference `xml:"_this" json:"_this"`
	AgentVm types.ManagedObjectReference `xml:"agentVm" json:"agentVm"`
}

type RegisterAgentVmResponse

type RegisterAgentVmResponse struct {
	Returnval types.ManagedObjectReference `xml:"returnval" json:"returnval"`
}

type Resolve

type Resolve ResolveRequestType

type ResolveAll

type ResolveAll ResolveAllRequestType

type ResolveAllRequestType

type ResolveAllRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type ResolveAllResponse

type ResolveAllResponse struct {
}

type ResolveRequestType

type ResolveRequestType struct {
	This     types.ManagedObjectReference `xml:"_this" json:"_this"`
	IssueKey []int32                      `xml:"issueKey" json:"issueKey"`
}

type ResolveResponse

type ResolveResponse struct {
	Returnval []int32 `xml:"returnval,omitempty" json:"returnval,omitempty"`
}

type ScanForUnknownAgentVmRequestType

type ScanForUnknownAgentVmRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type ScanForUnknownAgentVmResponse

type ScanForUnknownAgentVmResponse struct {
}

type SetMaintenanceModePolicyRequestType

type SetMaintenanceModePolicyRequestType struct {
	This   types.ManagedObjectReference `xml:"_this" json:"_this"`
	Policy string                       `xml:"policy" json:"policy"`
}

type SetMaintenanceModePolicyResponse

type SetMaintenanceModePolicyResponse struct {
}

type Uninstall

type Uninstall UninstallRequestType

type UninstallRequestType

type UninstallRequestType struct {
	This types.ManagedObjectReference `xml:"_this" json:"_this"`
}

type UninstallResponse

type UninstallResponse struct {
}

type UnknownAgentVm

type UnknownAgentVm struct {
	HostIssue

	Vm types.ManagedObjectReference `xml:"vm" json:"vm"`
}

type UnregisterAgentVm

type UnregisterAgentVm UnregisterAgentVmRequestType

type UnregisterAgentVmRequestType

type UnregisterAgentVmRequestType struct {
	This    types.ManagedObjectReference `xml:"_this" json:"_this"`
	AgentVm types.ManagedObjectReference `xml:"agentVm" json:"agentVm"`
}

type UnregisterAgentVmResponse

type UnregisterAgentVmResponse struct {
}

type Update

type Update UpdateRequestType

type UpdateRequestType

type UpdateRequestType struct {
	This   types.ManagedObjectReference `xml:"_this" json:"_this"`
	Config BaseAgencyConfigInfo         `xml:"config,typeattr" json:"config"`
}

type UpdateResponse

type UpdateResponse struct {
}

type VersionURI

type VersionURI string

type VibCannotPutHostInMaintenanceMode

type VibCannotPutHostInMaintenanceMode struct {
	VibIssue
}

type VibCannotPutHostOutOfMaintenanceMode

type VibCannotPutHostOutOfMaintenanceMode struct {
	VibIssue
}

type VibDependenciesNotMetByHost

type VibDependenciesNotMetByHost struct {
	VibNotInstalled
}

type VibInvalidFormat

type VibInvalidFormat struct {
	VibNotInstalled
}

type VibIssue

type VibIssue struct {
	AgentIssue
}

func (*VibIssue) GetVibIssue

func (b *VibIssue) GetVibIssue() *VibIssue

type VibNotInstalled

type VibNotInstalled struct {
	VibIssue
}

func (*VibNotInstalled) GetVibNotInstalled

func (b *VibNotInstalled) GetVibNotInstalled() *VibNotInstalled

type VibRequirementsNotMetByHost

type VibRequirementsNotMetByHost struct {
	VibNotInstalled
}

type VibRequiresHostInMaintenanceMode

type VibRequiresHostInMaintenanceMode struct {
	VibIssue
}

type VibRequiresHostReboot

type VibRequiresHostReboot struct {
	VibIssue
}

type VibRequiresManualInstallation

type VibRequiresManualInstallation struct {
	VibIssue

	Bulletin []string `xml:"bulletin" json:"bulletin"`
}

type VibRequiresManualUninstallation

type VibRequiresManualUninstallation struct {
	VibIssue

	Bulletin []string `xml:"bulletin" json:"bulletin"`
}

type VibVibInfo

type VibVibInfo struct {
	types.DynamicData

	Id           string                  `xml:"id" json:"id"`
	Name         string                  `xml:"name" json:"name"`
	Version      string                  `xml:"version" json:"version"`
	Vendor       string                  `xml:"vendor" json:"vendor"`
	Summary      string                  `xml:"summary" json:"summary"`
	SoftwareTags *VibVibInfoSoftwareTags `xml:"softwareTags,omitempty" json:"softwareTags,omitempty"`
	ReleaseDate  time.Time               `xml:"releaseDate" json:"releaseDate"`
}

type VibVibInfoSoftwareTags

type VibVibInfoSoftwareTags struct {
	types.DynamicData

	Tags []string `xml:"tags,omitempty" json:"tags,omitempty"`
}

type VmCorrupted

type VmCorrupted struct {
	VmIssue

	MissingFile string `xml:"missingFile,omitempty" json:"missingFile,omitempty"`
}

type VmDeployed

type VmDeployed struct {
	VmIssue
}

func (*VmDeployed) GetVmDeployed

func (b *VmDeployed) GetVmDeployed() *VmDeployed

type VmIssue

type VmIssue struct {
	AgentIssue

	Vm types.ManagedObjectReference `xml:"vm" json:"vm"`
}

func (*VmIssue) GetVmIssue

func (b *VmIssue) GetVmIssue() *VmIssue

type VmMarkedAsTemplate

type VmMarkedAsTemplate struct {
	VmIssue
}

type VmNotDeployed

type VmNotDeployed struct {
	AgentIssue
}

func (*VmNotDeployed) GetVmNotDeployed

func (b *VmNotDeployed) GetVmNotDeployed() *VmNotDeployed

type VmOrphaned

type VmOrphaned struct {
	VmIssue
}

type VmPoweredOff

type VmPoweredOff struct {
	VmIssue
}

func (*VmPoweredOff) GetVmPoweredOff

func (b *VmPoweredOff) GetVmPoweredOff() *VmPoweredOff

type VmPoweredOn

type VmPoweredOn struct {
	VmIssue
}

type VmRequiresHostOutOfMaintenanceMode

type VmRequiresHostOutOfMaintenanceMode struct {
	VmNotDeployed
}

type VmSuspended

type VmSuspended struct {
	VmIssue
}

type VmWrongFolder

type VmWrongFolder struct {
	VmIssue

	CurrentFolder  types.ManagedObjectReference `xml:"currentFolder" json:"currentFolder"`
	RequiredFolder types.ManagedObjectReference `xml:"requiredFolder" json:"requiredFolder"`
}

type VmWrongResourcePool

type VmWrongResourcePool struct {
	VmIssue

	CurrentResourcePool  types.ManagedObjectReference `xml:"currentResourcePool" json:"currentResourcePool"`
	RequiredResourcePool types.ManagedObjectReference `xml:"requiredResourcePool" json:"requiredResourcePool"`
}

Jump to

Keyboard shortcuts

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