package methods

import "github.com/vmware/govmomi/eam/methods"

Index

Functions

func AddIssue

func AgencyQueryRuntime

func Agency_Disable

func Agency_Enable

func AgentQueryConfig

func AgentQueryRuntime

func CreateAgency

func DestroyAgency

func GetMaintenanceModePolicy

func MarkAsAvailable

func QueryAgency

func QueryAgent

func QueryConfig

func QueryIssue

func QuerySolutionId

func RegisterAgentVm

func Resolve

func ResolveAll

func ScanForUnknownAgentVm

func SetMaintenanceModePolicy

func Uninstall

func UnregisterAgentVm

func Update

Types

type AddIssueBody

type AddIssueBody struct {
	Req    *types.AddIssue         `xml:"urn:eam AddIssue,omitempty"`
	Res    *types.AddIssueResponse `xml:"urn:eam AddIssueResponse,omitempty"`
	Fault_ *soap.Fault             `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*AddIssueBody) Fault

func (b *AddIssueBody) Fault() *soap.Fault

type AgencyQueryRuntimeBody

type AgencyQueryRuntimeBody struct {
	Req    *types.AgencyQueryRuntime         `xml:"urn:eam AgencyQueryRuntime,omitempty"`
	Res    *types.AgencyQueryRuntimeResponse `xml:"urn:eam AgencyQueryRuntimeResponse,omitempty"`
	Fault_ *soap.Fault                       `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*AgencyQueryRuntimeBody) Fault

func (b *AgencyQueryRuntimeBody) Fault() *soap.Fault

type Agency_DisableBody

type Agency_DisableBody struct {
	Req    *types.Agency_Disable         `xml:"urn:eam Agency_Disable,omitempty"`
	Res    *types.Agency_DisableResponse `xml:"urn:eam Agency_DisableResponse,omitempty"`
	Fault_ *soap.Fault                   `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*Agency_DisableBody) Fault

func (b *Agency_DisableBody) Fault() *soap.Fault

type Agency_EnableBody

type Agency_EnableBody struct {
	Req    *types.Agency_Enable         `xml:"urn:eam Agency_Enable,omitempty"`
	Res    *types.Agency_EnableResponse `xml:"urn:eam Agency_EnableResponse,omitempty"`
	Fault_ *soap.Fault                  `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*Agency_EnableBody) Fault

func (b *Agency_EnableBody) Fault() *soap.Fault

type AgentQueryConfigBody

type AgentQueryConfigBody struct {
	Req    *types.AgentQueryConfig         `xml:"urn:eam AgentQueryConfig,omitempty"`
	Res    *types.AgentQueryConfigResponse `xml:"urn:eam AgentQueryConfigResponse,omitempty"`
	Fault_ *soap.Fault                     `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*AgentQueryConfigBody) Fault

func (b *AgentQueryConfigBody) Fault() *soap.Fault

type AgentQueryRuntimeBody

type AgentQueryRuntimeBody struct {
	Req    *types.AgentQueryRuntime         `xml:"urn:eam AgentQueryRuntime,omitempty"`
	Res    *types.AgentQueryRuntimeResponse `xml:"urn:eam AgentQueryRuntimeResponse,omitempty"`
	Fault_ *soap.Fault                      `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*AgentQueryRuntimeBody) Fault

func (b *AgentQueryRuntimeBody) Fault() *soap.Fault

type CreateAgencyBody

type CreateAgencyBody struct {
	Req    *types.CreateAgency         `xml:"urn:eam CreateAgency,omitempty"`
	Res    *types.CreateAgencyResponse `xml:"urn:eam CreateAgencyResponse,omitempty"`
	Fault_ *soap.Fault                 `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*CreateAgencyBody) Fault

func (b *CreateAgencyBody) Fault() *soap.Fault

type DestroyAgencyBody

type DestroyAgencyBody struct {
	Req    *types.DestroyAgency         `xml:"urn:eam DestroyAgency,omitempty"`
	Res    *types.DestroyAgencyResponse `xml:"urn:eam DestroyAgencyResponse,omitempty"`
	Fault_ *soap.Fault                  `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*DestroyAgencyBody) Fault

func (b *DestroyAgencyBody) Fault() *soap.Fault

type GetMaintenanceModePolicyBody

type GetMaintenanceModePolicyBody struct {
	Req    *types.GetMaintenanceModePolicy         `xml:"urn:eam GetMaintenanceModePolicy,omitempty"`
	Res    *types.GetMaintenanceModePolicyResponse `xml:"urn:eam GetMaintenanceModePolicyResponse,omitempty"`
	Fault_ *soap.Fault                             `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*GetMaintenanceModePolicyBody) Fault

type MarkAsAvailableBody

type MarkAsAvailableBody struct {
	Req    *types.MarkAsAvailable         `xml:"urn:eam MarkAsAvailable,omitempty"`
	Res    *types.MarkAsAvailableResponse `xml:"urn:eam MarkAsAvailableResponse,omitempty"`
	Fault_ *soap.Fault                    `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*MarkAsAvailableBody) Fault

func (b *MarkAsAvailableBody) Fault() *soap.Fault

type QueryAgencyBody

type QueryAgencyBody struct {
	Req    *types.QueryAgency         `xml:"urn:eam QueryAgency,omitempty"`
	Res    *types.QueryAgencyResponse `xml:"urn:eam QueryAgencyResponse,omitempty"`
	Fault_ *soap.Fault                `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*QueryAgencyBody) Fault

func (b *QueryAgencyBody) Fault() *soap.Fault

type QueryAgentBody

type QueryAgentBody struct {
	Req    *types.QueryAgent         `xml:"urn:eam QueryAgent,omitempty"`
	Res    *types.QueryAgentResponse `xml:"urn:eam QueryAgentResponse,omitempty"`
	Fault_ *soap.Fault               `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*QueryAgentBody) Fault

func (b *QueryAgentBody) Fault() *soap.Fault

type QueryConfigBody

type QueryConfigBody struct {
	Req    *types.QueryConfig         `xml:"urn:eam QueryConfig,omitempty"`
	Res    *types.QueryConfigResponse `xml:"urn:eam QueryConfigResponse,omitempty"`
	Fault_ *soap.Fault                `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*QueryConfigBody) Fault

func (b *QueryConfigBody) Fault() *soap.Fault

type QueryIssueBody

type QueryIssueBody struct {
	Req    *types.QueryIssue         `xml:"urn:eam QueryIssue,omitempty"`
	Res    *types.QueryIssueResponse `xml:"urn:eam QueryIssueResponse,omitempty"`
	Fault_ *soap.Fault               `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*QueryIssueBody) Fault

func (b *QueryIssueBody) Fault() *soap.Fault

type QuerySolutionIdBody

type QuerySolutionIdBody struct {
	Req    *types.QuerySolutionId         `xml:"urn:eam QuerySolutionId,omitempty"`
	Res    *types.QuerySolutionIdResponse `xml:"urn:eam QuerySolutionIdResponse,omitempty"`
	Fault_ *soap.Fault                    `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*QuerySolutionIdBody) Fault

func (b *QuerySolutionIdBody) Fault() *soap.Fault

type RegisterAgentVmBody

type RegisterAgentVmBody struct {
	Req    *types.RegisterAgentVm         `xml:"urn:eam RegisterAgentVm,omitempty"`
	Res    *types.RegisterAgentVmResponse `xml:"urn:eam RegisterAgentVmResponse,omitempty"`
	Fault_ *soap.Fault                    `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*RegisterAgentVmBody) Fault

func (b *RegisterAgentVmBody) Fault() *soap.Fault

type ResolveAllBody

type ResolveAllBody struct {
	Req    *types.ResolveAll         `xml:"urn:eam ResolveAll,omitempty"`
	Res    *types.ResolveAllResponse `xml:"urn:eam ResolveAllResponse,omitempty"`
	Fault_ *soap.Fault               `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*ResolveAllBody) Fault

func (b *ResolveAllBody) Fault() *soap.Fault

type ResolveBody

type ResolveBody struct {
	Req    *types.Resolve         `xml:"urn:eam Resolve,omitempty"`
	Res    *types.ResolveResponse `xml:"urn:eam ResolveResponse,omitempty"`
	Fault_ *soap.Fault            `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*ResolveBody) Fault

func (b *ResolveBody) Fault() *soap.Fault

type ScanForUnknownAgentVmBody

type ScanForUnknownAgentVmBody struct {
	Req    *types.ScanForUnknownAgentVm         `xml:"urn:eam ScanForUnknownAgentVm,omitempty"`
	Res    *types.ScanForUnknownAgentVmResponse `xml:"urn:eam ScanForUnknownAgentVmResponse,omitempty"`
	Fault_ *soap.Fault                          `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*ScanForUnknownAgentVmBody) Fault

func (b *ScanForUnknownAgentVmBody) Fault() *soap.Fault

type SetMaintenanceModePolicyBody

type SetMaintenanceModePolicyBody struct {
	Req    *types.SetMaintenanceModePolicy         `xml:"urn:eam SetMaintenanceModePolicy,omitempty"`
	Res    *types.SetMaintenanceModePolicyResponse `xml:"urn:eam SetMaintenanceModePolicyResponse,omitempty"`
	Fault_ *soap.Fault                             `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*SetMaintenanceModePolicyBody) Fault

type UninstallBody

type UninstallBody struct {
	Req    *types.Uninstall         `xml:"urn:eam Uninstall,omitempty"`
	Res    *types.UninstallResponse `xml:"urn:eam UninstallResponse,omitempty"`
	Fault_ *soap.Fault              `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*UninstallBody) Fault

func (b *UninstallBody) Fault() *soap.Fault

type UnregisterAgentVmBody

type UnregisterAgentVmBody struct {
	Req    *types.UnregisterAgentVm         `xml:"urn:eam UnregisterAgentVm,omitempty"`
	Res    *types.UnregisterAgentVmResponse `xml:"urn:eam UnregisterAgentVmResponse,omitempty"`
	Fault_ *soap.Fault                      `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*UnregisterAgentVmBody) Fault

func (b *UnregisterAgentVmBody) Fault() *soap.Fault

type UpdateBody

type UpdateBody struct {
	Req    *types.Update         `xml:"urn:eam Update,omitempty"`
	Res    *types.UpdateResponse `xml:"urn:eam UpdateResponse,omitempty"`
	Fault_ *soap.Fault           `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"`
}

func (*UpdateBody) Fault

func (b *UpdateBody) Fault() *soap.Fault

Source Files

methods.go

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

Tools for package owners.