milvus

package
v1.0.71 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package milvusiface provides an interface to enable mocking the MILVUS service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	ServiceName = "milvus"    // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "milvus"    // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AllowGroupListForDescribeInstanceDetailOutput

type AllowGroupListForDescribeInstanceDetailOutput struct {
	GroupName *string `type:"string" json:",omitempty"`

	List []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AllowGroupListForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*AllowGroupListForDescribeInstanceDetailOutput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*AllowGroupListForDescribeInstanceDetailOutput) SetList

SetList sets the List field's value.

func (AllowGroupListForDescribeInstanceDetailOutput) String

String returns the string representation

type BaseInstanceForDescribeInstanceDetailOutput

type BaseInstanceForDescribeInstanceDetailOutput struct {
	AccountId *string `type:"string" json:",omitempty"`

	DeployClusterId *string `type:"string" json:",omitempty"`

	Id *int32 `type:"int32" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceVersion *string `type:"string" json:",omitempty"`

	Namespace *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	SubAccountId *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`

	Version *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BaseInstanceForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*BaseInstanceForDescribeInstanceDetailOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetDeployClusterId

SetDeployClusterId sets the DeployClusterId field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetId

SetId sets the Id field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetInstanceVersion

SetInstanceVersion sets the InstanceVersion field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetRegion

SetRegion sets the Region field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetStatus

SetStatus sets the Status field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetSubAccountId

SetSubAccountId sets the SubAccountId field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetVersion

SetVersion sets the Version field's value.

func (BaseInstanceForDescribeInstanceDetailOutput) String

String returns the string representation

type ChargeConfigForCreateInstanceInput

type ChargeConfigForCreateInstanceInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	ExpireDate *string `type:"string" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ChargeConfigForCreateInstanceInput) GoString

GoString returns the string representation

func (*ChargeConfigForCreateInstanceInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForCreateInstanceInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForCreateInstanceInput) SetExpireDate

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForCreateInstanceInput) SetPeriod

SetPeriod sets the Period field's value.

func (ChargeConfigForCreateInstanceInput) String

String returns the string representation

type ChargeConfigForCreateInstanceOneStepInput

type ChargeConfigForCreateInstanceOneStepInput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	ExpireDate *string `type:"string" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ChargeConfigForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*ChargeConfigForCreateInstanceOneStepInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForCreateInstanceOneStepInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForCreateInstanceOneStepInput) SetExpireDate

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForCreateInstanceOneStepInput) SetPeriod

SetPeriod sets the Period field's value.

func (ChargeConfigForCreateInstanceOneStepInput) String

String returns the string representation

type ChargeConfigForDescribeInstanceDetailOutput

type ChargeConfigForDescribeInstanceDetailOutput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	ExpireDate *string `type:"string" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ChargeConfigForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*ChargeConfigForDescribeInstanceDetailOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForDescribeInstanceDetailOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForDescribeInstanceDetailOutput) SetExpireDate

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForDescribeInstanceDetailOutput) SetPeriod

SetPeriod sets the Period field's value.

func (ChargeConfigForDescribeInstanceDetailOutput) String

String returns the string representation

type ChargeConfigForDescribeInstancesOutput

type ChargeConfigForDescribeInstancesOutput struct {
	AutoRenew *bool `type:"boolean" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	ExpireDate *string `type:"string" json:",omitempty"`

	Period *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ChargeConfigForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*ChargeConfigForDescribeInstancesOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForDescribeInstancesOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForDescribeInstancesOutput) SetExpireDate

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForDescribeInstancesOutput) SetPeriod

SetPeriod sets the Period field's value.

func (ChargeConfigForDescribeInstancesOutput) String

String returns the string representation

type ComponentSpecListForCreateInstanceInput

type ComponentSpecListForCreateInstanceInput struct {
	CpuNum *float64 `type:"float" json:",omitempty"`

	MemSize *float64 `type:"float" json:",omitempty"`

	NodeCUType *string `type:"string" json:",omitempty"`

	NodeNum *float64 `type:"float" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ResourceSpecName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComponentSpecListForCreateInstanceInput) GoString

GoString returns the string representation

func (*ComponentSpecListForCreateInstanceInput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*ComponentSpecListForCreateInstanceInput) SetMemSize

SetMemSize sets the MemSize field's value.

func (*ComponentSpecListForCreateInstanceInput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*ComponentSpecListForCreateInstanceInput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*ComponentSpecListForCreateInstanceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*ComponentSpecListForCreateInstanceInput) SetResourceSpecName

SetResourceSpecName sets the ResourceSpecName field's value.

func (ComponentSpecListForCreateInstanceInput) String

String returns the string representation

type ComponentSpecListForCreateInstanceOneStepInput

type ComponentSpecListForCreateInstanceOneStepInput struct {
	CpuNum *float64 `type:"float" json:",omitempty"`

	MemSize *float64 `type:"float" json:",omitempty"`

	NodeCUType *string `type:"string" json:",omitempty"`

	NodeNum *float64 `type:"float" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	ResourceSpecName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComponentSpecListForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*ComponentSpecListForCreateInstanceOneStepInput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*ComponentSpecListForCreateInstanceOneStepInput) SetMemSize

SetMemSize sets the MemSize field's value.

func (*ComponentSpecListForCreateInstanceOneStepInput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*ComponentSpecListForCreateInstanceOneStepInput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*ComponentSpecListForCreateInstanceOneStepInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*ComponentSpecListForCreateInstanceOneStepInput) SetResourceSpecName

SetResourceSpecName sets the ResourceSpecName field's value.

func (ComponentSpecListForCreateInstanceOneStepInput) String

String returns the string representation

type ComponentSpecListForScaleInstanceInput

type ComponentSpecListForScaleInstanceInput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`

	MemSize *int32 `type:"int32" json:",omitempty"`

	NodeCUType *string `type:"string" json:",omitempty"`

	NodeNum *int32 `type:"int32" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ComponentSpecListForScaleInstanceInput) GoString

GoString returns the string representation

func (*ComponentSpecListForScaleInstanceInput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*ComponentSpecListForScaleInstanceInput) SetMemSize

SetMemSize sets the MemSize field's value.

func (*ComponentSpecListForScaleInstanceInput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*ComponentSpecListForScaleInstanceInput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*ComponentSpecListForScaleInstanceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (ComponentSpecListForScaleInstanceInput) String

String returns the string representation

type ConfigAssignListForModifyInstanceConfigInput

type ConfigAssignListForModifyInstanceConfigInput struct {
	ConfigKey *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigAssignListForModifyInstanceConfigInput) GoString

GoString returns the string representation

func (*ConfigAssignListForModifyInstanceConfigInput) SetConfigKey

SetConfigKey sets the ConfigKey field's value.

func (*ConfigAssignListForModifyInstanceConfigInput) SetValue

SetValue sets the Value field's value.

func (ConfigAssignListForModifyInstanceConfigInput) String

String returns the string representation

type ConfigurationForDescribeInstanceConfigOutput

type ConfigurationForDescribeInstanceConfigOutput struct {
	ConfigKey *string `type:"string" json:",omitempty"`

	CurValue *string `type:"string" json:",omitempty"`

	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	HotUpdateEnabled *bool `type:"boolean" json:",omitempty"`

	Module *string `type:"string" json:",omitempty"`

	Unit *string `type:"string" json:",omitempty"`

	ValueRange *string `type:"string" json:",omitempty"`

	ValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurationForDescribeInstanceConfigOutput) GoString

GoString returns the string representation

func (*ConfigurationForDescribeInstanceConfigOutput) SetConfigKey

SetConfigKey sets the ConfigKey field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetCurValue

SetCurValue sets the CurValue field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetDefaultValue

SetDefaultValue sets the DefaultValue field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetDescription

SetDescription sets the Description field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetHotUpdateEnabled

SetHotUpdateEnabled sets the HotUpdateEnabled field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetModule

SetModule sets the Module field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetUnit

SetUnit sets the Unit field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetValueRange

SetValueRange sets the ValueRange field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetValueType

SetValueType sets the ValueType field's value.

func (ConfigurationForDescribeInstanceConfigOutput) String

String returns the string representation

type CreateInstanceInput

type CreateInstanceInput struct {
	ChargeConfig *ChargeConfigForCreateInstanceInput `type:"structure" json:",omitempty"`

	DeleteProtectEnabled *bool `type:"boolean" json:",omitempty"`

	InstanceConfiguration *InstanceConfigurationForCreateInstanceInput `type:"structure" json:",omitempty"`

	NetworkConfig *NetworkConfigForCreateInstanceInput `type:"structure" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	// Region is a required field
	Region *string `type:"string" json:",omitempty" required:"true"`

	Tags []*TagForCreateInstanceInput `type:"list" json:",omitempty"`

	Zones []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateInstanceInput) GoString

func (s CreateInstanceInput) GoString() string

GoString returns the string representation

func (*CreateInstanceInput) SetChargeConfig

SetChargeConfig sets the ChargeConfig field's value.

func (*CreateInstanceInput) SetDeleteProtectEnabled

func (s *CreateInstanceInput) SetDeleteProtectEnabled(v bool) *CreateInstanceInput

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*CreateInstanceInput) SetInstanceConfiguration

SetInstanceConfiguration sets the InstanceConfiguration field's value.

func (*CreateInstanceInput) SetNetworkConfig

SetNetworkConfig sets the NetworkConfig field's value.

func (*CreateInstanceInput) SetProjectName

func (s *CreateInstanceInput) SetProjectName(v string) *CreateInstanceInput

SetProjectName sets the ProjectName field's value.

func (*CreateInstanceInput) SetRegion

SetRegion sets the Region field's value.

func (*CreateInstanceInput) SetTags

SetTags sets the Tags field's value.

func (*CreateInstanceInput) SetZones

func (s *CreateInstanceInput) SetZones(v []*string) *CreateInstanceInput

SetZones sets the Zones field's value.

func (CreateInstanceInput) String

func (s CreateInstanceInput) String() string

String returns the string representation

func (*CreateInstanceInput) Validate

func (s *CreateInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateInstanceOneStepInput

type CreateInstanceOneStepInput struct {
	ChargeConfig *ChargeConfigForCreateInstanceOneStepInput `type:"structure" json:",omitempty"`

	DeleteProtectEnabled *bool `type:"boolean" json:",omitempty"`

	InstanceConfiguration *InstanceConfigurationForCreateInstanceOneStepInput `type:"structure" json:",omitempty"`

	NetworkConfig *NetworkConfigForCreateInstanceOneStepInput `type:"structure" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	// Region is a required field
	Region *string `type:"string" json:",omitempty" required:"true"`

	Tags []*TagForCreateInstanceOneStepInput `type:"list" json:",omitempty"`

	Zones []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateInstanceOneStepInput) GoString

func (s CreateInstanceOneStepInput) GoString() string

GoString returns the string representation

func (*CreateInstanceOneStepInput) SetChargeConfig

SetChargeConfig sets the ChargeConfig field's value.

func (*CreateInstanceOneStepInput) SetDeleteProtectEnabled

func (s *CreateInstanceOneStepInput) SetDeleteProtectEnabled(v bool) *CreateInstanceOneStepInput

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*CreateInstanceOneStepInput) SetInstanceConfiguration

SetInstanceConfiguration sets the InstanceConfiguration field's value.

func (*CreateInstanceOneStepInput) SetNetworkConfig

SetNetworkConfig sets the NetworkConfig field's value.

func (*CreateInstanceOneStepInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*CreateInstanceOneStepInput) SetRegion

SetRegion sets the Region field's value.

func (*CreateInstanceOneStepInput) SetTags

SetTags sets the Tags field's value.

func (*CreateInstanceOneStepInput) SetZones

SetZones sets the Zones field's value.

func (CreateInstanceOneStepInput) String

String returns the string representation

func (*CreateInstanceOneStepInput) Validate

func (s *CreateInstanceOneStepInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateInstanceOneStepOutput

type CreateInstanceOneStepOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	OrderID *string `type:"string" json:",omitempty"`

	OrderNO *string `type:"string" json:",omitempty"`

	TradeConfigId *string `type:"string" json:",omitempty"`

	TradeEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateInstanceOneStepOutput) GoString

func (s CreateInstanceOneStepOutput) GoString() string

GoString returns the string representation

func (*CreateInstanceOneStepOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*CreateInstanceOneStepOutput) SetOrderID

SetOrderID sets the OrderID field's value.

func (*CreateInstanceOneStepOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (*CreateInstanceOneStepOutput) SetTradeConfigId

SetTradeConfigId sets the TradeConfigId field's value.

func (*CreateInstanceOneStepOutput) SetTradeEnabled

SetTradeEnabled sets the TradeEnabled field's value.

func (CreateInstanceOneStepOutput) String

String returns the string representation

type CreateInstanceOutput

type CreateInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	OrderID *string `type:"string" json:",omitempty"`

	OrderNO *string `type:"string" json:",omitempty"`

	TradeConfigId *string `type:"string" json:",omitempty"`

	TradeEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateInstanceOutput) GoString

func (s CreateInstanceOutput) GoString() string

GoString returns the string representation

func (*CreateInstanceOutput) SetInstanceId

func (s *CreateInstanceOutput) SetInstanceId(v string) *CreateInstanceOutput

SetInstanceId sets the InstanceId field's value.

func (*CreateInstanceOutput) SetOrderID

SetOrderID sets the OrderID field's value.

func (*CreateInstanceOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (*CreateInstanceOutput) SetTradeConfigId

func (s *CreateInstanceOutput) SetTradeConfigId(v string) *CreateInstanceOutput

SetTradeConfigId sets the TradeConfigId field's value.

func (*CreateInstanceOutput) SetTradeEnabled

func (s *CreateInstanceOutput) SetTradeEnabled(v bool) *CreateInstanceOutput

SetTradeEnabled sets the TradeEnabled field's value.

func (CreateInstanceOutput) String

func (s CreateInstanceOutput) String() string

String returns the string representation

type DescribeConfigModulesInput

type DescribeConfigModulesInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeConfigModulesInput) GoString

func (s DescribeConfigModulesInput) GoString() string

GoString returns the string representation

func (*DescribeConfigModulesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeConfigModulesInput) String

String returns the string representation

func (*DescribeConfigModulesInput) Validate

func (s *DescribeConfigModulesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeConfigModulesOutput

type DescribeConfigModulesOutput struct {
	Metadata *response.ResponseMetadata

	Modules []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeConfigModulesOutput) GoString

func (s DescribeConfigModulesOutput) GoString() string

GoString returns the string representation

func (*DescribeConfigModulesOutput) SetModules

SetModules sets the Modules field's value.

func (DescribeConfigModulesOutput) String

String returns the string representation

type DescribeInstanceConfigInput

type DescribeInstanceConfigInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeInstanceConfigInput) GoString

func (s DescribeInstanceConfigInput) GoString() string

GoString returns the string representation

func (*DescribeInstanceConfigInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeInstanceConfigInput) String

String returns the string representation

func (*DescribeInstanceConfigInput) Validate

func (s *DescribeInstanceConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInstanceConfigOutput

type DescribeInstanceConfigOutput struct {
	Metadata *response.ResponseMetadata

	Configurations []*ConfigurationForDescribeInstanceConfigOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeInstanceConfigOutput) GoString

func (s DescribeInstanceConfigOutput) GoString() string

GoString returns the string representation

func (*DescribeInstanceConfigOutput) SetConfigurations

SetConfigurations sets the Configurations field's value.

func (DescribeInstanceConfigOutput) String

String returns the string representation

type DescribeInstanceDetailInput

type DescribeInstanceDetailInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeInstanceDetailInput) GoString

func (s DescribeInstanceDetailInput) GoString() string

GoString returns the string representation

func (*DescribeInstanceDetailInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeInstanceDetailInput) String

String returns the string representation

func (*DescribeInstanceDetailInput) Validate

func (s *DescribeInstanceDetailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInstanceDetailOutput

type DescribeInstanceDetailOutput struct {
	Metadata *response.ResponseMetadata

	BaseInstance *BaseInstanceForDescribeInstanceDetailOutput `type:"structure" json:",omitempty"`

	ChargeConfig *ChargeConfigForDescribeInstanceDetailOutput `type:"structure" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	DeleteProtectEnabled *bool `type:"boolean" json:",omitempty"`

	EndpointList []*EndpointListForDescribeInstanceDetailOutput `type:"list" json:",omitempty"`

	EngineVersion *string `type:"string" json:",omitempty"`

	HaEnabled *bool `type:"boolean" json:",omitempty"`

	NetworkConfig *NetworkConfigForDescribeInstanceDetailOutput `type:"structure" json:",omitempty"`

	SpecConfig []*SpecConfigForDescribeInstanceDetailOutput `type:"list" json:",omitempty"`

	StorageUsage *string `type:"string" json:",omitempty"`

	Tags []*TagForDescribeInstanceDetailOutput `type:"list" json:",omitempty"`

	Zones []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeInstanceDetailOutput) GoString

func (s DescribeInstanceDetailOutput) GoString() string

GoString returns the string representation

func (*DescribeInstanceDetailOutput) SetBaseInstance

SetBaseInstance sets the BaseInstance field's value.

func (*DescribeInstanceDetailOutput) SetChargeConfig

SetChargeConfig sets the ChargeConfig field's value.

func (*DescribeInstanceDetailOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*DescribeInstanceDetailOutput) SetDeleteProtectEnabled

func (s *DescribeInstanceDetailOutput) SetDeleteProtectEnabled(v bool) *DescribeInstanceDetailOutput

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*DescribeInstanceDetailOutput) SetEndpointList

SetEndpointList sets the EndpointList field's value.

func (*DescribeInstanceDetailOutput) SetEngineVersion

SetEngineVersion sets the EngineVersion field's value.

func (*DescribeInstanceDetailOutput) SetHaEnabled

SetHaEnabled sets the HaEnabled field's value.

func (*DescribeInstanceDetailOutput) SetNetworkConfig

SetNetworkConfig sets the NetworkConfig field's value.

func (*DescribeInstanceDetailOutput) SetSpecConfig

SetSpecConfig sets the SpecConfig field's value.

func (*DescribeInstanceDetailOutput) SetStorageUsage

SetStorageUsage sets the StorageUsage field's value.

func (*DescribeInstanceDetailOutput) SetTags

SetTags sets the Tags field's value.

func (*DescribeInstanceDetailOutput) SetZones

SetZones sets the Zones field's value.

func (DescribeInstanceDetailOutput) String

String returns the string representation

type DescribeInstancesInput

type DescribeInstancesInput struct {
	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	TagFilters []*TagFilterForDescribeInstancesInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeInstancesInput) GoString

func (s DescribeInstancesInput) GoString() string

GoString returns the string representation

func (*DescribeInstancesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeInstancesInput) SetInstanceName

func (s *DescribeInstancesInput) SetInstanceName(v string) *DescribeInstancesInput

SetInstanceName sets the InstanceName field's value.

func (*DescribeInstancesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeInstancesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeInstancesInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*DescribeInstancesInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (DescribeInstancesInput) String

func (s DescribeInstancesInput) String() string

String returns the string representation

type DescribeInstancesOutput

type DescribeInstancesOutput struct {
	Metadata *response.ResponseMetadata

	InstanceInfos []*InstanceInfoForDescribeInstancesOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	Size *int32 `type:"int32" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeInstancesOutput) GoString

func (s DescribeInstancesOutput) GoString() string

GoString returns the string representation

func (*DescribeInstancesOutput) SetInstanceInfos

SetInstanceInfos sets the InstanceInfos field's value.

func (*DescribeInstancesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeInstancesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeInstancesOutput) SetSize

SetSize sets the Size field's value.

func (*DescribeInstancesOutput) SetTotal

SetTotal sets the Total field's value.

func (DescribeInstancesOutput) String

func (s DescribeInstancesOutput) String() string

String returns the string representation

type DescribeNodeInfoInput

type DescribeNodeInfoInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeNodeInfoInput) GoString

func (s DescribeNodeInfoInput) GoString() string

GoString returns the string representation

func (*DescribeNodeInfoInput) SetInstanceId

func (s *DescribeNodeInfoInput) SetInstanceId(v string) *DescribeNodeInfoInput

SetInstanceId sets the InstanceId field's value.

func (DescribeNodeInfoInput) String

func (s DescribeNodeInfoInput) String() string

String returns the string representation

func (*DescribeNodeInfoInput) Validate

func (s *DescribeNodeInfoInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeNodeInfoOutput

type DescribeNodeInfoOutput struct {
	Metadata *response.ResponseMetadata

	NodeInfoList []*NodeInfoListForDescribeNodeInfoOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeNodeInfoOutput) GoString

func (s DescribeNodeInfoOutput) GoString() string

GoString returns the string representation

func (*DescribeNodeInfoOutput) SetNodeInfoList

SetNodeInfoList sets the NodeInfoList field's value.

func (DescribeNodeInfoOutput) String

func (s DescribeNodeInfoOutput) String() string

String returns the string representation

type EndpointListForDescribeInstanceDetailOutput

type EndpointListForDescribeInstanceDetailOutput struct {
	AllowGroupList []*AllowGroupListForDescribeInstanceDetailOutput `type:"list" json:",omitempty"`

	AllowList []*string `type:"list" json:",omitempty"`

	Domain *string `type:"string" json:",omitempty"`

	Eip *string `type:"string" json:",omitempty"`

	EipId *string `type:"string" json:",omitempty"`

	Ip *string `type:"string" json:",omitempty"`

	PrivateDomainPublishEnabled *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EndpointListForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*EndpointListForDescribeInstanceDetailOutput) SetAllowGroupList

SetAllowGroupList sets the AllowGroupList field's value.

func (*EndpointListForDescribeInstanceDetailOutput) SetAllowList

SetAllowList sets the AllowList field's value.

func (*EndpointListForDescribeInstanceDetailOutput) SetDomain

SetDomain sets the Domain field's value.

func (*EndpointListForDescribeInstanceDetailOutput) SetEip

SetEip sets the Eip field's value.

func (*EndpointListForDescribeInstanceDetailOutput) SetEipId

SetEipId sets the EipId field's value.

func (*EndpointListForDescribeInstanceDetailOutput) SetIp

SetIp sets the Ip field's value.

func (*EndpointListForDescribeInstanceDetailOutput) SetPrivateDomainPublishEnabled

SetPrivateDomainPublishEnabled sets the PrivateDomainPublishEnabled field's value.

func (*EndpointListForDescribeInstanceDetailOutput) SetType

SetType sets the Type field's value.

func (EndpointListForDescribeInstanceDetailOutput) String

String returns the string representation

type InstanceConfigurationForCreateInstanceInput

type InstanceConfigurationForCreateInstanceInput struct {
	AdminPassword *string `type:"string" json:",omitempty"`

	ComponentSpecList []*ComponentSpecListForCreateInstanceInput `type:"list" json:",omitempty"`

	HaEnabled *bool `type:"boolean" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceVersion *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InstanceConfigurationForCreateInstanceInput) GoString

GoString returns the string representation

func (*InstanceConfigurationForCreateInstanceInput) SetAdminPassword

SetAdminPassword sets the AdminPassword field's value.

func (*InstanceConfigurationForCreateInstanceInput) SetComponentSpecList

SetComponentSpecList sets the ComponentSpecList field's value.

func (*InstanceConfigurationForCreateInstanceInput) SetHaEnabled

SetHaEnabled sets the HaEnabled field's value.

func (*InstanceConfigurationForCreateInstanceInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*InstanceConfigurationForCreateInstanceInput) SetInstanceVersion

SetInstanceVersion sets the InstanceVersion field's value.

func (InstanceConfigurationForCreateInstanceInput) String

String returns the string representation

type InstanceConfigurationForCreateInstanceOneStepInput

type InstanceConfigurationForCreateInstanceOneStepInput struct {
	AdminPassword *string `type:"string" json:",omitempty"`

	ComponentSpecList []*ComponentSpecListForCreateInstanceOneStepInput `type:"list" json:",omitempty"`

	HaEnabled *bool `type:"boolean" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceVersion *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InstanceConfigurationForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*InstanceConfigurationForCreateInstanceOneStepInput) SetAdminPassword

SetAdminPassword sets the AdminPassword field's value.

func (*InstanceConfigurationForCreateInstanceOneStepInput) SetComponentSpecList

SetComponentSpecList sets the ComponentSpecList field's value.

func (*InstanceConfigurationForCreateInstanceOneStepInput) SetHaEnabled

SetHaEnabled sets the HaEnabled field's value.

func (*InstanceConfigurationForCreateInstanceOneStepInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*InstanceConfigurationForCreateInstanceOneStepInput) SetInstanceVersion

SetInstanceVersion sets the InstanceVersion field's value.

func (InstanceConfigurationForCreateInstanceOneStepInput) String

String returns the string representation

type InstanceInfoForDescribeInstancesOutput

type InstanceInfoForDescribeInstancesOutput struct {
	ChargeConfig *ChargeConfigForDescribeInstancesOutput `type:"structure" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	DeleteProtectEnabled *bool `type:"boolean" json:",omitempty"`

	InstanceId *string `type:"string" json:",omitempty"`

	InstanceName *string `type:"string" json:",omitempty"`

	InstanceVersion *string `type:"string" json:",omitempty"`

	NetworkConfig *NetworkConfigForDescribeInstancesOutput `type:"structure" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	Tags []*TagForDescribeInstancesOutput `type:"list" json:",omitempty"`

	Zones []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InstanceInfoForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*InstanceInfoForDescribeInstancesOutput) SetChargeConfig

SetChargeConfig sets the ChargeConfig field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetDeleteProtectEnabled

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetInstanceVersion

SetInstanceVersion sets the InstanceVersion field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetNetworkConfig

SetNetworkConfig sets the NetworkConfig field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetRegion

SetRegion sets the Region field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetStatus

SetStatus sets the Status field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetTags

SetTags sets the Tags field's value.

func (*InstanceInfoForDescribeInstancesOutput) SetZones

SetZones sets the Zones field's value.

func (InstanceInfoForDescribeInstancesOutput) String

String returns the string representation

type ListTagsForResourcesInput

type ListTagsForResourcesInput struct {
	MaxResults *float64 `type:"float" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	ResourceIds []*string `type:"list" json:",omitempty"`

	// ResourceType is a required field
	ResourceType *string `type:"string" json:",omitempty" required:"true"`

	TagFilters []*TagFilterForListTagsForResourcesInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTagsForResourcesInput) GoString

func (s ListTagsForResourcesInput) GoString() string

GoString returns the string representation

func (*ListTagsForResourcesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListTagsForResourcesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourcesInput) SetResourceIds

SetResourceIds sets the ResourceIds field's value.

func (*ListTagsForResourcesInput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ListTagsForResourcesInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (ListTagsForResourcesInput) String

func (s ListTagsForResourcesInput) String() string

String returns the string representation

func (*ListTagsForResourcesInput) Validate

func (s *ListTagsForResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourcesOutput

type ListTagsForResourcesOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`

	TagResources []*TagResourceForListTagsForResourcesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTagsForResourcesOutput) GoString

func (s ListTagsForResourcesOutput) GoString() string

GoString returns the string representation

func (*ListTagsForResourcesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourcesOutput) SetTagResources

SetTagResources sets the TagResources field's value.

func (ListTagsForResourcesOutput) String

String returns the string representation

type MILVUS

type MILVUS struct {
	*client.Client
}

MILVUS provides the API operation methods for making requests to MILVUS. See this package's package overview docs for details on the service.

MILVUS methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*byteplus.Config) *MILVUS

New create int can support ssl or region locate set

func (*MILVUS) CreateInstance

func (c *MILVUS) CreateInstance(input *CreateInstanceInput) (*CreateInstanceOutput, error)

CreateInstance API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation CreateInstance for usage and error information.

func (*MILVUS) CreateInstanceCommon

func (c *MILVUS) CreateInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateInstanceCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation CreateInstanceCommon for usage and error information.

func (*MILVUS) CreateInstanceCommonRequest

func (c *MILVUS) CreateInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateInstanceCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateInstanceCommon operation. The "output" return value will be populated with the CreateInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateInstanceCommon Send returns without error.

See CreateInstanceCommon for more information on using the CreateInstanceCommon API call, and error handling.

// Example sending a request using the CreateInstanceCommonRequest method.
req, resp := client.CreateInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) CreateInstanceCommonWithContext

func (c *MILVUS) CreateInstanceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateInstanceCommonWithContext is the same as CreateInstanceCommon with the addition of the ability to pass a context and additional request options.

See CreateInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) CreateInstanceOneStep

func (c *MILVUS) CreateInstanceOneStep(input *CreateInstanceOneStepInput) (*CreateInstanceOneStepOutput, error)

CreateInstanceOneStep API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation CreateInstanceOneStep for usage and error information.

func (*MILVUS) CreateInstanceOneStepCommon

func (c *MILVUS) CreateInstanceOneStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateInstanceOneStepCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation CreateInstanceOneStepCommon for usage and error information.

func (*MILVUS) CreateInstanceOneStepCommonRequest

func (c *MILVUS) CreateInstanceOneStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateInstanceOneStepCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateInstanceOneStepCommon operation. The "output" return value will be populated with the CreateInstanceOneStepCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateInstanceOneStepCommon Request to send the API call to the service. the "output" return value is not valid until after CreateInstanceOneStepCommon Send returns without error.

See CreateInstanceOneStepCommon for more information on using the CreateInstanceOneStepCommon API call, and error handling.

// Example sending a request using the CreateInstanceOneStepCommonRequest method.
req, resp := client.CreateInstanceOneStepCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) CreateInstanceOneStepCommonWithContext

func (c *MILVUS) CreateInstanceOneStepCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateInstanceOneStepCommonWithContext is the same as CreateInstanceOneStepCommon with the addition of the ability to pass a context and additional request options.

See CreateInstanceOneStepCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) CreateInstanceOneStepRequest

func (c *MILVUS) CreateInstanceOneStepRequest(input *CreateInstanceOneStepInput) (req *request.Request, output *CreateInstanceOneStepOutput)

CreateInstanceOneStepRequest generates a "byteplus/request.Request" representing the client's request for the CreateInstanceOneStep operation. The "output" return value will be populated with the CreateInstanceOneStepCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateInstanceOneStepCommon Request to send the API call to the service. the "output" return value is not valid until after CreateInstanceOneStepCommon Send returns without error.

See CreateInstanceOneStep for more information on using the CreateInstanceOneStep API call, and error handling.

// Example sending a request using the CreateInstanceOneStepRequest method.
req, resp := client.CreateInstanceOneStepRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) CreateInstanceOneStepWithContext

func (c *MILVUS) CreateInstanceOneStepWithContext(ctx byteplus.Context, input *CreateInstanceOneStepInput, opts ...request.Option) (*CreateInstanceOneStepOutput, error)

CreateInstanceOneStepWithContext is the same as CreateInstanceOneStep with the addition of the ability to pass a context and additional request options.

See CreateInstanceOneStep for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) CreateInstanceRequest

func (c *MILVUS) CreateInstanceRequest(input *CreateInstanceInput) (req *request.Request, output *CreateInstanceOutput)

CreateInstanceRequest generates a "byteplus/request.Request" representing the client's request for the CreateInstance operation. The "output" return value will be populated with the CreateInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateInstanceCommon Send returns without error.

See CreateInstance for more information on using the CreateInstance API call, and error handling.

// Example sending a request using the CreateInstanceRequest method.
req, resp := client.CreateInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) CreateInstanceWithContext

func (c *MILVUS) CreateInstanceWithContext(ctx byteplus.Context, input *CreateInstanceInput, opts ...request.Option) (*CreateInstanceOutput, error)

CreateInstanceWithContext is the same as CreateInstance with the addition of the ability to pass a context and additional request options.

See CreateInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) DescribeConfigModules

func (c *MILVUS) DescribeConfigModules(input *DescribeConfigModulesInput) (*DescribeConfigModulesOutput, error)

DescribeConfigModules API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation DescribeConfigModules for usage and error information.

func (*MILVUS) DescribeConfigModulesCommon

func (c *MILVUS) DescribeConfigModulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeConfigModulesCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation DescribeConfigModulesCommon for usage and error information.

func (*MILVUS) DescribeConfigModulesCommonRequest

func (c *MILVUS) DescribeConfigModulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeConfigModulesCommonRequest generates a "byteplus/request.Request" representing the client's request for the DescribeConfigModulesCommon operation. The "output" return value will be populated with the DescribeConfigModulesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeConfigModulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeConfigModulesCommon Send returns without error.

See DescribeConfigModulesCommon for more information on using the DescribeConfigModulesCommon API call, and error handling.

// Example sending a request using the DescribeConfigModulesCommonRequest method.
req, resp := client.DescribeConfigModulesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) DescribeConfigModulesCommonWithContext

func (c *MILVUS) DescribeConfigModulesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeConfigModulesCommonWithContext is the same as DescribeConfigModulesCommon with the addition of the ability to pass a context and additional request options.

See DescribeConfigModulesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) DescribeConfigModulesRequest

func (c *MILVUS) DescribeConfigModulesRequest(input *DescribeConfigModulesInput) (req *request.Request, output *DescribeConfigModulesOutput)

DescribeConfigModulesRequest generates a "byteplus/request.Request" representing the client's request for the DescribeConfigModules operation. The "output" return value will be populated with the DescribeConfigModulesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeConfigModulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeConfigModulesCommon Send returns without error.

See DescribeConfigModules for more information on using the DescribeConfigModules API call, and error handling.

// Example sending a request using the DescribeConfigModulesRequest method.
req, resp := client.DescribeConfigModulesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) DescribeConfigModulesWithContext

func (c *MILVUS) DescribeConfigModulesWithContext(ctx byteplus.Context, input *DescribeConfigModulesInput, opts ...request.Option) (*DescribeConfigModulesOutput, error)

DescribeConfigModulesWithContext is the same as DescribeConfigModules with the addition of the ability to pass a context and additional request options.

See DescribeConfigModules for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) DescribeInstanceConfig

func (c *MILVUS) DescribeInstanceConfig(input *DescribeInstanceConfigInput) (*DescribeInstanceConfigOutput, error)

DescribeInstanceConfig API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation DescribeInstanceConfig for usage and error information.

func (*MILVUS) DescribeInstanceConfigCommon

func (c *MILVUS) DescribeInstanceConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeInstanceConfigCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation DescribeInstanceConfigCommon for usage and error information.

func (*MILVUS) DescribeInstanceConfigCommonRequest

func (c *MILVUS) DescribeInstanceConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeInstanceConfigCommonRequest generates a "byteplus/request.Request" representing the client's request for the DescribeInstanceConfigCommon operation. The "output" return value will be populated with the DescribeInstanceConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstanceConfigCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstanceConfigCommon Send returns without error.

See DescribeInstanceConfigCommon for more information on using the DescribeInstanceConfigCommon API call, and error handling.

// Example sending a request using the DescribeInstanceConfigCommonRequest method.
req, resp := client.DescribeInstanceConfigCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) DescribeInstanceConfigCommonWithContext

func (c *MILVUS) DescribeInstanceConfigCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeInstanceConfigCommonWithContext is the same as DescribeInstanceConfigCommon with the addition of the ability to pass a context and additional request options.

See DescribeInstanceConfigCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) DescribeInstanceConfigRequest

func (c *MILVUS) DescribeInstanceConfigRequest(input *DescribeInstanceConfigInput) (req *request.Request, output *DescribeInstanceConfigOutput)

DescribeInstanceConfigRequest generates a "byteplus/request.Request" representing the client's request for the DescribeInstanceConfig operation. The "output" return value will be populated with the DescribeInstanceConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstanceConfigCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstanceConfigCommon Send returns without error.

See DescribeInstanceConfig for more information on using the DescribeInstanceConfig API call, and error handling.

// Example sending a request using the DescribeInstanceConfigRequest method.
req, resp := client.DescribeInstanceConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) DescribeInstanceConfigWithContext

func (c *MILVUS) DescribeInstanceConfigWithContext(ctx byteplus.Context, input *DescribeInstanceConfigInput, opts ...request.Option) (*DescribeInstanceConfigOutput, error)

DescribeInstanceConfigWithContext is the same as DescribeInstanceConfig with the addition of the ability to pass a context and additional request options.

See DescribeInstanceConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) DescribeInstanceDetail

func (c *MILVUS) DescribeInstanceDetail(input *DescribeInstanceDetailInput) (*DescribeInstanceDetailOutput, error)

DescribeInstanceDetail API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation DescribeInstanceDetail for usage and error information.

func (*MILVUS) DescribeInstanceDetailCommon

func (c *MILVUS) DescribeInstanceDetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeInstanceDetailCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation DescribeInstanceDetailCommon for usage and error information.

func (*MILVUS) DescribeInstanceDetailCommonRequest

func (c *MILVUS) DescribeInstanceDetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeInstanceDetailCommonRequest generates a "byteplus/request.Request" representing the client's request for the DescribeInstanceDetailCommon operation. The "output" return value will be populated with the DescribeInstanceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstanceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstanceDetailCommon Send returns without error.

See DescribeInstanceDetailCommon for more information on using the DescribeInstanceDetailCommon API call, and error handling.

// Example sending a request using the DescribeInstanceDetailCommonRequest method.
req, resp := client.DescribeInstanceDetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) DescribeInstanceDetailCommonWithContext

func (c *MILVUS) DescribeInstanceDetailCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeInstanceDetailCommonWithContext is the same as DescribeInstanceDetailCommon with the addition of the ability to pass a context and additional request options.

See DescribeInstanceDetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) DescribeInstanceDetailRequest

func (c *MILVUS) DescribeInstanceDetailRequest(input *DescribeInstanceDetailInput) (req *request.Request, output *DescribeInstanceDetailOutput)

DescribeInstanceDetailRequest generates a "byteplus/request.Request" representing the client's request for the DescribeInstanceDetail operation. The "output" return value will be populated with the DescribeInstanceDetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstanceDetailCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstanceDetailCommon Send returns without error.

See DescribeInstanceDetail for more information on using the DescribeInstanceDetail API call, and error handling.

// Example sending a request using the DescribeInstanceDetailRequest method.
req, resp := client.DescribeInstanceDetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) DescribeInstanceDetailWithContext

func (c *MILVUS) DescribeInstanceDetailWithContext(ctx byteplus.Context, input *DescribeInstanceDetailInput, opts ...request.Option) (*DescribeInstanceDetailOutput, error)

DescribeInstanceDetailWithContext is the same as DescribeInstanceDetail with the addition of the ability to pass a context and additional request options.

See DescribeInstanceDetail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) DescribeInstances

func (c *MILVUS) DescribeInstances(input *DescribeInstancesInput) (*DescribeInstancesOutput, error)

DescribeInstances API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation DescribeInstances for usage and error information.

func (*MILVUS) DescribeInstancesCommon

func (c *MILVUS) DescribeInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeInstancesCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation DescribeInstancesCommon for usage and error information.

func (*MILVUS) DescribeInstancesCommonRequest

func (c *MILVUS) DescribeInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeInstancesCommonRequest generates a "byteplus/request.Request" representing the client's request for the DescribeInstancesCommon operation. The "output" return value will be populated with the DescribeInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstancesCommon Send returns without error.

See DescribeInstancesCommon for more information on using the DescribeInstancesCommon API call, and error handling.

// Example sending a request using the DescribeInstancesCommonRequest method.
req, resp := client.DescribeInstancesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) DescribeInstancesCommonWithContext

func (c *MILVUS) DescribeInstancesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeInstancesCommonWithContext is the same as DescribeInstancesCommon with the addition of the ability to pass a context and additional request options.

See DescribeInstancesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) DescribeInstancesRequest

func (c *MILVUS) DescribeInstancesRequest(input *DescribeInstancesInput) (req *request.Request, output *DescribeInstancesOutput)

DescribeInstancesRequest generates a "byteplus/request.Request" representing the client's request for the DescribeInstances operation. The "output" return value will be populated with the DescribeInstancesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeInstancesCommon Send returns without error.

See DescribeInstances for more information on using the DescribeInstances API call, and error handling.

// Example sending a request using the DescribeInstancesRequest method.
req, resp := client.DescribeInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) DescribeInstancesWithContext

func (c *MILVUS) DescribeInstancesWithContext(ctx byteplus.Context, input *DescribeInstancesInput, opts ...request.Option) (*DescribeInstancesOutput, error)

DescribeInstancesWithContext is the same as DescribeInstances with the addition of the ability to pass a context and additional request options.

See DescribeInstances for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) DescribeNodeInfo

func (c *MILVUS) DescribeNodeInfo(input *DescribeNodeInfoInput) (*DescribeNodeInfoOutput, error)

DescribeNodeInfo API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation DescribeNodeInfo for usage and error information.

func (*MILVUS) DescribeNodeInfoCommon

func (c *MILVUS) DescribeNodeInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeNodeInfoCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation DescribeNodeInfoCommon for usage and error information.

func (*MILVUS) DescribeNodeInfoCommonRequest

func (c *MILVUS) DescribeNodeInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeNodeInfoCommonRequest generates a "byteplus/request.Request" representing the client's request for the DescribeNodeInfoCommon operation. The "output" return value will be populated with the DescribeNodeInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeNodeInfoCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeNodeInfoCommon Send returns without error.

See DescribeNodeInfoCommon for more information on using the DescribeNodeInfoCommon API call, and error handling.

// Example sending a request using the DescribeNodeInfoCommonRequest method.
req, resp := client.DescribeNodeInfoCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) DescribeNodeInfoCommonWithContext

func (c *MILVUS) DescribeNodeInfoCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeNodeInfoCommonWithContext is the same as DescribeNodeInfoCommon with the addition of the ability to pass a context and additional request options.

See DescribeNodeInfoCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) DescribeNodeInfoRequest

func (c *MILVUS) DescribeNodeInfoRequest(input *DescribeNodeInfoInput) (req *request.Request, output *DescribeNodeInfoOutput)

DescribeNodeInfoRequest generates a "byteplus/request.Request" representing the client's request for the DescribeNodeInfo operation. The "output" return value will be populated with the DescribeNodeInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeNodeInfoCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeNodeInfoCommon Send returns without error.

See DescribeNodeInfo for more information on using the DescribeNodeInfo API call, and error handling.

// Example sending a request using the DescribeNodeInfoRequest method.
req, resp := client.DescribeNodeInfoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) DescribeNodeInfoWithContext

func (c *MILVUS) DescribeNodeInfoWithContext(ctx byteplus.Context, input *DescribeNodeInfoInput, opts ...request.Option) (*DescribeNodeInfoOutput, error)

DescribeNodeInfoWithContext is the same as DescribeNodeInfo with the addition of the ability to pass a context and additional request options.

See DescribeNodeInfo for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ListTagsForResources

func (c *MILVUS) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)

ListTagsForResources API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ListTagsForResources for usage and error information.

func (*MILVUS) ListTagsForResourcesCommon

func (c *MILVUS) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListTagsForResourcesCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ListTagsForResourcesCommon for usage and error information.

func (*MILVUS) ListTagsForResourcesCommonRequest

func (c *MILVUS) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListTagsForResourcesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListTagsForResourcesCommon operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.

See ListTagsForResourcesCommon for more information on using the ListTagsForResourcesCommon API call, and error handling.

// Example sending a request using the ListTagsForResourcesCommonRequest method.
req, resp := client.ListTagsForResourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ListTagsForResourcesCommonWithContext

func (c *MILVUS) ListTagsForResourcesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListTagsForResourcesCommonWithContext is the same as ListTagsForResourcesCommon with the addition of the ability to pass a context and additional request options.

See ListTagsForResourcesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ListTagsForResourcesRequest

func (c *MILVUS) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)

ListTagsForResourcesRequest generates a "byteplus/request.Request" representing the client's request for the ListTagsForResources operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.

See ListTagsForResources for more information on using the ListTagsForResources API call, and error handling.

// Example sending a request using the ListTagsForResourcesRequest method.
req, resp := client.ListTagsForResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ListTagsForResourcesWithContext

func (c *MILVUS) ListTagsForResourcesWithContext(ctx byteplus.Context, input *ListTagsForResourcesInput, opts ...request.Option) (*ListTagsForResourcesOutput, error)

ListTagsForResourcesWithContext is the same as ListTagsForResources with the addition of the ability to pass a context and additional request options.

See ListTagsForResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyDeleteProtect

func (c *MILVUS) ModifyDeleteProtect(input *ModifyDeleteProtectInput) (*ModifyDeleteProtectOutput, error)

ModifyDeleteProtect API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyDeleteProtect for usage and error information.

func (*MILVUS) ModifyDeleteProtectCommon

func (c *MILVUS) ModifyDeleteProtectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDeleteProtectCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyDeleteProtectCommon for usage and error information.

func (*MILVUS) ModifyDeleteProtectCommonRequest

func (c *MILVUS) ModifyDeleteProtectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyDeleteProtectCommonRequest generates a "byteplus/request.Request" representing the client's request for the ModifyDeleteProtectCommon operation. The "output" return value will be populated with the ModifyDeleteProtectCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDeleteProtectCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDeleteProtectCommon Send returns without error.

See ModifyDeleteProtectCommon for more information on using the ModifyDeleteProtectCommon API call, and error handling.

// Example sending a request using the ModifyDeleteProtectCommonRequest method.
req, resp := client.ModifyDeleteProtectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyDeleteProtectCommonWithContext

func (c *MILVUS) ModifyDeleteProtectCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyDeleteProtectCommonWithContext is the same as ModifyDeleteProtectCommon with the addition of the ability to pass a context and additional request options.

See ModifyDeleteProtectCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyDeleteProtectRequest

func (c *MILVUS) ModifyDeleteProtectRequest(input *ModifyDeleteProtectInput) (req *request.Request, output *ModifyDeleteProtectOutput)

ModifyDeleteProtectRequest generates a "byteplus/request.Request" representing the client's request for the ModifyDeleteProtect operation. The "output" return value will be populated with the ModifyDeleteProtectCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyDeleteProtectCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDeleteProtectCommon Send returns without error.

See ModifyDeleteProtect for more information on using the ModifyDeleteProtect API call, and error handling.

// Example sending a request using the ModifyDeleteProtectRequest method.
req, resp := client.ModifyDeleteProtectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyDeleteProtectWithContext

func (c *MILVUS) ModifyDeleteProtectWithContext(ctx byteplus.Context, input *ModifyDeleteProtectInput, opts ...request.Option) (*ModifyDeleteProtectOutput, error)

ModifyDeleteProtectWithContext is the same as ModifyDeleteProtect with the addition of the ability to pass a context and additional request options.

See ModifyDeleteProtect for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyInstanceConfig

func (c *MILVUS) ModifyInstanceConfig(input *ModifyInstanceConfigInput) (*ModifyInstanceConfigOutput, error)

ModifyInstanceConfig API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyInstanceConfig for usage and error information.

func (*MILVUS) ModifyInstanceConfigCommon

func (c *MILVUS) ModifyInstanceConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyInstanceConfigCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyInstanceConfigCommon for usage and error information.

func (*MILVUS) ModifyInstanceConfigCommonRequest

func (c *MILVUS) ModifyInstanceConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyInstanceConfigCommonRequest generates a "byteplus/request.Request" representing the client's request for the ModifyInstanceConfigCommon operation. The "output" return value will be populated with the ModifyInstanceConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyInstanceConfigCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyInstanceConfigCommon Send returns without error.

See ModifyInstanceConfigCommon for more information on using the ModifyInstanceConfigCommon API call, and error handling.

// Example sending a request using the ModifyInstanceConfigCommonRequest method.
req, resp := client.ModifyInstanceConfigCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyInstanceConfigCommonWithContext

func (c *MILVUS) ModifyInstanceConfigCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyInstanceConfigCommonWithContext is the same as ModifyInstanceConfigCommon with the addition of the ability to pass a context and additional request options.

See ModifyInstanceConfigCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyInstanceConfigRequest

func (c *MILVUS) ModifyInstanceConfigRequest(input *ModifyInstanceConfigInput) (req *request.Request, output *ModifyInstanceConfigOutput)

ModifyInstanceConfigRequest generates a "byteplus/request.Request" representing the client's request for the ModifyInstanceConfig operation. The "output" return value will be populated with the ModifyInstanceConfigCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyInstanceConfigCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyInstanceConfigCommon Send returns without error.

See ModifyInstanceConfig for more information on using the ModifyInstanceConfig API call, and error handling.

// Example sending a request using the ModifyInstanceConfigRequest method.
req, resp := client.ModifyInstanceConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyInstanceConfigWithContext

func (c *MILVUS) ModifyInstanceConfigWithContext(ctx byteplus.Context, input *ModifyInstanceConfigInput, opts ...request.Option) (*ModifyInstanceConfigOutput, error)

ModifyInstanceConfigWithContext is the same as ModifyInstanceConfig with the addition of the ability to pass a context and additional request options.

See ModifyInstanceConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyInstanceName

func (c *MILVUS) ModifyInstanceName(input *ModifyInstanceNameInput) (*ModifyInstanceNameOutput, error)

ModifyInstanceName API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyInstanceName for usage and error information.

func (*MILVUS) ModifyInstanceNameCommon

func (c *MILVUS) ModifyInstanceNameCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyInstanceNameCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyInstanceNameCommon for usage and error information.

func (*MILVUS) ModifyInstanceNameCommonRequest

func (c *MILVUS) ModifyInstanceNameCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyInstanceNameCommonRequest generates a "byteplus/request.Request" representing the client's request for the ModifyInstanceNameCommon operation. The "output" return value will be populated with the ModifyInstanceNameCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyInstanceNameCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyInstanceNameCommon Send returns without error.

See ModifyInstanceNameCommon for more information on using the ModifyInstanceNameCommon API call, and error handling.

// Example sending a request using the ModifyInstanceNameCommonRequest method.
req, resp := client.ModifyInstanceNameCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyInstanceNameCommonWithContext

func (c *MILVUS) ModifyInstanceNameCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyInstanceNameCommonWithContext is the same as ModifyInstanceNameCommon with the addition of the ability to pass a context and additional request options.

See ModifyInstanceNameCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyInstanceNameRequest

func (c *MILVUS) ModifyInstanceNameRequest(input *ModifyInstanceNameInput) (req *request.Request, output *ModifyInstanceNameOutput)

ModifyInstanceNameRequest generates a "byteplus/request.Request" representing the client's request for the ModifyInstanceName operation. The "output" return value will be populated with the ModifyInstanceNameCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyInstanceNameCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyInstanceNameCommon Send returns without error.

See ModifyInstanceName for more information on using the ModifyInstanceName API call, and error handling.

// Example sending a request using the ModifyInstanceNameRequest method.
req, resp := client.ModifyInstanceNameRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyInstanceNameWithContext

func (c *MILVUS) ModifyInstanceNameWithContext(ctx byteplus.Context, input *ModifyInstanceNameInput, opts ...request.Option) (*ModifyInstanceNameOutput, error)

ModifyInstanceNameWithContext is the same as ModifyInstanceName with the addition of the ability to pass a context and additional request options.

See ModifyInstanceName for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyPostPaid

func (c *MILVUS) ModifyPostPaid(input *ModifyPostPaidInput) (*ModifyPostPaidOutput, error)

ModifyPostPaid API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyPostPaid for usage and error information.

func (*MILVUS) ModifyPostPaidCommon

func (c *MILVUS) ModifyPostPaidCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyPostPaidCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyPostPaidCommon for usage and error information.

func (*MILVUS) ModifyPostPaidCommonRequest

func (c *MILVUS) ModifyPostPaidCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyPostPaidCommonRequest generates a "byteplus/request.Request" representing the client's request for the ModifyPostPaidCommon operation. The "output" return value will be populated with the ModifyPostPaidCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyPostPaidCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPostPaidCommon Send returns without error.

See ModifyPostPaidCommon for more information on using the ModifyPostPaidCommon API call, and error handling.

// Example sending a request using the ModifyPostPaidCommonRequest method.
req, resp := client.ModifyPostPaidCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyPostPaidCommonWithContext

func (c *MILVUS) ModifyPostPaidCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyPostPaidCommonWithContext is the same as ModifyPostPaidCommon with the addition of the ability to pass a context and additional request options.

See ModifyPostPaidCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyPostPaidRequest

func (c *MILVUS) ModifyPostPaidRequest(input *ModifyPostPaidInput) (req *request.Request, output *ModifyPostPaidOutput)

ModifyPostPaidRequest generates a "byteplus/request.Request" representing the client's request for the ModifyPostPaid operation. The "output" return value will be populated with the ModifyPostPaidCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyPostPaidCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPostPaidCommon Send returns without error.

See ModifyPostPaid for more information on using the ModifyPostPaid API call, and error handling.

// Example sending a request using the ModifyPostPaidRequest method.
req, resp := client.ModifyPostPaidRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyPostPaidWithContext

func (c *MILVUS) ModifyPostPaidWithContext(ctx byteplus.Context, input *ModifyPostPaidInput, opts ...request.Option) (*ModifyPostPaidOutput, error)

ModifyPostPaidWithContext is the same as ModifyPostPaid with the addition of the ability to pass a context and additional request options.

See ModifyPostPaid for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyPrePaid

func (c *MILVUS) ModifyPrePaid(input *ModifyPrePaidInput) (*ModifyPrePaidOutput, error)

ModifyPrePaid API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyPrePaid for usage and error information.

func (*MILVUS) ModifyPrePaidCommon

func (c *MILVUS) ModifyPrePaidCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyPrePaidCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyPrePaidCommon for usage and error information.

func (*MILVUS) ModifyPrePaidCommonRequest

func (c *MILVUS) ModifyPrePaidCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyPrePaidCommonRequest generates a "byteplus/request.Request" representing the client's request for the ModifyPrePaidCommon operation. The "output" return value will be populated with the ModifyPrePaidCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyPrePaidCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrePaidCommon Send returns without error.

See ModifyPrePaidCommon for more information on using the ModifyPrePaidCommon API call, and error handling.

// Example sending a request using the ModifyPrePaidCommonRequest method.
req, resp := client.ModifyPrePaidCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyPrePaidCommonWithContext

func (c *MILVUS) ModifyPrePaidCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyPrePaidCommonWithContext is the same as ModifyPrePaidCommon with the addition of the ability to pass a context and additional request options.

See ModifyPrePaidCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyPrePaidRequest

func (c *MILVUS) ModifyPrePaidRequest(input *ModifyPrePaidInput) (req *request.Request, output *ModifyPrePaidOutput)

ModifyPrePaidRequest generates a "byteplus/request.Request" representing the client's request for the ModifyPrePaid operation. The "output" return value will be populated with the ModifyPrePaidCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyPrePaidCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyPrePaidCommon Send returns without error.

See ModifyPrePaid for more information on using the ModifyPrePaid API call, and error handling.

// Example sending a request using the ModifyPrePaidRequest method.
req, resp := client.ModifyPrePaidRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyPrePaidWithContext

func (c *MILVUS) ModifyPrePaidWithContext(ctx byteplus.Context, input *ModifyPrePaidInput, opts ...request.Option) (*ModifyPrePaidOutput, error)

ModifyPrePaidWithContext is the same as ModifyPrePaid with the addition of the ability to pass a context and additional request options.

See ModifyPrePaid for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyResourceTags

func (c *MILVUS) ModifyResourceTags(input *ModifyResourceTagsInput) (*ModifyResourceTagsOutput, error)

ModifyResourceTags API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyResourceTags for usage and error information.

func (*MILVUS) ModifyResourceTagsCommon

func (c *MILVUS) ModifyResourceTagsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyResourceTagsCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ModifyResourceTagsCommon for usage and error information.

func (*MILVUS) ModifyResourceTagsCommonRequest

func (c *MILVUS) ModifyResourceTagsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyResourceTagsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ModifyResourceTagsCommon operation. The "output" return value will be populated with the ModifyResourceTagsCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyResourceTagsCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyResourceTagsCommon Send returns without error.

See ModifyResourceTagsCommon for more information on using the ModifyResourceTagsCommon API call, and error handling.

// Example sending a request using the ModifyResourceTagsCommonRequest method.
req, resp := client.ModifyResourceTagsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyResourceTagsCommonWithContext

func (c *MILVUS) ModifyResourceTagsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyResourceTagsCommonWithContext is the same as ModifyResourceTagsCommon with the addition of the ability to pass a context and additional request options.

See ModifyResourceTagsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ModifyResourceTagsRequest

func (c *MILVUS) ModifyResourceTagsRequest(input *ModifyResourceTagsInput) (req *request.Request, output *ModifyResourceTagsOutput)

ModifyResourceTagsRequest generates a "byteplus/request.Request" representing the client's request for the ModifyResourceTags operation. The "output" return value will be populated with the ModifyResourceTagsCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyResourceTagsCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyResourceTagsCommon Send returns without error.

See ModifyResourceTags for more information on using the ModifyResourceTags API call, and error handling.

// Example sending a request using the ModifyResourceTagsRequest method.
req, resp := client.ModifyResourceTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ModifyResourceTagsWithContext

func (c *MILVUS) ModifyResourceTagsWithContext(ctx byteplus.Context, input *ModifyResourceTagsInput, opts ...request.Option) (*ModifyResourceTagsOutput, error)

ModifyResourceTagsWithContext is the same as ModifyResourceTags with the addition of the ability to pass a context and additional request options.

See ModifyResourceTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ReleaseInstance

func (c *MILVUS) ReleaseInstance(input *ReleaseInstanceInput) (*ReleaseInstanceOutput, error)

ReleaseInstance API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ReleaseInstance for usage and error information.

func (*MILVUS) ReleaseInstanceCommon

func (c *MILVUS) ReleaseInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ReleaseInstanceCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ReleaseInstanceCommon for usage and error information.

func (*MILVUS) ReleaseInstanceCommonRequest

func (c *MILVUS) ReleaseInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ReleaseInstanceCommonRequest generates a "byteplus/request.Request" representing the client's request for the ReleaseInstanceCommon operation. The "output" return value will be populated with the ReleaseInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned ReleaseInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ReleaseInstanceCommon Send returns without error.

See ReleaseInstanceCommon for more information on using the ReleaseInstanceCommon API call, and error handling.

// Example sending a request using the ReleaseInstanceCommonRequest method.
req, resp := client.ReleaseInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ReleaseInstanceCommonWithContext

func (c *MILVUS) ReleaseInstanceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ReleaseInstanceCommonWithContext is the same as ReleaseInstanceCommon with the addition of the ability to pass a context and additional request options.

See ReleaseInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ReleaseInstanceRequest

func (c *MILVUS) ReleaseInstanceRequest(input *ReleaseInstanceInput) (req *request.Request, output *ReleaseInstanceOutput)

ReleaseInstanceRequest generates a "byteplus/request.Request" representing the client's request for the ReleaseInstance operation. The "output" return value will be populated with the ReleaseInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned ReleaseInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ReleaseInstanceCommon Send returns without error.

See ReleaseInstance for more information on using the ReleaseInstance API call, and error handling.

// Example sending a request using the ReleaseInstanceRequest method.
req, resp := client.ReleaseInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ReleaseInstanceWithContext

func (c *MILVUS) ReleaseInstanceWithContext(ctx byteplus.Context, input *ReleaseInstanceInput, opts ...request.Option) (*ReleaseInstanceOutput, error)

ReleaseInstanceWithContext is the same as ReleaseInstance with the addition of the ability to pass a context and additional request options.

See ReleaseInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ScaleInstance

func (c *MILVUS) ScaleInstance(input *ScaleInstanceInput) (*ScaleInstanceOutput, error)

ScaleInstance API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ScaleInstance for usage and error information.

func (*MILVUS) ScaleInstanceCommon

func (c *MILVUS) ScaleInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ScaleInstanceCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation ScaleInstanceCommon for usage and error information.

func (*MILVUS) ScaleInstanceCommonRequest

func (c *MILVUS) ScaleInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ScaleInstanceCommonRequest generates a "byteplus/request.Request" representing the client's request for the ScaleInstanceCommon operation. The "output" return value will be populated with the ScaleInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned ScaleInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ScaleInstanceCommon Send returns without error.

See ScaleInstanceCommon for more information on using the ScaleInstanceCommon API call, and error handling.

// Example sending a request using the ScaleInstanceCommonRequest method.
req, resp := client.ScaleInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ScaleInstanceCommonWithContext

func (c *MILVUS) ScaleInstanceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ScaleInstanceCommonWithContext is the same as ScaleInstanceCommon with the addition of the ability to pass a context and additional request options.

See ScaleInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) ScaleInstanceRequest

func (c *MILVUS) ScaleInstanceRequest(input *ScaleInstanceInput) (req *request.Request, output *ScaleInstanceOutput)

ScaleInstanceRequest generates a "byteplus/request.Request" representing the client's request for the ScaleInstance operation. The "output" return value will be populated with the ScaleInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned ScaleInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ScaleInstanceCommon Send returns without error.

See ScaleInstance for more information on using the ScaleInstance API call, and error handling.

// Example sending a request using the ScaleInstanceRequest method.
req, resp := client.ScaleInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) ScaleInstanceWithContext

func (c *MILVUS) ScaleInstanceWithContext(ctx byteplus.Context, input *ScaleInstanceInput, opts ...request.Option) (*ScaleInstanceOutput, error)

ScaleInstanceWithContext is the same as ScaleInstance with the addition of the ability to pass a context and additional request options.

See ScaleInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) TagResources

func (c *MILVUS) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)

TagResources API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation TagResources for usage and error information.

func (*MILVUS) TagResourcesCommon

func (c *MILVUS) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TagResourcesCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation TagResourcesCommon for usage and error information.

func (*MILVUS) TagResourcesCommonRequest

func (c *MILVUS) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

TagResourcesCommonRequest generates a "byteplus/request.Request" representing the client's request for the TagResourcesCommon operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.

See TagResourcesCommon for more information on using the TagResourcesCommon API call, and error handling.

// Example sending a request using the TagResourcesCommonRequest method.
req, resp := client.TagResourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) TagResourcesCommonWithContext

func (c *MILVUS) TagResourcesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

TagResourcesCommonWithContext is the same as TagResourcesCommon with the addition of the ability to pass a context and additional request options.

See TagResourcesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) TagResourcesRequest

func (c *MILVUS) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)

TagResourcesRequest generates a "byteplus/request.Request" representing the client's request for the TagResources operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.

See TagResources for more information on using the TagResources API call, and error handling.

// Example sending a request using the TagResourcesRequest method.
req, resp := client.TagResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) TagResourcesWithContext

func (c *MILVUS) TagResourcesWithContext(ctx byteplus.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)

TagResourcesWithContext is the same as TagResources with the addition of the ability to pass a context and additional request options.

See TagResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) UntagResources

func (c *MILVUS) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)

UntagResources API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation UntagResources for usage and error information.

func (*MILVUS) UntagResourcesCommon

func (c *MILVUS) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UntagResourcesCommon API operation for MILVUS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for MILVUS's API operation UntagResourcesCommon for usage and error information.

func (*MILVUS) UntagResourcesCommonRequest

func (c *MILVUS) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UntagResourcesCommonRequest generates a "byteplus/request.Request" representing the client's request for the UntagResourcesCommon operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.

See UntagResourcesCommon for more information on using the UntagResourcesCommon API call, and error handling.

// Example sending a request using the UntagResourcesCommonRequest method.
req, resp := client.UntagResourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) UntagResourcesCommonWithContext

func (c *MILVUS) UntagResourcesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UntagResourcesCommonWithContext is the same as UntagResourcesCommon with the addition of the ability to pass a context and additional request options.

See UntagResourcesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MILVUS) UntagResourcesRequest

func (c *MILVUS) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)

UntagResourcesRequest generates a "byteplus/request.Request" representing the client's request for the UntagResources operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.

See UntagResources for more information on using the UntagResources API call, and error handling.

// Example sending a request using the UntagResourcesRequest method.
req, resp := client.UntagResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*MILVUS) UntagResourcesWithContext

func (c *MILVUS) UntagResourcesWithContext(ctx byteplus.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)

UntagResourcesWithContext is the same as UntagResources with the addition of the ability to pass a context and additional request options.

See UntagResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type MILVUSAPI

type MILVUSAPI interface {
	CreateInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateInstanceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateInstance(*CreateInstanceInput) (*CreateInstanceOutput, error)
	CreateInstanceWithContext(byteplus.Context, *CreateInstanceInput, ...request.Option) (*CreateInstanceOutput, error)
	CreateInstanceRequest(*CreateInstanceInput) (*request.Request, *CreateInstanceOutput)

	CreateInstanceOneStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateInstanceOneStepCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateInstanceOneStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateInstanceOneStep(*CreateInstanceOneStepInput) (*CreateInstanceOneStepOutput, error)
	CreateInstanceOneStepWithContext(byteplus.Context, *CreateInstanceOneStepInput, ...request.Option) (*CreateInstanceOneStepOutput, error)
	CreateInstanceOneStepRequest(*CreateInstanceOneStepInput) (*request.Request, *CreateInstanceOneStepOutput)

	DescribeConfigModulesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeConfigModulesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeConfigModulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeConfigModules(*DescribeConfigModulesInput) (*DescribeConfigModulesOutput, error)
	DescribeConfigModulesWithContext(byteplus.Context, *DescribeConfigModulesInput, ...request.Option) (*DescribeConfigModulesOutput, error)
	DescribeConfigModulesRequest(*DescribeConfigModulesInput) (*request.Request, *DescribeConfigModulesOutput)

	DescribeInstanceConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstanceConfigCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstanceConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstanceConfig(*DescribeInstanceConfigInput) (*DescribeInstanceConfigOutput, error)
	DescribeInstanceConfigWithContext(byteplus.Context, *DescribeInstanceConfigInput, ...request.Option) (*DescribeInstanceConfigOutput, error)
	DescribeInstanceConfigRequest(*DescribeInstanceConfigInput) (*request.Request, *DescribeInstanceConfigOutput)

	DescribeInstanceDetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstanceDetailCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstanceDetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstanceDetail(*DescribeInstanceDetailInput) (*DescribeInstanceDetailOutput, error)
	DescribeInstanceDetailWithContext(byteplus.Context, *DescribeInstanceDetailInput, ...request.Option) (*DescribeInstanceDetailOutput, error)
	DescribeInstanceDetailRequest(*DescribeInstanceDetailInput) (*request.Request, *DescribeInstanceDetailOutput)

	DescribeInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstancesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstances(*DescribeInstancesInput) (*DescribeInstancesOutput, error)
	DescribeInstancesWithContext(byteplus.Context, *DescribeInstancesInput, ...request.Option) (*DescribeInstancesOutput, error)
	DescribeInstancesRequest(*DescribeInstancesInput) (*request.Request, *DescribeInstancesOutput)

	DescribeNodeInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeNodeInfoCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeNodeInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeNodeInfo(*DescribeNodeInfoInput) (*DescribeNodeInfoOutput, error)
	DescribeNodeInfoWithContext(byteplus.Context, *DescribeNodeInfoInput, ...request.Option) (*DescribeNodeInfoOutput, error)
	DescribeNodeInfoRequest(*DescribeNodeInfoInput) (*request.Request, *DescribeNodeInfoOutput)

	ListTagsForResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListTagsForResourcesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListTagsForResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListTagsForResources(*ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
	ListTagsForResourcesWithContext(byteplus.Context, *ListTagsForResourcesInput, ...request.Option) (*ListTagsForResourcesOutput, error)
	ListTagsForResourcesRequest(*ListTagsForResourcesInput) (*request.Request, *ListTagsForResourcesOutput)

	ModifyDeleteProtectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDeleteProtectCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDeleteProtectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDeleteProtect(*ModifyDeleteProtectInput) (*ModifyDeleteProtectOutput, error)
	ModifyDeleteProtectWithContext(byteplus.Context, *ModifyDeleteProtectInput, ...request.Option) (*ModifyDeleteProtectOutput, error)
	ModifyDeleteProtectRequest(*ModifyDeleteProtectInput) (*request.Request, *ModifyDeleteProtectOutput)

	ModifyInstanceConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceConfigCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceConfig(*ModifyInstanceConfigInput) (*ModifyInstanceConfigOutput, error)
	ModifyInstanceConfigWithContext(byteplus.Context, *ModifyInstanceConfigInput, ...request.Option) (*ModifyInstanceConfigOutput, error)
	ModifyInstanceConfigRequest(*ModifyInstanceConfigInput) (*request.Request, *ModifyInstanceConfigOutput)

	ModifyInstanceNameCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyInstanceNameCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyInstanceNameCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyInstanceName(*ModifyInstanceNameInput) (*ModifyInstanceNameOutput, error)
	ModifyInstanceNameWithContext(byteplus.Context, *ModifyInstanceNameInput, ...request.Option) (*ModifyInstanceNameOutput, error)
	ModifyInstanceNameRequest(*ModifyInstanceNameInput) (*request.Request, *ModifyInstanceNameOutput)

	ModifyPostPaidCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyPostPaidCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyPostPaidCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyPostPaid(*ModifyPostPaidInput) (*ModifyPostPaidOutput, error)
	ModifyPostPaidWithContext(byteplus.Context, *ModifyPostPaidInput, ...request.Option) (*ModifyPostPaidOutput, error)
	ModifyPostPaidRequest(*ModifyPostPaidInput) (*request.Request, *ModifyPostPaidOutput)

	ModifyPrePaidCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyPrePaidCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyPrePaidCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyPrePaid(*ModifyPrePaidInput) (*ModifyPrePaidOutput, error)
	ModifyPrePaidWithContext(byteplus.Context, *ModifyPrePaidInput, ...request.Option) (*ModifyPrePaidOutput, error)
	ModifyPrePaidRequest(*ModifyPrePaidInput) (*request.Request, *ModifyPrePaidOutput)

	ModifyResourceTagsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyResourceTagsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyResourceTagsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyResourceTags(*ModifyResourceTagsInput) (*ModifyResourceTagsOutput, error)
	ModifyResourceTagsWithContext(byteplus.Context, *ModifyResourceTagsInput, ...request.Option) (*ModifyResourceTagsOutput, error)
	ModifyResourceTagsRequest(*ModifyResourceTagsInput) (*request.Request, *ModifyResourceTagsOutput)

	ReleaseInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ReleaseInstanceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ReleaseInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ReleaseInstance(*ReleaseInstanceInput) (*ReleaseInstanceOutput, error)
	ReleaseInstanceWithContext(byteplus.Context, *ReleaseInstanceInput, ...request.Option) (*ReleaseInstanceOutput, error)
	ReleaseInstanceRequest(*ReleaseInstanceInput) (*request.Request, *ReleaseInstanceOutput)

	ScaleInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ScaleInstanceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ScaleInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ScaleInstance(*ScaleInstanceInput) (*ScaleInstanceOutput, error)
	ScaleInstanceWithContext(byteplus.Context, *ScaleInstanceInput, ...request.Option) (*ScaleInstanceOutput, error)
	ScaleInstanceRequest(*ScaleInstanceInput) (*request.Request, *ScaleInstanceOutput)

	TagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TagResourcesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TagResources(*TagResourcesInput) (*TagResourcesOutput, error)
	TagResourcesWithContext(byteplus.Context, *TagResourcesInput, ...request.Option) (*TagResourcesOutput, error)
	TagResourcesRequest(*TagResourcesInput) (*request.Request, *TagResourcesOutput)

	UntagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UntagResourcesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UntagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UntagResources(*UntagResourcesInput) (*UntagResourcesOutput, error)
	UntagResourcesWithContext(byteplus.Context, *UntagResourcesInput, ...request.Option) (*UntagResourcesOutput, error)
	UntagResourcesRequest(*UntagResourcesInput) (*request.Request, *UntagResourcesOutput)
}

MILVUSAPI provides an interface to enable mocking the milvus.MILVUS service client's API operation,

// byteplus sdk func uses an SDK service client to make a request to
// MILVUS.
func myFunc(svc MILVUSAPI) bool {
    // Make svc.CreateInstance request
}

func main() {
    sess := session.New()
    svc := milvus.New(sess)

    myFunc(svc)
}

type ModifyDeleteProtectInput

type ModifyDeleteProtectInput struct {

	// DeleteProtectEnabled is a required field
	DeleteProtectEnabled *bool `type:"boolean" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyDeleteProtectInput) GoString

func (s ModifyDeleteProtectInput) GoString() string

GoString returns the string representation

func (*ModifyDeleteProtectInput) SetDeleteProtectEnabled

func (s *ModifyDeleteProtectInput) SetDeleteProtectEnabled(v bool) *ModifyDeleteProtectInput

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*ModifyDeleteProtectInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ModifyDeleteProtectInput) String

func (s ModifyDeleteProtectInput) String() string

String returns the string representation

func (*ModifyDeleteProtectInput) Validate

func (s *ModifyDeleteProtectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDeleteProtectOutput

type ModifyDeleteProtectOutput struct {
	Metadata *response.ResponseMetadata

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyDeleteProtectOutput) GoString

func (s ModifyDeleteProtectOutput) GoString() string

GoString returns the string representation

func (*ModifyDeleteProtectOutput) SetStatus

SetStatus sets the Status field's value.

func (ModifyDeleteProtectOutput) String

func (s ModifyDeleteProtectOutput) String() string

String returns the string representation

type ModifyInstanceConfigInput

type ModifyInstanceConfigInput struct {
	ConfigAssignList []*ConfigAssignListForModifyInstanceConfigInput `type:"list" json:",omitempty"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyInstanceConfigInput) GoString

func (s ModifyInstanceConfigInput) GoString() string

GoString returns the string representation

func (*ModifyInstanceConfigInput) SetConfigAssignList

SetConfigAssignList sets the ConfigAssignList field's value.

func (*ModifyInstanceConfigInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ModifyInstanceConfigInput) String

func (s ModifyInstanceConfigInput) String() string

String returns the string representation

func (*ModifyInstanceConfigInput) Validate

func (s *ModifyInstanceConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyInstanceConfigOutput

type ModifyInstanceConfigOutput struct {
	Metadata *response.ResponseMetadata

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyInstanceConfigOutput) GoString

func (s ModifyInstanceConfigOutput) GoString() string

GoString returns the string representation

func (*ModifyInstanceConfigOutput) SetStatus

SetStatus sets the Status field's value.

func (ModifyInstanceConfigOutput) String

String returns the string representation

type ModifyInstanceNameInput

type ModifyInstanceNameInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// NewInstanceName is a required field
	NewInstanceName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyInstanceNameInput) GoString

func (s ModifyInstanceNameInput) GoString() string

GoString returns the string representation

func (*ModifyInstanceNameInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyInstanceNameInput) SetNewInstanceName

func (s *ModifyInstanceNameInput) SetNewInstanceName(v string) *ModifyInstanceNameInput

SetNewInstanceName sets the NewInstanceName field's value.

func (ModifyInstanceNameInput) String

func (s ModifyInstanceNameInput) String() string

String returns the string representation

func (*ModifyInstanceNameInput) Validate

func (s *ModifyInstanceNameInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyInstanceNameOutput

type ModifyInstanceNameOutput struct {
	Metadata *response.ResponseMetadata

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyInstanceNameOutput) GoString

func (s ModifyInstanceNameOutput) GoString() string

GoString returns the string representation

func (*ModifyInstanceNameOutput) SetStatus

SetStatus sets the Status field's value.

func (ModifyInstanceNameOutput) String

func (s ModifyInstanceNameOutput) String() string

String returns the string representation

type ModifyPostPaidInput

type ModifyPostPaidInput struct {

	// AutoRenew is a required field
	AutoRenew *bool `type:"boolean" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// Period is a required field
	Period *int32 `type:"int32" json:",omitempty" required:"true"`

	// Times is a required field
	Times *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyPostPaidInput) GoString

func (s ModifyPostPaidInput) GoString() string

GoString returns the string representation

func (*ModifyPostPaidInput) SetAutoRenew

func (s *ModifyPostPaidInput) SetAutoRenew(v bool) *ModifyPostPaidInput

SetAutoRenew sets the AutoRenew field's value.

func (*ModifyPostPaidInput) SetInstanceId

func (s *ModifyPostPaidInput) SetInstanceId(v string) *ModifyPostPaidInput

SetInstanceId sets the InstanceId field's value.

func (*ModifyPostPaidInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ModifyPostPaidInput) SetTimes

SetTimes sets the Times field's value.

func (ModifyPostPaidInput) String

func (s ModifyPostPaidInput) String() string

String returns the string representation

func (*ModifyPostPaidInput) Validate

func (s *ModifyPostPaidInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyPostPaidOutput

type ModifyPostPaidOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	OrderID *string `type:"string" json:",omitempty"`

	OrderNO *string `type:"string" json:",omitempty"`

	ParentInstanceId *string `type:"string" json:",omitempty"`

	TradeConfigId *string `type:"string" json:",omitempty"`

	TradeEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyPostPaidOutput) GoString

func (s ModifyPostPaidOutput) GoString() string

GoString returns the string representation

func (*ModifyPostPaidOutput) SetInstanceId

func (s *ModifyPostPaidOutput) SetInstanceId(v string) *ModifyPostPaidOutput

SetInstanceId sets the InstanceId field's value.

func (*ModifyPostPaidOutput) SetOrderID

SetOrderID sets the OrderID field's value.

func (*ModifyPostPaidOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (*ModifyPostPaidOutput) SetParentInstanceId

func (s *ModifyPostPaidOutput) SetParentInstanceId(v string) *ModifyPostPaidOutput

SetParentInstanceId sets the ParentInstanceId field's value.

func (*ModifyPostPaidOutput) SetTradeConfigId

func (s *ModifyPostPaidOutput) SetTradeConfigId(v string) *ModifyPostPaidOutput

SetTradeConfigId sets the TradeConfigId field's value.

func (*ModifyPostPaidOutput) SetTradeEnabled

func (s *ModifyPostPaidOutput) SetTradeEnabled(v bool) *ModifyPostPaidOutput

SetTradeEnabled sets the TradeEnabled field's value.

func (ModifyPostPaidOutput) String

func (s ModifyPostPaidOutput) String() string

String returns the string representation

type ModifyPrePaidInput

type ModifyPrePaidInput struct {

	// AutoRenew is a required field
	AutoRenew *bool `type:"boolean" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// Period is a required field
	Period *int32 `type:"int32" json:",omitempty" required:"true"`

	// Times is a required field
	Times *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyPrePaidInput) GoString

func (s ModifyPrePaidInput) GoString() string

GoString returns the string representation

func (*ModifyPrePaidInput) SetAutoRenew

func (s *ModifyPrePaidInput) SetAutoRenew(v bool) *ModifyPrePaidInput

SetAutoRenew sets the AutoRenew field's value.

func (*ModifyPrePaidInput) SetInstanceId

func (s *ModifyPrePaidInput) SetInstanceId(v string) *ModifyPrePaidInput

SetInstanceId sets the InstanceId field's value.

func (*ModifyPrePaidInput) SetPeriod

func (s *ModifyPrePaidInput) SetPeriod(v int32) *ModifyPrePaidInput

SetPeriod sets the Period field's value.

func (*ModifyPrePaidInput) SetTimes

SetTimes sets the Times field's value.

func (ModifyPrePaidInput) String

func (s ModifyPrePaidInput) String() string

String returns the string representation

func (*ModifyPrePaidInput) Validate

func (s *ModifyPrePaidInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyPrePaidOutput

type ModifyPrePaidOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	OrderID *string `type:"string" json:",omitempty"`

	OrderNO *string `type:"string" json:",omitempty"`

	ParentInstanceId *string `type:"string" json:",omitempty"`

	TradeConfigId *string `type:"string" json:",omitempty"`

	TradeEnabled *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyPrePaidOutput) GoString

func (s ModifyPrePaidOutput) GoString() string

GoString returns the string representation

func (*ModifyPrePaidOutput) SetInstanceId

func (s *ModifyPrePaidOutput) SetInstanceId(v string) *ModifyPrePaidOutput

SetInstanceId sets the InstanceId field's value.

func (*ModifyPrePaidOutput) SetOrderID

SetOrderID sets the OrderID field's value.

func (*ModifyPrePaidOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (*ModifyPrePaidOutput) SetParentInstanceId

func (s *ModifyPrePaidOutput) SetParentInstanceId(v string) *ModifyPrePaidOutput

SetParentInstanceId sets the ParentInstanceId field's value.

func (*ModifyPrePaidOutput) SetTradeConfigId

func (s *ModifyPrePaidOutput) SetTradeConfigId(v string) *ModifyPrePaidOutput

SetTradeConfigId sets the TradeConfigId field's value.

func (*ModifyPrePaidOutput) SetTradeEnabled

func (s *ModifyPrePaidOutput) SetTradeEnabled(v bool) *ModifyPrePaidOutput

SetTradeEnabled sets the TradeEnabled field's value.

func (ModifyPrePaidOutput) String

func (s ModifyPrePaidOutput) String() string

String returns the string representation

type ModifyResourceTagsInput

type ModifyResourceTagsInput struct {

	// ResourceId is a required field
	ResourceId *string `type:"string" json:",omitempty" required:"true"`

	ResourceType *string `type:"string" json:",omitempty"`

	Tags []*TagForModifyResourceTagsInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyResourceTagsInput) GoString

func (s ModifyResourceTagsInput) GoString() string

GoString returns the string representation

func (*ModifyResourceTagsInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*ModifyResourceTagsInput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ModifyResourceTagsInput) SetTags

SetTags sets the Tags field's value.

func (ModifyResourceTagsInput) String

func (s ModifyResourceTagsInput) String() string

String returns the string representation

func (*ModifyResourceTagsInput) Validate

func (s *ModifyResourceTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyResourceTagsOutput

type ModifyResourceTagsOutput struct {
	Metadata *response.ResponseMetadata

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ModifyResourceTagsOutput) GoString

func (s ModifyResourceTagsOutput) GoString() string

GoString returns the string representation

func (*ModifyResourceTagsOutput) SetStatus

SetStatus sets the Status field's value.

func (ModifyResourceTagsOutput) String

func (s ModifyResourceTagsOutput) String() string

String returns the string representation

type NetworkConfigForCreateInstanceInput

type NetworkConfigForCreateInstanceInput struct {
	InnerEndpointEnabled *bool `type:"boolean" json:",omitempty"`

	SubnetInfo *SubnetInfoForCreateInstanceInput `type:"structure" json:",omitempty"`

	VpcInfo *VpcInfoForCreateInstanceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NetworkConfigForCreateInstanceInput) GoString

GoString returns the string representation

func (*NetworkConfigForCreateInstanceInput) SetInnerEndpointEnabled

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForCreateInstanceInput) SetSubnetInfo

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForCreateInstanceInput) SetVpcInfo

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForCreateInstanceInput) String

String returns the string representation

type NetworkConfigForCreateInstanceOneStepInput

type NetworkConfigForCreateInstanceOneStepInput struct {
	InnerEndpointEnabled *bool `type:"boolean" json:",omitempty"`

	SubnetInfo *SubnetInfoForCreateInstanceOneStepInput `type:"structure" json:",omitempty"`

	VpcInfo *VpcInfoForCreateInstanceOneStepInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NetworkConfigForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*NetworkConfigForCreateInstanceOneStepInput) SetInnerEndpointEnabled

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForCreateInstanceOneStepInput) SetSubnetInfo

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForCreateInstanceOneStepInput) SetVpcInfo

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForCreateInstanceOneStepInput) String

String returns the string representation

type NetworkConfigForDescribeInstanceDetailOutput

type NetworkConfigForDescribeInstanceDetailOutput struct {
	InnerEndpointEnabled *bool `type:"boolean" json:",omitempty"`

	SubnetInfo *SubnetInfoForDescribeInstanceDetailOutput `type:"structure" json:",omitempty"`

	VpcInfo *VpcInfoForDescribeInstanceDetailOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NetworkConfigForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*NetworkConfigForDescribeInstanceDetailOutput) SetInnerEndpointEnabled

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForDescribeInstanceDetailOutput) SetSubnetInfo

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForDescribeInstanceDetailOutput) SetVpcInfo

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForDescribeInstanceDetailOutput) String

String returns the string representation

type NetworkConfigForDescribeInstancesOutput

type NetworkConfigForDescribeInstancesOutput struct {
	InnerEndpointEnabled *bool `type:"boolean" json:",omitempty"`

	SubnetInfo *SubnetInfoForDescribeInstancesOutput `type:"structure" json:",omitempty"`

	VpcInfo *VpcInfoForDescribeInstancesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NetworkConfigForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*NetworkConfigForDescribeInstancesOutput) SetInnerEndpointEnabled

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForDescribeInstancesOutput) SetSubnetInfo

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForDescribeInstancesOutput) SetVpcInfo

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForDescribeInstancesOutput) String

String returns the string representation

type NodeInfoListForDescribeNodeInfoOutput

type NodeInfoListForDescribeNodeInfoOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	DisplayName *string `type:"string" json:",omitempty"`

	NodeName *string `type:"string" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	TotalCpu *string `type:"string" json:",omitempty"`

	TotalMemInBytes *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	UsedCpu *string `type:"string" json:",omitempty"`

	UsedMemInBytes *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NodeInfoListForDescribeNodeInfoOutput) GoString

GoString returns the string representation

func (*NodeInfoListForDescribeNodeInfoOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetNodeName

SetNodeName sets the NodeName field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetStatus

SetStatus sets the Status field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetTotalCpu

SetTotalCpu sets the TotalCpu field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetTotalMemInBytes

SetTotalMemInBytes sets the TotalMemInBytes field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetUsedCpu

SetUsedCpu sets the UsedCpu field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetUsedMemInBytes

SetUsedMemInBytes sets the UsedMemInBytes field's value.

func (NodeInfoListForDescribeNodeInfoOutput) String

String returns the string representation

type ReleaseInstanceInput

type ReleaseInstanceInput struct {

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ReleaseInstanceInput) GoString

func (s ReleaseInstanceInput) GoString() string

GoString returns the string representation

func (*ReleaseInstanceInput) SetInstanceId

func (s *ReleaseInstanceInput) SetInstanceId(v string) *ReleaseInstanceInput

SetInstanceId sets the InstanceId field's value.

func (ReleaseInstanceInput) String

func (s ReleaseInstanceInput) String() string

String returns the string representation

func (*ReleaseInstanceInput) Validate

func (s *ReleaseInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReleaseInstanceOutput

type ReleaseInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReleaseInstanceOutput) GoString

func (s ReleaseInstanceOutput) GoString() string

GoString returns the string representation

func (*ReleaseInstanceOutput) SetStatus

SetStatus sets the Status field's value.

func (ReleaseInstanceOutput) String

func (s ReleaseInstanceOutput) String() string

String returns the string representation

type ScaleInstanceInput

type ScaleInstanceInput struct {
	ComponentSpecList []*ComponentSpecListForScaleInstanceInput `type:"list" json:",omitempty"`

	// HaEnabled is a required field
	HaEnabled *bool `type:"boolean" json:",omitempty" required:"true"`

	// InstanceId is a required field
	InstanceId *string `type:"string" json:",omitempty" required:"true"`

	// OneStep is a required field
	OneStep *bool `type:"boolean" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ScaleInstanceInput) GoString

func (s ScaleInstanceInput) GoString() string

GoString returns the string representation

func (*ScaleInstanceInput) SetComponentSpecList

SetComponentSpecList sets the ComponentSpecList field's value.

func (*ScaleInstanceInput) SetHaEnabled

func (s *ScaleInstanceInput) SetHaEnabled(v bool) *ScaleInstanceInput

SetHaEnabled sets the HaEnabled field's value.

func (*ScaleInstanceInput) SetInstanceId

func (s *ScaleInstanceInput) SetInstanceId(v string) *ScaleInstanceInput

SetInstanceId sets the InstanceId field's value.

func (*ScaleInstanceInput) SetOneStep

func (s *ScaleInstanceInput) SetOneStep(v bool) *ScaleInstanceInput

SetOneStep sets the OneStep field's value.

func (ScaleInstanceInput) String

func (s ScaleInstanceInput) String() string

String returns the string representation

func (*ScaleInstanceInput) Validate

func (s *ScaleInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ScaleInstanceOutput

type ScaleInstanceOutput struct {
	Metadata *response.ResponseMetadata

	InstanceId *string `type:"string" json:",omitempty"`

	OrderNO *string `type:"string" json:",omitempty"`

	TradeConfigId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ScaleInstanceOutput) GoString

func (s ScaleInstanceOutput) GoString() string

GoString returns the string representation

func (*ScaleInstanceOutput) SetInstanceId

func (s *ScaleInstanceOutput) SetInstanceId(v string) *ScaleInstanceOutput

SetInstanceId sets the InstanceId field's value.

func (*ScaleInstanceOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (*ScaleInstanceOutput) SetTradeConfigId

func (s *ScaleInstanceOutput) SetTradeConfigId(v string) *ScaleInstanceOutput

SetTradeConfigId sets the TradeConfigId field's value.

func (ScaleInstanceOutput) String

func (s ScaleInstanceOutput) String() string

String returns the string representation

type SpecConfigForDescribeInstanceDetailOutput

type SpecConfigForDescribeInstanceDetailOutput struct {
	CpuNum *int32 `type:"int32" json:",omitempty"`

	MemSize *int32 `type:"int32" json:",omitempty"`

	NodeCUType *string `type:"string" json:",omitempty"`

	NodeNum *int32 `type:"int32" json:",omitempty"`

	NodeType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpecConfigForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*SpecConfigForDescribeInstanceDetailOutput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*SpecConfigForDescribeInstanceDetailOutput) SetMemSize

SetMemSize sets the MemSize field's value.

func (*SpecConfigForDescribeInstanceDetailOutput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*SpecConfigForDescribeInstanceDetailOutput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*SpecConfigForDescribeInstanceDetailOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (SpecConfigForDescribeInstanceDetailOutput) String

String returns the string representation

type SubnetInfoForCreateInstanceInput

type SubnetInfoForCreateInstanceInput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SubnetInfoForCreateInstanceInput) GoString

GoString returns the string representation

func (*SubnetInfoForCreateInstanceInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForCreateInstanceInput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForCreateInstanceInput) String

String returns the string representation

type SubnetInfoForCreateInstanceOneStepInput

type SubnetInfoForCreateInstanceOneStepInput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SubnetInfoForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*SubnetInfoForCreateInstanceOneStepInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForCreateInstanceOneStepInput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForCreateInstanceOneStepInput) String

String returns the string representation

type SubnetInfoForDescribeInstanceDetailOutput

type SubnetInfoForDescribeInstanceDetailOutput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SubnetInfoForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*SubnetInfoForDescribeInstanceDetailOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForDescribeInstanceDetailOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForDescribeInstanceDetailOutput) String

String returns the string representation

type SubnetInfoForDescribeInstancesOutput

type SubnetInfoForDescribeInstancesOutput struct {
	SubnetId *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SubnetInfoForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*SubnetInfoForDescribeInstancesOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForDescribeInstancesOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForDescribeInstancesOutput) String

String returns the string representation

type TagFilterForDescribeInstancesInput

type TagFilterForDescribeInstancesInput struct {
	Key *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeInstancesInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeInstancesInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeInstancesInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeInstancesInput) String

String returns the string representation

type TagFilterForListTagsForResourcesInput

type TagFilterForListTagsForResourcesInput struct {
	Key *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagFilterForListTagsForResourcesInput) GoString

GoString returns the string representation

func (*TagFilterForListTagsForResourcesInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForListTagsForResourcesInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForListTagsForResourcesInput) String

String returns the string representation

type TagForCreateInstanceInput

type TagForCreateInstanceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForCreateInstanceInput) GoString

func (s TagForCreateInstanceInput) GoString() string

GoString returns the string representation

func (*TagForCreateInstanceInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateInstanceInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateInstanceInput) String

func (s TagForCreateInstanceInput) String() string

String returns the string representation

type TagForCreateInstanceOneStepInput

type TagForCreateInstanceOneStepInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*TagForCreateInstanceOneStepInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateInstanceOneStepInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateInstanceOneStepInput) String

String returns the string representation

type TagForDescribeInstanceDetailOutput

type TagForDescribeInstanceDetailOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*TagForDescribeInstanceDetailOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeInstanceDetailOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeInstanceDetailOutput) String

String returns the string representation

type TagForDescribeInstancesOutput

type TagForDescribeInstancesOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*TagForDescribeInstancesOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeInstancesOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeInstancesOutput) String

String returns the string representation

type TagForModifyResourceTagsInput

type TagForModifyResourceTagsInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForModifyResourceTagsInput) GoString

GoString returns the string representation

func (*TagForModifyResourceTagsInput) SetKey

SetKey sets the Key field's value.

func (*TagForModifyResourceTagsInput) SetValue

SetValue sets the Value field's value.

func (TagForModifyResourceTagsInput) String

String returns the string representation

type TagForTagResourcesInput

type TagForTagResourcesInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForTagResourcesInput) GoString

func (s TagForTagResourcesInput) GoString() string

GoString returns the string representation

func (*TagForTagResourcesInput) SetKey

SetKey sets the Key field's value.

func (*TagForTagResourcesInput) SetValue

SetValue sets the Value field's value.

func (TagForTagResourcesInput) String

func (s TagForTagResourcesInput) String() string

String returns the string representation

type TagResourceForListTagsForResourcesOutput

type TagResourceForListTagsForResourcesOutput struct {
	ResourceId *string `type:"string" json:",omitempty"`

	ResourceType *string `type:"string" json:",omitempty"`

	TagKey *string `type:"string" json:",omitempty"`

	TagValue *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagResourceForListTagsForResourcesOutput) GoString

GoString returns the string representation

func (*TagResourceForListTagsForResourcesOutput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*TagResourceForListTagsForResourcesOutput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*TagResourceForListTagsForResourcesOutput) SetTagKey

SetTagKey sets the TagKey field's value.

func (*TagResourceForListTagsForResourcesOutput) SetTagValue

SetTagValue sets the TagValue field's value.

func (TagResourceForListTagsForResourcesOutput) String

String returns the string representation

type TagResourcesInput

type TagResourcesInput struct {
	ResourceIds []*string `type:"list" json:",omitempty"`

	ResourceType *string `type:"string" json:",omitempty"`

	Tags []*TagForTagResourcesInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagResourcesInput) GoString

func (s TagResourcesInput) GoString() string

GoString returns the string representation

func (*TagResourcesInput) SetResourceIds

func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput

SetResourceIds sets the ResourceIds field's value.

func (*TagResourcesInput) SetResourceType

func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput

SetResourceType sets the ResourceType field's value.

func (*TagResourcesInput) SetTags

SetTags sets the Tags field's value.

func (TagResourcesInput) String

func (s TagResourcesInput) String() string

String returns the string representation

type TagResourcesOutput

type TagResourcesOutput struct {
	Metadata *response.ResponseMetadata

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagResourcesOutput) GoString

func (s TagResourcesOutput) GoString() string

GoString returns the string representation

func (*TagResourcesOutput) SetStatus

func (s *TagResourcesOutput) SetStatus(v string) *TagResourcesOutput

SetStatus sets the Status field's value.

func (TagResourcesOutput) String

func (s TagResourcesOutput) String() string

String returns the string representation

type UntagResourcesInput

type UntagResourcesInput struct {
	ResourceIds []*string `type:"list" json:",omitempty"`

	ResourceType *string `type:"string" json:",omitempty"`

	TagKeys []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UntagResourcesInput) GoString

func (s UntagResourcesInput) GoString() string

GoString returns the string representation

func (*UntagResourcesInput) SetResourceIds

func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput

SetResourceIds sets the ResourceIds field's value.

func (*UntagResourcesInput) SetResourceType

func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput

SetResourceType sets the ResourceType field's value.

func (*UntagResourcesInput) SetTagKeys

func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourcesInput) String

func (s UntagResourcesInput) String() string

String returns the string representation

type UntagResourcesOutput

type UntagResourcesOutput struct {
	Metadata *response.ResponseMetadata

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UntagResourcesOutput) GoString

func (s UntagResourcesOutput) GoString() string

GoString returns the string representation

func (*UntagResourcesOutput) SetStatus

SetStatus sets the Status field's value.

func (UntagResourcesOutput) String

func (s UntagResourcesOutput) String() string

String returns the string representation

type VpcInfoForCreateInstanceInput

type VpcInfoForCreateInstanceInput struct {
	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VpcInfoForCreateInstanceInput) GoString

GoString returns the string representation

func (*VpcInfoForCreateInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*VpcInfoForCreateInstanceInput) SetVpcName

SetVpcName sets the VpcName field's value.

func (VpcInfoForCreateInstanceInput) String

String returns the string representation

type VpcInfoForCreateInstanceOneStepInput

type VpcInfoForCreateInstanceOneStepInput struct {
	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VpcInfoForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*VpcInfoForCreateInstanceOneStepInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*VpcInfoForCreateInstanceOneStepInput) SetVpcName

SetVpcName sets the VpcName field's value.

func (VpcInfoForCreateInstanceOneStepInput) String

String returns the string representation

type VpcInfoForDescribeInstanceDetailOutput

type VpcInfoForDescribeInstanceDetailOutput struct {
	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VpcInfoForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*VpcInfoForDescribeInstanceDetailOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*VpcInfoForDescribeInstanceDetailOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (VpcInfoForDescribeInstanceDetailOutput) String

String returns the string representation

type VpcInfoForDescribeInstancesOutput

type VpcInfoForDescribeInstancesOutput struct {
	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VpcInfoForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*VpcInfoForDescribeInstancesOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*VpcInfoForDescribeInstancesOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (VpcInfoForDescribeInstancesOutput) String

String returns the string representation

Jump to

Keyboard shortcuts

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