milvus

package
v1.2.39 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 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 (
	// EnumOfItemTypeForDescribeAvailableSpecV2OutputPerformance is a EnumOfItemTypeForDescribeAvailableSpecV2Output enum value
	EnumOfItemTypeForDescribeAvailableSpecV2OutputPerformance = "PERFORMANCE"

	// EnumOfItemTypeForDescribeAvailableSpecV2OutputCapacity is a EnumOfItemTypeForDescribeAvailableSpecV2Output enum value
	EnumOfItemTypeForDescribeAvailableSpecV2OutputCapacity = "CAPACITY"
)
View Source
const (
	// EnumOfSpecTypeForDescribeAvailableSpecV2OutputCu is a EnumOfSpecTypeForDescribeAvailableSpecV2Output enum value
	EnumOfSpecTypeForDescribeAvailableSpecV2OutputCu = "CU"

	// EnumOfSpecTypeForDescribeAvailableSpecV2OutputGpu is a EnumOfSpecTypeForDescribeAvailableSpecV2Output enum value
	EnumOfSpecTypeForDescribeAvailableSpecV2OutputGpu = "GPU"
)
View Source
const (
	// EnumOfNodeCUTypeForDescribePriceV2OutputPerformance is a EnumOfNodeCUTypeForDescribePriceV2Output enum value
	EnumOfNodeCUTypeForDescribePriceV2OutputPerformance = "PERFORMANCE"

	// EnumOfNodeCUTypeForDescribePriceV2OutputCapacity is a EnumOfNodeCUTypeForDescribePriceV2Output enum value
	EnumOfNodeCUTypeForDescribePriceV2OutputCapacity = "CAPACITY"
)
View Source
const (
	// EnumOfNodeTypeForDescribePriceV2InputMetaNode is a EnumOfNodeTypeForDescribePriceV2Input enum value
	EnumOfNodeTypeForDescribePriceV2InputMetaNode = "META_NODE"

	// EnumOfNodeTypeForDescribePriceV2InputDataNode is a EnumOfNodeTypeForDescribePriceV2Input enum value
	EnumOfNodeTypeForDescribePriceV2InputDataNode = "DATA_NODE"

	// EnumOfNodeTypeForDescribePriceV2InputProxyNode is a EnumOfNodeTypeForDescribePriceV2Input enum value
	EnumOfNodeTypeForDescribePriceV2InputProxyNode = "PROXY_NODE"

	// EnumOfNodeTypeForDescribePriceV2InputIndexNode is a EnumOfNodeTypeForDescribePriceV2Input enum value
	EnumOfNodeTypeForDescribePriceV2InputIndexNode = "INDEX_NODE"

	// EnumOfNodeTypeForDescribePriceV2InputQueryNode is a EnumOfNodeTypeForDescribePriceV2Input enum value
	EnumOfNodeTypeForDescribePriceV2InputQueryNode = "QUERY_NODE"

	// EnumOfNodeTypeForDescribePriceV2InputStreamingNode is a EnumOfNodeTypeForDescribePriceV2Input enum value
	EnumOfNodeTypeForDescribePriceV2InputStreamingNode = "STREAMING_NODE"
)
View Source
const (
	// EnumOfNodeTypeForDescribePriceV2OutputMetaNode is a EnumOfNodeTypeForDescribePriceV2Output enum value
	EnumOfNodeTypeForDescribePriceV2OutputMetaNode = "META_NODE"

	// EnumOfNodeTypeForDescribePriceV2OutputDataNode is a EnumOfNodeTypeForDescribePriceV2Output enum value
	EnumOfNodeTypeForDescribePriceV2OutputDataNode = "DATA_NODE"

	// EnumOfNodeTypeForDescribePriceV2OutputProxyNode is a EnumOfNodeTypeForDescribePriceV2Output enum value
	EnumOfNodeTypeForDescribePriceV2OutputProxyNode = "PROXY_NODE"

	// EnumOfNodeTypeForDescribePriceV2OutputIndexNode is a EnumOfNodeTypeForDescribePriceV2Output enum value
	EnumOfNodeTypeForDescribePriceV2OutputIndexNode = "INDEX_NODE"

	// EnumOfNodeTypeForDescribePriceV2OutputQueryNode is a EnumOfNodeTypeForDescribePriceV2Output enum value
	EnumOfNodeTypeForDescribePriceV2OutputQueryNode = "QUERY_NODE"

	// EnumOfNodeTypeForDescribePriceV2OutputStreamingNode is a EnumOfNodeTypeForDescribePriceV2Output enum value
	EnumOfNodeTypeForDescribePriceV2OutputStreamingNode = "STREAMING_NODE"
)
View Source
const (
	// EnumOfZoneStatusForDescribeZonesOutputAvailable is a EnumOfZoneStatusForDescribeZonesOutput enum value
	EnumOfZoneStatusForDescribeZonesOutputAvailable = "AVAILABLE"

	// EnumOfZoneStatusForDescribeZonesOutputSoldOut is a EnumOfZoneStatusForDescribeZonesOutput enum value
	EnumOfZoneStatusForDescribeZonesOutputSoldOut = "SOLD_OUT"
)
View Source
const (
	// EnumOfTypeForDMDescribeWorkflowOutputSource is a EnumOfTypeForDMDescribeWorkflowOutput enum value
	EnumOfTypeForDMDescribeWorkflowOutputSource = "source"

	// EnumOfTypeForDMDescribeWorkflowOutputSink is a EnumOfTypeForDMDescribeWorkflowOutput enum value
	EnumOfTypeForDMDescribeWorkflowOutputSink = "sink"

	// EnumOfTypeForDMDescribeWorkflowOutputTransform is a EnumOfTypeForDMDescribeWorkflowOutput enum value
	EnumOfTypeForDMDescribeWorkflowOutputTransform = "transform"
)
View Source
const (
	// ConvertEnumOfKeyForDMDescribeWorkflowsInputName is a ConvertEnumOfKeyForDMDescribeWorkflowsInput enum value
	ConvertEnumOfKeyForDMDescribeWorkflowsInputName = "NAME"

	// ConvertEnumOfKeyForDMDescribeWorkflowsInputCreateTime is a ConvertEnumOfKeyForDMDescribeWorkflowsInput enum value
	ConvertEnumOfKeyForDMDescribeWorkflowsInputCreateTime = "CREATE_TIME"

	// ConvertEnumOfKeyForDMDescribeWorkflowsInputStatus is a ConvertEnumOfKeyForDMDescribeWorkflowsInput enum value
	ConvertEnumOfKeyForDMDescribeWorkflowsInputStatus = "STATUS"
)
View Source
const (
	// EnumOfKeyForDMDescribeWorkflowsInputName is a EnumOfKeyForDMDescribeWorkflowsInput enum value
	EnumOfKeyForDMDescribeWorkflowsInputName = "NAME"

	// EnumOfKeyForDMDescribeWorkflowsInputInstanceId is a EnumOfKeyForDMDescribeWorkflowsInput enum value
	EnumOfKeyForDMDescribeWorkflowsInputInstanceId = "INSTANCE_ID"
)
View Source
const (
	// EnumOfStatusForDMDescribeWorkflowsOutputInitial is a EnumOfStatusForDMDescribeWorkflowsOutput enum value
	EnumOfStatusForDMDescribeWorkflowsOutputInitial = "INITIAL"

	// EnumOfStatusForDMDescribeWorkflowsOutputCreated is a EnumOfStatusForDMDescribeWorkflowsOutput enum value
	EnumOfStatusForDMDescribeWorkflowsOutputCreated = "CREATED"

	// EnumOfStatusForDMDescribeWorkflowsOutputStarting is a EnumOfStatusForDMDescribeWorkflowsOutput enum value
	EnumOfStatusForDMDescribeWorkflowsOutputStarting = "STARTING"

	// EnumOfStatusForDMDescribeWorkflowsOutputRunning is a EnumOfStatusForDMDescribeWorkflowsOutput enum value
	EnumOfStatusForDMDescribeWorkflowsOutputRunning = "RUNNING"

	// EnumOfStatusForDMDescribeWorkflowsOutputFailed is a EnumOfStatusForDMDescribeWorkflowsOutput enum value
	EnumOfStatusForDMDescribeWorkflowsOutputFailed = "FAILED"

	// EnumOfStatusForDMDescribeWorkflowsOutputCanceling is a EnumOfStatusForDMDescribeWorkflowsOutput enum value
	EnumOfStatusForDMDescribeWorkflowsOutputCanceling = "CANCELING"

	// EnumOfStatusForDMDescribeWorkflowsOutputSucceeded is a EnumOfStatusForDMDescribeWorkflowsOutput enum value
	EnumOfStatusForDMDescribeWorkflowsOutputSucceeded = "SUCCEEDED"

	// EnumOfStatusForDMDescribeWorkflowsOutputStopped is a EnumOfStatusForDMDescribeWorkflowsOutput enum value
	EnumOfStatusForDMDescribeWorkflowsOutputStopped = "STOPPED"

	// EnumOfStatusForDMDescribeWorkflowsOutputUnknown is a EnumOfStatusForDMDescribeWorkflowsOutput enum value
	EnumOfStatusForDMDescribeWorkflowsOutputUnknown = "UNKNOWN"

	// EnumOfStatusForDMDescribeWorkflowsOutputException is a EnumOfStatusForDMDescribeWorkflowsOutput enum value
	EnumOfStatusForDMDescribeWorkflowsOutputException = "EXCEPTION"
)
View Source
const (
	// EnumOfTypeForDMDescribeWorkflowsOutputSource is a EnumOfTypeForDMDescribeWorkflowsOutput enum value
	EnumOfTypeForDMDescribeWorkflowsOutputSource = "source"

	// EnumOfTypeForDMDescribeWorkflowsOutputSink is a EnumOfTypeForDMDescribeWorkflowsOutput enum value
	EnumOfTypeForDMDescribeWorkflowsOutputSink = "sink"

	// EnumOfTypeForDMDescribeWorkflowsOutputTransform is a EnumOfTypeForDMDescribeWorkflowsOutput enum value
	EnumOfTypeForDMDescribeWorkflowsOutputTransform = "transform"
)
View Source
const (
	// EnumOfInstanceVersionForMSCreateInstanceInputV25 is a EnumOfInstanceVersionForMSCreateInstanceInput enum value
	EnumOfInstanceVersionForMSCreateInstanceInputV25 = "V2_5"

	// EnumOfInstanceVersionForMSCreateInstanceInputV26 is a EnumOfInstanceVersionForMSCreateInstanceInput enum value
	EnumOfInstanceVersionForMSCreateInstanceInputV26 = "V2_6"
)
View Source
const (
	// EnumOfIpVersionForMSCreateInstanceInputIpv4 is a EnumOfIpVersionForMSCreateInstanceInput enum value
	EnumOfIpVersionForMSCreateInstanceInputIpv4 = "IPv4"

	// EnumOfIpVersionForMSCreateInstanceInputDualStack is a EnumOfIpVersionForMSCreateInstanceInput enum value
	EnumOfIpVersionForMSCreateInstanceInputDualStack = "DualStack"
)
View Source
const (
	// EnumOfMilvusVersionForMSCreateInstanceInputV25 is a EnumOfMilvusVersionForMSCreateInstanceInput enum value
	EnumOfMilvusVersionForMSCreateInstanceInputV25 = "V2_5"

	// EnumOfMilvusVersionForMSCreateInstanceInputV26 is a EnumOfMilvusVersionForMSCreateInstanceInput enum value
	EnumOfMilvusVersionForMSCreateInstanceInputV26 = "V2_6"
)
View Source
const (
	// EnumOfInstanceVersionForMSCreateInstanceOneStepInputV25 is a EnumOfInstanceVersionForMSCreateInstanceOneStepInput enum value
	EnumOfInstanceVersionForMSCreateInstanceOneStepInputV25 = "V2_5"

	// EnumOfInstanceVersionForMSCreateInstanceOneStepInputV26 is a EnumOfInstanceVersionForMSCreateInstanceOneStepInput enum value
	EnumOfInstanceVersionForMSCreateInstanceOneStepInputV26 = "V2_6"
)
View Source
const (
	// EnumOfIpVersionForMSCreateInstanceOneStepInputIpv4 is a EnumOfIpVersionForMSCreateInstanceOneStepInput enum value
	EnumOfIpVersionForMSCreateInstanceOneStepInputIpv4 = "IPv4"

	// EnumOfIpVersionForMSCreateInstanceOneStepInputDualStack is a EnumOfIpVersionForMSCreateInstanceOneStepInput enum value
	EnumOfIpVersionForMSCreateInstanceOneStepInputDualStack = "DualStack"
)
View Source
const (
	// EnumOfChargeTypeForMSDescribeInstanceOutputPost is a EnumOfChargeTypeForMSDescribeInstanceOutput enum value
	EnumOfChargeTypeForMSDescribeInstanceOutputPost = "POST"

	// EnumOfChargeTypeForMSDescribeInstanceOutputPre is a EnumOfChargeTypeForMSDescribeInstanceOutput enum value
	EnumOfChargeTypeForMSDescribeInstanceOutputPre = "PRE"

	// EnumOfChargeTypeForMSDescribeInstanceOutputMix is a EnumOfChargeTypeForMSDescribeInstanceOutput enum value
	EnumOfChargeTypeForMSDescribeInstanceOutputMix = "MIX"
)
View Source
const (
	// EnumOfIpVersionForMSDescribeInstanceOutputIpv4 is a EnumOfIpVersionForMSDescribeInstanceOutput enum value
	EnumOfIpVersionForMSDescribeInstanceOutputIpv4 = "IPv4"

	// EnumOfIpVersionForMSDescribeInstanceOutputDualStack is a EnumOfIpVersionForMSDescribeInstanceOutput enum value
	EnumOfIpVersionForMSDescribeInstanceOutputDualStack = "DualStack"
)
View Source
const (
	// EnumOfTypeForMSDescribeInstanceOutputMilvusPrivate is a EnumOfTypeForMSDescribeInstanceOutput enum value
	EnumOfTypeForMSDescribeInstanceOutputMilvusPrivate = "MILVUS_PRIVATE"

	// EnumOfTypeForMSDescribeInstanceOutputMilvusPublic is a EnumOfTypeForMSDescribeInstanceOutput enum value
	EnumOfTypeForMSDescribeInstanceOutputMilvusPublic = "MILVUS_PUBLIC"

	// EnumOfTypeForMSDescribeInstanceOutputMilvusInner is a EnumOfTypeForMSDescribeInstanceOutput enum value
	EnumOfTypeForMSDescribeInstanceOutputMilvusInner = "MILVUS_INNER"

	// EnumOfTypeForMSDescribeInstanceOutputMilvusServerlessPrivate is a EnumOfTypeForMSDescribeInstanceOutput enum value
	EnumOfTypeForMSDescribeInstanceOutputMilvusServerlessPrivate = "MILVUS_SERVERLESS_PRIVATE"

	// EnumOfTypeForMSDescribeInstanceOutputMilvusServerlessPublic is a EnumOfTypeForMSDescribeInstanceOutput enum value
	EnumOfTypeForMSDescribeInstanceOutputMilvusServerlessPublic = "MILVUS_SERVERLESS_PUBLIC"
)
View Source
const (
	// ConvertEnumOfStatusForMSDescribeInstancesOutputCreatingProvisioned is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputCreatingProvisioned = "CREATING_PROVISIONED"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputCreatedProvisioned is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputCreatedProvisioned = "CREATED_PROVISIONED"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputReleasingProvisioned is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputReleasingProvisioned = "RELEASING_PROVISIONED"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputInitial is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputInitial = "INITIAL"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputWaitingPaid is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputWaitingPaid = "WAITING_PAID"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputWaitingCreate is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputWaitingCreate = "WAITING_CREATE"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputCreating is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputCreating = "CREATING"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputCreateFailed is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputCreateFailed = "CREATE_FAILED"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputRunning is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputRunning = "RUNNING"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputWaitingRelease is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputWaitingRelease = "WAITING_RELEASE"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputReleasing is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputReleasing = "RELEASING"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputReleased is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputReleased = "RELEASED"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputUpdating is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputUpdating = "UPDATING"

	// ConvertEnumOfStatusForMSDescribeInstancesOutputError is a ConvertEnumOfStatusForMSDescribeInstancesOutput enum value
	ConvertEnumOfStatusForMSDescribeInstancesOutputError = "ERROR"
)
View Source
const (
	// EnumOfChargeTypeForMSDescribeInstancesOutputPost is a EnumOfChargeTypeForMSDescribeInstancesOutput enum value
	EnumOfChargeTypeForMSDescribeInstancesOutputPost = "POST"

	// EnumOfChargeTypeForMSDescribeInstancesOutputPre is a EnumOfChargeTypeForMSDescribeInstancesOutput enum value
	EnumOfChargeTypeForMSDescribeInstancesOutputPre = "PRE"

	// EnumOfChargeTypeForMSDescribeInstancesOutputMix is a EnumOfChargeTypeForMSDescribeInstancesOutput enum value
	EnumOfChargeTypeForMSDescribeInstancesOutputMix = "MIX"
)
View Source
const (
	// EnumOfInstanceVersionForMSDescribeInstancesOutputV25 is a EnumOfInstanceVersionForMSDescribeInstancesOutput enum value
	EnumOfInstanceVersionForMSDescribeInstancesOutputV25 = "V2_5"

	// EnumOfInstanceVersionForMSDescribeInstancesOutputV26 is a EnumOfInstanceVersionForMSDescribeInstancesOutput enum value
	EnumOfInstanceVersionForMSDescribeInstancesOutputV26 = "V2_6"
)
View Source
const (
	// EnumOfIpVersionForMSDescribeInstancesOutputIpv4 is a EnumOfIpVersionForMSDescribeInstancesOutput enum value
	EnumOfIpVersionForMSDescribeInstancesOutputIpv4 = "IPv4"

	// EnumOfIpVersionForMSDescribeInstancesOutputDualStack is a EnumOfIpVersionForMSDescribeInstancesOutput enum value
	EnumOfIpVersionForMSDescribeInstancesOutputDualStack = "DualStack"
)
View Source
const (
	// EnumOfMilvusVersionForMSDescribeInstancesOutputV25 is a EnumOfMilvusVersionForMSDescribeInstancesOutput enum value
	EnumOfMilvusVersionForMSDescribeInstancesOutputV25 = "V2_5"

	// EnumOfMilvusVersionForMSDescribeInstancesOutputV26 is a EnumOfMilvusVersionForMSDescribeInstancesOutput enum value
	EnumOfMilvusVersionForMSDescribeInstancesOutputV26 = "V2_6"
)
View Source
const (
	// EnumOfStatusForMSDescribeInstancesOutputSemiInit is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputSemiInit = "SemiInit"

	// EnumOfStatusForMSDescribeInstancesOutputSemiCreating is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputSemiCreating = "SemiCreating"

	// EnumOfStatusForMSDescribeInstancesOutputSemiCreateFailed is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputSemiCreateFailed = "SemiCreateFailed"

	// EnumOfStatusForMSDescribeInstancesOutputSemiCreated is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputSemiCreated = "SemiCreated"

	// EnumOfStatusForMSDescribeInstancesOutputSemiReleasing is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputSemiReleasing = "SemiReleasing"

	// EnumOfStatusForMSDescribeInstancesOutputSemiReleased is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputSemiReleased = "SemiReleased"

	// EnumOfStatusForMSDescribeInstancesOutputInit is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputInit = "Init"

	// EnumOfStatusForMSDescribeInstancesOutputWaitingPaid is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputWaitingPaid = "WaitingPaid"

	// EnumOfStatusForMSDescribeInstancesOutputWaitCreate is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputWaitCreate = "WaitCreate"

	// EnumOfStatusForMSDescribeInstancesOutputCreating is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputCreating = "Creating"

	// EnumOfStatusForMSDescribeInstancesOutputRunning is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputRunning = "Running"

	// EnumOfStatusForMSDescribeInstancesOutputUpdating is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputUpdating = "Updating"

	// EnumOfStatusForMSDescribeInstancesOutputWaitRelease is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputWaitRelease = "WaitRelease"

	// EnumOfStatusForMSDescribeInstancesOutputReleasing is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputReleasing = "Releasing"

	// EnumOfStatusForMSDescribeInstancesOutputReleased is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputReleased = "Released"

	// EnumOfStatusForMSDescribeInstancesOutputCreateFailed is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputCreateFailed = "CreateFailed"

	// EnumOfStatusForMSDescribeInstancesOutputError is a EnumOfStatusForMSDescribeInstancesOutput enum value
	EnumOfStatusForMSDescribeInstancesOutputError = "Error"
)
View Source
const (
	// EnumOfEndpointTypeForMSModifyEndpointAllowGroupInputMilvusPrivate is a EnumOfEndpointTypeForMSModifyEndpointAllowGroupInput enum value
	EnumOfEndpointTypeForMSModifyEndpointAllowGroupInputMilvusPrivate = "MILVUS_PRIVATE"

	// EnumOfEndpointTypeForMSModifyEndpointAllowGroupInputMilvusPublic is a EnumOfEndpointTypeForMSModifyEndpointAllowGroupInput enum value
	EnumOfEndpointTypeForMSModifyEndpointAllowGroupInputMilvusPublic = "MILVUS_PUBLIC"

	// EnumOfEndpointTypeForMSModifyEndpointAllowGroupInputMilvusInner is a EnumOfEndpointTypeForMSModifyEndpointAllowGroupInput enum value
	EnumOfEndpointTypeForMSModifyEndpointAllowGroupInputMilvusInner = "MILVUS_INNER"

	// EnumOfEndpointTypeForMSModifyEndpointAllowGroupInputMilvusServerlessPrivate is a EnumOfEndpointTypeForMSModifyEndpointAllowGroupInput enum value
	EnumOfEndpointTypeForMSModifyEndpointAllowGroupInputMilvusServerlessPrivate = "MILVUS_SERVERLESS_PRIVATE"

	// EnumOfEndpointTypeForMSModifyEndpointAllowGroupInputMilvusServerlessPublic is a EnumOfEndpointTypeForMSModifyEndpointAllowGroupInput enum value
	EnumOfEndpointTypeForMSModifyEndpointAllowGroupInputMilvusServerlessPublic = "MILVUS_SERVERLESS_PUBLIC"
)
View Source
const (
	// EnumOfEndpointTypeForMSModifyPublicDomainInputMilvusPrivate is a EnumOfEndpointTypeForMSModifyPublicDomainInput enum value
	EnumOfEndpointTypeForMSModifyPublicDomainInputMilvusPrivate = "MILVUS_PRIVATE"

	// EnumOfEndpointTypeForMSModifyPublicDomainInputMilvusPublic is a EnumOfEndpointTypeForMSModifyPublicDomainInput enum value
	EnumOfEndpointTypeForMSModifyPublicDomainInputMilvusPublic = "MILVUS_PUBLIC"

	// EnumOfEndpointTypeForMSModifyPublicDomainInputMilvusInner is a EnumOfEndpointTypeForMSModifyPublicDomainInput enum value
	EnumOfEndpointTypeForMSModifyPublicDomainInputMilvusInner = "MILVUS_INNER"

	// EnumOfEndpointTypeForMSModifyPublicDomainInputMilvusServerlessPrivate is a EnumOfEndpointTypeForMSModifyPublicDomainInput enum value
	EnumOfEndpointTypeForMSModifyPublicDomainInputMilvusServerlessPrivate = "MILVUS_SERVERLESS_PRIVATE"

	// EnumOfEndpointTypeForMSModifyPublicDomainInputMilvusServerlessPublic is a EnumOfEndpointTypeForMSModifyPublicDomainInput enum value
	EnumOfEndpointTypeForMSModifyPublicDomainInputMilvusServerlessPublic = "MILVUS_SERVERLESS_PUBLIC"
)
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 AllowGroupForMSModifyEndpointAllowGroupInput added in v1.2.21

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

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

func (AllowGroupForMSModifyEndpointAllowGroupInput) GoString added in v1.2.21

GoString returns the string representation

func (*AllowGroupForMSModifyEndpointAllowGroupInput) SetGroupName added in v1.2.21

SetGroupName sets the GroupName field's value.

func (*AllowGroupForMSModifyEndpointAllowGroupInput) SetList added in v1.2.21

SetList sets the List field's value.

func (AllowGroupForMSModifyEndpointAllowGroupInput) String added in v1.2.21

String returns the string representation

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 AllowGroupListForMSDescribeInstanceOutput added in v1.2.21

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

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

func (AllowGroupListForMSDescribeInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*AllowGroupListForMSDescribeInstanceOutput) SetGroupName added in v1.2.21

SetGroupName sets the GroupName field's value.

func (*AllowGroupListForMSDescribeInstanceOutput) SetList added in v1.2.21

SetList sets the List field's value.

func (AllowGroupListForMSDescribeInstanceOutput) String added in v1.2.21

String returns the string representation

type BaseInstanceForDescribeInstanceDetailOutput

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

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

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

	InstanceVersion *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"`
	// 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) 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) 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) 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 ChargeConfigForDescribePriceV2Input added in v1.2.35

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

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

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

func (ChargeConfigForDescribePriceV2Input) GoString added in v1.2.35

GoString returns the string representation

func (*ChargeConfigForDescribePriceV2Input) SetAutoRenew added in v1.2.35

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForDescribePriceV2Input) SetChargeType added in v1.2.35

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForDescribePriceV2Input) SetPeriod added in v1.2.35

SetPeriod sets the Period field's value.

func (ChargeConfigForDescribePriceV2Input) String added in v1.2.35

String returns the string representation

type ChargeConfigForMSDescribeInstanceOutput added in v1.2.21

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

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

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

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

func (ChargeConfigForMSDescribeInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ChargeConfigForMSDescribeInstanceOutput) SetAutoRenew added in v1.2.21

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForMSDescribeInstanceOutput) SetChargeType added in v1.2.21

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForMSDescribeInstanceOutput) SetExpireDate added in v1.2.21

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForMSDescribeInstanceOutput) SetPeriod added in v1.2.21

SetPeriod sets the Period field's value.

func (ChargeConfigForMSDescribeInstanceOutput) String added in v1.2.21

String returns the string representation

type ChargeConfigForMSDescribeInstancesOutput added in v1.2.21

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

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

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

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

func (ChargeConfigForMSDescribeInstancesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*ChargeConfigForMSDescribeInstancesOutput) SetAutoRenew added in v1.2.21

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForMSDescribeInstancesOutput) SetChargeType added in v1.2.21

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForMSDescribeInstancesOutput) SetExpireDate added in v1.2.21

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForMSDescribeInstancesOutput) SetPeriod added in v1.2.21

SetPeriod sets the Period field's value.

func (ChargeConfigForMSDescribeInstancesOutput) String added in v1.2.21

String returns the string representation

type ComponentSpecListForCreateInstanceOneStepInput

type ComponentSpecListForCreateInstanceOneStepInput 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"`

	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 ComponentSpecListForDescribePriceV2Input added in v1.2.35

type ComponentSpecListForDescribePriceV2Input struct {
	NodeNum *int32 `type:"int32" json:",omitempty"`

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

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

func (ComponentSpecListForDescribePriceV2Input) GoString added in v1.2.35

GoString returns the string representation

func (*ComponentSpecListForDescribePriceV2Input) SetNodeNum added in v1.2.35

SetNodeNum sets the NodeNum field's value.

func (*ComponentSpecListForDescribePriceV2Input) SetNodeType added in v1.2.35

SetNodeType sets the NodeType field's value.

func (*ComponentSpecListForDescribePriceV2Input) SetResourceSpecName added in v1.2.35

SetResourceSpecName sets the ResourceSpecName field's value.

func (ComponentSpecListForDescribePriceV2Input) String added in v1.2.35

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"`

	ResourceSpecName *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) SetResourceSpecName added in v1.2.35

SetResourceSpecName sets the ResourceSpecName 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 ConfigForDMCreateWorkflowInput added in v1.2.35

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

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

func (ConfigForDMCreateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (*ConfigForDMCreateWorkflowInput) SetKey added in v1.2.35

SetKey sets the Key field's value.

func (*ConfigForDMCreateWorkflowInput) SetValue added in v1.2.35

SetValue sets the Value field's value.

func (ConfigForDMCreateWorkflowInput) String added in v1.2.35

String returns the string representation

type ConfigForDMDescribeWorkflowOutput added in v1.2.35

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

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

func (ConfigForDMDescribeWorkflowOutput) GoString added in v1.2.35

GoString returns the string representation

func (*ConfigForDMDescribeWorkflowOutput) SetKey added in v1.2.35

SetKey sets the Key field's value.

func (*ConfigForDMDescribeWorkflowOutput) SetValue added in v1.2.35

SetValue sets the Value field's value.

func (ConfigForDMDescribeWorkflowOutput) String added in v1.2.35

String returns the string representation

type ConfigForDMDescribeWorkflowsOutput added in v1.2.35

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

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

func (ConfigForDMDescribeWorkflowsOutput) GoString added in v1.2.35

GoString returns the string representation

func (*ConfigForDMDescribeWorkflowsOutput) SetKey added in v1.2.35

SetKey sets the Key field's value.

func (*ConfigForDMDescribeWorkflowsOutput) SetValue added in v1.2.35

SetValue sets the Value field's value.

func (ConfigForDMDescribeWorkflowsOutput) String added in v1.2.35

String returns the string representation

type ConfigForDMUpdateWorkflowInput added in v1.2.35

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

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

func (ConfigForDMUpdateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (*ConfigForDMUpdateWorkflowInput) SetKey added in v1.2.35

SetKey sets the Key field's value.

func (*ConfigForDMUpdateWorkflowInput) SetValue added in v1.2.35

SetValue sets the Value field's value.

func (ConfigForDMUpdateWorkflowInput) String added in v1.2.35

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 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 *string `type:"string" json:",omitempty"`

	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

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 DMCreateWorkflowInput added in v1.2.35

type DMCreateWorkflowInput struct {
	Configs []*ConfigForDMCreateWorkflowInput `type:"list" json:",omitempty"`

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

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

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

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

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

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

	Settings []*SettingForDMCreateWorkflowInput `type:"list" json:",omitempty"`

	Sink *SinkForDMCreateWorkflowInput `type:"structure" json:",omitempty"`

	Source *SourceForDMCreateWorkflowInput `type:"structure" json:",omitempty"`

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

	Transforms []*TransformForDMCreateWorkflowInput `type:"list" json:",omitempty"`

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

func (DMCreateWorkflowInput) GoString added in v1.2.35

func (s DMCreateWorkflowInput) GoString() string

GoString returns the string representation

func (*DMCreateWorkflowInput) SetConfigs added in v1.2.35

SetConfigs sets the Configs field's value.

func (*DMCreateWorkflowInput) SetName added in v1.2.35

SetName sets the Name field's value.

func (*DMCreateWorkflowInput) SetProjectId added in v1.2.35

SetProjectId sets the ProjectId field's value.

func (*DMCreateWorkflowInput) SetProjectName added in v1.2.35

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

SetProjectName sets the ProjectName field's value.

func (*DMCreateWorkflowInput) SetRemark added in v1.2.35

SetRemark sets the Remark field's value.

func (*DMCreateWorkflowInput) SetResourcePoolId added in v1.2.35

func (s *DMCreateWorkflowInput) SetResourcePoolId(v string) *DMCreateWorkflowInput

SetResourcePoolId sets the ResourcePoolId field's value.

func (*DMCreateWorkflowInput) SetResourcePoolName added in v1.2.35

func (s *DMCreateWorkflowInput) SetResourcePoolName(v string) *DMCreateWorkflowInput

SetResourcePoolName sets the ResourcePoolName field's value.

func (*DMCreateWorkflowInput) SetSettings added in v1.2.35

SetSettings sets the Settings field's value.

func (*DMCreateWorkflowInput) SetSink added in v1.2.35

SetSink sets the Sink field's value.

func (*DMCreateWorkflowInput) SetSource added in v1.2.35

SetSource sets the Source field's value.

func (*DMCreateWorkflowInput) SetStartAfterCreate added in v1.2.35

func (s *DMCreateWorkflowInput) SetStartAfterCreate(v bool) *DMCreateWorkflowInput

SetStartAfterCreate sets the StartAfterCreate field's value.

func (*DMCreateWorkflowInput) SetTransforms added in v1.2.35

SetTransforms sets the Transforms field's value.

func (*DMCreateWorkflowInput) SetVpcId added in v1.2.35

SetVpcId sets the VpcId field's value.

func (DMCreateWorkflowInput) String added in v1.2.35

func (s DMCreateWorkflowInput) String() string

String returns the string representation

func (*DMCreateWorkflowInput) Validate added in v1.2.35

func (s *DMCreateWorkflowInput) Validate() error

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

type DMCreateWorkflowOutput added in v1.2.35

type DMCreateWorkflowOutput struct {
	Metadata *response.ResponseMetadata

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

func (DMCreateWorkflowOutput) GoString added in v1.2.35

func (s DMCreateWorkflowOutput) GoString() string

GoString returns the string representation

func (*DMCreateWorkflowOutput) SetInstanceId added in v1.2.35

SetInstanceId sets the InstanceId field's value.

func (DMCreateWorkflowOutput) String added in v1.2.35

func (s DMCreateWorkflowOutput) String() string

String returns the string representation

type DMDeleteWorkflowInput added in v1.2.35

type DMDeleteWorkflowInput struct {

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

func (DMDeleteWorkflowInput) GoString added in v1.2.35

func (s DMDeleteWorkflowInput) GoString() string

GoString returns the string representation

func (*DMDeleteWorkflowInput) SetInstanceId added in v1.2.35

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

SetInstanceId sets the InstanceId field's value.

func (DMDeleteWorkflowInput) String added in v1.2.35

func (s DMDeleteWorkflowInput) String() string

String returns the string representation

func (*DMDeleteWorkflowInput) Validate added in v1.2.35

func (s *DMDeleteWorkflowInput) Validate() error

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

type DMDeleteWorkflowOutput added in v1.2.35

type DMDeleteWorkflowOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DMDeleteWorkflowOutput) GoString added in v1.2.35

func (s DMDeleteWorkflowOutput) GoString() string

GoString returns the string representation

func (*DMDeleteWorkflowOutput) SetMessage added in v1.2.35

SetMessage sets the Message field's value.

func (*DMDeleteWorkflowOutput) SetStatus added in v1.2.35

SetStatus sets the Status field's value.

func (DMDeleteWorkflowOutput) String added in v1.2.35

func (s DMDeleteWorkflowOutput) String() string

String returns the string representation

type DMDescribeWorkflowInput added in v1.2.35

type DMDescribeWorkflowInput struct {

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

func (DMDescribeWorkflowInput) GoString added in v1.2.35

func (s DMDescribeWorkflowInput) GoString() string

GoString returns the string representation

func (*DMDescribeWorkflowInput) SetInstanceId added in v1.2.35

SetInstanceId sets the InstanceId field's value.

func (DMDescribeWorkflowInput) String added in v1.2.35

func (s DMDescribeWorkflowInput) String() string

String returns the string representation

func (*DMDescribeWorkflowInput) Validate added in v1.2.35

func (s *DMDescribeWorkflowInput) Validate() error

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

type DMDescribeWorkflowOutput added in v1.2.35

type DMDescribeWorkflowOutput struct {
	Metadata *response.ResponseMetadata

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

	Configs []*ConfigForDMDescribeWorkflowOutput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

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

	Settings []*SettingForDMDescribeWorkflowOutput `type:"list" json:",omitempty"`

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

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

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

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

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

func (DMDescribeWorkflowOutput) GoString added in v1.2.35

func (s DMDescribeWorkflowOutput) GoString() string

GoString returns the string representation

func (*DMDescribeWorkflowOutput) SetAccountId added in v1.2.35

SetAccountId sets the AccountId field's value.

func (*DMDescribeWorkflowOutput) SetConfigs added in v1.2.35

SetConfigs sets the Configs field's value.

func (*DMDescribeWorkflowOutput) SetCreateTime added in v1.2.35

SetCreateTime sets the CreateTime field's value.

func (*DMDescribeWorkflowOutput) SetEndTime added in v1.2.35

SetEndTime sets the EndTime field's value.

func (*DMDescribeWorkflowOutput) SetGtsJobUuid added in v1.2.35

SetGtsJobUuid sets the GtsJobUuid field's value.

func (*DMDescribeWorkflowOutput) SetInstanceId added in v1.2.35

SetInstanceId sets the InstanceId field's value.

func (*DMDescribeWorkflowOutput) SetName added in v1.2.35

SetName sets the Name field's value.

func (*DMDescribeWorkflowOutput) SetProjectId added in v1.2.35

SetProjectId sets the ProjectId field's value.

func (*DMDescribeWorkflowOutput) SetProjectName added in v1.2.35

SetProjectName sets the ProjectName field's value.

func (*DMDescribeWorkflowOutput) SetRegionId added in v1.2.35

SetRegionId sets the RegionId field's value.

func (*DMDescribeWorkflowOutput) SetRemark added in v1.2.35

SetRemark sets the Remark field's value.

func (*DMDescribeWorkflowOutput) SetResourcePoolId added in v1.2.35

func (s *DMDescribeWorkflowOutput) SetResourcePoolId(v string) *DMDescribeWorkflowOutput

SetResourcePoolId sets the ResourcePoolId field's value.

func (*DMDescribeWorkflowOutput) SetResourcePoolName added in v1.2.35

func (s *DMDescribeWorkflowOutput) SetResourcePoolName(v string) *DMDescribeWorkflowOutput

SetResourcePoolName sets the ResourcePoolName field's value.

func (*DMDescribeWorkflowOutput) SetSettings added in v1.2.35

SetSettings sets the Settings field's value.

func (*DMDescribeWorkflowOutput) SetStartTime added in v1.2.35

SetStartTime sets the StartTime field's value.

func (*DMDescribeWorkflowOutput) SetStatus added in v1.2.35

SetStatus sets the Status field's value.

func (*DMDescribeWorkflowOutput) SetUpdateTime added in v1.2.35

SetUpdateTime sets the UpdateTime field's value.

func (*DMDescribeWorkflowOutput) SetVipId added in v1.2.35

SetVipId sets the VipId field's value.

func (*DMDescribeWorkflowOutput) SetWorkNodes added in v1.2.35

SetWorkNodes sets the WorkNodes field's value.

func (DMDescribeWorkflowOutput) String added in v1.2.35

func (s DMDescribeWorkflowOutput) String() string

String returns the string representation

type DMDescribeWorkflowsInput added in v1.2.35

type DMDescribeWorkflowsInput struct {
	Filters []*FilterForDMDescribeWorkflowsInput `type:"list" json:",omitempty"`

	Orders []*OrderForDMDescribeWorkflowsInput `type:"list" json:",omitempty"`

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

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

func (DMDescribeWorkflowsInput) GoString added in v1.2.35

func (s DMDescribeWorkflowsInput) GoString() string

GoString returns the string representation

func (*DMDescribeWorkflowsInput) SetFilters added in v1.2.35

SetFilters sets the Filters field's value.

func (*DMDescribeWorkflowsInput) SetOrders added in v1.2.35

SetOrders sets the Orders field's value.

func (*DMDescribeWorkflowsInput) SetPageNumber added in v1.2.35

SetPageNumber sets the PageNumber field's value.

func (*DMDescribeWorkflowsInput) SetPageSize added in v1.2.35

SetPageSize sets the PageSize field's value.

func (DMDescribeWorkflowsInput) String added in v1.2.35

func (s DMDescribeWorkflowsInput) String() string

String returns the string representation

type DMDescribeWorkflowsOutput added in v1.2.35

type DMDescribeWorkflowsOutput struct {
	Metadata *response.ResponseMetadata

	CurrentPage *int64 `type:"int64" json:",omitempty"`

	Items []*ItemForDMDescribeWorkflowsOutput `type:"list" json:",omitempty"`

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

	TotalPages *int64 `type:"int64" json:",omitempty"`

	TotalSize *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DMDescribeWorkflowsOutput) GoString added in v1.2.35

func (s DMDescribeWorkflowsOutput) GoString() string

GoString returns the string representation

func (*DMDescribeWorkflowsOutput) SetCurrentPage added in v1.2.35

SetCurrentPage sets the CurrentPage field's value.

func (*DMDescribeWorkflowsOutput) SetItems added in v1.2.35

SetItems sets the Items field's value.

func (*DMDescribeWorkflowsOutput) SetPageSize added in v1.2.35

SetPageSize sets the PageSize field's value.

func (*DMDescribeWorkflowsOutput) SetTotalPages added in v1.2.35

SetTotalPages sets the TotalPages field's value.

func (*DMDescribeWorkflowsOutput) SetTotalSize added in v1.2.35

SetTotalSize sets the TotalSize field's value.

func (DMDescribeWorkflowsOutput) String added in v1.2.35

func (s DMDescribeWorkflowsOutput) String() string

String returns the string representation

type DMStartWorkflowInput added in v1.2.35

type DMStartWorkflowInput struct {

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

func (DMStartWorkflowInput) GoString added in v1.2.35

func (s DMStartWorkflowInput) GoString() string

GoString returns the string representation

func (*DMStartWorkflowInput) SetInstanceId added in v1.2.35

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

SetInstanceId sets the InstanceId field's value.

func (DMStartWorkflowInput) String added in v1.2.35

func (s DMStartWorkflowInput) String() string

String returns the string representation

func (*DMStartWorkflowInput) Validate added in v1.2.35

func (s *DMStartWorkflowInput) Validate() error

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

type DMStartWorkflowOutput added in v1.2.35

type DMStartWorkflowOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DMStartWorkflowOutput) GoString added in v1.2.35

func (s DMStartWorkflowOutput) GoString() string

GoString returns the string representation

func (*DMStartWorkflowOutput) SetMessage added in v1.2.35

SetMessage sets the Message field's value.

func (*DMStartWorkflowOutput) SetStatus added in v1.2.35

SetStatus sets the Status field's value.

func (DMStartWorkflowOutput) String added in v1.2.35

func (s DMStartWorkflowOutput) String() string

String returns the string representation

type DMStopWorkflowInput added in v1.2.35

type DMStopWorkflowInput struct {

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

func (DMStopWorkflowInput) GoString added in v1.2.35

func (s DMStopWorkflowInput) GoString() string

GoString returns the string representation

func (*DMStopWorkflowInput) SetInstanceId added in v1.2.35

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

SetInstanceId sets the InstanceId field's value.

func (DMStopWorkflowInput) String added in v1.2.35

func (s DMStopWorkflowInput) String() string

String returns the string representation

func (*DMStopWorkflowInput) Validate added in v1.2.35

func (s *DMStopWorkflowInput) Validate() error

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

type DMStopWorkflowOutput added in v1.2.35

type DMStopWorkflowOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DMStopWorkflowOutput) GoString added in v1.2.35

func (s DMStopWorkflowOutput) GoString() string

GoString returns the string representation

func (*DMStopWorkflowOutput) SetMessage added in v1.2.35

SetMessage sets the Message field's value.

func (*DMStopWorkflowOutput) SetStatus added in v1.2.35

SetStatus sets the Status field's value.

func (DMStopWorkflowOutput) String added in v1.2.35

func (s DMStopWorkflowOutput) String() string

String returns the string representation

type DMUpdateWorkflowInput added in v1.2.35

type DMUpdateWorkflowInput struct {
	Configs []*ConfigForDMUpdateWorkflowInput `type:"list" json:",omitempty"`

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

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

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

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

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

	Settings []*SettingForDMUpdateWorkflowInput `type:"list" json:",omitempty"`

	Sink *SinkForDMUpdateWorkflowInput `type:"structure" json:",omitempty"`

	Source *SourceForDMUpdateWorkflowInput `type:"structure" json:",omitempty"`

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

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

func (DMUpdateWorkflowInput) GoString added in v1.2.35

func (s DMUpdateWorkflowInput) GoString() string

GoString returns the string representation

func (*DMUpdateWorkflowInput) SetConfigs added in v1.2.35

SetConfigs sets the Configs field's value.

func (*DMUpdateWorkflowInput) SetInstanceId added in v1.2.35

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

SetInstanceId sets the InstanceId field's value.

func (*DMUpdateWorkflowInput) SetName added in v1.2.35

SetName sets the Name field's value.

func (*DMUpdateWorkflowInput) SetRemark added in v1.2.35

SetRemark sets the Remark field's value.

func (*DMUpdateWorkflowInput) SetResourcePoolId added in v1.2.35

func (s *DMUpdateWorkflowInput) SetResourcePoolId(v string) *DMUpdateWorkflowInput

SetResourcePoolId sets the ResourcePoolId field's value.

func (*DMUpdateWorkflowInput) SetResourcePoolName added in v1.2.35

func (s *DMUpdateWorkflowInput) SetResourcePoolName(v string) *DMUpdateWorkflowInput

SetResourcePoolName sets the ResourcePoolName field's value.

func (*DMUpdateWorkflowInput) SetSettings added in v1.2.35

SetSettings sets the Settings field's value.

func (*DMUpdateWorkflowInput) SetSink added in v1.2.35

SetSink sets the Sink field's value.

func (*DMUpdateWorkflowInput) SetSource added in v1.2.35

SetSource sets the Source field's value.

func (*DMUpdateWorkflowInput) SetStartAfterUpdate added in v1.2.35

func (s *DMUpdateWorkflowInput) SetStartAfterUpdate(v bool) *DMUpdateWorkflowInput

SetStartAfterUpdate sets the StartAfterUpdate field's value.

func (*DMUpdateWorkflowInput) SetTransforms added in v1.2.35

SetTransforms sets the Transforms field's value.

func (DMUpdateWorkflowInput) String added in v1.2.35

func (s DMUpdateWorkflowInput) String() string

String returns the string representation

func (*DMUpdateWorkflowInput) Validate added in v1.2.35

func (s *DMUpdateWorkflowInput) Validate() error

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

type DMUpdateWorkflowOutput added in v1.2.35

type DMUpdateWorkflowOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DMUpdateWorkflowOutput) GoString added in v1.2.35

func (s DMUpdateWorkflowOutput) GoString() string

GoString returns the string representation

func (*DMUpdateWorkflowOutput) SetMessage added in v1.2.35

SetMessage sets the Message field's value.

func (*DMUpdateWorkflowOutput) SetStatus added in v1.2.35

SetStatus sets the Status field's value.

func (DMUpdateWorkflowOutput) String added in v1.2.35

func (s DMUpdateWorkflowOutput) String() string

String returns the string representation

type DescribeAvailableSpecV2Input added in v1.2.35

type DescribeAvailableSpecV2Input struct {
	// contains filtered or unexported fields
}

func (DescribeAvailableSpecV2Input) GoString added in v1.2.35

func (s DescribeAvailableSpecV2Input) GoString() string

GoString returns the string representation

func (DescribeAvailableSpecV2Input) String added in v1.2.35

String returns the string representation

type DescribeAvailableSpecV2Output added in v1.2.35

type DescribeAvailableSpecV2Output struct {
	Metadata *response.ResponseMetadata

	NodeSupportSpecList []*NodeSupportSpecListForDescribeAvailableSpecV2Output `type:"list" json:",omitempty"`

	SpecList []*SpecListForDescribeAvailableSpecV2Output `type:"list" json:",omitempty"`

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

func (DescribeAvailableSpecV2Output) GoString added in v1.2.35

GoString returns the string representation

func (*DescribeAvailableSpecV2Output) SetNodeSupportSpecList added in v1.2.35

SetNodeSupportSpecList sets the NodeSupportSpecList field's value.

func (*DescribeAvailableSpecV2Output) SetSpecList added in v1.2.35

SetSpecList sets the SpecList field's value.

func (*DescribeAvailableSpecV2Output) SetZoneSupportSpecList added in v1.2.35

SetZoneSupportSpecList sets the ZoneSupportSpecList field's value.

func (DescribeAvailableSpecV2Output) String added in v1.2.35

String returns the string representation

type DescribeAvailableVersionInput

type DescribeAvailableVersionInput struct {
	// contains filtered or unexported fields
}

func (DescribeAvailableVersionInput) GoString

GoString returns the string representation

func (DescribeAvailableVersionInput) String

String returns the string representation

type DescribeAvailableVersionOutput

type DescribeAvailableVersionOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeAvailableVersionOutput) GoString

GoString returns the string representation

func (*DescribeAvailableVersionOutput) SetVersions

SetVersions sets the Versions field's value.

func (DescribeAvailableVersionOutput) 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 DescribePriceV2Input added in v1.2.35

type DescribePriceV2Input struct {
	ChargeConfig *ChargeConfigForDescribePriceV2Input `type:"structure" json:",omitempty"`

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

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

func (DescribePriceV2Input) GoString added in v1.2.35

func (s DescribePriceV2Input) GoString() string

GoString returns the string representation

func (*DescribePriceV2Input) SetChargeConfig added in v1.2.35

SetChargeConfig sets the ChargeConfig field's value.

func (*DescribePriceV2Input) SetComponentSpecList added in v1.2.35

SetComponentSpecList sets the ComponentSpecList field's value.

func (*DescribePriceV2Input) SetInstanceId added in v1.2.35

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

SetInstanceId sets the InstanceId field's value.

func (DescribePriceV2Input) String added in v1.2.35

func (s DescribePriceV2Input) String() string

String returns the string representation

type DescribePriceV2Output added in v1.2.35

type DescribePriceV2Output struct {
	Metadata *response.ResponseMetadata

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

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

	NodePriceList []*NodePriceListForDescribePriceV2Output `type:"list" json:",omitempty"`

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

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

func (DescribePriceV2Output) GoString added in v1.2.35

func (s DescribePriceV2Output) GoString() string

GoString returns the string representation

func (*DescribePriceV2Output) SetCurrency added in v1.2.35

SetCurrency sets the Currency field's value.

func (*DescribePriceV2Output) SetDiscountAmount added in v1.2.35

func (s *DescribePriceV2Output) SetDiscountAmount(v string) *DescribePriceV2Output

SetDiscountAmount sets the DiscountAmount field's value.

func (*DescribePriceV2Output) SetNodePriceList added in v1.2.35

SetNodePriceList sets the NodePriceList field's value.

func (*DescribePriceV2Output) SetOriginalAmount added in v1.2.35

func (s *DescribePriceV2Output) SetOriginalAmount(v string) *DescribePriceV2Output

SetOriginalAmount sets the OriginalAmount field's value.

func (*DescribePriceV2Output) SetPayableAmount added in v1.2.35

func (s *DescribePriceV2Output) SetPayableAmount(v string) *DescribePriceV2Output

SetPayableAmount sets the PayableAmount field's value.

func (DescribePriceV2Output) String added in v1.2.35

func (s DescribePriceV2Output) String() string

String returns the string representation

type DescribeZonesInput

type DescribeZonesInput struct {
	// contains filtered or unexported fields
}

func (DescribeZonesInput) GoString

func (s DescribeZonesInput) GoString() string

GoString returns the string representation

func (DescribeZonesInput) String

func (s DescribeZonesInput) String() string

String returns the string representation

type DescribeZonesOutput

type DescribeZonesOutput struct {
	Metadata *response.ResponseMetadata

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

func (DescribeZonesOutput) GoString

func (s DescribeZonesOutput) GoString() string

GoString returns the string representation

func (*DescribeZonesOutput) SetZones

SetZones sets the Zones field's value.

func (DescribeZonesOutput) String

func (s DescribeZonesOutput) 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 EndpointListForMSDescribeInstanceOutput added in v1.2.21

type EndpointListForMSDescribeInstanceOutput struct {
	AllowGroupList []*AllowGroupListForMSDescribeInstanceOutput `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" enum:"EnumOfTypeForMSDescribeInstanceOutput"`
	// contains filtered or unexported fields
}

func (EndpointListForMSDescribeInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*EndpointListForMSDescribeInstanceOutput) SetAllowGroupList added in v1.2.21

SetAllowGroupList sets the AllowGroupList field's value.

func (*EndpointListForMSDescribeInstanceOutput) SetAllowList added in v1.2.21

SetAllowList sets the AllowList field's value.

func (*EndpointListForMSDescribeInstanceOutput) SetDomain added in v1.2.21

SetDomain sets the Domain field's value.

func (*EndpointListForMSDescribeInstanceOutput) SetEip added in v1.2.21

SetEip sets the Eip field's value.

func (*EndpointListForMSDescribeInstanceOutput) SetEipId added in v1.2.21

SetEipId sets the EipId field's value.

func (*EndpointListForMSDescribeInstanceOutput) SetIp added in v1.2.21

SetIp sets the Ip field's value.

func (*EndpointListForMSDescribeInstanceOutput) SetPrivateDomainPublishEnabled added in v1.2.21

SetPrivateDomainPublishEnabled sets the PrivateDomainPublishEnabled field's value.

func (*EndpointListForMSDescribeInstanceOutput) SetType added in v1.2.21

SetType sets the Type field's value.

func (EndpointListForMSDescribeInstanceOutput) String added in v1.2.21

String returns the string representation

type FilterForDMDescribeWorkflowsInput added in v1.2.35

type FilterForDMDescribeWorkflowsInput struct {
	Key *string `type:"string" json:",omitempty" enum:"EnumOfKeyForDMDescribeWorkflowsInput"`

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

func (FilterForDMDescribeWorkflowsInput) GoString added in v1.2.35

GoString returns the string representation

func (*FilterForDMDescribeWorkflowsInput) SetKey added in v1.2.35

SetKey sets the Key field's value.

func (*FilterForDMDescribeWorkflowsInput) SetValues added in v1.2.35

SetValues sets the Values field's value.

func (FilterForDMDescribeWorkflowsInput) String added in v1.2.35

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 InstanceForMSDescribeInstancesOutput added in v1.2.21

type InstanceForMSDescribeInstancesOutput struct {
	ChargeConfig *ChargeConfigForMSDescribeInstancesOutput `type:"structure" json:",omitempty"`

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

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

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

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

	MilvusVersion *string `type:"string" json:",omitempty" enum:"EnumOfMilvusVersionForMSDescribeInstancesOutput"`

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

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

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

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

func (InstanceForMSDescribeInstancesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*InstanceForMSDescribeInstancesOutput) SetChargeConfig added in v1.2.21

SetChargeConfig sets the ChargeConfig field's value.

func (*InstanceForMSDescribeInstancesOutput) SetCreateTime added in v1.2.21

SetCreateTime sets the CreateTime field's value.

func (*InstanceForMSDescribeInstancesOutput) SetDeleteProtect added in v1.2.21

SetDeleteProtect sets the DeleteProtect field's value.

func (*InstanceForMSDescribeInstancesOutput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*InstanceForMSDescribeInstancesOutput) SetInstanceName added in v1.2.21

SetInstanceName sets the InstanceName field's value.

func (*InstanceForMSDescribeInstancesOutput) SetMilvusVersion added in v1.2.21

SetMilvusVersion sets the MilvusVersion field's value.

func (*InstanceForMSDescribeInstancesOutput) SetNetworkConfig added in v1.2.21

SetNetworkConfig sets the NetworkConfig field's value.

func (*InstanceForMSDescribeInstancesOutput) SetProjectName added in v1.2.21

SetProjectName sets the ProjectName field's value.

func (*InstanceForMSDescribeInstancesOutput) SetRegionId added in v1.2.21

SetRegionId sets the RegionId field's value.

func (*InstanceForMSDescribeInstancesOutput) SetStatus added in v1.2.21

SetStatus sets the Status field's value.

func (InstanceForMSDescribeInstancesOutput) String added in v1.2.21

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 InstanceInfoForMSDescribeInstancesOutput added in v1.2.21

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

	ChargeConfig *ChargeConfigForMSDescribeInstancesOutput `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" enum:"EnumOfInstanceVersionForMSDescribeInstancesOutput"`

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

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

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

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

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

func (InstanceInfoForMSDescribeInstancesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*InstanceInfoForMSDescribeInstancesOutput) SetAccountId added in v1.2.21

SetAccountId sets the AccountId field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetChargeConfig added in v1.2.21

SetChargeConfig sets the ChargeConfig field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetCreateTime added in v1.2.21

SetCreateTime sets the CreateTime field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetDeleteProtectEnabled added in v1.2.21

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetInstanceName added in v1.2.21

SetInstanceName sets the InstanceName field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetInstanceVersion added in v1.2.21

SetInstanceVersion sets the InstanceVersion field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetNetworkConfig added in v1.2.21

SetNetworkConfig sets the NetworkConfig field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetProjectName added in v1.2.21

SetProjectName sets the ProjectName field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetRegion added in v1.2.21

SetRegion sets the Region field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetStatus added in v1.2.21

SetStatus sets the Status field's value.

func (*InstanceInfoForMSDescribeInstancesOutput) SetUpdateTime added in v1.2.21

SetUpdateTime sets the UpdateTime field's value.

func (InstanceInfoForMSDescribeInstancesOutput) String added in v1.2.21

String returns the string representation

type ItemForDMDescribeWorkflowsOutput added in v1.2.35

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

	Configs []*ConfigForDMDescribeWorkflowsOutput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

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

	Settings []*SettingForDMDescribeWorkflowsOutput `type:"list" json:",omitempty"`

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

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

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

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

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

func (ItemForDMDescribeWorkflowsOutput) GoString added in v1.2.35

GoString returns the string representation

func (*ItemForDMDescribeWorkflowsOutput) SetAccountId added in v1.2.35

SetAccountId sets the AccountId field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetConfigs added in v1.2.35

SetConfigs sets the Configs field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetCreateTime added in v1.2.35

SetCreateTime sets the CreateTime field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetEndTime added in v1.2.35

SetEndTime sets the EndTime field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetGtsJobUuid added in v1.2.35

SetGtsJobUuid sets the GtsJobUuid field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetInstanceId added in v1.2.35

SetInstanceId sets the InstanceId field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetName added in v1.2.35

SetName sets the Name field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetProjectId added in v1.2.35

SetProjectId sets the ProjectId field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetProjectName added in v1.2.35

SetProjectName sets the ProjectName field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetRegionId added in v1.2.35

SetRegionId sets the RegionId field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetRemark added in v1.2.35

SetRemark sets the Remark field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetResourcePoolId added in v1.2.35

SetResourcePoolId sets the ResourcePoolId field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetResourcePoolName added in v1.2.35

SetResourcePoolName sets the ResourcePoolName field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetSettings added in v1.2.35

SetSettings sets the Settings field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetStartTime added in v1.2.35

SetStartTime sets the StartTime field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetStatus added in v1.2.35

SetStatus sets the Status field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetUpdateTime added in v1.2.35

SetUpdateTime sets the UpdateTime field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetVipId added in v1.2.35

SetVipId sets the VipId field's value.

func (*ItemForDMDescribeWorkflowsOutput) SetWorkNodes added in v1.2.35

SetWorkNodes sets the WorkNodes field's value.

func (ItemForDMDescribeWorkflowsOutput) String added in v1.2.35

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 ...*volcengine.Config) *MILVUS

New create int can support ssl or region locate set

func (*MILVUS) CreateInstanceOneStep

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

CreateInstanceOneStep API operation for MILVUS.

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

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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) DMCreateWorkflow added in v1.2.35

func (c *MILVUS) DMCreateWorkflow(input *DMCreateWorkflowInput) (*DMCreateWorkflowOutput, error)

DMCreateWorkflow API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMCreateWorkflow for usage and error information.

func (*MILVUS) DMCreateWorkflowCommon added in v1.2.35

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

DMCreateWorkflowCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMCreateWorkflowCommon for usage and error information.

func (*MILVUS) DMCreateWorkflowCommonRequest added in v1.2.35

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

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

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

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

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

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

func (*MILVUS) DMCreateWorkflowCommonWithContext added in v1.2.35

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

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

See DMCreateWorkflowCommon 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) DMCreateWorkflowRequest added in v1.2.35

func (c *MILVUS) DMCreateWorkflowRequest(input *DMCreateWorkflowInput) (req *request.Request, output *DMCreateWorkflowOutput)

DMCreateWorkflowRequest generates a "volcengine/request.Request" representing the client's request for the DMCreateWorkflow operation. The "output" return value will be populated with the DMCreateWorkflowCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DMCreateWorkflowWithContext added in v1.2.35

func (c *MILVUS) DMCreateWorkflowWithContext(ctx volcengine.Context, input *DMCreateWorkflowInput, opts ...request.Option) (*DMCreateWorkflowOutput, error)

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

See DMCreateWorkflow 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) DMDeleteWorkflow added in v1.2.35

func (c *MILVUS) DMDeleteWorkflow(input *DMDeleteWorkflowInput) (*DMDeleteWorkflowOutput, error)

DMDeleteWorkflow API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMDeleteWorkflow for usage and error information.

func (*MILVUS) DMDeleteWorkflowCommon added in v1.2.35

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

DMDeleteWorkflowCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMDeleteWorkflowCommon for usage and error information.

func (*MILVUS) DMDeleteWorkflowCommonRequest added in v1.2.35

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

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

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

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

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

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

func (*MILVUS) DMDeleteWorkflowCommonWithContext added in v1.2.35

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

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

See DMDeleteWorkflowCommon 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) DMDeleteWorkflowRequest added in v1.2.35

func (c *MILVUS) DMDeleteWorkflowRequest(input *DMDeleteWorkflowInput) (req *request.Request, output *DMDeleteWorkflowOutput)

DMDeleteWorkflowRequest generates a "volcengine/request.Request" representing the client's request for the DMDeleteWorkflow operation. The "output" return value will be populated with the DMDeleteWorkflowCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DMDeleteWorkflowWithContext added in v1.2.35

func (c *MILVUS) DMDeleteWorkflowWithContext(ctx volcengine.Context, input *DMDeleteWorkflowInput, opts ...request.Option) (*DMDeleteWorkflowOutput, error)

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

See DMDeleteWorkflow 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) DMDescribeWorkflow added in v1.2.35

func (c *MILVUS) DMDescribeWorkflow(input *DMDescribeWorkflowInput) (*DMDescribeWorkflowOutput, error)

DMDescribeWorkflow API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMDescribeWorkflow for usage and error information.

func (*MILVUS) DMDescribeWorkflowCommon added in v1.2.35

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

DMDescribeWorkflowCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMDescribeWorkflowCommon for usage and error information.

func (*MILVUS) DMDescribeWorkflowCommonRequest added in v1.2.35

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

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

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

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

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

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

func (*MILVUS) DMDescribeWorkflowCommonWithContext added in v1.2.35

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

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

See DMDescribeWorkflowCommon 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) DMDescribeWorkflowRequest added in v1.2.35

func (c *MILVUS) DMDescribeWorkflowRequest(input *DMDescribeWorkflowInput) (req *request.Request, output *DMDescribeWorkflowOutput)

DMDescribeWorkflowRequest generates a "volcengine/request.Request" representing the client's request for the DMDescribeWorkflow operation. The "output" return value will be populated with the DMDescribeWorkflowCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DMDescribeWorkflowWithContext added in v1.2.35

func (c *MILVUS) DMDescribeWorkflowWithContext(ctx volcengine.Context, input *DMDescribeWorkflowInput, opts ...request.Option) (*DMDescribeWorkflowOutput, error)

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

See DMDescribeWorkflow 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) DMDescribeWorkflows added in v1.2.35

func (c *MILVUS) DMDescribeWorkflows(input *DMDescribeWorkflowsInput) (*DMDescribeWorkflowsOutput, error)

DMDescribeWorkflows API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMDescribeWorkflows for usage and error information.

func (*MILVUS) DMDescribeWorkflowsCommon added in v1.2.35

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

DMDescribeWorkflowsCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMDescribeWorkflowsCommon for usage and error information.

func (*MILVUS) DMDescribeWorkflowsCommonRequest added in v1.2.35

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

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

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

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

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

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

func (*MILVUS) DMDescribeWorkflowsCommonWithContext added in v1.2.35

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

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

See DMDescribeWorkflowsCommon 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) DMDescribeWorkflowsRequest added in v1.2.35

func (c *MILVUS) DMDescribeWorkflowsRequest(input *DMDescribeWorkflowsInput) (req *request.Request, output *DMDescribeWorkflowsOutput)

DMDescribeWorkflowsRequest generates a "volcengine/request.Request" representing the client's request for the DMDescribeWorkflows operation. The "output" return value will be populated with the DMDescribeWorkflowsCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DMDescribeWorkflowsWithContext added in v1.2.35

func (c *MILVUS) DMDescribeWorkflowsWithContext(ctx volcengine.Context, input *DMDescribeWorkflowsInput, opts ...request.Option) (*DMDescribeWorkflowsOutput, error)

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

See DMDescribeWorkflows 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) DMStartWorkflow added in v1.2.35

func (c *MILVUS) DMStartWorkflow(input *DMStartWorkflowInput) (*DMStartWorkflowOutput, error)

DMStartWorkflow API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMStartWorkflow for usage and error information.

func (*MILVUS) DMStartWorkflowCommon added in v1.2.35

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

DMStartWorkflowCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMStartWorkflowCommon for usage and error information.

func (*MILVUS) DMStartWorkflowCommonRequest added in v1.2.35

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

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

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

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

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

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

func (*MILVUS) DMStartWorkflowCommonWithContext added in v1.2.35

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

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

See DMStartWorkflowCommon 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) DMStartWorkflowRequest added in v1.2.35

func (c *MILVUS) DMStartWorkflowRequest(input *DMStartWorkflowInput) (req *request.Request, output *DMStartWorkflowOutput)

DMStartWorkflowRequest generates a "volcengine/request.Request" representing the client's request for the DMStartWorkflow operation. The "output" return value will be populated with the DMStartWorkflowCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DMStartWorkflowWithContext added in v1.2.35

func (c *MILVUS) DMStartWorkflowWithContext(ctx volcengine.Context, input *DMStartWorkflowInput, opts ...request.Option) (*DMStartWorkflowOutput, error)

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

See DMStartWorkflow 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) DMStopWorkflow added in v1.2.35

func (c *MILVUS) DMStopWorkflow(input *DMStopWorkflowInput) (*DMStopWorkflowOutput, error)

DMStopWorkflow API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMStopWorkflow for usage and error information.

func (*MILVUS) DMStopWorkflowCommon added in v1.2.35

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

DMStopWorkflowCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMStopWorkflowCommon for usage and error information.

func (*MILVUS) DMStopWorkflowCommonRequest added in v1.2.35

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

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

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

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

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

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

func (*MILVUS) DMStopWorkflowCommonWithContext added in v1.2.35

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

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

See DMStopWorkflowCommon 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) DMStopWorkflowRequest added in v1.2.35

func (c *MILVUS) DMStopWorkflowRequest(input *DMStopWorkflowInput) (req *request.Request, output *DMStopWorkflowOutput)

DMStopWorkflowRequest generates a "volcengine/request.Request" representing the client's request for the DMStopWorkflow operation. The "output" return value will be populated with the DMStopWorkflowCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DMStopWorkflowWithContext added in v1.2.35

func (c *MILVUS) DMStopWorkflowWithContext(ctx volcengine.Context, input *DMStopWorkflowInput, opts ...request.Option) (*DMStopWorkflowOutput, error)

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

See DMStopWorkflow 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) DMUpdateWorkflow added in v1.2.35

func (c *MILVUS) DMUpdateWorkflow(input *DMUpdateWorkflowInput) (*DMUpdateWorkflowOutput, error)

DMUpdateWorkflow API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMUpdateWorkflow for usage and error information.

func (*MILVUS) DMUpdateWorkflowCommon added in v1.2.35

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

DMUpdateWorkflowCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DMUpdateWorkflowCommon for usage and error information.

func (*MILVUS) DMUpdateWorkflowCommonRequest added in v1.2.35

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

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

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

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

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

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

func (*MILVUS) DMUpdateWorkflowCommonWithContext added in v1.2.35

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

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

See DMUpdateWorkflowCommon 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) DMUpdateWorkflowRequest added in v1.2.35

func (c *MILVUS) DMUpdateWorkflowRequest(input *DMUpdateWorkflowInput) (req *request.Request, output *DMUpdateWorkflowOutput)

DMUpdateWorkflowRequest generates a "volcengine/request.Request" representing the client's request for the DMUpdateWorkflow operation. The "output" return value will be populated with the DMUpdateWorkflowCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DMUpdateWorkflowWithContext added in v1.2.35

func (c *MILVUS) DMUpdateWorkflowWithContext(ctx volcengine.Context, input *DMUpdateWorkflowInput, opts ...request.Option) (*DMUpdateWorkflowOutput, error)

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

See DMUpdateWorkflow 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) DescribeAvailableSpecV2 added in v1.2.35

func (c *MILVUS) DescribeAvailableSpecV2(input *DescribeAvailableSpecV2Input) (*DescribeAvailableSpecV2Output, error)

DescribeAvailableSpecV2 API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DescribeAvailableSpecV2 for usage and error information.

func (*MILVUS) DescribeAvailableSpecV2Common added in v1.2.35

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

DescribeAvailableSpecV2Common API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DescribeAvailableSpecV2Common for usage and error information.

func (*MILVUS) DescribeAvailableSpecV2CommonRequest added in v1.2.35

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

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

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

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

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

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

func (*MILVUS) DescribeAvailableSpecV2CommonWithContext added in v1.2.35

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

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

See DescribeAvailableSpecV2Common 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) DescribeAvailableSpecV2Request added in v1.2.35

func (c *MILVUS) DescribeAvailableSpecV2Request(input *DescribeAvailableSpecV2Input) (req *request.Request, output *DescribeAvailableSpecV2Output)

DescribeAvailableSpecV2Request generates a "volcengine/request.Request" representing the client's request for the DescribeAvailableSpecV2 operation. The "output" return value will be populated with the DescribeAvailableSpecV2Common request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DescribeAvailableSpecV2WithContext added in v1.2.35

func (c *MILVUS) DescribeAvailableSpecV2WithContext(ctx volcengine.Context, input *DescribeAvailableSpecV2Input, opts ...request.Option) (*DescribeAvailableSpecV2Output, error)

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

See DescribeAvailableSpecV2 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) DescribeAvailableVersion

func (c *MILVUS) DescribeAvailableVersion(input *DescribeAvailableVersionInput) (*DescribeAvailableVersionOutput, error)

DescribeAvailableVersion API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DescribeAvailableVersion for usage and error information.

func (*MILVUS) DescribeAvailableVersionCommon

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

DescribeAvailableVersionCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DescribeAvailableVersionCommon for usage and error information.

func (*MILVUS) DescribeAvailableVersionCommonRequest

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

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

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

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

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

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

func (*MILVUS) DescribeAvailableVersionCommonWithContext

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

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

See DescribeAvailableVersionCommon 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) DescribeAvailableVersionRequest

func (c *MILVUS) DescribeAvailableVersionRequest(input *DescribeAvailableVersionInput) (req *request.Request, output *DescribeAvailableVersionOutput)

DescribeAvailableVersionRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAvailableVersion operation. The "output" return value will be populated with the DescribeAvailableVersionCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DescribeAvailableVersionWithContext

func (c *MILVUS) DescribeAvailableVersionWithContext(ctx volcengine.Context, input *DescribeAvailableVersionInput, opts ...request.Option) (*DescribeAvailableVersionOutput, error)

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

See DescribeAvailableVersion 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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) DescribePriceV2 added in v1.2.35

func (c *MILVUS) DescribePriceV2(input *DescribePriceV2Input) (*DescribePriceV2Output, error)

DescribePriceV2 API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DescribePriceV2 for usage and error information.

func (*MILVUS) DescribePriceV2Common added in v1.2.35

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

DescribePriceV2Common API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DescribePriceV2Common for usage and error information.

func (*MILVUS) DescribePriceV2CommonRequest added in v1.2.35

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

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

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

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

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

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

func (*MILVUS) DescribePriceV2CommonWithContext added in v1.2.35

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

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

See DescribePriceV2Common 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) DescribePriceV2Request added in v1.2.35

func (c *MILVUS) DescribePriceV2Request(input *DescribePriceV2Input) (req *request.Request, output *DescribePriceV2Output)

DescribePriceV2Request generates a "volcengine/request.Request" representing the client's request for the DescribePriceV2 operation. The "output" return value will be populated with the DescribePriceV2Common request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DescribePriceV2WithContext added in v1.2.35

func (c *MILVUS) DescribePriceV2WithContext(ctx volcengine.Context, input *DescribePriceV2Input, opts ...request.Option) (*DescribePriceV2Output, error)

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

See DescribePriceV2 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) DescribeZones

func (c *MILVUS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)

DescribeZones API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DescribeZones for usage and error information.

func (*MILVUS) DescribeZonesCommon

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

DescribeZonesCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation DescribeZonesCommon for usage and error information.

func (*MILVUS) DescribeZonesCommonRequest

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

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

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

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

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

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

func (*MILVUS) DescribeZonesCommonWithContext

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

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

See DescribeZonesCommon 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) DescribeZonesRequest

func (c *MILVUS) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)

DescribeZonesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeZones operation. The "output" return value will be populated with the DescribeZonesCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) DescribeZonesWithContext

func (c *MILVUS) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)

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

See DescribeZones 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) MSCreateInstance added in v1.2.21

func (c *MILVUS) MSCreateInstance(input *MSCreateInstanceInput) (*MSCreateInstanceOutput, error)

MSCreateInstance API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSCreateInstance for usage and error information.

func (*MILVUS) MSCreateInstanceCommon added in v1.2.21

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

MSCreateInstanceCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSCreateInstanceCommon for usage and error information.

func (*MILVUS) MSCreateInstanceCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*MILVUS) MSCreateInstanceCommonWithContext added in v1.2.21

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

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

See MSCreateInstanceCommon 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) MSCreateInstanceOneStep added in v1.2.21

func (c *MILVUS) MSCreateInstanceOneStep(input *MSCreateInstanceOneStepInput) (*MSCreateInstanceOneStepOutput, error)

MSCreateInstanceOneStep API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSCreateInstanceOneStep for usage and error information.

func (*MILVUS) MSCreateInstanceOneStepCommon added in v1.2.21

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

MSCreateInstanceOneStepCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSCreateInstanceOneStepCommon for usage and error information.

func (*MILVUS) MSCreateInstanceOneStepCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*MILVUS) MSCreateInstanceOneStepCommonWithContext added in v1.2.21

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

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

See MSCreateInstanceOneStepCommon 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) MSCreateInstanceOneStepRequest added in v1.2.21

func (c *MILVUS) MSCreateInstanceOneStepRequest(input *MSCreateInstanceOneStepInput) (req *request.Request, output *MSCreateInstanceOneStepOutput)

MSCreateInstanceOneStepRequest generates a "volcengine/request.Request" representing the client's request for the MSCreateInstanceOneStep operation. The "output" return value will be populated with the MSCreateInstanceOneStepCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) MSCreateInstanceOneStepWithContext added in v1.2.21

func (c *MILVUS) MSCreateInstanceOneStepWithContext(ctx volcengine.Context, input *MSCreateInstanceOneStepInput, opts ...request.Option) (*MSCreateInstanceOneStepOutput, error)

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

See MSCreateInstanceOneStep 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) MSCreateInstanceRequest added in v1.2.21

func (c *MILVUS) MSCreateInstanceRequest(input *MSCreateInstanceInput) (req *request.Request, output *MSCreateInstanceOutput)

MSCreateInstanceRequest generates a "volcengine/request.Request" representing the client's request for the MSCreateInstance operation. The "output" return value will be populated with the MSCreateInstanceCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) MSCreateInstanceWithContext added in v1.2.21

func (c *MILVUS) MSCreateInstanceWithContext(ctx volcengine.Context, input *MSCreateInstanceInput, opts ...request.Option) (*MSCreateInstanceOutput, error)

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

See MSCreateInstance 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) MSDescribeInstance added in v1.2.21

func (c *MILVUS) MSDescribeInstance(input *MSDescribeInstanceInput) (*MSDescribeInstanceOutput, error)

MSDescribeInstance API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSDescribeInstance for usage and error information.

func (*MILVUS) MSDescribeInstanceCommon added in v1.2.21

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

MSDescribeInstanceCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSDescribeInstanceCommon for usage and error information.

func (*MILVUS) MSDescribeInstanceCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*MILVUS) MSDescribeInstanceCommonWithContext added in v1.2.21

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

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

See MSDescribeInstanceCommon 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) MSDescribeInstanceRequest added in v1.2.21

func (c *MILVUS) MSDescribeInstanceRequest(input *MSDescribeInstanceInput) (req *request.Request, output *MSDescribeInstanceOutput)

MSDescribeInstanceRequest generates a "volcengine/request.Request" representing the client's request for the MSDescribeInstance operation. The "output" return value will be populated with the MSDescribeInstanceCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) MSDescribeInstanceWithContext added in v1.2.21

func (c *MILVUS) MSDescribeInstanceWithContext(ctx volcengine.Context, input *MSDescribeInstanceInput, opts ...request.Option) (*MSDescribeInstanceOutput, error)

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

See MSDescribeInstance 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) MSDescribeInstances added in v1.2.21

func (c *MILVUS) MSDescribeInstances(input *MSDescribeInstancesInput) (*MSDescribeInstancesOutput, error)

MSDescribeInstances API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSDescribeInstances for usage and error information.

func (*MILVUS) MSDescribeInstancesCommon added in v1.2.21

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

MSDescribeInstancesCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSDescribeInstancesCommon for usage and error information.

func (*MILVUS) MSDescribeInstancesCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*MILVUS) MSDescribeInstancesCommonWithContext added in v1.2.21

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

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

See MSDescribeInstancesCommon 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) MSDescribeInstancesRequest added in v1.2.21

func (c *MILVUS) MSDescribeInstancesRequest(input *MSDescribeInstancesInput) (req *request.Request, output *MSDescribeInstancesOutput)

MSDescribeInstancesRequest generates a "volcengine/request.Request" representing the client's request for the MSDescribeInstances operation. The "output" return value will be populated with the MSDescribeInstancesCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) MSDescribeInstancesWithContext added in v1.2.21

func (c *MILVUS) MSDescribeInstancesWithContext(ctx volcengine.Context, input *MSDescribeInstancesInput, opts ...request.Option) (*MSDescribeInstancesOutput, error)

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

See MSDescribeInstances 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) MSModifyEndpointAllowGroup added in v1.2.21

func (c *MILVUS) MSModifyEndpointAllowGroup(input *MSModifyEndpointAllowGroupInput) (*MSModifyEndpointAllowGroupOutput, error)

MSModifyEndpointAllowGroup API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSModifyEndpointAllowGroup for usage and error information.

func (*MILVUS) MSModifyEndpointAllowGroupCommon added in v1.2.21

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

MSModifyEndpointAllowGroupCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSModifyEndpointAllowGroupCommon for usage and error information.

func (*MILVUS) MSModifyEndpointAllowGroupCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*MILVUS) MSModifyEndpointAllowGroupCommonWithContext added in v1.2.21

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

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

See MSModifyEndpointAllowGroupCommon 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) MSModifyEndpointAllowGroupRequest added in v1.2.21

func (c *MILVUS) MSModifyEndpointAllowGroupRequest(input *MSModifyEndpointAllowGroupInput) (req *request.Request, output *MSModifyEndpointAllowGroupOutput)

MSModifyEndpointAllowGroupRequest generates a "volcengine/request.Request" representing the client's request for the MSModifyEndpointAllowGroup operation. The "output" return value will be populated with the MSModifyEndpointAllowGroupCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) MSModifyEndpointAllowGroupWithContext added in v1.2.21

func (c *MILVUS) MSModifyEndpointAllowGroupWithContext(ctx volcengine.Context, input *MSModifyEndpointAllowGroupInput, opts ...request.Option) (*MSModifyEndpointAllowGroupOutput, error)

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

See MSModifyEndpointAllowGroup 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) MSModifyPublicDomain added in v1.2.21

func (c *MILVUS) MSModifyPublicDomain(input *MSModifyPublicDomainInput) (*MSModifyPublicDomainOutput, error)

MSModifyPublicDomain API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSModifyPublicDomain for usage and error information.

func (*MILVUS) MSModifyPublicDomainCommon added in v1.2.21

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

MSModifyPublicDomainCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSModifyPublicDomainCommon for usage and error information.

func (*MILVUS) MSModifyPublicDomainCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*MILVUS) MSModifyPublicDomainCommonWithContext added in v1.2.21

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

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

See MSModifyPublicDomainCommon 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) MSModifyPublicDomainRequest added in v1.2.21

func (c *MILVUS) MSModifyPublicDomainRequest(input *MSModifyPublicDomainInput) (req *request.Request, output *MSModifyPublicDomainOutput)

MSModifyPublicDomainRequest generates a "volcengine/request.Request" representing the client's request for the MSModifyPublicDomain operation. The "output" return value will be populated with the MSModifyPublicDomainCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) MSModifyPublicDomainWithContext added in v1.2.21

func (c *MILVUS) MSModifyPublicDomainWithContext(ctx volcengine.Context, input *MSModifyPublicDomainInput, opts ...request.Option) (*MSModifyPublicDomainOutput, error)

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

See MSModifyPublicDomain 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) MSReleaseInstance added in v1.2.21

func (c *MILVUS) MSReleaseInstance(input *MSReleaseInstanceInput) (*MSReleaseInstanceOutput, error)

MSReleaseInstance API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSReleaseInstance for usage and error information.

func (*MILVUS) MSReleaseInstanceCommon added in v1.2.21

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

MSReleaseInstanceCommon API operation for MILVUS.

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

See the VOLCENGINE API reference guide for MILVUS's API operation MSReleaseInstanceCommon for usage and error information.

func (*MILVUS) MSReleaseInstanceCommonRequest added in v1.2.21

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

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

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

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

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

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

func (*MILVUS) MSReleaseInstanceCommonWithContext added in v1.2.21

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

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

See MSReleaseInstanceCommon 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) MSReleaseInstanceRequest added in v1.2.21

func (c *MILVUS) MSReleaseInstanceRequest(input *MSReleaseInstanceInput) (req *request.Request, output *MSReleaseInstanceOutput)

MSReleaseInstanceRequest generates a "volcengine/request.Request" representing the client's request for the MSReleaseInstance operation. The "output" return value will be populated with the MSReleaseInstanceCommon request's response once the request completes successfully.

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

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

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

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

func (*MILVUS) MSReleaseInstanceWithContext added in v1.2.21

func (c *MILVUS) MSReleaseInstanceWithContext(ctx volcengine.Context, input *MSReleaseInstanceInput, opts ...request.Option) (*MSReleaseInstanceOutput, error)

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

See MSReleaseInstance 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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) ReleaseInstance

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

ReleaseInstance API operation for MILVUS.

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

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE 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 "volcengine/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 volcengine.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 "volcengine/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 volcengine.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.

type MILVUSAPI

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

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

	DMCreateWorkflowCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DMCreateWorkflowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DMCreateWorkflowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DMCreateWorkflow(*DMCreateWorkflowInput) (*DMCreateWorkflowOutput, error)
	DMCreateWorkflowWithContext(volcengine.Context, *DMCreateWorkflowInput, ...request.Option) (*DMCreateWorkflowOutput, error)
	DMCreateWorkflowRequest(*DMCreateWorkflowInput) (*request.Request, *DMCreateWorkflowOutput)

	DMDeleteWorkflowCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DMDeleteWorkflowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DMDeleteWorkflowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DMDeleteWorkflow(*DMDeleteWorkflowInput) (*DMDeleteWorkflowOutput, error)
	DMDeleteWorkflowWithContext(volcengine.Context, *DMDeleteWorkflowInput, ...request.Option) (*DMDeleteWorkflowOutput, error)
	DMDeleteWorkflowRequest(*DMDeleteWorkflowInput) (*request.Request, *DMDeleteWorkflowOutput)

	DMDescribeWorkflowCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DMDescribeWorkflowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DMDescribeWorkflowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DMDescribeWorkflow(*DMDescribeWorkflowInput) (*DMDescribeWorkflowOutput, error)
	DMDescribeWorkflowWithContext(volcengine.Context, *DMDescribeWorkflowInput, ...request.Option) (*DMDescribeWorkflowOutput, error)
	DMDescribeWorkflowRequest(*DMDescribeWorkflowInput) (*request.Request, *DMDescribeWorkflowOutput)

	DMDescribeWorkflowsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DMDescribeWorkflowsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DMDescribeWorkflowsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DMDescribeWorkflows(*DMDescribeWorkflowsInput) (*DMDescribeWorkflowsOutput, error)
	DMDescribeWorkflowsWithContext(volcengine.Context, *DMDescribeWorkflowsInput, ...request.Option) (*DMDescribeWorkflowsOutput, error)
	DMDescribeWorkflowsRequest(*DMDescribeWorkflowsInput) (*request.Request, *DMDescribeWorkflowsOutput)

	DMStartWorkflowCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DMStartWorkflowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DMStartWorkflowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DMStartWorkflow(*DMStartWorkflowInput) (*DMStartWorkflowOutput, error)
	DMStartWorkflowWithContext(volcengine.Context, *DMStartWorkflowInput, ...request.Option) (*DMStartWorkflowOutput, error)
	DMStartWorkflowRequest(*DMStartWorkflowInput) (*request.Request, *DMStartWorkflowOutput)

	DMStopWorkflowCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DMStopWorkflowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DMStopWorkflowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DMStopWorkflow(*DMStopWorkflowInput) (*DMStopWorkflowOutput, error)
	DMStopWorkflowWithContext(volcengine.Context, *DMStopWorkflowInput, ...request.Option) (*DMStopWorkflowOutput, error)
	DMStopWorkflowRequest(*DMStopWorkflowInput) (*request.Request, *DMStopWorkflowOutput)

	DMUpdateWorkflowCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DMUpdateWorkflowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DMUpdateWorkflowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DMUpdateWorkflow(*DMUpdateWorkflowInput) (*DMUpdateWorkflowOutput, error)
	DMUpdateWorkflowWithContext(volcengine.Context, *DMUpdateWorkflowInput, ...request.Option) (*DMUpdateWorkflowOutput, error)
	DMUpdateWorkflowRequest(*DMUpdateWorkflowInput) (*request.Request, *DMUpdateWorkflowOutput)

	DescribeAvailableSpecV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAvailableSpecV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAvailableSpecV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAvailableSpecV2(*DescribeAvailableSpecV2Input) (*DescribeAvailableSpecV2Output, error)
	DescribeAvailableSpecV2WithContext(volcengine.Context, *DescribeAvailableSpecV2Input, ...request.Option) (*DescribeAvailableSpecV2Output, error)
	DescribeAvailableSpecV2Request(*DescribeAvailableSpecV2Input) (*request.Request, *DescribeAvailableSpecV2Output)

	DescribeAvailableVersionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAvailableVersionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAvailableVersionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAvailableVersion(*DescribeAvailableVersionInput) (*DescribeAvailableVersionOutput, error)
	DescribeAvailableVersionWithContext(volcengine.Context, *DescribeAvailableVersionInput, ...request.Option) (*DescribeAvailableVersionOutput, error)
	DescribeAvailableVersionRequest(*DescribeAvailableVersionInput) (*request.Request, *DescribeAvailableVersionOutput)

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

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

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

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

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

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

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

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

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

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

	DescribePriceV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	DescribePriceV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribePriceV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribePriceV2(*DescribePriceV2Input) (*DescribePriceV2Output, error)
	DescribePriceV2WithContext(volcengine.Context, *DescribePriceV2Input, ...request.Option) (*DescribePriceV2Output, error)
	DescribePriceV2Request(*DescribePriceV2Input) (*request.Request, *DescribePriceV2Output)

	DescribeZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeZones(*DescribeZonesInput) (*DescribeZonesOutput, error)
	DescribeZonesWithContext(volcengine.Context, *DescribeZonesInput, ...request.Option) (*DescribeZonesOutput, error)
	DescribeZonesRequest(*DescribeZonesInput) (*request.Request, *DescribeZonesOutput)

	MSCreateInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MSCreateInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MSCreateInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MSCreateInstance(*MSCreateInstanceInput) (*MSCreateInstanceOutput, error)
	MSCreateInstanceWithContext(volcengine.Context, *MSCreateInstanceInput, ...request.Option) (*MSCreateInstanceOutput, error)
	MSCreateInstanceRequest(*MSCreateInstanceInput) (*request.Request, *MSCreateInstanceOutput)

	MSCreateInstanceOneStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MSCreateInstanceOneStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MSCreateInstanceOneStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MSCreateInstanceOneStep(*MSCreateInstanceOneStepInput) (*MSCreateInstanceOneStepOutput, error)
	MSCreateInstanceOneStepWithContext(volcengine.Context, *MSCreateInstanceOneStepInput, ...request.Option) (*MSCreateInstanceOneStepOutput, error)
	MSCreateInstanceOneStepRequest(*MSCreateInstanceOneStepInput) (*request.Request, *MSCreateInstanceOneStepOutput)

	MSDescribeInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MSDescribeInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MSDescribeInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MSDescribeInstance(*MSDescribeInstanceInput) (*MSDescribeInstanceOutput, error)
	MSDescribeInstanceWithContext(volcengine.Context, *MSDescribeInstanceInput, ...request.Option) (*MSDescribeInstanceOutput, error)
	MSDescribeInstanceRequest(*MSDescribeInstanceInput) (*request.Request, *MSDescribeInstanceOutput)

	MSDescribeInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MSDescribeInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MSDescribeInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MSDescribeInstances(*MSDescribeInstancesInput) (*MSDescribeInstancesOutput, error)
	MSDescribeInstancesWithContext(volcengine.Context, *MSDescribeInstancesInput, ...request.Option) (*MSDescribeInstancesOutput, error)
	MSDescribeInstancesRequest(*MSDescribeInstancesInput) (*request.Request, *MSDescribeInstancesOutput)

	MSModifyEndpointAllowGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MSModifyEndpointAllowGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MSModifyEndpointAllowGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MSModifyEndpointAllowGroup(*MSModifyEndpointAllowGroupInput) (*MSModifyEndpointAllowGroupOutput, error)
	MSModifyEndpointAllowGroupWithContext(volcengine.Context, *MSModifyEndpointAllowGroupInput, ...request.Option) (*MSModifyEndpointAllowGroupOutput, error)
	MSModifyEndpointAllowGroupRequest(*MSModifyEndpointAllowGroupInput) (*request.Request, *MSModifyEndpointAllowGroupOutput)

	MSModifyPublicDomainCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MSModifyPublicDomainCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MSModifyPublicDomainCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MSModifyPublicDomain(*MSModifyPublicDomainInput) (*MSModifyPublicDomainOutput, error)
	MSModifyPublicDomainWithContext(volcengine.Context, *MSModifyPublicDomainInput, ...request.Option) (*MSModifyPublicDomainOutput, error)
	MSModifyPublicDomainRequest(*MSModifyPublicDomainInput) (*request.Request, *MSModifyPublicDomainOutput)

	MSReleaseInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MSReleaseInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MSReleaseInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MSReleaseInstance(*MSReleaseInstanceInput) (*MSReleaseInstanceOutput, error)
	MSReleaseInstanceWithContext(volcengine.Context, *MSReleaseInstanceInput, ...request.Option) (*MSReleaseInstanceOutput, error)
	MSReleaseInstanceRequest(*MSReleaseInstanceInput) (*request.Request, *MSReleaseInstanceOutput)

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

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

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

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

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

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

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

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

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

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

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

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

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

    myFunc(svc)
}

type MSCreateInstanceInput added in v1.2.21

type MSCreateInstanceInput struct {
	DeleteProtect *bool `type:"boolean" json:",omitempty"`

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

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

	// InstanceVersion is a required field
	InstanceVersion *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfInstanceVersionForMSCreateInstanceInput"`

	MilvusVersion *string `type:"string" json:",omitempty" enum:"EnumOfMilvusVersionForMSCreateInstanceInput"`

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

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

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

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

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

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

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

func (MSCreateInstanceInput) GoString added in v1.2.21

func (s MSCreateInstanceInput) GoString() string

GoString returns the string representation

func (*MSCreateInstanceInput) SetDeleteProtect added in v1.2.21

func (s *MSCreateInstanceInput) SetDeleteProtect(v bool) *MSCreateInstanceInput

SetDeleteProtect sets the DeleteProtect field's value.

func (*MSCreateInstanceInput) SetDeleteProtectEnabled added in v1.2.21

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

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*MSCreateInstanceInput) SetInstanceName added in v1.2.21

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

SetInstanceName sets the InstanceName field's value.

func (*MSCreateInstanceInput) SetInstanceVersion added in v1.2.21

func (s *MSCreateInstanceInput) SetInstanceVersion(v string) *MSCreateInstanceInput

SetInstanceVersion sets the InstanceVersion field's value.

func (*MSCreateInstanceInput) SetMilvusVersion added in v1.2.21

func (s *MSCreateInstanceInput) SetMilvusVersion(v string) *MSCreateInstanceInput

SetMilvusVersion sets the MilvusVersion field's value.

func (*MSCreateInstanceInput) SetName added in v1.2.21

SetName sets the Name field's value.

func (*MSCreateInstanceInput) SetNetworkConfig added in v1.2.21

SetNetworkConfig sets the NetworkConfig field's value.

func (*MSCreateInstanceInput) SetPassword added in v1.2.21

SetPassword sets the Password field's value.

func (*MSCreateInstanceInput) SetProjectName added in v1.2.21

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

SetProjectName sets the ProjectName field's value.

func (*MSCreateInstanceInput) SetRegionId added in v1.2.21

SetRegionId sets the RegionId field's value.

func (*MSCreateInstanceInput) SetRemark added in v1.2.21

SetRemark sets the Remark field's value.

func (*MSCreateInstanceInput) SetTags added in v1.2.21

SetTags sets the Tags field's value.

func (MSCreateInstanceInput) String added in v1.2.21

func (s MSCreateInstanceInput) String() string

String returns the string representation

func (*MSCreateInstanceInput) Validate added in v1.2.21

func (s *MSCreateInstanceInput) Validate() error

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

type MSCreateInstanceOneStepInput added in v1.2.21

type MSCreateInstanceOneStepInput struct {
	DeleteProtectEnabled *bool `type:"boolean" json:",omitempty"`

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

	// InstanceVersion is a required field
	InstanceVersion *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfInstanceVersionForMSCreateInstanceOneStepInput"`

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

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

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

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

func (MSCreateInstanceOneStepInput) GoString added in v1.2.21

func (s MSCreateInstanceOneStepInput) GoString() string

GoString returns the string representation

func (*MSCreateInstanceOneStepInput) SetDeleteProtectEnabled added in v1.2.21

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

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*MSCreateInstanceOneStepInput) SetInstanceName added in v1.2.21

SetInstanceName sets the InstanceName field's value.

func (*MSCreateInstanceOneStepInput) SetInstanceVersion added in v1.2.21

SetInstanceVersion sets the InstanceVersion field's value.

func (*MSCreateInstanceOneStepInput) SetNetworkConfig added in v1.2.21

SetNetworkConfig sets the NetworkConfig field's value.

func (*MSCreateInstanceOneStepInput) SetPassword added in v1.2.21

SetPassword sets the Password field's value.

func (*MSCreateInstanceOneStepInput) SetProjectName added in v1.2.21

SetProjectName sets the ProjectName field's value.

func (*MSCreateInstanceOneStepInput) SetTags added in v1.2.21

SetTags sets the Tags field's value.

func (MSCreateInstanceOneStepInput) String added in v1.2.21

String returns the string representation

func (*MSCreateInstanceOneStepInput) Validate added in v1.2.21

func (s *MSCreateInstanceOneStepInput) Validate() error

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

type MSCreateInstanceOneStepOutput added in v1.2.21

type MSCreateInstanceOneStepOutput 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 (MSCreateInstanceOneStepOutput) GoString added in v1.2.21

GoString returns the string representation

func (*MSCreateInstanceOneStepOutput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*MSCreateInstanceOneStepOutput) SetOrderID added in v1.2.21

SetOrderID sets the OrderID field's value.

func (*MSCreateInstanceOneStepOutput) SetOrderNO added in v1.2.21

SetOrderNO sets the OrderNO field's value.

func (*MSCreateInstanceOneStepOutput) SetTradeConfigId added in v1.2.21

SetTradeConfigId sets the TradeConfigId field's value.

func (*MSCreateInstanceOneStepOutput) SetTradeEnabled added in v1.2.21

SetTradeEnabled sets the TradeEnabled field's value.

func (MSCreateInstanceOneStepOutput) String added in v1.2.21

String returns the string representation

type MSCreateInstanceOutput added in v1.2.21

type MSCreateInstanceOutput 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 (MSCreateInstanceOutput) GoString added in v1.2.21

func (s MSCreateInstanceOutput) GoString() string

GoString returns the string representation

func (*MSCreateInstanceOutput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*MSCreateInstanceOutput) SetOrderID added in v1.2.21

SetOrderID sets the OrderID field's value.

func (*MSCreateInstanceOutput) SetOrderNO added in v1.2.21

SetOrderNO sets the OrderNO field's value.

func (*MSCreateInstanceOutput) SetTradeConfigId added in v1.2.21

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

SetTradeConfigId sets the TradeConfigId field's value.

func (*MSCreateInstanceOutput) SetTradeEnabled added in v1.2.21

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

SetTradeEnabled sets the TradeEnabled field's value.

func (MSCreateInstanceOutput) String added in v1.2.21

func (s MSCreateInstanceOutput) String() string

String returns the string representation

type MSDescribeInstanceInput added in v1.2.21

type MSDescribeInstanceInput struct {

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

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

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

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

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

func (MSDescribeInstanceInput) GoString added in v1.2.21

func (s MSDescribeInstanceInput) GoString() string

GoString returns the string representation

func (*MSDescribeInstanceInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*MSDescribeInstanceInput) SetInstanceName added in v1.2.21

SetInstanceName sets the InstanceName field's value.

func (*MSDescribeInstanceInput) SetPageNumber added in v1.2.21

SetPageNumber sets the PageNumber field's value.

func (*MSDescribeInstanceInput) SetPageSize added in v1.2.21

SetPageSize sets the PageSize field's value.

func (*MSDescribeInstanceInput) SetProjectName added in v1.2.21

SetProjectName sets the ProjectName field's value.

func (MSDescribeInstanceInput) String added in v1.2.21

func (s MSDescribeInstanceInput) String() string

String returns the string representation

func (*MSDescribeInstanceInput) Validate added in v1.2.21

func (s *MSDescribeInstanceInput) Validate() error

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

type MSDescribeInstanceOutput added in v1.2.21

type MSDescribeInstanceOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (MSDescribeInstanceOutput) GoString added in v1.2.21

func (s MSDescribeInstanceOutput) GoString() string

GoString returns the string representation

func (*MSDescribeInstanceOutput) SetAccountId added in v1.2.21

SetAccountId sets the AccountId field's value.

func (*MSDescribeInstanceOutput) SetChargeConfig added in v1.2.21

SetChargeConfig sets the ChargeConfig field's value.

func (*MSDescribeInstanceOutput) SetCreateTime added in v1.2.21

SetCreateTime sets the CreateTime field's value.

func (*MSDescribeInstanceOutput) SetDatabaseName added in v1.2.21

SetDatabaseName sets the DatabaseName field's value.

func (*MSDescribeInstanceOutput) SetDeleteProtectEnabled added in v1.2.21

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

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*MSDescribeInstanceOutput) SetEndpointList added in v1.2.21

SetEndpointList sets the EndpointList field's value.

func (*MSDescribeInstanceOutput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*MSDescribeInstanceOutput) SetInstanceName added in v1.2.21

SetInstanceName sets the InstanceName field's value.

func (*MSDescribeInstanceOutput) SetInstanceVersion added in v1.2.21

func (s *MSDescribeInstanceOutput) SetInstanceVersion(v string) *MSDescribeInstanceOutput

SetInstanceVersion sets the InstanceVersion field's value.

func (*MSDescribeInstanceOutput) SetNetworkConfig added in v1.2.21

SetNetworkConfig sets the NetworkConfig field's value.

func (*MSDescribeInstanceOutput) SetProjectName added in v1.2.21

SetProjectName sets the ProjectName field's value.

func (*MSDescribeInstanceOutput) SetRegion added in v1.2.21

SetRegion sets the Region field's value.

func (*MSDescribeInstanceOutput) SetStatus added in v1.2.21

SetStatus sets the Status field's value.

func (*MSDescribeInstanceOutput) SetTags added in v1.2.21

SetTags sets the Tags field's value.

func (*MSDescribeInstanceOutput) SetUpdateTime added in v1.2.21

SetUpdateTime sets the UpdateTime field's value.

func (*MSDescribeInstanceOutput) SetUsername added in v1.2.21

SetUsername sets the Username field's value.

func (MSDescribeInstanceOutput) String added in v1.2.21

func (s MSDescribeInstanceOutput) String() string

String returns the string representation

type MSDescribeInstancesInput added in v1.2.21

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

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

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

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

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

func (MSDescribeInstancesInput) GoString added in v1.2.21

func (s MSDescribeInstancesInput) GoString() string

GoString returns the string representation

func (*MSDescribeInstancesInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (*MSDescribeInstancesInput) SetInstanceName added in v1.2.21

SetInstanceName sets the InstanceName field's value.

func (*MSDescribeInstancesInput) SetPageNumber added in v1.2.21

SetPageNumber sets the PageNumber field's value.

func (*MSDescribeInstancesInput) SetPageSize added in v1.2.21

SetPageSize sets the PageSize field's value.

func (*MSDescribeInstancesInput) SetProjectName added in v1.2.21

SetProjectName sets the ProjectName field's value.

func (MSDescribeInstancesInput) String added in v1.2.21

func (s MSDescribeInstancesInput) String() string

String returns the string representation

func (*MSDescribeInstancesInput) Validate added in v1.2.21

func (s *MSDescribeInstancesInput) Validate() error

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

type MSDescribeInstancesOutput added in v1.2.21

type MSDescribeInstancesOutput struct {
	Metadata *response.ResponseMetadata

	CurrentPage *int64 `type:"int64" json:",omitempty"`

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

	Instances []*InstanceForMSDescribeInstancesOutput `type:"list" json:",omitempty"`

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

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

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

	Total *int64 `type:"int64" json:",omitempty"`

	TotalPages *int64 `type:"int64" json:",omitempty"`

	TotalSize *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MSDescribeInstancesOutput) GoString added in v1.2.21

func (s MSDescribeInstancesOutput) GoString() string

GoString returns the string representation

func (*MSDescribeInstancesOutput) SetCurrentPage added in v1.2.21

SetCurrentPage sets the CurrentPage field's value.

func (*MSDescribeInstancesOutput) SetInstanceInfos added in v1.2.21

SetInstanceInfos sets the InstanceInfos field's value.

func (*MSDescribeInstancesOutput) SetInstances added in v1.2.21

SetInstances sets the Instances field's value.

func (*MSDescribeInstancesOutput) SetPageNumber added in v1.2.21

SetPageNumber sets the PageNumber field's value.

func (*MSDescribeInstancesOutput) SetPageSize added in v1.2.21

SetPageSize sets the PageSize field's value.

func (*MSDescribeInstancesOutput) SetSize added in v1.2.21

SetSize sets the Size field's value.

func (*MSDescribeInstancesOutput) SetTotal added in v1.2.21

SetTotal sets the Total field's value.

func (*MSDescribeInstancesOutput) SetTotalPages added in v1.2.21

SetTotalPages sets the TotalPages field's value.

func (*MSDescribeInstancesOutput) SetTotalSize added in v1.2.21

SetTotalSize sets the TotalSize field's value.

func (MSDescribeInstancesOutput) String added in v1.2.21

func (s MSDescribeInstancesOutput) String() string

String returns the string representation

type MSModifyEndpointAllowGroupInput added in v1.2.21

type MSModifyEndpointAllowGroupInput struct {
	AllowGroups []*AllowGroupForMSModifyEndpointAllowGroupInput `type:"list" json:",omitempty"`

	EndpointType *string `type:"string" json:",omitempty" enum:"EnumOfEndpointTypeForMSModifyEndpointAllowGroupInput"`

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

func (MSModifyEndpointAllowGroupInput) GoString added in v1.2.21

GoString returns the string representation

func (*MSModifyEndpointAllowGroupInput) SetAllowGroups added in v1.2.21

SetAllowGroups sets the AllowGroups field's value.

func (*MSModifyEndpointAllowGroupInput) SetEndpointType added in v1.2.21

SetEndpointType sets the EndpointType field's value.

func (*MSModifyEndpointAllowGroupInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (MSModifyEndpointAllowGroupInput) String added in v1.2.21

String returns the string representation

type MSModifyEndpointAllowGroupOutput added in v1.2.21

type MSModifyEndpointAllowGroupOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (MSModifyEndpointAllowGroupOutput) GoString added in v1.2.21

GoString returns the string representation

func (*MSModifyEndpointAllowGroupOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (*MSModifyEndpointAllowGroupOutput) SetStatus added in v1.2.21

SetStatus sets the Status field's value.

func (MSModifyEndpointAllowGroupOutput) String added in v1.2.21

String returns the string representation

type MSModifyPublicDomainInput added in v1.2.21

type MSModifyPublicDomainInput struct {
	EipId *string `type:"string" json:",omitempty"`

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

	EndpointType *string `type:"string" json:",omitempty" enum:"EnumOfEndpointTypeForMSModifyPublicDomainInput"`

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

func (MSModifyPublicDomainInput) GoString added in v1.2.21

func (s MSModifyPublicDomainInput) GoString() string

GoString returns the string representation

func (*MSModifyPublicDomainInput) SetEipId added in v1.2.21

SetEipId sets the EipId field's value.

func (*MSModifyPublicDomainInput) SetEnable added in v1.2.21

SetEnable sets the Enable field's value.

func (*MSModifyPublicDomainInput) SetEndpointType added in v1.2.21

SetEndpointType sets the EndpointType field's value.

func (*MSModifyPublicDomainInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (MSModifyPublicDomainInput) String added in v1.2.21

func (s MSModifyPublicDomainInput) String() string

String returns the string representation

func (*MSModifyPublicDomainInput) Validate added in v1.2.21

func (s *MSModifyPublicDomainInput) Validate() error

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

type MSModifyPublicDomainOutput added in v1.2.21

type MSModifyPublicDomainOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (MSModifyPublicDomainOutput) GoString added in v1.2.21

func (s MSModifyPublicDomainOutput) GoString() string

GoString returns the string representation

func (*MSModifyPublicDomainOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (*MSModifyPublicDomainOutput) SetStatus added in v1.2.21

SetStatus sets the Status field's value.

func (MSModifyPublicDomainOutput) String added in v1.2.21

String returns the string representation

type MSReleaseInstanceInput added in v1.2.21

type MSReleaseInstanceInput struct {

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

func (MSReleaseInstanceInput) GoString added in v1.2.21

func (s MSReleaseInstanceInput) GoString() string

GoString returns the string representation

func (*MSReleaseInstanceInput) SetInstanceId added in v1.2.21

SetInstanceId sets the InstanceId field's value.

func (MSReleaseInstanceInput) String added in v1.2.21

func (s MSReleaseInstanceInput) String() string

String returns the string representation

func (*MSReleaseInstanceInput) Validate added in v1.2.21

func (s *MSReleaseInstanceInput) Validate() error

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

type MSReleaseInstanceOutput added in v1.2.21

type MSReleaseInstanceOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (MSReleaseInstanceOutput) GoString added in v1.2.21

func (s MSReleaseInstanceOutput) GoString() string

GoString returns the string representation

func (*MSReleaseInstanceOutput) SetMessage added in v1.2.21

SetMessage sets the Message field's value.

func (*MSReleaseInstanceOutput) SetStatus added in v1.2.21

SetStatus sets the Status field's value.

func (MSReleaseInstanceOutput) String added in v1.2.21

func (s MSReleaseInstanceOutput) String() string

String returns the string representation

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 NetworkConfigForCreateInstanceOneStepInput

type NetworkConfigForCreateInstanceOneStepInput struct {
	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) 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 {
	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) 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 {
	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) 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 NetworkConfigForMSCreateInstanceInput added in v1.2.21

type NetworkConfigForMSCreateInstanceInput struct {
	HttpsEnabled *bool `type:"boolean" json:",omitempty"`

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

	IpVersion *string `type:"string" json:",omitempty" enum:"EnumOfIpVersionForMSCreateInstanceInput"`

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

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

func (NetworkConfigForMSCreateInstanceInput) GoString added in v1.2.21

GoString returns the string representation

func (*NetworkConfigForMSCreateInstanceInput) SetHttpsEnabled added in v1.2.21

SetHttpsEnabled sets the HttpsEnabled field's value.

func (*NetworkConfigForMSCreateInstanceInput) SetInnerEndpointEnabled added in v1.2.21

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForMSCreateInstanceInput) SetIpVersion added in v1.2.21

SetIpVersion sets the IpVersion field's value.

func (*NetworkConfigForMSCreateInstanceInput) SetSubnetInfo added in v1.2.21

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForMSCreateInstanceInput) SetVpcInfo added in v1.2.21

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForMSCreateInstanceInput) String added in v1.2.21

String returns the string representation

type NetworkConfigForMSCreateInstanceOneStepInput added in v1.2.21

type NetworkConfigForMSCreateInstanceOneStepInput struct {
	HttpsEnabled *bool `type:"boolean" json:",omitempty"`

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

	IpVersion *string `type:"string" json:",omitempty" enum:"EnumOfIpVersionForMSCreateInstanceOneStepInput"`

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

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

func (NetworkConfigForMSCreateInstanceOneStepInput) GoString added in v1.2.21

GoString returns the string representation

func (*NetworkConfigForMSCreateInstanceOneStepInput) SetHttpsEnabled added in v1.2.21

SetHttpsEnabled sets the HttpsEnabled field's value.

func (*NetworkConfigForMSCreateInstanceOneStepInput) SetInnerEndpointEnabled added in v1.2.21

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForMSCreateInstanceOneStepInput) SetIpVersion added in v1.2.21

SetIpVersion sets the IpVersion field's value.

func (*NetworkConfigForMSCreateInstanceOneStepInput) SetSubnetInfo added in v1.2.21

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForMSCreateInstanceOneStepInput) SetVpcInfo added in v1.2.21

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForMSCreateInstanceOneStepInput) String added in v1.2.21

String returns the string representation

type NetworkConfigForMSDescribeInstanceOutput added in v1.2.21

type NetworkConfigForMSDescribeInstanceOutput struct {
	HttpsEnabled *bool `type:"boolean" json:",omitempty"`

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

	IpVersion *string `type:"string" json:",omitempty" enum:"EnumOfIpVersionForMSDescribeInstanceOutput"`

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

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

func (NetworkConfigForMSDescribeInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*NetworkConfigForMSDescribeInstanceOutput) SetHttpsEnabled added in v1.2.21

SetHttpsEnabled sets the HttpsEnabled field's value.

func (*NetworkConfigForMSDescribeInstanceOutput) SetInnerEndpointEnabled added in v1.2.21

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForMSDescribeInstanceOutput) SetIpVersion added in v1.2.21

SetIpVersion sets the IpVersion field's value.

func (*NetworkConfigForMSDescribeInstanceOutput) SetSubnetInfo added in v1.2.21

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForMSDescribeInstanceOutput) SetVpcInfo added in v1.2.21

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForMSDescribeInstanceOutput) String added in v1.2.21

String returns the string representation

type NetworkConfigForMSDescribeInstancesOutput added in v1.2.21

type NetworkConfigForMSDescribeInstancesOutput struct {
	HttpsEnabled *bool `type:"boolean" json:",omitempty"`

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

	IpVersion *string `type:"string" json:",omitempty" enum:"EnumOfIpVersionForMSDescribeInstancesOutput"`

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

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

func (NetworkConfigForMSDescribeInstancesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*NetworkConfigForMSDescribeInstancesOutput) SetHttpsEnabled added in v1.2.21

SetHttpsEnabled sets the HttpsEnabled field's value.

func (*NetworkConfigForMSDescribeInstancesOutput) SetInnerEndpointEnabled added in v1.2.21

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForMSDescribeInstancesOutput) SetIpVersion added in v1.2.21

SetIpVersion sets the IpVersion field's value.

func (*NetworkConfigForMSDescribeInstancesOutput) SetSubnetInfo added in v1.2.21

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForMSDescribeInstancesOutput) SetVpcInfo added in v1.2.21

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForMSDescribeInstancesOutput) String added in v1.2.21

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 NodePriceListForDescribePriceV2Output added in v1.2.35

type NodePriceListForDescribePriceV2Output struct {
	ChargeItemCode *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

func (NodePriceListForDescribePriceV2Output) GoString added in v1.2.35

GoString returns the string representation

func (*NodePriceListForDescribePriceV2Output) SetChargeItemCode added in v1.2.35

SetChargeItemCode sets the ChargeItemCode field's value.

func (*NodePriceListForDescribePriceV2Output) SetChargeItemNum added in v1.2.35

SetChargeItemNum sets the ChargeItemNum field's value.

func (*NodePriceListForDescribePriceV2Output) SetDiscountAmount added in v1.2.35

SetDiscountAmount sets the DiscountAmount field's value.

func (*NodePriceListForDescribePriceV2Output) SetNodeCUType added in v1.2.35

SetNodeCUType sets the NodeCUType field's value.

func (*NodePriceListForDescribePriceV2Output) SetNodeNum added in v1.2.35

SetNodeNum sets the NodeNum field's value.

func (*NodePriceListForDescribePriceV2Output) SetNodeType added in v1.2.35

SetNodeType sets the NodeType field's value.

func (*NodePriceListForDescribePriceV2Output) SetOriginalAmount added in v1.2.35

SetOriginalAmount sets the OriginalAmount field's value.

func (*NodePriceListForDescribePriceV2Output) SetPayableAmount added in v1.2.35

SetPayableAmount sets the PayableAmount field's value.

func (NodePriceListForDescribePriceV2Output) String added in v1.2.35

String returns the string representation

type NodeSupportSpecListForDescribeAvailableSpecV2Output added in v1.2.35

type NodeSupportSpecListForDescribeAvailableSpecV2Output struct {
	MaxNodeNum *int32 `type:"int32" json:",omitempty"`

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

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

func (NodeSupportSpecListForDescribeAvailableSpecV2Output) GoString added in v1.2.35

GoString returns the string representation

func (*NodeSupportSpecListForDescribeAvailableSpecV2Output) SetMaxNodeNum added in v1.2.35

SetMaxNodeNum sets the MaxNodeNum field's value.

func (*NodeSupportSpecListForDescribeAvailableSpecV2Output) SetNodeType added in v1.2.35

SetNodeType sets the NodeType field's value.

func (*NodeSupportSpecListForDescribeAvailableSpecV2Output) SetSpecName added in v1.2.35

SetSpecName sets the SpecName field's value.

func (NodeSupportSpecListForDescribeAvailableSpecV2Output) String added in v1.2.35

String returns the string representation

type OptionsForDMCreateWorkflowInput added in v1.2.35

type OptionsForDMCreateWorkflowInput struct {
	// contains filtered or unexported fields
}

func (OptionsForDMCreateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (OptionsForDMCreateWorkflowInput) String added in v1.2.35

String returns the string representation

type OptionsForDMDescribeWorkflowOutput added in v1.2.35

type OptionsForDMDescribeWorkflowOutput struct {
	// contains filtered or unexported fields
}

func (OptionsForDMDescribeWorkflowOutput) GoString added in v1.2.35

GoString returns the string representation

func (OptionsForDMDescribeWorkflowOutput) String added in v1.2.35

String returns the string representation

type OptionsForDMDescribeWorkflowsOutput added in v1.2.35

type OptionsForDMDescribeWorkflowsOutput struct {
	// contains filtered or unexported fields
}

func (OptionsForDMDescribeWorkflowsOutput) GoString added in v1.2.35

GoString returns the string representation

func (OptionsForDMDescribeWorkflowsOutput) String added in v1.2.35

String returns the string representation

type OptionsForDMUpdateWorkflowInput added in v1.2.35

type OptionsForDMUpdateWorkflowInput struct {
	// contains filtered or unexported fields
}

func (OptionsForDMUpdateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (OptionsForDMUpdateWorkflowInput) String added in v1.2.35

String returns the string representation

type OrderForDMDescribeWorkflowsInput added in v1.2.35

type OrderForDMDescribeWorkflowsInput struct {
	Asc *bool `type:"boolean" json:",omitempty"`

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

func (OrderForDMDescribeWorkflowsInput) GoString added in v1.2.35

GoString returns the string representation

func (*OrderForDMDescribeWorkflowsInput) SetAsc added in v1.2.35

SetAsc sets the Asc field's value.

func (*OrderForDMDescribeWorkflowsInput) SetKey added in v1.2.35

SetKey sets the Key field's value.

func (OrderForDMDescribeWorkflowsInput) String added in v1.2.35

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 *bool `type:"boolean" json:",omitempty"`

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

	OneStep *bool `type:"boolean" json:",omitempty"`
	// 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 SettingForDMCreateWorkflowInput added in v1.2.35

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

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

func (SettingForDMCreateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (*SettingForDMCreateWorkflowInput) SetKey added in v1.2.35

SetKey sets the Key field's value.

func (*SettingForDMCreateWorkflowInput) SetValue added in v1.2.35

SetValue sets the Value field's value.

func (SettingForDMCreateWorkflowInput) String added in v1.2.35

String returns the string representation

type SettingForDMDescribeWorkflowOutput added in v1.2.35

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

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

func (SettingForDMDescribeWorkflowOutput) GoString added in v1.2.35

GoString returns the string representation

func (*SettingForDMDescribeWorkflowOutput) SetKey added in v1.2.35

SetKey sets the Key field's value.

func (*SettingForDMDescribeWorkflowOutput) SetValue added in v1.2.35

SetValue sets the Value field's value.

func (SettingForDMDescribeWorkflowOutput) String added in v1.2.35

String returns the string representation

type SettingForDMDescribeWorkflowsOutput added in v1.2.35

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

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

func (SettingForDMDescribeWorkflowsOutput) GoString added in v1.2.35

GoString returns the string representation

func (*SettingForDMDescribeWorkflowsOutput) SetKey added in v1.2.35

SetKey sets the Key field's value.

func (*SettingForDMDescribeWorkflowsOutput) SetValue added in v1.2.35

SetValue sets the Value field's value.

func (SettingForDMDescribeWorkflowsOutput) String added in v1.2.35

String returns the string representation

type SettingForDMUpdateWorkflowInput added in v1.2.35

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

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

func (SettingForDMUpdateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (*SettingForDMUpdateWorkflowInput) SetKey added in v1.2.35

SetKey sets the Key field's value.

func (*SettingForDMUpdateWorkflowInput) SetValue added in v1.2.35

SetValue sets the Value field's value.

func (SettingForDMUpdateWorkflowInput) String added in v1.2.35

String returns the string representation

type SinkForDMCreateWorkflowInput added in v1.2.35

type SinkForDMCreateWorkflowInput struct {
	Config *ConfigForDMCreateWorkflowInput `type:"structure" json:",omitempty"`

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

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

func (SinkForDMCreateWorkflowInput) GoString added in v1.2.35

func (s SinkForDMCreateWorkflowInput) GoString() string

GoString returns the string representation

func (*SinkForDMCreateWorkflowInput) SetConfig added in v1.2.35

SetConfig sets the Config field's value.

func (*SinkForDMCreateWorkflowInput) SetOperator added in v1.2.35

SetOperator sets the Operator field's value.

func (*SinkForDMCreateWorkflowInput) SetOptions added in v1.2.35

SetOptions sets the Options field's value.

func (SinkForDMCreateWorkflowInput) String added in v1.2.35

String returns the string representation

type SinkForDMUpdateWorkflowInput added in v1.2.35

type SinkForDMUpdateWorkflowInput struct {
	Config *ConfigForDMUpdateWorkflowInput `type:"structure" json:",omitempty"`

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

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

func (SinkForDMUpdateWorkflowInput) GoString added in v1.2.35

func (s SinkForDMUpdateWorkflowInput) GoString() string

GoString returns the string representation

func (*SinkForDMUpdateWorkflowInput) SetConfig added in v1.2.35

SetConfig sets the Config field's value.

func (*SinkForDMUpdateWorkflowInput) SetOperator added in v1.2.35

SetOperator sets the Operator field's value.

func (*SinkForDMUpdateWorkflowInput) SetOptions added in v1.2.35

SetOptions sets the Options field's value.

func (SinkForDMUpdateWorkflowInput) String added in v1.2.35

String returns the string representation

type SourceForDMCreateWorkflowInput added in v1.2.35

type SourceForDMCreateWorkflowInput struct {
	Config *ConfigForDMCreateWorkflowInput `type:"structure" json:",omitempty"`

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

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

func (SourceForDMCreateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (*SourceForDMCreateWorkflowInput) SetConfig added in v1.2.35

SetConfig sets the Config field's value.

func (*SourceForDMCreateWorkflowInput) SetOperator added in v1.2.35

SetOperator sets the Operator field's value.

func (*SourceForDMCreateWorkflowInput) SetOptions added in v1.2.35

SetOptions sets the Options field's value.

func (SourceForDMCreateWorkflowInput) String added in v1.2.35

String returns the string representation

type SourceForDMUpdateWorkflowInput added in v1.2.35

type SourceForDMUpdateWorkflowInput struct {
	Config *ConfigForDMUpdateWorkflowInput `type:"structure" json:",omitempty"`

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

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

func (SourceForDMUpdateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (*SourceForDMUpdateWorkflowInput) SetConfig added in v1.2.35

SetConfig sets the Config field's value.

func (*SourceForDMUpdateWorkflowInput) SetOperator added in v1.2.35

SetOperator sets the Operator field's value.

func (*SourceForDMUpdateWorkflowInput) SetOptions added in v1.2.35

SetOptions sets the Options field's value.

func (SourceForDMUpdateWorkflowInput) String added in v1.2.35

String returns the string representation

type SpecConfigForDescribeInstanceDetailOutput

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

	DisplayName *string `type:"string" 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"`

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

	SpecType *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) SetDisplayName added in v1.2.35

SetDisplayName sets the DisplayName 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) SetResourceSpecName added in v1.2.35

SetResourceSpecName sets the ResourceSpecName field's value.

func (*SpecConfigForDescribeInstanceDetailOutput) SetSpecType added in v1.2.35

SetSpecType sets the SpecType field's value.

func (SpecConfigForDescribeInstanceDetailOutput) String

String returns the string representation

type SpecListForDescribeAvailableSpecV2Output added in v1.2.35

type SpecListForDescribeAvailableSpecV2Output struct {
	Cpu *int64 `type:"int64" json:",omitempty"`

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

	ItemType *string `type:"string" json:",omitempty" enum:"EnumOfItemTypeForDescribeAvailableSpecV2Output"`

	Memory *int64 `type:"int64" json:",omitempty"`

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

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

func (SpecListForDescribeAvailableSpecV2Output) GoString added in v1.2.35

GoString returns the string representation

func (*SpecListForDescribeAvailableSpecV2Output) SetCpu added in v1.2.35

SetCpu sets the Cpu field's value.

func (*SpecListForDescribeAvailableSpecV2Output) SetDisplayName added in v1.2.35

SetDisplayName sets the DisplayName field's value.

func (*SpecListForDescribeAvailableSpecV2Output) SetItemType added in v1.2.35

SetItemType sets the ItemType field's value.

func (*SpecListForDescribeAvailableSpecV2Output) SetMemory added in v1.2.35

SetMemory sets the Memory field's value.

func (*SpecListForDescribeAvailableSpecV2Output) SetSpecName added in v1.2.35

SetSpecName sets the SpecName field's value.

func (*SpecListForDescribeAvailableSpecV2Output) SetSpecType added in v1.2.35

SetSpecType sets the SpecType field's value.

func (SpecListForDescribeAvailableSpecV2Output) String added in v1.2.35

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 SubnetInfoForMSCreateInstanceInput added in v1.2.21

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

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

func (SubnetInfoForMSCreateInstanceInput) GoString added in v1.2.21

GoString returns the string representation

func (*SubnetInfoForMSCreateInstanceInput) SetSubnetId added in v1.2.21

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForMSCreateInstanceInput) SetSubnetName added in v1.2.21

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForMSCreateInstanceInput) String added in v1.2.21

String returns the string representation

type SubnetInfoForMSCreateInstanceOneStepInput added in v1.2.21

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

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

func (SubnetInfoForMSCreateInstanceOneStepInput) GoString added in v1.2.21

GoString returns the string representation

func (*SubnetInfoForMSCreateInstanceOneStepInput) SetSubnetId added in v1.2.21

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForMSCreateInstanceOneStepInput) SetSubnetName added in v1.2.21

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForMSCreateInstanceOneStepInput) String added in v1.2.21

String returns the string representation

type SubnetInfoForMSDescribeInstanceOutput added in v1.2.21

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

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

func (SubnetInfoForMSDescribeInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*SubnetInfoForMSDescribeInstanceOutput) SetSubnetId added in v1.2.21

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForMSDescribeInstanceOutput) SetSubnetName added in v1.2.21

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForMSDescribeInstanceOutput) String added in v1.2.21

String returns the string representation

type SubnetInfoForMSDescribeInstancesOutput added in v1.2.21

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

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

func (SubnetInfoForMSDescribeInstancesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*SubnetInfoForMSDescribeInstancesOutput) SetSubnetId added in v1.2.21

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForMSDescribeInstancesOutput) SetSubnetName added in v1.2.21

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForMSDescribeInstancesOutput) String added in v1.2.21

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 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 TagForMSCreateInstanceInput added in v1.2.21

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

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

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

func (TagForMSCreateInstanceInput) GoString added in v1.2.21

func (s TagForMSCreateInstanceInput) GoString() string

GoString returns the string representation

func (*TagForMSCreateInstanceInput) SetKey added in v1.2.21

SetKey sets the Key field's value.

func (*TagForMSCreateInstanceInput) SetSystemTag added in v1.2.21

SetSystemTag sets the SystemTag field's value.

func (*TagForMSCreateInstanceInput) SetValue added in v1.2.21

SetValue sets the Value field's value.

func (TagForMSCreateInstanceInput) String added in v1.2.21

String returns the string representation

type TagForMSCreateInstanceOneStepInput added in v1.2.21

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

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

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

func (TagForMSCreateInstanceOneStepInput) GoString added in v1.2.21

GoString returns the string representation

func (*TagForMSCreateInstanceOneStepInput) SetKey added in v1.2.21

SetKey sets the Key field's value.

func (*TagForMSCreateInstanceOneStepInput) SetSystemTag added in v1.2.21

SetSystemTag sets the SystemTag field's value.

func (*TagForMSCreateInstanceOneStepInput) SetValue added in v1.2.21

SetValue sets the Value field's value.

func (TagForMSCreateInstanceOneStepInput) String added in v1.2.21

String returns the string representation

type TagForMSDescribeInstanceOutput added in v1.2.21

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

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

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

func (TagForMSDescribeInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*TagForMSDescribeInstanceOutput) SetKey added in v1.2.21

SetKey sets the Key field's value.

func (*TagForMSDescribeInstanceOutput) SetSystemTag added in v1.2.21

SetSystemTag sets the SystemTag field's value.

func (*TagForMSDescribeInstanceOutput) SetValue added in v1.2.21

SetValue sets the Value field's value.

func (TagForMSDescribeInstanceOutput) String added in v1.2.21

String returns the string representation

type TransformForDMCreateWorkflowInput added in v1.2.35

type TransformForDMCreateWorkflowInput struct {
	Config *ConfigForDMCreateWorkflowInput `type:"structure" json:",omitempty"`

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

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

func (TransformForDMCreateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (*TransformForDMCreateWorkflowInput) SetConfig added in v1.2.35

SetConfig sets the Config field's value.

func (*TransformForDMCreateWorkflowInput) SetOperator added in v1.2.35

SetOperator sets the Operator field's value.

func (*TransformForDMCreateWorkflowInput) SetOptions added in v1.2.35

SetOptions sets the Options field's value.

func (TransformForDMCreateWorkflowInput) String added in v1.2.35

String returns the string representation

type TransformForDMUpdateWorkflowInput added in v1.2.35

type TransformForDMUpdateWorkflowInput struct {
	Config *ConfigForDMUpdateWorkflowInput `type:"structure" json:",omitempty"`

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

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

func (TransformForDMUpdateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (*TransformForDMUpdateWorkflowInput) SetConfig added in v1.2.35

SetConfig sets the Config field's value.

func (*TransformForDMUpdateWorkflowInput) SetOperator added in v1.2.35

SetOperator sets the Operator field's value.

func (*TransformForDMUpdateWorkflowInput) SetOptions added in v1.2.35

SetOptions sets the Options field's value.

func (TransformForDMUpdateWorkflowInput) String added in v1.2.35

String returns the string representation

type ValueForDMCreateWorkflowInput added in v1.2.35

type ValueForDMCreateWorkflowInput struct {
	// contains filtered or unexported fields
}

func (ValueForDMCreateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (ValueForDMCreateWorkflowInput) String added in v1.2.35

String returns the string representation

type ValueForDMDescribeWorkflowOutput added in v1.2.35

type ValueForDMDescribeWorkflowOutput struct {
	// contains filtered or unexported fields
}

func (ValueForDMDescribeWorkflowOutput) GoString added in v1.2.35

GoString returns the string representation

func (ValueForDMDescribeWorkflowOutput) String added in v1.2.35

String returns the string representation

type ValueForDMDescribeWorkflowsOutput added in v1.2.35

type ValueForDMDescribeWorkflowsOutput struct {
	// contains filtered or unexported fields
}

func (ValueForDMDescribeWorkflowsOutput) GoString added in v1.2.35

GoString returns the string representation

func (ValueForDMDescribeWorkflowsOutput) String added in v1.2.35

String returns the string representation

type ValueForDMUpdateWorkflowInput added in v1.2.35

type ValueForDMUpdateWorkflowInput struct {
	// contains filtered or unexported fields
}

func (ValueForDMUpdateWorkflowInput) GoString added in v1.2.35

GoString returns the string representation

func (ValueForDMUpdateWorkflowInput) String added in v1.2.35

String returns the string representation

type VersionForDescribeAvailableVersionOutput

type VersionForDescribeAvailableVersionOutput struct {
	DisplayName *string `type:"string" json:",omitempty"`

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

func (VersionForDescribeAvailableVersionOutput) GoString

GoString returns the string representation

func (*VersionForDescribeAvailableVersionOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*VersionForDescribeAvailableVersionOutput) SetVersion

SetVersion sets the Version field's value.

func (VersionForDescribeAvailableVersionOutput) 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

type VpcInfoForMSCreateInstanceInput added in v1.2.21

type VpcInfoForMSCreateInstanceInput struct {
	VpcId *string `type:"string" json:",omitempty"`

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

func (VpcInfoForMSCreateInstanceInput) GoString added in v1.2.21

GoString returns the string representation

func (*VpcInfoForMSCreateInstanceInput) SetVpcId added in v1.2.21

SetVpcId sets the VpcId field's value.

func (*VpcInfoForMSCreateInstanceInput) SetVpcName added in v1.2.21

SetVpcName sets the VpcName field's value.

func (VpcInfoForMSCreateInstanceInput) String added in v1.2.21

String returns the string representation

type VpcInfoForMSCreateInstanceOneStepInput added in v1.2.21

type VpcInfoForMSCreateInstanceOneStepInput struct {
	VpcId *string `type:"string" json:",omitempty"`

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

func (VpcInfoForMSCreateInstanceOneStepInput) GoString added in v1.2.21

GoString returns the string representation

func (*VpcInfoForMSCreateInstanceOneStepInput) SetVpcId added in v1.2.21

SetVpcId sets the VpcId field's value.

func (*VpcInfoForMSCreateInstanceOneStepInput) SetVpcName added in v1.2.21

SetVpcName sets the VpcName field's value.

func (VpcInfoForMSCreateInstanceOneStepInput) String added in v1.2.21

String returns the string representation

type VpcInfoForMSDescribeInstanceOutput added in v1.2.21

type VpcInfoForMSDescribeInstanceOutput struct {
	VpcId *string `type:"string" json:",omitempty"`

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

func (VpcInfoForMSDescribeInstanceOutput) GoString added in v1.2.21

GoString returns the string representation

func (*VpcInfoForMSDescribeInstanceOutput) SetVpcId added in v1.2.21

SetVpcId sets the VpcId field's value.

func (*VpcInfoForMSDescribeInstanceOutput) SetVpcName added in v1.2.21

SetVpcName sets the VpcName field's value.

func (VpcInfoForMSDescribeInstanceOutput) String added in v1.2.21

String returns the string representation

type VpcInfoForMSDescribeInstancesOutput added in v1.2.21

type VpcInfoForMSDescribeInstancesOutput struct {
	VpcId *string `type:"string" json:",omitempty"`

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

func (VpcInfoForMSDescribeInstancesOutput) GoString added in v1.2.21

GoString returns the string representation

func (*VpcInfoForMSDescribeInstancesOutput) SetVpcId added in v1.2.21

SetVpcId sets the VpcId field's value.

func (*VpcInfoForMSDescribeInstancesOutput) SetVpcName added in v1.2.21

SetVpcName sets the VpcName field's value.

func (VpcInfoForMSDescribeInstancesOutput) String added in v1.2.21

String returns the string representation

type WorkNodeForDMDescribeWorkflowOutput added in v1.2.35

type WorkNodeForDMDescribeWorkflowOutput struct {
	Config *ConfigForDMDescribeWorkflowOutput `type:"structure" json:",omitempty"`

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

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

	Options *OptionsForDMDescribeWorkflowOutput `type:"structure" json:",omitempty"`

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

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

func (WorkNodeForDMDescribeWorkflowOutput) GoString added in v1.2.35

GoString returns the string representation

func (*WorkNodeForDMDescribeWorkflowOutput) SetConfig added in v1.2.35

SetConfig sets the Config field's value.

func (*WorkNodeForDMDescribeWorkflowOutput) SetInstanceId added in v1.2.35

SetInstanceId sets the InstanceId field's value.

func (*WorkNodeForDMDescribeWorkflowOutput) SetOperator added in v1.2.35

SetOperator sets the Operator field's value.

func (*WorkNodeForDMDescribeWorkflowOutput) SetOptions added in v1.2.35

SetOptions sets the Options field's value.

func (*WorkNodeForDMDescribeWorkflowOutput) SetSequence added in v1.2.35

SetSequence sets the Sequence field's value.

func (*WorkNodeForDMDescribeWorkflowOutput) SetType added in v1.2.35

SetType sets the Type field's value.

func (WorkNodeForDMDescribeWorkflowOutput) String added in v1.2.35

String returns the string representation

type WorkNodeForDMDescribeWorkflowsOutput added in v1.2.35

type WorkNodeForDMDescribeWorkflowsOutput struct {
	Config *ConfigForDMDescribeWorkflowsOutput `type:"structure" json:",omitempty"`

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

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

	Options *OptionsForDMDescribeWorkflowsOutput `type:"structure" json:",omitempty"`

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

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

func (WorkNodeForDMDescribeWorkflowsOutput) GoString added in v1.2.35

GoString returns the string representation

func (*WorkNodeForDMDescribeWorkflowsOutput) SetConfig added in v1.2.35

SetConfig sets the Config field's value.

func (*WorkNodeForDMDescribeWorkflowsOutput) SetInstanceId added in v1.2.35

SetInstanceId sets the InstanceId field's value.

func (*WorkNodeForDMDescribeWorkflowsOutput) SetOperator added in v1.2.35

SetOperator sets the Operator field's value.

func (*WorkNodeForDMDescribeWorkflowsOutput) SetOptions added in v1.2.35

SetOptions sets the Options field's value.

func (*WorkNodeForDMDescribeWorkflowsOutput) SetSequence added in v1.2.35

SetSequence sets the Sequence field's value.

func (*WorkNodeForDMDescribeWorkflowsOutput) SetType added in v1.2.35

SetType sets the Type field's value.

func (WorkNodeForDMDescribeWorkflowsOutput) String added in v1.2.35

String returns the string representation

type ZoneForDescribeZonesOutput

type ZoneForDescribeZonesOutput struct {
	ZoneId *string `type:"string" json:",omitempty"`

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

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

func (ZoneForDescribeZonesOutput) GoString

func (s ZoneForDescribeZonesOutput) GoString() string

GoString returns the string representation

func (*ZoneForDescribeZonesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*ZoneForDescribeZonesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (*ZoneForDescribeZonesOutput) SetZoneStatus

SetZoneStatus sets the ZoneStatus field's value.

func (ZoneForDescribeZonesOutput) String

String returns the string representation

type ZoneSupportSpecListForDescribeAvailableSpecV2Output added in v1.2.35

type ZoneSupportSpecListForDescribeAvailableSpecV2Output struct {
	SoldOutSpecName []*string `type:"list" json:",omitempty"`

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

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

func (ZoneSupportSpecListForDescribeAvailableSpecV2Output) GoString added in v1.2.35

GoString returns the string representation

func (*ZoneSupportSpecListForDescribeAvailableSpecV2Output) SetSoldOutSpecName added in v1.2.35

SetSoldOutSpecName sets the SoldOutSpecName field's value.

func (*ZoneSupportSpecListForDescribeAvailableSpecV2Output) SetSpecName added in v1.2.35

SetSpecName sets the SpecName field's value.

func (*ZoneSupportSpecListForDescribeAvailableSpecV2Output) SetZoneId added in v1.2.35

SetZoneId sets the ZoneId field's value.

func (ZoneSupportSpecListForDescribeAvailableSpecV2Output) String added in v1.2.35

String returns the string representation

Jump to

Keyboard shortcuts

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