Documentation ¶
Index ¶
- func AddIssue(ctx context.Context, r soap.RoundTripper, req *types.AddIssue) (*types.AddIssueResponse, error)
- func AgencyQueryRuntime(ctx context.Context, r soap.RoundTripper, req *types.AgencyQueryRuntime) (*types.AgencyQueryRuntimeResponse, error)
- func Agency_Disable(ctx context.Context, r soap.RoundTripper, req *types.Agency_Disable) (*types.Agency_DisableResponse, error)
- func Agency_Enable(ctx context.Context, r soap.RoundTripper, req *types.Agency_Enable) (*types.Agency_EnableResponse, error)
- func AgentQueryConfig(ctx context.Context, r soap.RoundTripper, req *types.AgentQueryConfig) (*types.AgentQueryConfigResponse, error)
- func AgentQueryRuntime(ctx context.Context, r soap.RoundTripper, req *types.AgentQueryRuntime) (*types.AgentQueryRuntimeResponse, error)
- func CreateAgency(ctx context.Context, r soap.RoundTripper, req *types.CreateAgency) (*types.CreateAgencyResponse, error)
- func DestroyAgency(ctx context.Context, r soap.RoundTripper, req *types.DestroyAgency) (*types.DestroyAgencyResponse, error)
- func GetMaintenanceModePolicy(ctx context.Context, r soap.RoundTripper, req *types.GetMaintenanceModePolicy) (*types.GetMaintenanceModePolicyResponse, error)
- func MarkAsAvailable(ctx context.Context, r soap.RoundTripper, req *types.MarkAsAvailable) (*types.MarkAsAvailableResponse, error)
- func QueryAgency(ctx context.Context, r soap.RoundTripper, req *types.QueryAgency) (*types.QueryAgencyResponse, error)
- func QueryAgent(ctx context.Context, r soap.RoundTripper, req *types.QueryAgent) (*types.QueryAgentResponse, error)
- func QueryConfig(ctx context.Context, r soap.RoundTripper, req *types.QueryConfig) (*types.QueryConfigResponse, error)
- func QueryIssue(ctx context.Context, r soap.RoundTripper, req *types.QueryIssue) (*types.QueryIssueResponse, error)
- func QuerySolutionId(ctx context.Context, r soap.RoundTripper, req *types.QuerySolutionId) (*types.QuerySolutionIdResponse, error)
- func RegisterAgentVm(ctx context.Context, r soap.RoundTripper, req *types.RegisterAgentVm) (*types.RegisterAgentVmResponse, error)
- func Resolve(ctx context.Context, r soap.RoundTripper, req *types.Resolve) (*types.ResolveResponse, error)
- func ResolveAll(ctx context.Context, r soap.RoundTripper, req *types.ResolveAll) (*types.ResolveAllResponse, error)
- func ScanForUnknownAgentVm(ctx context.Context, r soap.RoundTripper, req *types.ScanForUnknownAgentVm) (*types.ScanForUnknownAgentVmResponse, error)
- func SetMaintenanceModePolicy(ctx context.Context, r soap.RoundTripper, req *types.SetMaintenanceModePolicy) (*types.SetMaintenanceModePolicyResponse, error)
- func Uninstall(ctx context.Context, r soap.RoundTripper, req *types.Uninstall) (*types.UninstallResponse, error)
- func UnregisterAgentVm(ctx context.Context, r soap.RoundTripper, req *types.UnregisterAgentVm) (*types.UnregisterAgentVmResponse, error)
- func Update(ctx context.Context, r soap.RoundTripper, req *types.Update) (*types.UpdateResponse, error)
- type AddIssueBody
- type AgencyQueryRuntimeBody
- type Agency_DisableBody
- type Agency_EnableBody
- type AgentQueryConfigBody
- type AgentQueryRuntimeBody
- type CreateAgencyBody
- type DestroyAgencyBody
- type GetMaintenanceModePolicyBody
- type MarkAsAvailableBody
- type QueryAgencyBody
- type QueryAgentBody
- type QueryConfigBody
- type QueryIssueBody
- type QuerySolutionIdBody
- type RegisterAgentVmBody
- type ResolveAllBody
- type ResolveBody
- type ScanForUnknownAgentVmBody
- type SetMaintenanceModePolicyBody
- type UninstallBody
- type UnregisterAgentVmBody
- type UpdateBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddIssue ¶
func AddIssue(ctx context.Context, r soap.RoundTripper, req *types.AddIssue) (*types.AddIssueResponse, error)
func AgencyQueryRuntime ¶
func AgencyQueryRuntime(ctx context.Context, r soap.RoundTripper, req *types.AgencyQueryRuntime) (*types.AgencyQueryRuntimeResponse, error)
func Agency_Disable ¶ added in v0.27.0
func Agency_Disable(ctx context.Context, r soap.RoundTripper, req *types.Agency_Disable) (*types.Agency_DisableResponse, error)
func Agency_Enable ¶ added in v0.27.0
func Agency_Enable(ctx context.Context, r soap.RoundTripper, req *types.Agency_Enable) (*types.Agency_EnableResponse, error)
func AgentQueryConfig ¶
func AgentQueryConfig(ctx context.Context, r soap.RoundTripper, req *types.AgentQueryConfig) (*types.AgentQueryConfigResponse, error)
func AgentQueryRuntime ¶
func AgentQueryRuntime(ctx context.Context, r soap.RoundTripper, req *types.AgentQueryRuntime) (*types.AgentQueryRuntimeResponse, error)
func CreateAgency ¶
func CreateAgency(ctx context.Context, r soap.RoundTripper, req *types.CreateAgency) (*types.CreateAgencyResponse, error)
func DestroyAgency ¶
func DestroyAgency(ctx context.Context, r soap.RoundTripper, req *types.DestroyAgency) (*types.DestroyAgencyResponse, error)
func GetMaintenanceModePolicy ¶ added in v0.27.0
func GetMaintenanceModePolicy(ctx context.Context, r soap.RoundTripper, req *types.GetMaintenanceModePolicy) (*types.GetMaintenanceModePolicyResponse, error)
func MarkAsAvailable ¶
func MarkAsAvailable(ctx context.Context, r soap.RoundTripper, req *types.MarkAsAvailable) (*types.MarkAsAvailableResponse, error)
func QueryAgency ¶
func QueryAgency(ctx context.Context, r soap.RoundTripper, req *types.QueryAgency) (*types.QueryAgencyResponse, error)
func QueryAgent ¶
func QueryAgent(ctx context.Context, r soap.RoundTripper, req *types.QueryAgent) (*types.QueryAgentResponse, error)
func QueryConfig ¶
func QueryConfig(ctx context.Context, r soap.RoundTripper, req *types.QueryConfig) (*types.QueryConfigResponse, error)
func QueryIssue ¶
func QueryIssue(ctx context.Context, r soap.RoundTripper, req *types.QueryIssue) (*types.QueryIssueResponse, error)
func QuerySolutionId ¶
func QuerySolutionId(ctx context.Context, r soap.RoundTripper, req *types.QuerySolutionId) (*types.QuerySolutionIdResponse, error)
func RegisterAgentVm ¶
func RegisterAgentVm(ctx context.Context, r soap.RoundTripper, req *types.RegisterAgentVm) (*types.RegisterAgentVmResponse, error)
func Resolve ¶
func Resolve(ctx context.Context, r soap.RoundTripper, req *types.Resolve) (*types.ResolveResponse, error)
func ResolveAll ¶
func ResolveAll(ctx context.Context, r soap.RoundTripper, req *types.ResolveAll) (*types.ResolveAllResponse, error)
func ScanForUnknownAgentVm ¶
func ScanForUnknownAgentVm(ctx context.Context, r soap.RoundTripper, req *types.ScanForUnknownAgentVm) (*types.ScanForUnknownAgentVmResponse, error)
func SetMaintenanceModePolicy ¶ added in v0.27.0
func SetMaintenanceModePolicy(ctx context.Context, r soap.RoundTripper, req *types.SetMaintenanceModePolicy) (*types.SetMaintenanceModePolicyResponse, error)
func Uninstall ¶
func Uninstall(ctx context.Context, r soap.RoundTripper, req *types.Uninstall) (*types.UninstallResponse, error)
func UnregisterAgentVm ¶
func UnregisterAgentVm(ctx context.Context, r soap.RoundTripper, req *types.UnregisterAgentVm) (*types.UnregisterAgentVmResponse, error)
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 ¶ added in v0.27.0
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 ¶ added in v0.27.0
func (b *Agency_DisableBody) Fault() *soap.Fault
type Agency_EnableBody ¶ added in v0.27.0
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 ¶ added in v0.27.0
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 ¶ added in v0.27.0
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 ¶ added in v0.27.0
func (b *GetMaintenanceModePolicyBody) Fault() *soap.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 ¶ added in v0.27.0
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 ¶ added in v0.27.0
func (b *SetMaintenanceModePolicyBody) Fault() *soap.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
Click to show internal directories.
Click to hide internal directories.