Versions in this module Expand all Collapse all v0 v0.0.1 Jun 6, 2024 Changes in this version + func ClientWithEnvoyHostGateway(vc *vim25.Client) *vim25.Client + func HostGatewayTransferURL(u *url.URL, hostMoref types.ManagedObjectReference) *url.URL + func HostSystemManagementIPs(config []types.VirtualNicManagerNetConfig) []net.IP + func InventoryPath(entities []mo.ManagedEntity) string + func UsingEnvoySidecar(c *vim25.Client) bool + type BaseDynamicTypeMgrFilterSpec interface + GetDynamicTypeMgrFilterSpec func() *DynamicTypeMgrFilterSpec + type DynamicTypeEnumTypeInfo struct + Annotation []DynamicTypeMgrAnnotation + Name string + Value []string + Version string + WsdlName string + type DynamicTypeMgrAllTypeInfoRequest struct + DataTypeInfo []DynamicTypeMgrDataTypeInfo + EnumTypeInfo []DynamicTypeEnumTypeInfo + ManagedTypeInfo []DynamicTypeMgrManagedTypeInfo + type DynamicTypeMgrAnnotation struct + Name string + Parameter []string + type DynamicTypeMgrDataTypeInfo struct + Annotation []DynamicTypeMgrAnnotation + Base []string + Name string + Property []DynamicTypeMgrPropertyTypeInfo + Version string + WsdlName string + type DynamicTypeMgrFilterSpec struct + func (b *DynamicTypeMgrFilterSpec) GetDynamicTypeMgrFilterSpec() *DynamicTypeMgrFilterSpec + type DynamicTypeMgrManagedTypeInfo struct + Annotation []DynamicTypeMgrAnnotation + Base []string + Method []DynamicTypeMgrMethodTypeInfo + Name string + Property []DynamicTypeMgrPropertyTypeInfo + Version string + WsdlName string + type DynamicTypeMgrMethodTypeInfo struct + Annotation []DynamicTypeMgrAnnotation + Fault []string + Name string + ParamTypeInfo []DynamicTypeMgrParamTypeInfo + PrivId string + ReturnTypeInfo *DynamicTypeMgrParamTypeInfo + Version string + WsdlName string + type DynamicTypeMgrMoFilterSpec struct + Id string + TypeSubstr string + type DynamicTypeMgrMoInstance struct + Id string + MoType string + type DynamicTypeMgrParamTypeInfo struct + Annotation []DynamicTypeMgrAnnotation + Name string + PrivId string + Type string + Version string + type DynamicTypeMgrPropertyTypeInfo struct + Annotation []DynamicTypeMgrAnnotation + MsgIdFormat string + Name string + PrivId string + Type string + Version string + type DynamicTypeMgrQueryMoInstancesBody struct + Fault_ *soap.Fault + Req *DynamicTypeMgrQueryMoInstancesRequest + Res *DynamicTypeMgrQueryMoInstancesResponse + func (b *DynamicTypeMgrQueryMoInstancesBody) Fault() *soap.Fault + type DynamicTypeMgrQueryMoInstancesRequest struct + FilterSpec BaseDynamicTypeMgrFilterSpec + This types.ManagedObjectReference + type DynamicTypeMgrQueryMoInstancesResponse struct + Returnval []DynamicTypeMgrMoInstance + func DynamicTypeMgrQueryMoInstances(ctx context.Context, r soap.RoundTripper, ...) (*DynamicTypeMgrQueryMoInstancesResponse, error) + type DynamicTypeMgrQueryTypeInfoBody struct + Fault_ *soap.Fault + Req *DynamicTypeMgrQueryTypeInfoRequest + Res *DynamicTypeMgrQueryTypeInfoResponse + func (b *DynamicTypeMgrQueryTypeInfoBody) Fault() *soap.Fault + type DynamicTypeMgrQueryTypeInfoRequest struct + FilterSpec BaseDynamicTypeMgrFilterSpec + This types.ManagedObjectReference + type DynamicTypeMgrQueryTypeInfoResponse struct + Returnval DynamicTypeMgrAllTypeInfoRequest + func DynamicTypeMgrQueryTypeInfo(ctx context.Context, r soap.RoundTripper, ...) (*DynamicTypeMgrQueryTypeInfoResponse, error) + type DynamicTypeMgrTypeFilterSpec struct + TypeSubstr string + type ExecuteSoapBody struct + Fault_ *soap.Fault + Req *ExecuteSoapRequest + Res *ExecuteSoapResponse + func (b *ExecuteSoapBody) Fault() *soap.Fault + type ExecuteSoapRequest struct + Argument []ReflectManagedMethodExecuterSoapArgument + Method string + Moid string + This types.ManagedObjectReference + Version string + type ExecuteSoapResponse struct + Returnval *ReflectManagedMethodExecuterSoapResult + func ExecuteSoap(ctx context.Context, r soap.RoundTripper, req *ExecuteSoapRequest) (*ExecuteSoapResponse, error) + type InternalDynamicTypeManager struct + type ReflectManagedMethodExecuter struct + type ReflectManagedMethodExecuterSoapArgument struct + Name string + Val string + type ReflectManagedMethodExecuterSoapFault struct + FaultDetail string + FaultMsg string + type ReflectManagedMethodExecuterSoapResult struct + Fault *ReflectManagedMethodExecuterSoapFault + Response string + type RetrieveDynamicTypeManagerBody struct + Fault_ *soap.Fault + Req *RetrieveDynamicTypeManagerRequest + Res *RetrieveDynamicTypeManagerResponse + func (b *RetrieveDynamicTypeManagerBody) Fault() *soap.Fault + type RetrieveDynamicTypeManagerRequest struct + This types.ManagedObjectReference + type RetrieveDynamicTypeManagerResponse struct + Returnval *InternalDynamicTypeManager + func RetrieveDynamicTypeManager(ctx context.Context, r soap.RoundTripper, ...) (*RetrieveDynamicTypeManagerResponse, error) + type RetrieveManagedMethodExecuterBody struct + Fault_ *soap.Fault + Req *RetrieveManagedMethodExecuterRequest + Res *RetrieveManagedMethodExecuterResponse + func (b *RetrieveManagedMethodExecuterBody) Fault() *soap.Fault + type RetrieveManagedMethodExecuterRequest struct + This types.ManagedObjectReference + type RetrieveManagedMethodExecuterResponse struct + Returnval *ReflectManagedMethodExecuter + func RetrieveManagedMethodExecuter(ctx context.Context, r soap.RoundTripper, ...) (*RetrieveManagedMethodExecuterResponse, error)