milvus

package
v1.2.21 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 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 (
	// 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"`

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

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

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

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

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

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

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

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

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

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

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

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

func (BaseInstanceForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*BaseInstanceForDescribeInstanceDetailOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetDeployClusterId

SetDeployClusterId sets the DeployClusterId field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetId

SetId sets the Id field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetInstanceVersion

SetInstanceVersion sets the InstanceVersion field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetNamespace

SetNamespace sets the Namespace field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetRegion

SetRegion sets the Region field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetStatus

SetStatus sets the Status field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetSubAccountId

SetSubAccountId sets the SubAccountId field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (*BaseInstanceForDescribeInstanceDetailOutput) SetVersion

SetVersion sets the Version field's value.

func (BaseInstanceForDescribeInstanceDetailOutput) String

String returns the string representation

type ChargeConfigForCreateInstanceInput

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

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

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

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

func (ChargeConfigForCreateInstanceInput) GoString

GoString returns the string representation

func (*ChargeConfigForCreateInstanceInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForCreateInstanceInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForCreateInstanceInput) SetExpireDate

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForCreateInstanceInput) SetPeriod

SetPeriod sets the Period field's value.

func (ChargeConfigForCreateInstanceInput) String

String returns the string representation

type ChargeConfigForCreateInstanceOneStepInput

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

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

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

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

func (ChargeConfigForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*ChargeConfigForCreateInstanceOneStepInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForCreateInstanceOneStepInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForCreateInstanceOneStepInput) SetExpireDate

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForCreateInstanceOneStepInput) SetPeriod

SetPeriod sets the Period field's value.

func (ChargeConfigForCreateInstanceOneStepInput) String

String returns the string representation

type ChargeConfigForDescribeInstanceDetailOutput

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

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

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

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

func (ChargeConfigForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*ChargeConfigForDescribeInstanceDetailOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForDescribeInstanceDetailOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForDescribeInstanceDetailOutput) SetExpireDate

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForDescribeInstanceDetailOutput) SetPeriod

SetPeriod sets the Period field's value.

func (ChargeConfigForDescribeInstanceDetailOutput) String

String returns the string representation

type ChargeConfigForDescribeInstancesOutput

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

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

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

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

func (ChargeConfigForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*ChargeConfigForDescribeInstancesOutput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForDescribeInstancesOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForDescribeInstancesOutput) SetExpireDate

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForDescribeInstancesOutput) SetPeriod

SetPeriod sets the Period field's value.

func (ChargeConfigForDescribeInstancesOutput) String

String returns the string representation

type ChargeConfigForDescribePriceInput

type ChargeConfigForDescribePriceInput 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 (ChargeConfigForDescribePriceInput) GoString

GoString returns the string representation

func (*ChargeConfigForDescribePriceInput) SetAutoRenew

SetAutoRenew sets the AutoRenew field's value.

func (*ChargeConfigForDescribePriceInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForDescribePriceInput) SetExpireDate

SetExpireDate sets the ExpireDate field's value.

func (*ChargeConfigForDescribePriceInput) SetPeriod

SetPeriod sets the Period field's value.

func (ChargeConfigForDescribePriceInput) String

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 ComponentSpecListForCreateInstanceInput

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

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

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

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

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

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

func (ComponentSpecListForCreateInstanceInput) GoString

GoString returns the string representation

func (*ComponentSpecListForCreateInstanceInput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*ComponentSpecListForCreateInstanceInput) SetMemSize

SetMemSize sets the MemSize field's value.

func (*ComponentSpecListForCreateInstanceInput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*ComponentSpecListForCreateInstanceInput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*ComponentSpecListForCreateInstanceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*ComponentSpecListForCreateInstanceInput) SetResourceSpecName

SetResourceSpecName sets the ResourceSpecName field's value.

func (ComponentSpecListForCreateInstanceInput) String

String returns the string representation

type ComponentSpecListForCreateInstanceOneStepInput

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

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

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

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

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

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

func (ComponentSpecListForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*ComponentSpecListForCreateInstanceOneStepInput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*ComponentSpecListForCreateInstanceOneStepInput) SetMemSize

SetMemSize sets the MemSize field's value.

func (*ComponentSpecListForCreateInstanceOneStepInput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*ComponentSpecListForCreateInstanceOneStepInput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*ComponentSpecListForCreateInstanceOneStepInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*ComponentSpecListForCreateInstanceOneStepInput) SetResourceSpecName

SetResourceSpecName sets the ResourceSpecName field's value.

func (ComponentSpecListForCreateInstanceOneStepInput) String

String returns the string representation

type ComponentSpecListForDescribePriceInput

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

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

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

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

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

func (ComponentSpecListForDescribePriceInput) GoString

GoString returns the string representation

func (*ComponentSpecListForDescribePriceInput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*ComponentSpecListForDescribePriceInput) SetMemSize

SetMemSize sets the MemSize field's value.

func (*ComponentSpecListForDescribePriceInput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*ComponentSpecListForDescribePriceInput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*ComponentSpecListForDescribePriceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (ComponentSpecListForDescribePriceInput) String

String returns the string representation

type ComponentSpecListForScaleInstanceInput

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

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

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

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

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

func (ComponentSpecListForScaleInstanceInput) GoString

GoString returns the string representation

func (*ComponentSpecListForScaleInstanceInput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*ComponentSpecListForScaleInstanceInput) SetMemSize

SetMemSize sets the MemSize field's value.

func (*ComponentSpecListForScaleInstanceInput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*ComponentSpecListForScaleInstanceInput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*ComponentSpecListForScaleInstanceInput) SetNodeType

SetNodeType sets the NodeType field's value.

func (ComponentSpecListForScaleInstanceInput) String

String returns the string representation

type ConfigAssignListForModifyInstanceConfigInput

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

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

func (ConfigAssignListForModifyInstanceConfigInput) GoString

GoString returns the string representation

func (*ConfigAssignListForModifyInstanceConfigInput) SetConfigKey

SetConfigKey sets the ConfigKey field's value.

func (*ConfigAssignListForModifyInstanceConfigInput) SetValue

SetValue sets the Value field's value.

func (ConfigAssignListForModifyInstanceConfigInput) String

String returns the string representation

type ConfigurationForDescribeInstanceConfigOutput

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

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

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

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

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

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

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

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

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

func (ConfigurationForDescribeInstanceConfigOutput) GoString

GoString returns the string representation

func (*ConfigurationForDescribeInstanceConfigOutput) SetConfigKey

SetConfigKey sets the ConfigKey field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetCurValue

SetCurValue sets the CurValue field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetDefaultValue

SetDefaultValue sets the DefaultValue field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetDescription

SetDescription sets the Description field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetHotUpdateEnabled

SetHotUpdateEnabled sets the HotUpdateEnabled field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetModule

SetModule sets the Module field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetUnit

SetUnit sets the Unit field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetValueRange

SetValueRange sets the ValueRange field's value.

func (*ConfigurationForDescribeInstanceConfigOutput) SetValueType

SetValueType sets the ValueType field's value.

func (ConfigurationForDescribeInstanceConfigOutput) String

String returns the string representation

type CreateInstanceInput

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

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

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

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

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

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

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

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

func (CreateInstanceInput) GoString

func (s CreateInstanceInput) GoString() string

GoString returns the string representation

func (*CreateInstanceInput) SetChargeConfig

SetChargeConfig sets the ChargeConfig field's value.

func (*CreateInstanceInput) SetDeleteProtectEnabled

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

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*CreateInstanceInput) SetInstanceConfiguration

SetInstanceConfiguration sets the InstanceConfiguration field's value.

func (*CreateInstanceInput) SetNetworkConfig

SetNetworkConfig sets the NetworkConfig field's value.

func (*CreateInstanceInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*CreateInstanceInput) SetRegion

SetRegion sets the Region field's value.

func (*CreateInstanceInput) SetTags

SetTags sets the Tags field's value.

func (*CreateInstanceInput) SetZones

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

SetZones sets the Zones field's value.

func (CreateInstanceInput) String

func (s CreateInstanceInput) String() string

String returns the string representation

func (*CreateInstanceInput) Validate

func (s *CreateInstanceInput) Validate() error

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

type CreateInstanceOneStepInput

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

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

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

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

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

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

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

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

func (CreateInstanceOneStepInput) GoString

func (s CreateInstanceOneStepInput) GoString() string

GoString returns the string representation

func (*CreateInstanceOneStepInput) SetChargeConfig

SetChargeConfig sets the ChargeConfig field's value.

func (*CreateInstanceOneStepInput) SetDeleteProtectEnabled

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

SetDeleteProtectEnabled sets the DeleteProtectEnabled field's value.

func (*CreateInstanceOneStepInput) SetInstanceConfiguration

SetInstanceConfiguration sets the InstanceConfiguration field's value.

func (*CreateInstanceOneStepInput) SetNetworkConfig

SetNetworkConfig sets the NetworkConfig field's value.

func (*CreateInstanceOneStepInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*CreateInstanceOneStepInput) SetRegion

SetRegion sets the Region field's value.

func (*CreateInstanceOneStepInput) SetTags

SetTags sets the Tags field's value.

func (*CreateInstanceOneStepInput) SetZones

SetZones sets the Zones field's value.

func (CreateInstanceOneStepInput) String

String returns the string representation

func (*CreateInstanceOneStepInput) Validate

func (s *CreateInstanceOneStepInput) Validate() error

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

type CreateInstanceOneStepOutput

type CreateInstanceOneStepOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

func (CreateInstanceOneStepOutput) GoString

func (s CreateInstanceOneStepOutput) GoString() string

GoString returns the string representation

func (*CreateInstanceOneStepOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*CreateInstanceOneStepOutput) SetOrderID

SetOrderID sets the OrderID field's value.

func (*CreateInstanceOneStepOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (*CreateInstanceOneStepOutput) SetTradeConfigId

SetTradeConfigId sets the TradeConfigId field's value.

func (*CreateInstanceOneStepOutput) SetTradeEnabled

SetTradeEnabled sets the TradeEnabled field's value.

func (CreateInstanceOneStepOutput) String

String returns the string representation

type CreateInstanceOutput

type CreateInstanceOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

func (CreateInstanceOutput) GoString

func (s CreateInstanceOutput) GoString() string

GoString returns the string representation

func (*CreateInstanceOutput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*CreateInstanceOutput) SetOrderID

SetOrderID sets the OrderID field's value.

func (*CreateInstanceOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (*CreateInstanceOutput) SetTradeConfigId

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

SetTradeConfigId sets the TradeConfigId field's value.

func (*CreateInstanceOutput) SetTradeEnabled

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

SetTradeEnabled sets the TradeEnabled field's value.

func (CreateInstanceOutput) String

func (s CreateInstanceOutput) String() string

String returns the string representation

type DescribeAvailableSpecInput

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

func (DescribeAvailableSpecInput) GoString

func (s DescribeAvailableSpecInput) GoString() string

GoString returns the string representation

func (DescribeAvailableSpecInput) String

String returns the string representation

type DescribeAvailableSpecOutput

type DescribeAvailableSpecOutput struct {
	Metadata *response.ResponseMetadata

	NodeCuTypeSupportSpecList []*NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput `type:"list" json:",omitempty"`

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

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

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

func (DescribeAvailableSpecOutput) GoString

func (s DescribeAvailableSpecOutput) GoString() string

GoString returns the string representation

func (*DescribeAvailableSpecOutput) SetNodeCuTypeSupportSpecList

SetNodeCuTypeSupportSpecList sets the NodeCuTypeSupportSpecList field's value.

func (*DescribeAvailableSpecOutput) SetNodeSupportSpecList

SetNodeSupportSpecList sets the NodeSupportSpecList field's value.

func (*DescribeAvailableSpecOutput) SetSpecList

SetSpecList sets the SpecList field's value.

func (*DescribeAvailableSpecOutput) SetZoneSupportSpecList

SetZoneSupportSpecList sets the ZoneSupportSpecList field's value.

func (DescribeAvailableSpecOutput) String

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 DescribePriceInput

type DescribePriceInput struct {
	ChargeConfig *ChargeConfigForDescribePriceInput `type:"structure" json:",omitempty"`

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

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

func (DescribePriceInput) GoString

func (s DescribePriceInput) GoString() string

GoString returns the string representation

func (*DescribePriceInput) SetChargeConfig

SetChargeConfig sets the ChargeConfig field's value.

func (*DescribePriceInput) SetComponentSpecList

SetComponentSpecList sets the ComponentSpecList field's value.

func (*DescribePriceInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DescribePriceInput) String

func (s DescribePriceInput) String() string

String returns the string representation

type DescribePriceOutput

type DescribePriceOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

func (DescribePriceOutput) GoString

func (s DescribePriceOutput) GoString() string

GoString returns the string representation

func (*DescribePriceOutput) SetCurrency

func (s *DescribePriceOutput) SetCurrency(v string) *DescribePriceOutput

SetCurrency sets the Currency field's value.

func (*DescribePriceOutput) SetDiscountAmount

func (s *DescribePriceOutput) SetDiscountAmount(v float64) *DescribePriceOutput

SetDiscountAmount sets the DiscountAmount field's value.

func (*DescribePriceOutput) SetNodePriceList

SetNodePriceList sets the NodePriceList field's value.

func (*DescribePriceOutput) SetOriginalAmount

func (s *DescribePriceOutput) SetOriginalAmount(v float64) *DescribePriceOutput

SetOriginalAmount sets the OriginalAmount field's value.

func (*DescribePriceOutput) SetPayableAmount

func (s *DescribePriceOutput) SetPayableAmount(v float64) *DescribePriceOutput

SetPayableAmount sets the PayableAmount field's value.

func (DescribePriceOutput) String

func (s DescribePriceOutput) 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 InstanceConfigurationForCreateInstanceInput

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

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

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

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

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

func (InstanceConfigurationForCreateInstanceInput) GoString

GoString returns the string representation

func (*InstanceConfigurationForCreateInstanceInput) SetAdminPassword

SetAdminPassword sets the AdminPassword field's value.

func (*InstanceConfigurationForCreateInstanceInput) SetComponentSpecList

SetComponentSpecList sets the ComponentSpecList field's value.

func (*InstanceConfigurationForCreateInstanceInput) SetHaEnabled

SetHaEnabled sets the HaEnabled field's value.

func (*InstanceConfigurationForCreateInstanceInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*InstanceConfigurationForCreateInstanceInput) SetInstanceVersion

SetInstanceVersion sets the InstanceVersion field's value.

func (InstanceConfigurationForCreateInstanceInput) String

String returns the string representation

type InstanceConfigurationForCreateInstanceOneStepInput

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

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

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

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

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

func (InstanceConfigurationForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*InstanceConfigurationForCreateInstanceOneStepInput) SetAdminPassword

SetAdminPassword sets the AdminPassword field's value.

func (*InstanceConfigurationForCreateInstanceOneStepInput) SetComponentSpecList

SetComponentSpecList sets the ComponentSpecList field's value.

func (*InstanceConfigurationForCreateInstanceOneStepInput) SetHaEnabled

SetHaEnabled sets the HaEnabled field's value.

func (*InstanceConfigurationForCreateInstanceOneStepInput) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*InstanceConfigurationForCreateInstanceOneStepInput) SetInstanceVersion

SetInstanceVersion sets the InstanceVersion field's value.

func (InstanceConfigurationForCreateInstanceOneStepInput) String

String returns the string representation

type 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 ListTagsForResourcesInput

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

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

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

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

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

func (ListTagsForResourcesInput) GoString

func (s ListTagsForResourcesInput) GoString() string

GoString returns the string representation

func (*ListTagsForResourcesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListTagsForResourcesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourcesInput) SetResourceIds

SetResourceIds sets the ResourceIds field's value.

func (*ListTagsForResourcesInput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ListTagsForResourcesInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (ListTagsForResourcesInput) String

func (s ListTagsForResourcesInput) String() string

String returns the string representation

func (*ListTagsForResourcesInput) Validate

func (s *ListTagsForResourcesInput) Validate() error

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

type ListTagsForResourcesOutput

type ListTagsForResourcesOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (ListTagsForResourcesOutput) GoString

func (s ListTagsForResourcesOutput) GoString() string

GoString returns the string representation

func (*ListTagsForResourcesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourcesOutput) SetTagResources

SetTagResources sets the TagResources field's value.

func (ListTagsForResourcesOutput) String

String returns the string representation

type MILVUS

type MILVUS struct {
	*client.Client
}

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

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

func New

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

New create int can support ssl or region locate set

func (*MILVUS) CreateInstance

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

CreateInstance API operation for MILVUS.

Returns 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 CreateInstance for usage and error information.

func (*MILVUS) CreateInstanceCommon

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

CreateInstanceCommon API operation for MILVUS.

Returns 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 CreateInstanceCommon for usage and error information.

func (*MILVUS) CreateInstanceCommonRequest

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

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

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

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

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

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

func (*MILVUS) CreateInstanceCommonWithContext

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

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

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

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

func (*MILVUS) CreateInstanceOneStep

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

CreateInstanceOneStep API operation for MILVUS.

Returns 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) CreateInstanceRequest

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

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

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

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

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

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

func (*MILVUS) CreateInstanceWithContext

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

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

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

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

func (*MILVUS) DescribeAvailableSpec

func (c *MILVUS) DescribeAvailableSpec(input *DescribeAvailableSpecInput) (*DescribeAvailableSpecOutput, error)

DescribeAvailableSpec 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 DescribeAvailableSpec for usage and error information.

func (*MILVUS) DescribeAvailableSpecCommon

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

DescribeAvailableSpecCommon 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 DescribeAvailableSpecCommon for usage and error information.

func (*MILVUS) DescribeAvailableSpecCommonRequest

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

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

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

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

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

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

func (*MILVUS) DescribeAvailableSpecCommonWithContext

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

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

See DescribeAvailableSpecCommon 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) DescribeAvailableSpecRequest

func (c *MILVUS) DescribeAvailableSpecRequest(input *DescribeAvailableSpecInput) (req *request.Request, output *DescribeAvailableSpecOutput)

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

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

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

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

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

func (*MILVUS) DescribeAvailableSpecWithContext

func (c *MILVUS) DescribeAvailableSpecWithContext(ctx volcengine.Context, input *DescribeAvailableSpecInput, opts ...request.Option) (*DescribeAvailableSpecOutput, error)

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

See DescribeAvailableSpec 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) DescribePrice

func (c *MILVUS) DescribePrice(input *DescribePriceInput) (*DescribePriceOutput, error)

DescribePrice 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 DescribePrice for usage and error information.

func (*MILVUS) DescribePriceCommon

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

DescribePriceCommon 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 DescribePriceCommon for usage and error information.

func (*MILVUS) DescribePriceCommonRequest

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

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

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

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

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

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

func (*MILVUS) DescribePriceCommonWithContext

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

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

See DescribePriceCommon 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) DescribePriceRequest

func (c *MILVUS) DescribePriceRequest(input *DescribePriceInput) (req *request.Request, output *DescribePriceOutput)

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

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

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

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

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

func (*MILVUS) DescribePriceWithContext

func (c *MILVUS) DescribePriceWithContext(ctx volcengine.Context, input *DescribePriceInput, opts ...request.Option) (*DescribePriceOutput, error)

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

See DescribePrice 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) ListTagsForResources

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

ListTagsForResources 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 ListTagsForResources for usage and error information.

func (*MILVUS) ListTagsForResourcesCommon

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

ListTagsForResourcesCommon API operation for MILVUS.

Returns 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 ListTagsForResourcesCommon for usage and error information.

func (*MILVUS) ListTagsForResourcesCommonRequest

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

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

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

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

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

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

func (*MILVUS) ListTagsForResourcesCommonWithContext

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

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

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

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

func (*MILVUS) ListTagsForResourcesRequest

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

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

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

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

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

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

func (*MILVUS) ListTagsForResourcesWithContext

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

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

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

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

func (*MILVUS) 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) ModifyPostPaid

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

ModifyPostPaid 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 ModifyPostPaid for usage and error information.

func (*MILVUS) ModifyPostPaidCommon

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

ModifyPostPaidCommon API operation for MILVUS.

Returns 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 ModifyPostPaidCommon for usage and error information.

func (*MILVUS) ModifyPostPaidCommonRequest

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

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

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

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

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

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

func (*MILVUS) ModifyPostPaidCommonWithContext

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

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

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

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

func (*MILVUS) ModifyPostPaidRequest

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

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

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

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

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

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

func (*MILVUS) ModifyPostPaidWithContext

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

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

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

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

func (*MILVUS) ModifyPrePaid

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

ModifyPrePaid API operation for MILVUS.

Returns 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 ModifyPrePaid for usage and error information.

func (*MILVUS) ModifyPrePaidCommon

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

ModifyPrePaidCommon API operation for MILVUS.

Returns 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 ModifyPrePaidCommon for usage and error information.

func (*MILVUS) ModifyPrePaidCommonRequest

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

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

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

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

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

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

func (*MILVUS) ModifyPrePaidCommonWithContext

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

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

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

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

func (*MILVUS) ModifyPrePaidRequest

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

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

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

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

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

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

func (*MILVUS) ModifyPrePaidWithContext

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

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

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

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

func (*MILVUS) ModifyResourceTags

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

ModifyResourceTags API operation for MILVUS.

Returns 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 ModifyResourceTags for usage and error information.

func (*MILVUS) ModifyResourceTagsCommon

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

ModifyResourceTagsCommon API operation for MILVUS.

Returns 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 ModifyResourceTagsCommon for usage and error information.

func (*MILVUS) ModifyResourceTagsCommonRequest

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

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

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

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

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

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

func (*MILVUS) ModifyResourceTagsCommonWithContext

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

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

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

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

func (*MILVUS) ModifyResourceTagsRequest

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

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

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

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

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

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

func (*MILVUS) ModifyResourceTagsWithContext

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

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

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

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

func (*MILVUS) ReleaseInstance

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

ReleaseInstance API operation for MILVUS.

Returns 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.

func (*MILVUS) TagResources

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

TagResources 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 TagResources for usage and error information.

func (*MILVUS) TagResourcesCommon

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

TagResourcesCommon API operation for MILVUS.

Returns 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 TagResourcesCommon for usage and error information.

func (*MILVUS) TagResourcesCommonRequest

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

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

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

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

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

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

func (*MILVUS) TagResourcesCommonWithContext

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

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

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

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

func (*MILVUS) TagResourcesRequest

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

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

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

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

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

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

func (*MILVUS) TagResourcesWithContext

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

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

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

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

func (*MILVUS) UntagResources

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

UntagResources API operation for MILVUS.

Returns 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 UntagResources for usage and error information.

func (*MILVUS) UntagResourcesCommon

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

UntagResourcesCommon API operation for MILVUS.

Returns 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 UntagResourcesCommon for usage and error information.

func (*MILVUS) UntagResourcesCommonRequest

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

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

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

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

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

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

func (*MILVUS) UntagResourcesCommonWithContext

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

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

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

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

func (*MILVUS) UntagResourcesRequest

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

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

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

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

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

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

func (*MILVUS) UntagResourcesWithContext

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

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

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

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

type MILVUSAPI

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

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

	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)

	DescribeAvailableSpecCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAvailableSpecCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAvailableSpecCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAvailableSpec(*DescribeAvailableSpecInput) (*DescribeAvailableSpecOutput, error)
	DescribeAvailableSpecWithContext(volcengine.Context, *DescribeAvailableSpecInput, ...request.Option) (*DescribeAvailableSpecOutput, error)
	DescribeAvailableSpecRequest(*DescribeAvailableSpecInput) (*request.Request, *DescribeAvailableSpecOutput)

	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)

	DescribePriceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribePriceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribePriceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribePrice(*DescribePriceInput) (*DescribePriceOutput, error)
	DescribePriceWithContext(volcengine.Context, *DescribePriceInput, ...request.Option) (*DescribePriceOutput, error)
	DescribePriceRequest(*DescribePriceInput) (*request.Request, *DescribePriceOutput)

	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)

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

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

	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)

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

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

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

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

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

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

	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)

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

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

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

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

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

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

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

    myFunc(svc)
}

type 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 ModifyPostPaidInput

type ModifyPostPaidInput struct {

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

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

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

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

func (ModifyPostPaidInput) GoString

func (s ModifyPostPaidInput) GoString() string

GoString returns the string representation

func (*ModifyPostPaidInput) SetAutoRenew

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

SetAutoRenew sets the AutoRenew field's value.

func (*ModifyPostPaidInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*ModifyPostPaidInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ModifyPostPaidInput) SetTimes

SetTimes sets the Times field's value.

func (ModifyPostPaidInput) String

func (s ModifyPostPaidInput) String() string

String returns the string representation

func (*ModifyPostPaidInput) Validate

func (s *ModifyPostPaidInput) Validate() error

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

type ModifyPostPaidOutput

type ModifyPostPaidOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

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

func (ModifyPostPaidOutput) GoString

func (s ModifyPostPaidOutput) GoString() string

GoString returns the string representation

func (*ModifyPostPaidOutput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*ModifyPostPaidOutput) SetOrderID

SetOrderID sets the OrderID field's value.

func (*ModifyPostPaidOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (*ModifyPostPaidOutput) SetParentInstanceId

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

SetParentInstanceId sets the ParentInstanceId field's value.

func (*ModifyPostPaidOutput) SetTradeConfigId

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

SetTradeConfigId sets the TradeConfigId field's value.

func (*ModifyPostPaidOutput) SetTradeEnabled

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

SetTradeEnabled sets the TradeEnabled field's value.

func (ModifyPostPaidOutput) String

func (s ModifyPostPaidOutput) String() string

String returns the string representation

type ModifyPrePaidInput

type ModifyPrePaidInput struct {

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

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

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

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

func (ModifyPrePaidInput) GoString

func (s ModifyPrePaidInput) GoString() string

GoString returns the string representation

func (*ModifyPrePaidInput) SetAutoRenew

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

SetAutoRenew sets the AutoRenew field's value.

func (*ModifyPrePaidInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*ModifyPrePaidInput) SetPeriod

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

SetPeriod sets the Period field's value.

func (*ModifyPrePaidInput) SetTimes

SetTimes sets the Times field's value.

func (ModifyPrePaidInput) String

func (s ModifyPrePaidInput) String() string

String returns the string representation

func (*ModifyPrePaidInput) Validate

func (s *ModifyPrePaidInput) Validate() error

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

type ModifyPrePaidOutput

type ModifyPrePaidOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

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

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

func (ModifyPrePaidOutput) GoString

func (s ModifyPrePaidOutput) GoString() string

GoString returns the string representation

func (*ModifyPrePaidOutput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*ModifyPrePaidOutput) SetOrderID

SetOrderID sets the OrderID field's value.

func (*ModifyPrePaidOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (*ModifyPrePaidOutput) SetParentInstanceId

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

SetParentInstanceId sets the ParentInstanceId field's value.

func (*ModifyPrePaidOutput) SetTradeConfigId

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

SetTradeConfigId sets the TradeConfigId field's value.

func (*ModifyPrePaidOutput) SetTradeEnabled

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

SetTradeEnabled sets the TradeEnabled field's value.

func (ModifyPrePaidOutput) String

func (s ModifyPrePaidOutput) String() string

String returns the string representation

type ModifyResourceTagsInput

type ModifyResourceTagsInput struct {

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

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

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

func (ModifyResourceTagsInput) GoString

func (s ModifyResourceTagsInput) GoString() string

GoString returns the string representation

func (*ModifyResourceTagsInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*ModifyResourceTagsInput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ModifyResourceTagsInput) SetTags

SetTags sets the Tags field's value.

func (ModifyResourceTagsInput) String

func (s ModifyResourceTagsInput) String() string

String returns the string representation

func (*ModifyResourceTagsInput) Validate

func (s *ModifyResourceTagsInput) Validate() error

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

type ModifyResourceTagsOutput

type ModifyResourceTagsOutput struct {
	Metadata *response.ResponseMetadata

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

func (ModifyResourceTagsOutput) GoString

func (s ModifyResourceTagsOutput) GoString() string

GoString returns the string representation

func (*ModifyResourceTagsOutput) SetStatus

SetStatus sets the Status field's value.

func (ModifyResourceTagsOutput) String

func (s ModifyResourceTagsOutput) String() string

String returns the string representation

type NetworkConfigForCreateInstanceInput

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

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

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

func (NetworkConfigForCreateInstanceInput) GoString

GoString returns the string representation

func (*NetworkConfigForCreateInstanceInput) SetInnerEndpointEnabled

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForCreateInstanceInput) SetSubnetInfo

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForCreateInstanceInput) SetVpcInfo

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForCreateInstanceInput) String

String returns the string representation

type NetworkConfigForCreateInstanceOneStepInput

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

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

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

func (NetworkConfigForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*NetworkConfigForCreateInstanceOneStepInput) SetInnerEndpointEnabled

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForCreateInstanceOneStepInput) SetSubnetInfo

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForCreateInstanceOneStepInput) SetVpcInfo

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForCreateInstanceOneStepInput) String

String returns the string representation

type NetworkConfigForDescribeInstanceDetailOutput

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

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

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

func (NetworkConfigForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*NetworkConfigForDescribeInstanceDetailOutput) SetInnerEndpointEnabled

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForDescribeInstanceDetailOutput) SetSubnetInfo

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForDescribeInstanceDetailOutput) SetVpcInfo

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForDescribeInstanceDetailOutput) String

String returns the string representation

type NetworkConfigForDescribeInstancesOutput

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

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

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

func (NetworkConfigForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*NetworkConfigForDescribeInstancesOutput) SetInnerEndpointEnabled

SetInnerEndpointEnabled sets the InnerEndpointEnabled field's value.

func (*NetworkConfigForDescribeInstancesOutput) SetSubnetInfo

SetSubnetInfo sets the SubnetInfo field's value.

func (*NetworkConfigForDescribeInstancesOutput) SetVpcInfo

SetVpcInfo sets the VpcInfo field's value.

func (NetworkConfigForDescribeInstancesOutput) String

String returns the string representation

type 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 NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput

type NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput struct {
	MaxNodeNum *float64 `type:"float" json:",omitempty"`

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

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

func (NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput) GoString

GoString returns the string representation

func (*NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput) SetMaxNodeNum

SetMaxNodeNum sets the MaxNodeNum field's value.

func (*NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput) SetSpecName

SetSpecName sets the SpecName field's value.

func (NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput) String

String returns the string representation

type NodeInfoListForDescribeNodeInfoOutput

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

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

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

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

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

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

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

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

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

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

func (NodeInfoListForDescribeNodeInfoOutput) GoString

GoString returns the string representation

func (*NodeInfoListForDescribeNodeInfoOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetNodeName

SetNodeName sets the NodeName field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetStatus

SetStatus sets the Status field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetTotalCpu

SetTotalCpu sets the TotalCpu field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetTotalMemInBytes

SetTotalMemInBytes sets the TotalMemInBytes field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetUsedCpu

SetUsedCpu sets the UsedCpu field's value.

func (*NodeInfoListForDescribeNodeInfoOutput) SetUsedMemInBytes

SetUsedMemInBytes sets the UsedMemInBytes field's value.

func (NodeInfoListForDescribeNodeInfoOutput) String

String returns the string representation

type NodePriceListForDescribePriceOutput

type NodePriceListForDescribePriceOutput struct {
	ChargeItemCode *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

func (NodePriceListForDescribePriceOutput) GoString

GoString returns the string representation

func (*NodePriceListForDescribePriceOutput) SetChargeItemCode

SetChargeItemCode sets the ChargeItemCode field's value.

func (*NodePriceListForDescribePriceOutput) SetChargeItemNum

SetChargeItemNum sets the ChargeItemNum field's value.

func (*NodePriceListForDescribePriceOutput) SetDiscountAmount

SetDiscountAmount sets the DiscountAmount field's value.

func (*NodePriceListForDescribePriceOutput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*NodePriceListForDescribePriceOutput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*NodePriceListForDescribePriceOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodePriceListForDescribePriceOutput) SetOriginalAmount

SetOriginalAmount sets the OriginalAmount field's value.

func (*NodePriceListForDescribePriceOutput) SetPayableAmount

SetPayableAmount sets the PayableAmount field's value.

func (NodePriceListForDescribePriceOutput) String

String returns the string representation

type NodeSupportSpecListForDescribeAvailableSpecOutput

type NodeSupportSpecListForDescribeAvailableSpecOutput struct {
	MaxNodeNum *float64 `type:"float" json:",omitempty"`

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

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

func (NodeSupportSpecListForDescribeAvailableSpecOutput) GoString

GoString returns the string representation

func (*NodeSupportSpecListForDescribeAvailableSpecOutput) SetMaxNodeNum

SetMaxNodeNum sets the MaxNodeNum field's value.

func (*NodeSupportSpecListForDescribeAvailableSpecOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeSupportSpecListForDescribeAvailableSpecOutput) SetSpecName

SetSpecName sets the SpecName field's value.

func (NodeSupportSpecListForDescribeAvailableSpecOutput) String

String returns the string representation

type ReleaseInstanceInput

type ReleaseInstanceInput struct {

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

func (ReleaseInstanceInput) GoString

func (s ReleaseInstanceInput) GoString() string

GoString returns the string representation

func (*ReleaseInstanceInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (ReleaseInstanceInput) String

func (s ReleaseInstanceInput) String() string

String returns the string representation

func (*ReleaseInstanceInput) Validate

func (s *ReleaseInstanceInput) Validate() error

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

type ReleaseInstanceOutput

type ReleaseInstanceOutput struct {
	Metadata *response.ResponseMetadata

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

func (ReleaseInstanceOutput) GoString

func (s ReleaseInstanceOutput) GoString() string

GoString returns the string representation

func (*ReleaseInstanceOutput) SetStatus

SetStatus sets the Status field's value.

func (ReleaseInstanceOutput) String

func (s ReleaseInstanceOutput) String() string

String returns the string representation

type ScaleInstanceInput

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

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

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

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

func (ScaleInstanceInput) GoString

func (s ScaleInstanceInput) GoString() string

GoString returns the string representation

func (*ScaleInstanceInput) SetComponentSpecList

SetComponentSpecList sets the ComponentSpecList field's value.

func (*ScaleInstanceInput) SetHaEnabled

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

SetHaEnabled sets the HaEnabled field's value.

func (*ScaleInstanceInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*ScaleInstanceInput) SetOneStep

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

SetOneStep sets the OneStep field's value.

func (ScaleInstanceInput) String

func (s ScaleInstanceInput) String() string

String returns the string representation

func (*ScaleInstanceInput) Validate

func (s *ScaleInstanceInput) Validate() error

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

type ScaleInstanceOutput

type ScaleInstanceOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

func (ScaleInstanceOutput) GoString

func (s ScaleInstanceOutput) GoString() string

GoString returns the string representation

func (*ScaleInstanceOutput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*ScaleInstanceOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (*ScaleInstanceOutput) SetTradeConfigId

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

SetTradeConfigId sets the TradeConfigId field's value.

func (ScaleInstanceOutput) String

func (s ScaleInstanceOutput) String() string

String returns the string representation

type SpecConfigForDescribeInstanceDetailOutput

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

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

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

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

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

func (SpecConfigForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*SpecConfigForDescribeInstanceDetailOutput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*SpecConfigForDescribeInstanceDetailOutput) SetMemSize

SetMemSize sets the MemSize field's value.

func (*SpecConfigForDescribeInstanceDetailOutput) SetNodeCUType

SetNodeCUType sets the NodeCUType field's value.

func (*SpecConfigForDescribeInstanceDetailOutput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*SpecConfigForDescribeInstanceDetailOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (SpecConfigForDescribeInstanceDetailOutput) String

String returns the string representation

type SpecListForDescribeAvailableSpecOutput

type SpecListForDescribeAvailableSpecOutput struct {
	Cpu *float64 `type:"float" json:",omitempty"`

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

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

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

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

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

func (SpecListForDescribeAvailableSpecOutput) GoString

GoString returns the string representation

func (*SpecListForDescribeAvailableSpecOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*SpecListForDescribeAvailableSpecOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*SpecListForDescribeAvailableSpecOutput) SetMemory

SetMemory sets the Memory field's value.

func (*SpecListForDescribeAvailableSpecOutput) SetSpecName

SetSpecName sets the SpecName field's value.

func (*SpecListForDescribeAvailableSpecOutput) SetSpecType

SetSpecType sets the SpecType field's value.

func (*SpecListForDescribeAvailableSpecOutput) SetTradeCode

SetTradeCode sets the TradeCode field's value.

func (SpecListForDescribeAvailableSpecOutput) String

String returns the string representation

type SubnetInfoForCreateInstanceInput

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

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

func (SubnetInfoForCreateInstanceInput) GoString

GoString returns the string representation

func (*SubnetInfoForCreateInstanceInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForCreateInstanceInput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForCreateInstanceInput) String

String returns the string representation

type SubnetInfoForCreateInstanceOneStepInput

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

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

func (SubnetInfoForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*SubnetInfoForCreateInstanceOneStepInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForCreateInstanceOneStepInput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForCreateInstanceOneStepInput) String

String returns the string representation

type SubnetInfoForDescribeInstanceDetailOutput

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

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

func (SubnetInfoForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*SubnetInfoForDescribeInstanceDetailOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForDescribeInstanceDetailOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForDescribeInstanceDetailOutput) String

String returns the string representation

type SubnetInfoForDescribeInstancesOutput

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

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

func (SubnetInfoForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*SubnetInfoForDescribeInstancesOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*SubnetInfoForDescribeInstancesOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (SubnetInfoForDescribeInstancesOutput) String

String returns the string representation

type 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 TagFilterForListTagsForResourcesInput

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

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

func (TagFilterForListTagsForResourcesInput) GoString

GoString returns the string representation

func (*TagFilterForListTagsForResourcesInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForListTagsForResourcesInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForListTagsForResourcesInput) String

String returns the string representation

type TagForCreateInstanceInput

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

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

func (TagForCreateInstanceInput) GoString

func (s TagForCreateInstanceInput) GoString() string

GoString returns the string representation

func (*TagForCreateInstanceInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateInstanceInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateInstanceInput) String

func (s TagForCreateInstanceInput) String() string

String returns the string representation

type TagForCreateInstanceOneStepInput

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

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

func (TagForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*TagForCreateInstanceOneStepInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateInstanceOneStepInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateInstanceOneStepInput) String

String returns the string representation

type TagForDescribeInstanceDetailOutput

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

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

func (TagForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*TagForDescribeInstanceDetailOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeInstanceDetailOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeInstanceDetailOutput) String

String returns the string representation

type TagForDescribeInstancesOutput

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

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

func (TagForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*TagForDescribeInstancesOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeInstancesOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeInstancesOutput) String

String returns the string representation

type 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 TagForModifyResourceTagsInput

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

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

func (TagForModifyResourceTagsInput) GoString

GoString returns the string representation

func (*TagForModifyResourceTagsInput) SetKey

SetKey sets the Key field's value.

func (*TagForModifyResourceTagsInput) SetValue

SetValue sets the Value field's value.

func (TagForModifyResourceTagsInput) String

String returns the string representation

type TagForTagResourcesInput

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

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

func (TagForTagResourcesInput) GoString

func (s TagForTagResourcesInput) GoString() string

GoString returns the string representation

func (*TagForTagResourcesInput) SetKey

SetKey sets the Key field's value.

func (*TagForTagResourcesInput) SetValue

SetValue sets the Value field's value.

func (TagForTagResourcesInput) String

func (s TagForTagResourcesInput) String() string

String returns the string representation

type TagResourceForListTagsForResourcesOutput

type TagResourceForListTagsForResourcesOutput struct {
	ResourceId *string `type:"string" json:",omitempty"`

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

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

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

func (TagResourceForListTagsForResourcesOutput) GoString

GoString returns the string representation

func (*TagResourceForListTagsForResourcesOutput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*TagResourceForListTagsForResourcesOutput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*TagResourceForListTagsForResourcesOutput) SetTagKey

SetTagKey sets the TagKey field's value.

func (*TagResourceForListTagsForResourcesOutput) SetTagValue

SetTagValue sets the TagValue field's value.

func (TagResourceForListTagsForResourcesOutput) String

String returns the string representation

type TagResourcesInput

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

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

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

func (TagResourcesInput) GoString

func (s TagResourcesInput) GoString() string

GoString returns the string representation

func (*TagResourcesInput) SetResourceIds

func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput

SetResourceIds sets the ResourceIds field's value.

func (*TagResourcesInput) SetResourceType

func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput

SetResourceType sets the ResourceType field's value.

func (*TagResourcesInput) SetTags

SetTags sets the Tags field's value.

func (TagResourcesInput) String

func (s TagResourcesInput) String() string

String returns the string representation

type TagResourcesOutput

type TagResourcesOutput struct {
	Metadata *response.ResponseMetadata

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

func (TagResourcesOutput) GoString

func (s TagResourcesOutput) GoString() string

GoString returns the string representation

func (*TagResourcesOutput) SetStatus

func (s *TagResourcesOutput) SetStatus(v string) *TagResourcesOutput

SetStatus sets the Status field's value.

func (TagResourcesOutput) String

func (s TagResourcesOutput) String() string

String returns the string representation

type UntagResourcesInput

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

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

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

func (UntagResourcesInput) GoString

func (s UntagResourcesInput) GoString() string

GoString returns the string representation

func (*UntagResourcesInput) SetResourceIds

func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput

SetResourceIds sets the ResourceIds field's value.

func (*UntagResourcesInput) SetResourceType

func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput

SetResourceType sets the ResourceType field's value.

func (*UntagResourcesInput) SetTagKeys

func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourcesInput) String

func (s UntagResourcesInput) String() string

String returns the string representation

type UntagResourcesOutput

type UntagResourcesOutput struct {
	Metadata *response.ResponseMetadata

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

func (UntagResourcesOutput) GoString

func (s UntagResourcesOutput) GoString() string

GoString returns the string representation

func (*UntagResourcesOutput) SetStatus

SetStatus sets the Status field's value.

func (UntagResourcesOutput) String

func (s UntagResourcesOutput) String() string

String returns the string representation

type 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 VpcInfoForCreateInstanceInput

type VpcInfoForCreateInstanceInput struct {
	VpcId *string `type:"string" json:",omitempty"`

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

func (VpcInfoForCreateInstanceInput) GoString

GoString returns the string representation

func (*VpcInfoForCreateInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*VpcInfoForCreateInstanceInput) SetVpcName

SetVpcName sets the VpcName field's value.

func (VpcInfoForCreateInstanceInput) String

String returns the string representation

type VpcInfoForCreateInstanceOneStepInput

type VpcInfoForCreateInstanceOneStepInput struct {
	VpcId *string `type:"string" json:",omitempty"`

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

func (VpcInfoForCreateInstanceOneStepInput) GoString

GoString returns the string representation

func (*VpcInfoForCreateInstanceOneStepInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*VpcInfoForCreateInstanceOneStepInput) SetVpcName

SetVpcName sets the VpcName field's value.

func (VpcInfoForCreateInstanceOneStepInput) String

String returns the string representation

type VpcInfoForDescribeInstanceDetailOutput

type VpcInfoForDescribeInstanceDetailOutput struct {
	VpcId *string `type:"string" json:",omitempty"`

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

func (VpcInfoForDescribeInstanceDetailOutput) GoString

GoString returns the string representation

func (*VpcInfoForDescribeInstanceDetailOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*VpcInfoForDescribeInstanceDetailOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (VpcInfoForDescribeInstanceDetailOutput) String

String returns the string representation

type VpcInfoForDescribeInstancesOutput

type VpcInfoForDescribeInstancesOutput struct {
	VpcId *string `type:"string" json:",omitempty"`

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

func (VpcInfoForDescribeInstancesOutput) GoString

GoString returns the string representation

func (*VpcInfoForDescribeInstancesOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*VpcInfoForDescribeInstancesOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (VpcInfoForDescribeInstancesOutput) String

String returns the string representation

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 ZoneForDescribeZonesOutput

type ZoneForDescribeZonesOutput struct {
	ZoneId *string `type:"string" json:",omitempty"`

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

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

type ZoneSupportSpecListForDescribeAvailableSpecOutput struct {
	SpecName []*string `type:"list" json:",omitempty"`

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

func (ZoneSupportSpecListForDescribeAvailableSpecOutput) GoString

GoString returns the string representation

func (*ZoneSupportSpecListForDescribeAvailableSpecOutput) SetSpecName

SetSpecName sets the SpecName field's value.

func (*ZoneSupportSpecListForDescribeAvailableSpecOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (ZoneSupportSpecListForDescribeAvailableSpecOutput) String

String returns the string representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL