graph

package
v1.1.39 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package graphiface provides an interface to enable mocking the GRAPH 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 (
	// EnumOfStorageTypeForCreateInstanceInputMemory is a EnumOfStorageTypeForCreateInstanceInput enum value
	EnumOfStorageTypeForCreateInstanceInputMemory = "Memory"

	// EnumOfStorageTypeForCreateInstanceInputByteStore is a EnumOfStorageTypeForCreateInstanceInput enum value
	EnumOfStorageTypeForCreateInstanceInputByteStore = "ByteStore"
)
View Source
const (
	// EnumOfStorageTypeForDescribeInstanceOutputMemory is a EnumOfStorageTypeForDescribeInstanceOutput enum value
	EnumOfStorageTypeForDescribeInstanceOutputMemory = "Memory"

	// EnumOfStorageTypeForDescribeInstanceOutputByteStore is a EnumOfStorageTypeForDescribeInstanceOutput enum value
	EnumOfStorageTypeForDescribeInstanceOutputByteStore = "ByteStore"
)
View Source
const (
	// EnumOfStorageTypeForListInstanceOutputMemory is a EnumOfStorageTypeForListInstanceOutput enum value
	EnumOfStorageTypeForListInstanceOutputMemory = "Memory"

	// EnumOfStorageTypeForListInstanceOutputByteStore is a EnumOfStorageTypeForListInstanceOutput enum value
	EnumOfStorageTypeForListInstanceOutputByteStore = "ByteStore"
)
View Source
const (
	ServiceName = "graph"     // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "graph"     // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AddTablesInput

type AddTablesInput struct {
	Dry_run *bool `type:"boolean" json:"dry_run,omitempty"`

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

	Tables []*TableForAddTablesInput `type:"list" json:"tables,omitempty"`

	Tables_info []*Tables_infoForAddTablesInput `type:"list" json:"tables_info,omitempty"`
	// contains filtered or unexported fields
}

func (AddTablesInput) GoString

func (s AddTablesInput) GoString() string

GoString returns the string representation

func (*AddTablesInput) SetDry_run added in v1.1.18

func (s *AddTablesInput) SetDry_run(v bool) *AddTablesInput

SetDry_run sets the Dry_run field's value.

func (*AddTablesInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*AddTablesInput) SetTables

SetTables sets the Tables field's value.

func (*AddTablesInput) SetTables_info

SetTables_info sets the Tables_info field's value.

func (AddTablesInput) String

func (s AddTablesInput) String() string

String returns the string representation

func (*AddTablesInput) Validate

func (s *AddTablesInput) Validate() error

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

type AddTablesOutput

type AddTablesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AddTablesOutput) GoString

func (s AddTablesOutput) GoString() string

GoString returns the string representation

func (AddTablesOutput) String

func (s AddTablesOutput) String() string

String returns the string representation

type AlterTableInput added in v1.1.25

type AlterTableInput struct {
	EnableRead *bool `type:"boolean" json:",omitempty"`

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

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

	IOQosOptions *IOQosOptionsForAlterTableInput `type:"structure" json:",omitempty"`

	IdcReplicaNums []*IdcReplicaNumForAlterTableInput `type:"list" json:",omitempty"`

	IdcRoNums []*IdcRoNumForAlterTableInput `type:"list" json:",omitempty"`

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

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

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

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

func (AlterTableInput) GoString added in v1.1.25

func (s AlterTableInput) GoString() string

GoString returns the string representation

func (*AlterTableInput) SetEnableRead added in v1.1.25

func (s *AlterTableInput) SetEnableRead(v bool) *AlterTableInput

SetEnableRead sets the EnableRead field's value.

func (*AlterTableInput) SetEnableRwSeperateSchedule added in v1.1.31

func (s *AlterTableInput) SetEnableRwSeperateSchedule(v bool) *AlterTableInput

SetEnableRwSeperateSchedule sets the EnableRwSeperateSchedule field's value.

func (*AlterTableInput) SetEnableWrite added in v1.1.25

func (s *AlterTableInput) SetEnableWrite(v bool) *AlterTableInput

SetEnableWrite sets the EnableWrite field's value.

func (*AlterTableInput) SetIOQosOptions added in v1.1.25

SetIOQosOptions sets the IOQosOptions field's value.

func (*AlterTableInput) SetIdcReplicaNums added in v1.1.31

SetIdcReplicaNums sets the IdcReplicaNums field's value.

func (*AlterTableInput) SetIdcRoNums added in v1.1.31

SetIdcRoNums sets the IdcRoNums field's value.

func (*AlterTableInput) SetInstanceId added in v1.1.25

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

SetInstanceId sets the InstanceId field's value.

func (*AlterTableInput) SetRwSchedulableIdcs added in v1.1.31

func (s *AlterTableInput) SetRwSchedulableIdcs(v []*string) *AlterTableInput

SetRwSchedulableIdcs sets the RwSchedulableIdcs field's value.

func (*AlterTableInput) SetState added in v1.1.25

func (s *AlterTableInput) SetState(v string) *AlterTableInput

SetState sets the State field's value.

func (*AlterTableInput) SetTableName added in v1.1.25

func (s *AlterTableInput) SetTableName(v string) *AlterTableInput

SetTableName sets the TableName field's value.

func (AlterTableInput) String added in v1.1.25

func (s AlterTableInput) String() string

String returns the string representation

func (*AlterTableInput) Validate added in v1.1.25

func (s *AlterTableInput) Validate() error

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

type AlterTableOutput added in v1.1.25

type AlterTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AlterTableOutput) GoString added in v1.1.25

func (s AlterTableOutput) GoString() string

GoString returns the string representation

func (AlterTableOutput) String added in v1.1.25

func (s AlterTableOutput) String() string

String returns the string representation

type AvailabilityZoneForCreateInstanceInput added in v1.1.12

type AvailabilityZoneForCreateInstanceInput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

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

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

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

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

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

func (AvailabilityZoneForCreateInstanceInput) GoString added in v1.1.12

GoString returns the string representation

func (*AvailabilityZoneForCreateInstanceInput) SetAvailabilityZoneId added in v1.1.12

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*AvailabilityZoneForCreateInstanceInput) SetK8sDomain added in v1.1.12

SetK8sDomain sets the K8sDomain field's value.

func (*AvailabilityZoneForCreateInstanceInput) SetNodeNum added in v1.1.12

SetNodeNum sets the NodeNum field's value.

func (*AvailabilityZoneForCreateInstanceInput) SetNodePoolName added in v1.1.12

SetNodePoolName sets the NodePoolName field's value.

func (*AvailabilityZoneForCreateInstanceInput) SetSubnetID added in v1.1.12

SetSubnetID sets the SubnetID field's value.

func (*AvailabilityZoneForCreateInstanceInput) SetSubnetName added in v1.1.12

SetSubnetName sets the SubnetName field's value.

func (AvailabilityZoneForCreateInstanceInput) String added in v1.1.12

String returns the string representation

type AvailabilityZoneForDescribeInstanceOutput added in v1.1.12

type AvailabilityZoneForDescribeInstanceOutput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

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

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

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

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

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

func (AvailabilityZoneForDescribeInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*AvailabilityZoneForDescribeInstanceOutput) SetAvailabilityZoneId added in v1.1.12

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*AvailabilityZoneForDescribeInstanceOutput) SetK8sDomain added in v1.1.12

SetK8sDomain sets the K8sDomain field's value.

func (*AvailabilityZoneForDescribeInstanceOutput) SetNodeNum added in v1.1.12

SetNodeNum sets the NodeNum field's value.

func (*AvailabilityZoneForDescribeInstanceOutput) SetNodePoolName added in v1.1.12

SetNodePoolName sets the NodePoolName field's value.

func (*AvailabilityZoneForDescribeInstanceOutput) SetSubnetID added in v1.1.12

SetSubnetID sets the SubnetID field's value.

func (*AvailabilityZoneForDescribeInstanceOutput) SetSubnetName added in v1.1.12

SetSubnetName sets the SubnetName field's value.

func (AvailabilityZoneForDescribeInstanceOutput) String added in v1.1.12

String returns the string representation

type AvailabilityZoneForListInstanceOutput added in v1.1.12

type AvailabilityZoneForListInstanceOutput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

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

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

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

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

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

func (AvailabilityZoneForListInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*AvailabilityZoneForListInstanceOutput) SetAvailabilityZoneId added in v1.1.12

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*AvailabilityZoneForListInstanceOutput) SetK8sDomain added in v1.1.12

SetK8sDomain sets the K8sDomain field's value.

func (*AvailabilityZoneForListInstanceOutput) SetNodeNum added in v1.1.12

SetNodeNum sets the NodeNum field's value.

func (*AvailabilityZoneForListInstanceOutput) SetNodePoolName added in v1.1.12

SetNodePoolName sets the NodePoolName field's value.

func (*AvailabilityZoneForListInstanceOutput) SetSubnetID added in v1.1.12

SetSubnetID sets the SubnetID field's value.

func (*AvailabilityZoneForListInstanceOutput) SetSubnetName added in v1.1.12

SetSubnetName sets the SubnetName field's value.

func (AvailabilityZoneForListInstanceOutput) String added in v1.1.12

String returns the string representation

type Bg3LinkForCreateInstanceInput added in v1.1.21

type Bg3LinkForCreateInstanceInput struct {
	AddressType *string `type:"string" json:",omitempty"`

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

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

func (Bg3LinkForCreateInstanceInput) GoString added in v1.1.21

GoString returns the string representation

func (*Bg3LinkForCreateInstanceInput) SetAddressType added in v1.1.21

SetAddressType sets the AddressType field's value.

func (*Bg3LinkForCreateInstanceInput) SetAvailabilityZoneId added in v1.1.21

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

SetBg3Link sets the Bg3Link field's value.

func (Bg3LinkForCreateInstanceInput) String added in v1.1.21

String returns the string representation

type Bg3LinkForDescribeInstanceOutput added in v1.1.21

type Bg3LinkForDescribeInstanceOutput struct {
	AddressType *string `type:"string" json:",omitempty"`

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

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

func (Bg3LinkForDescribeInstanceOutput) GoString added in v1.1.21

GoString returns the string representation

func (*Bg3LinkForDescribeInstanceOutput) SetAddressType added in v1.1.21

SetAddressType sets the AddressType field's value.

func (*Bg3LinkForDescribeInstanceOutput) SetAvailabilityZoneId added in v1.1.21

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

SetBg3Link sets the Bg3Link field's value.

func (Bg3LinkForDescribeInstanceOutput) String added in v1.1.21

String returns the string representation

type Bg3LinkForListInstanceOutput added in v1.1.21

type Bg3LinkForListInstanceOutput struct {
	AddressType *string `type:"string" json:",omitempty"`

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

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

func (Bg3LinkForListInstanceOutput) GoString added in v1.1.21

func (s Bg3LinkForListInstanceOutput) GoString() string

GoString returns the string representation

func (*Bg3LinkForListInstanceOutput) SetAddressType added in v1.1.21

SetAddressType sets the AddressType field's value.

func (*Bg3LinkForListInstanceOutput) SetAvailabilityZoneId added in v1.1.21

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

SetBg3Link sets the Bg3Link field's value.

func (Bg3LinkForListInstanceOutput) String added in v1.1.21

String returns the string representation

type BytestoreInfoForCreateInstanceInput added in v1.1.12

type BytestoreInfoForCreateInstanceInput struct {
	Cluster *string `type:"string" json:",omitempty"`

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

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

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

func (BytestoreInfoForCreateInstanceInput) GoString added in v1.1.12

GoString returns the string representation

func (*BytestoreInfoForCreateInstanceInput) SetCluster added in v1.1.12

SetCluster sets the Cluster field's value.

func (*BytestoreInfoForCreateInstanceInput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*BytestoreInfoForCreateInstanceInput) SetPool added in v1.1.12

SetPool sets the Pool field's value.

func (*BytestoreInfoForCreateInstanceInput) SetRegion added in v1.1.12

SetRegion sets the Region field's value.

func (BytestoreInfoForCreateInstanceInput) String added in v1.1.12

String returns the string representation

type BytestoreInfoForDescribeInstanceOutput added in v1.1.12

type BytestoreInfoForDescribeInstanceOutput struct {
	Cluster *string `type:"string" json:",omitempty"`

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

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

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

func (BytestoreInfoForDescribeInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*BytestoreInfoForDescribeInstanceOutput) SetCluster added in v1.1.12

SetCluster sets the Cluster field's value.

func (*BytestoreInfoForDescribeInstanceOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*BytestoreInfoForDescribeInstanceOutput) SetPool added in v1.1.12

SetPool sets the Pool field's value.

func (*BytestoreInfoForDescribeInstanceOutput) SetRegion added in v1.1.12

SetRegion sets the Region field's value.

func (BytestoreInfoForDescribeInstanceOutput) String added in v1.1.12

String returns the string representation

type BytestoreInfoForListInstanceOutput added in v1.1.12

type BytestoreInfoForListInstanceOutput struct {
	Cluster *string `type:"string" json:",omitempty"`

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

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

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

func (BytestoreInfoForListInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*BytestoreInfoForListInstanceOutput) SetCluster added in v1.1.12

SetCluster sets the Cluster field's value.

func (*BytestoreInfoForListInstanceOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*BytestoreInfoForListInstanceOutput) SetPool added in v1.1.12

SetPool sets the Pool field's value.

func (*BytestoreInfoForListInstanceOutput) SetRegion added in v1.1.12

SetRegion sets the Region field's value.

func (BytestoreInfoForListInstanceOutput) String added in v1.1.12

String returns the string representation

type CalcTableLimitsInput added in v1.1.18

type CalcTableLimitsInput struct {

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

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

	RawVdcReplicaNum *string `type:"string" json:"rawVdcReplicaNum,omitempty"`

	RawVdcTabletSrvsCount *string `type:"string" json:"rawVdcTabletSrvsCount,omitempty"`

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

func (CalcTableLimitsInput) GoString added in v1.1.18

func (s CalcTableLimitsInput) GoString() string

GoString returns the string representation

func (*CalcTableLimitsInput) SetInstanceId added in v1.1.18

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

SetInstanceId sets the InstanceId field's value.

func (*CalcTableLimitsInput) SetNodeNum added in v1.1.18

SetNodeNum sets the NodeNum field's value.

func (*CalcTableLimitsInput) SetRawVdcReplicaNum added in v1.1.18

func (s *CalcTableLimitsInput) SetRawVdcReplicaNum(v string) *CalcTableLimitsInput

SetRawVdcReplicaNum sets the RawVdcReplicaNum field's value.

func (*CalcTableLimitsInput) SetRawVdcTabletSrvsCount added in v1.1.18

func (s *CalcTableLimitsInput) SetRawVdcTabletSrvsCount(v string) *CalcTableLimitsInput

SetRawVdcTabletSrvsCount sets the RawVdcTabletSrvsCount field's value.

func (*CalcTableLimitsInput) SetTabletNum added in v1.1.18

func (s *CalcTableLimitsInput) SetTabletNum(v int64) *CalcTableLimitsInput

SetTabletNum sets the TabletNum field's value.

func (CalcTableLimitsInput) String added in v1.1.18

func (s CalcTableLimitsInput) String() string

String returns the string representation

func (*CalcTableLimitsInput) Validate added in v1.1.18

func (s *CalcTableLimitsInput) Validate() error

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

type CalcTableLimitsOutput added in v1.1.18

type CalcTableLimitsOutput struct {
	Metadata *response.ResponseMetadata

	TableLimits *TableLimitsForCalcTableLimitsOutput `type:"structure" json:"tableLimits,omitempty"`
	// contains filtered or unexported fields
}

func (CalcTableLimitsOutput) GoString added in v1.1.18

func (s CalcTableLimitsOutput) GoString() string

GoString returns the string representation

func (*CalcTableLimitsOutput) SetTableLimits added in v1.1.18

SetTableLimits sets the TableLimits field's value.

func (CalcTableLimitsOutput) String added in v1.1.18

func (s CalcTableLimitsOutput) String() string

String returns the string representation

type ColumnForAddTablesInput

type ColumnForAddTablesInput struct {
	Column_name *string `type:"string" json:"column_name,omitempty"`

	Default_value *string `type:"string" json:"default_value,omitempty"`

	Enable_default_value *bool `type:"boolean" json:"enable_default_value,omitempty"`

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

func (ColumnForAddTablesInput) GoString

func (s ColumnForAddTablesInput) GoString() string

GoString returns the string representation

func (*ColumnForAddTablesInput) SetColumn_name

SetColumn_name sets the Column_name field's value.

func (*ColumnForAddTablesInput) SetDefault_value

func (s *ColumnForAddTablesInput) SetDefault_value(v string) *ColumnForAddTablesInput

SetDefault_value sets the Default_value field's value.

func (*ColumnForAddTablesInput) SetEnable_default_value

func (s *ColumnForAddTablesInput) SetEnable_default_value(v bool) *ColumnForAddTablesInput

SetEnable_default_value sets the Enable_default_value field's value.

func (*ColumnForAddTablesInput) SetSchema_column_type

func (s *ColumnForAddTablesInput) SetSchema_column_type(v string) *ColumnForAddTablesInput

SetSchema_column_type sets the Schema_column_type field's value.

func (ColumnForAddTablesInput) String

func (s ColumnForAddTablesInput) String() string

String returns the string representation

type ColumnForGetTableSchemaOutput

type ColumnForGetTableSchemaOutput struct {
	Column_name *string `type:"string" json:"column_name,omitempty"`

	Default_value *string `type:"string" json:"default_value,omitempty"`

	Enable_default_value *bool `type:"boolean" json:"enable_default_value,omitempty"`

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

func (ColumnForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*ColumnForGetTableSchemaOutput) SetColumn_name

SetColumn_name sets the Column_name field's value.

func (*ColumnForGetTableSchemaOutput) SetDefault_value

SetDefault_value sets the Default_value field's value.

func (*ColumnForGetTableSchemaOutput) SetEnable_default_value

func (s *ColumnForGetTableSchemaOutput) SetEnable_default_value(v bool) *ColumnForGetTableSchemaOutput

SetEnable_default_value sets the Enable_default_value field's value.

func (*ColumnForGetTableSchemaOutput) SetSchema_column_type

SetSchema_column_type sets the Schema_column_type field's value.

func (ColumnForGetTableSchemaOutput) String

String returns the string representation

type ColumnForModifySchemaInput

type ColumnForModifySchemaInput struct {
	Column_name *string `type:"string" json:"column_name,omitempty"`

	Default_value *string `type:"string" json:"default_value,omitempty"`

	Enable_default_value *bool `type:"boolean" json:"enable_default_value,omitempty"`

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

func (ColumnForModifySchemaInput) GoString

func (s ColumnForModifySchemaInput) GoString() string

GoString returns the string representation

func (*ColumnForModifySchemaInput) SetColumn_name

SetColumn_name sets the Column_name field's value.

func (*ColumnForModifySchemaInput) SetDefault_value

SetDefault_value sets the Default_value field's value.

func (*ColumnForModifySchemaInput) SetEnable_default_value

func (s *ColumnForModifySchemaInput) SetEnable_default_value(v bool) *ColumnForModifySchemaInput

SetEnable_default_value sets the Enable_default_value field's value.

func (*ColumnForModifySchemaInput) SetSchema_column_type

func (s *ColumnForModifySchemaInput) SetSchema_column_type(v string) *ColumnForModifySchemaInput

SetSchema_column_type sets the Schema_column_type field's value.

func (ColumnForModifySchemaInput) String

String returns the string representation

type ComponentInfoForGetVersionSetAndComponentsInfoOutput added in v1.1.30

type ComponentInfoForGetVersionSetAndComponentsInfoOutput struct {
	ComponentName *string `type:"string" json:"componentName,omitempty"`

	ComponentTagInPath *string `type:"string" json:"componentTagInPath,omitempty"`

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

func (ComponentInfoForGetVersionSetAndComponentsInfoOutput) GoString added in v1.1.30

GoString returns the string representation

func (*ComponentInfoForGetVersionSetAndComponentsInfoOutput) SetComponentName added in v1.1.30

SetComponentName sets the ComponentName field's value.

func (*ComponentInfoForGetVersionSetAndComponentsInfoOutput) SetComponentTagInPath added in v1.1.30

SetComponentTagInPath sets the ComponentTagInPath field's value.

func (*ComponentInfoForGetVersionSetAndComponentsInfoOutput) SetComponentVersion added in v1.1.30

SetComponentVersion sets the ComponentVersion field's value.

func (ComponentInfoForGetVersionSetAndComponentsInfoOutput) String added in v1.1.30

String returns the string representation

type CreateInstanceInput

type CreateInstanceInput struct {
	ClientToken *string `type:"string" json:",omitempty"`

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

	Info *InfoForCreateInstanceInput `type:"structure" json:",omitempty"`

	InstanceTags []*InstanceTagForCreateInstanceInput `type:"list" json:",omitempty"`

	NetworkDescriptions []*NetworkDescriptionForCreateInstanceInput `type:"list" json:",omitempty"`

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

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

func (CreateInstanceInput) GoString

func (s CreateInstanceInput) GoString() string

GoString returns the string representation

func (*CreateInstanceInput) SetClientToken

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

SetClientToken sets the ClientToken field's value.

func (*CreateInstanceInput) SetDeletionProtection

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

SetDeletionProtection sets the DeletionProtection field's value.

func (*CreateInstanceInput) SetInfo

SetInfo sets the Info field's value.

func (*CreateInstanceInput) SetInstanceTags

SetInstanceTags sets the InstanceTags field's value.

func (*CreateInstanceInput) SetNetworkDescriptions

SetNetworkDescriptions sets the NetworkDescriptions field's value.

func (*CreateInstanceInput) SetOneStep

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

SetOneStep sets the OneStep field's value.

func (*CreateInstanceInput) SetVersionSetId added in v1.1.30

func (s *CreateInstanceInput) SetVersionSetId(v int32) *CreateInstanceInput

SetVersionSetId sets the VersionSetId field's value.

func (CreateInstanceInput) String

func (s CreateInstanceInput) String() string

String returns the string representation

type CreateInstanceOutput

type CreateInstanceOutput struct {
	Metadata *response.ResponseMetadata

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

	TradeNO *string `type:"string" 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) SetTradeNO

SetTradeNO sets the TradeNO field's value.

func (CreateInstanceOutput) String

func (s CreateInstanceOutput) String() string

String returns the string representation

type DecodeRawKeyInput added in v1.1.30

type DecodeRawKeyInput struct {

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

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

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

func (DecodeRawKeyInput) GoString added in v1.1.30

func (s DecodeRawKeyInput) GoString() string

GoString returns the string representation

func (*DecodeRawKeyInput) SetInstanceId added in v1.1.30

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

SetInstanceId sets the InstanceId field's value.

func (*DecodeRawKeyInput) SetRawKey added in v1.1.30

func (s *DecodeRawKeyInput) SetRawKey(v string) *DecodeRawKeyInput

SetRawKey sets the RawKey field's value.

func (*DecodeRawKeyInput) SetTableName added in v1.1.30

func (s *DecodeRawKeyInput) SetTableName(v string) *DecodeRawKeyInput

SetTableName sets the TableName field's value.

func (DecodeRawKeyInput) String added in v1.1.30

func (s DecodeRawKeyInput) String() string

String returns the string representation

func (*DecodeRawKeyInput) Validate added in v1.1.30

func (s *DecodeRawKeyInput) Validate() error

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

type DecodeRawKeyOutput added in v1.1.30

type DecodeRawKeyOutput struct {
	Metadata *response.ResponseMetadata

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

func (DecodeRawKeyOutput) GoString added in v1.1.30

func (s DecodeRawKeyOutput) GoString() string

GoString returns the string representation

func (*DecodeRawKeyOutput) SetDecodedKey added in v1.1.30

func (s *DecodeRawKeyOutput) SetDecodedKey(v string) *DecodeRawKeyOutput

SetDecodedKey sets the DecodedKey field's value.

func (DecodeRawKeyOutput) String added in v1.1.30

func (s DecodeRawKeyOutput) String() string

String returns the string representation

type DescribeInstanceInput

type DescribeInstanceInput struct {

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

func (DescribeInstanceInput) GoString

func (s DescribeInstanceInput) GoString() string

GoString returns the string representation

func (*DescribeInstanceInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (DescribeInstanceInput) String

func (s DescribeInstanceInput) String() string

String returns the string representation

func (*DescribeInstanceInput) Validate

func (s *DescribeInstanceInput) Validate() error

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

type DescribeInstanceOutput

type DescribeInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Info *InfoForDescribeInstanceOutput `type:"structure" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (DescribeInstanceOutput) GoString

func (s DescribeInstanceOutput) GoString() string

GoString returns the string representation

func (*DescribeInstanceOutput) SetInfo

SetInfo sets the Info field's value.

func (DescribeInstanceOutput) String

func (s DescribeInstanceOutput) String() string

String returns the string representation

type DescribeVegraphConfigInMetamysqlInput

type DescribeVegraphConfigInMetamysqlInput struct {

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

func (DescribeVegraphConfigInMetamysqlInput) GoString

GoString returns the string representation

func (*DescribeVegraphConfigInMetamysqlInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeVegraphConfigInMetamysqlInput) String

String returns the string representation

func (*DescribeVegraphConfigInMetamysqlInput) Validate

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

type DescribeVegraphConfigInMetamysqlOutput

type DescribeVegraphConfigInMetamysqlOutput struct {
	Metadata *response.ResponseMetadata

	Bg3CanaryConfig *string `type:"string" json:"bg3CanaryConfig,omitempty"`

	Bg3Config *string `type:"string" json:"bg3Config,omitempty"`

	MsCanaryConfig *string `type:"string" json:"msCanaryConfig,omitempty"`

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

func (DescribeVegraphConfigInMetamysqlOutput) GoString

GoString returns the string representation

func (*DescribeVegraphConfigInMetamysqlOutput) SetBg3CanaryConfig

SetBg3CanaryConfig sets the Bg3CanaryConfig field's value.

func (*DescribeVegraphConfigInMetamysqlOutput) SetBg3Config

SetBg3Config sets the Bg3Config field's value.

func (*DescribeVegraphConfigInMetamysqlOutput) SetMsCanaryConfig

SetMsCanaryConfig sets the MsCanaryConfig field's value.

func (*DescribeVegraphConfigInMetamysqlOutput) SetMsConfig

SetMsConfig sets the MsConfig field's value.

func (DescribeVegraphConfigInMetamysqlOutput) String

String returns the string representation

type DescribeZonesInput

type DescribeZonesInput struct {
	RegionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeZonesInput) GoString

func (s DescribeZonesInput) GoString() string

GoString returns the string representation

func (*DescribeZonesInput) SetRegionId

func (s *DescribeZonesInput) SetRegionId(v string) *DescribeZonesInput

SetRegionId sets the RegionId field's value.

func (DescribeZonesInput) String

func (s DescribeZonesInput) String() string

String returns the string representation

type DescribeZonesOutput

type DescribeZonesOutput struct {
	Metadata *response.ResponseMetadata

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

	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) SetRegionId

func (s *DescribeZonesOutput) SetRegionId(v string) *DescribeZonesOutput

SetRegionId sets the RegionId field's value.

func (*DescribeZonesOutput) SetZones

SetZones sets the Zones field's value.

func (DescribeZonesOutput) String

func (s DescribeZonesOutput) String() string

String returns the string representation

type DestroyInstanceInput added in v1.1.12

type DestroyInstanceInput struct {
	ClientToken *string `type:"string" json:",omitempty"`

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

func (DestroyInstanceInput) GoString added in v1.1.12

func (s DestroyInstanceInput) GoString() string

GoString returns the string representation

func (*DestroyInstanceInput) SetClientToken added in v1.1.12

func (s *DestroyInstanceInput) SetClientToken(v string) *DestroyInstanceInput

SetClientToken sets the ClientToken field's value.

func (*DestroyInstanceInput) SetInstanceId added in v1.1.12

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

SetInstanceId sets the InstanceId field's value.

func (DestroyInstanceInput) String added in v1.1.12

func (s DestroyInstanceInput) String() string

String returns the string representation

func (*DestroyInstanceInput) Validate added in v1.1.12

func (s *DestroyInstanceInput) Validate() error

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

type DestroyInstanceOutput added in v1.1.12

type DestroyInstanceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DestroyInstanceOutput) GoString added in v1.1.12

func (s DestroyInstanceOutput) GoString() string

GoString returns the string representation

func (DestroyInstanceOutput) String added in v1.1.12

func (s DestroyInstanceOutput) String() string

String returns the string representation

type DiskSpaceScopeForGetInstanceSpecScopeOutput

type DiskSpaceScopeForGetInstanceSpecScopeOutput struct {
	Max *int32 `type:"int32" json:",omitempty"`

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

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

func (DiskSpaceScopeForGetInstanceSpecScopeOutput) GoString

GoString returns the string representation

func (*DiskSpaceScopeForGetInstanceSpecScopeOutput) SetMax

SetMax sets the Max field's value.

func (*DiskSpaceScopeForGetInstanceSpecScopeOutput) SetMin

SetMin sets the Min field's value.

func (*DiskSpaceScopeForGetInstanceSpecScopeOutput) SetStep

SetStep sets the Step field's value.

func (DiskSpaceScopeForGetInstanceSpecScopeOutput) String

String returns the string representation

type EdgeForAddTablesInput

type EdgeForAddTablesInput struct {
	Columns []*ColumnForAddTablesInput `type:"list" json:"columns,omitempty"`

	Enable_reverse_index *bool `type:"boolean" json:"enable_reverse_index,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

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

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForAddTablesInput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForAddTablesInput `type:"list" json:"uniq_index,omitempty"`

	Vertex_constraint *Vertex_constraintForAddTablesInput `type:"structure" json:"vertex_constraint,omitempty"`
	// contains filtered or unexported fields
}

func (EdgeForAddTablesInput) GoString

func (s EdgeForAddTablesInput) GoString() string

GoString returns the string representation

func (*EdgeForAddTablesInput) SetColumns

SetColumns sets the Columns field's value.

func (*EdgeForAddTablesInput) SetEnable_reverse_index

func (s *EdgeForAddTablesInput) SetEnable_reverse_index(v bool) *EdgeForAddTablesInput

SetEnable_reverse_index sets the Enable_reverse_index field's value.

func (*EdgeForAddTablesInput) SetLabel

SetLabel sets the Label field's value.

func (*EdgeForAddTablesInput) SetPrimary_key

func (s *EdgeForAddTablesInput) SetPrimary_key(v []*string) *EdgeForAddTablesInput

SetPrimary_key sets the Primary_key field's value.

func (*EdgeForAddTablesInput) SetSchema_label_type

func (s *EdgeForAddTablesInput) SetSchema_label_type(v string) *EdgeForAddTablesInput

SetSchema_label_type sets the Schema_label_type field's value.

func (*EdgeForAddTablesInput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*EdgeForAddTablesInput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (*EdgeForAddTablesInput) SetVertex_constraint

SetVertex_constraint sets the Vertex_constraint field's value.

func (EdgeForAddTablesInput) String

func (s EdgeForAddTablesInput) String() string

String returns the string representation

type EdgeForGetTableSchemaOutput

type EdgeForGetTableSchemaOutput struct {
	Columns []*ColumnForGetTableSchemaOutput `type:"list" json:"columns,omitempty"`

	Enable_reverse_index *bool `type:"boolean" json:"enable_reverse_index,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

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

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForGetTableSchemaOutput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForGetTableSchemaOutput `type:"list" json:"uniq_index,omitempty"`

	Vertex_constraint *Vertex_constraintForGetTableSchemaOutput `type:"structure" json:"vertex_constraint,omitempty"`
	// contains filtered or unexported fields
}

func (EdgeForGetTableSchemaOutput) GoString

func (s EdgeForGetTableSchemaOutput) GoString() string

GoString returns the string representation

func (*EdgeForGetTableSchemaOutput) SetColumns

SetColumns sets the Columns field's value.

func (*EdgeForGetTableSchemaOutput) SetEnable_reverse_index

func (s *EdgeForGetTableSchemaOutput) SetEnable_reverse_index(v bool) *EdgeForGetTableSchemaOutput

SetEnable_reverse_index sets the Enable_reverse_index field's value.

func (*EdgeForGetTableSchemaOutput) SetLabel

SetLabel sets the Label field's value.

func (*EdgeForGetTableSchemaOutput) SetPrimary_key

SetPrimary_key sets the Primary_key field's value.

func (*EdgeForGetTableSchemaOutput) SetSchema_label_type

SetSchema_label_type sets the Schema_label_type field's value.

func (*EdgeForGetTableSchemaOutput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*EdgeForGetTableSchemaOutput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (*EdgeForGetTableSchemaOutput) SetVertex_constraint

SetVertex_constraint sets the Vertex_constraint field's value.

func (EdgeForGetTableSchemaOutput) String

String returns the string representation

type EdgeForModifySchemaInput

type EdgeForModifySchemaInput struct {
	Columns []*ColumnForModifySchemaInput `type:"list" json:"columns,omitempty"`

	Enable_reverse_index *bool `type:"boolean" json:"enable_reverse_index,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

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

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForModifySchemaInput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForModifySchemaInput `type:"list" json:"uniq_index,omitempty"`

	Vertex_constraint *Vertex_constraintForModifySchemaInput `type:"structure" json:"vertex_constraint,omitempty"`
	// contains filtered or unexported fields
}

func (EdgeForModifySchemaInput) GoString

func (s EdgeForModifySchemaInput) GoString() string

GoString returns the string representation

func (*EdgeForModifySchemaInput) SetColumns

SetColumns sets the Columns field's value.

func (*EdgeForModifySchemaInput) SetEnable_reverse_index

func (s *EdgeForModifySchemaInput) SetEnable_reverse_index(v bool) *EdgeForModifySchemaInput

SetEnable_reverse_index sets the Enable_reverse_index field's value.

func (*EdgeForModifySchemaInput) SetLabel

SetLabel sets the Label field's value.

func (*EdgeForModifySchemaInput) SetPrimary_key

func (s *EdgeForModifySchemaInput) SetPrimary_key(v []*string) *EdgeForModifySchemaInput

SetPrimary_key sets the Primary_key field's value.

func (*EdgeForModifySchemaInput) SetSchema_label_type

func (s *EdgeForModifySchemaInput) SetSchema_label_type(v string) *EdgeForModifySchemaInput

SetSchema_label_type sets the Schema_label_type field's value.

func (*EdgeForModifySchemaInput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*EdgeForModifySchemaInput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (*EdgeForModifySchemaInput) SetVertex_constraint

SetVertex_constraint sets the Vertex_constraint field's value.

func (EdgeForModifySchemaInput) String

func (s EdgeForModifySchemaInput) String() string

String returns the string representation

type ExecuteMetaserviceCliInput added in v1.1.19

type ExecuteMetaserviceCliInput struct {

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

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

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

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

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

func (ExecuteMetaserviceCliInput) GoString added in v1.1.19

func (s ExecuteMetaserviceCliInput) GoString() string

GoString returns the string representation

func (*ExecuteMetaserviceCliInput) SetCommand added in v1.1.19

SetCommand sets the Command field's value.

func (*ExecuteMetaserviceCliInput) SetFlags added in v1.1.19

SetFlags sets the Flags field's value.

func (*ExecuteMetaserviceCliInput) SetInstanceId added in v1.1.19

SetInstanceId sets the InstanceId field's value.

func (*ExecuteMetaserviceCliInput) SetRaw_command added in v1.1.19

SetRaw_command sets the Raw_command field's value.

func (*ExecuteMetaserviceCliInput) SetSub_command added in v1.1.19

SetSub_command sets the Sub_command field's value.

func (ExecuteMetaserviceCliInput) String added in v1.1.19

String returns the string representation

func (*ExecuteMetaserviceCliInput) Validate added in v1.1.19

func (s *ExecuteMetaserviceCliInput) Validate() error

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

type ExecuteMetaserviceCliOutput added in v1.1.19

type ExecuteMetaserviceCliOutput struct {
	Metadata *response.ResponseMetadata

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

func (ExecuteMetaserviceCliOutput) GoString added in v1.1.19

func (s ExecuteMetaserviceCliOutput) GoString() string

GoString returns the string representation

func (*ExecuteMetaserviceCliOutput) SetOutput added in v1.1.19

SetOutput sets the Output field's value.

func (ExecuteMetaserviceCliOutput) String added in v1.1.19

String returns the string representation

type GRAPH

type GRAPH struct {
	*client.Client
}

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

GRAPH 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) *GRAPH

New create int can support ssl or region locate set

func (*GRAPH) AddTables

func (c *GRAPH) AddTables(input *AddTablesInput) (*AddTablesOutput, error)

AddTables API operation for GRAPH.

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 GRAPH's API operation AddTables for usage and error information.

func (*GRAPH) AddTablesCommon

func (c *GRAPH) AddTablesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AddTablesCommon API operation for GRAPH.

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 GRAPH's API operation AddTablesCommon for usage and error information.

func (*GRAPH) AddTablesCommonRequest

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

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

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

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

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

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

func (*GRAPH) AddTablesCommonWithContext

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

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

See AddTablesCommon 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 (*GRAPH) AddTablesRequest

func (c *GRAPH) AddTablesRequest(input *AddTablesInput) (req *request.Request, output *AddTablesOutput)

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

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

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

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

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

func (*GRAPH) AddTablesWithContext

func (c *GRAPH) AddTablesWithContext(ctx volcengine.Context, input *AddTablesInput, opts ...request.Option) (*AddTablesOutput, error)

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

See AddTables 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 (*GRAPH) AlterTable added in v1.1.25

func (c *GRAPH) AlterTable(input *AlterTableInput) (*AlterTableOutput, error)

AlterTable API operation for GRAPH.

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 GRAPH's API operation AlterTable for usage and error information.

func (*GRAPH) AlterTableCommon added in v1.1.25

func (c *GRAPH) AlterTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AlterTableCommon API operation for GRAPH.

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 GRAPH's API operation AlterTableCommon for usage and error information.

func (*GRAPH) AlterTableCommonRequest added in v1.1.25

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

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

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

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

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

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

func (*GRAPH) AlterTableCommonWithContext added in v1.1.25

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

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

See AlterTableCommon 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 (*GRAPH) AlterTableRequest added in v1.1.25

func (c *GRAPH) AlterTableRequest(input *AlterTableInput) (req *request.Request, output *AlterTableOutput)

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

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

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

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

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

func (*GRAPH) AlterTableWithContext added in v1.1.25

func (c *GRAPH) AlterTableWithContext(ctx volcengine.Context, input *AlterTableInput, opts ...request.Option) (*AlterTableOutput, error)

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

See AlterTable 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 (*GRAPH) CalcTableLimits added in v1.1.18

func (c *GRAPH) CalcTableLimits(input *CalcTableLimitsInput) (*CalcTableLimitsOutput, error)

CalcTableLimits API operation for GRAPH.

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 GRAPH's API operation CalcTableLimits for usage and error information.

func (*GRAPH) CalcTableLimitsCommon added in v1.1.18

func (c *GRAPH) CalcTableLimitsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CalcTableLimitsCommon API operation for GRAPH.

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 GRAPH's API operation CalcTableLimitsCommon for usage and error information.

func (*GRAPH) CalcTableLimitsCommonRequest added in v1.1.18

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

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

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

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

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

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

func (*GRAPH) CalcTableLimitsCommonWithContext added in v1.1.18

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

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

See CalcTableLimitsCommon 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 (*GRAPH) CalcTableLimitsRequest added in v1.1.18

func (c *GRAPH) CalcTableLimitsRequest(input *CalcTableLimitsInput) (req *request.Request, output *CalcTableLimitsOutput)

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

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

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

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

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

func (*GRAPH) CalcTableLimitsWithContext added in v1.1.18

func (c *GRAPH) CalcTableLimitsWithContext(ctx volcengine.Context, input *CalcTableLimitsInput, opts ...request.Option) (*CalcTableLimitsOutput, error)

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

See CalcTableLimits 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 (*GRAPH) CreateInstance

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

CreateInstance API operation for GRAPH.

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 GRAPH's API operation CreateInstance for usage and error information.

func (*GRAPH) CreateInstanceCommon

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

CreateInstanceCommon API operation for GRAPH.

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 GRAPH's API operation CreateInstanceCommon for usage and error information.

func (*GRAPH) CreateInstanceCommonRequest

func (c *GRAPH) 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 (*GRAPH) CreateInstanceCommonWithContext

func (c *GRAPH) 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 (*GRAPH) CreateInstanceRequest

func (c *GRAPH) 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 (*GRAPH) CreateInstanceWithContext

func (c *GRAPH) 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 (*GRAPH) DecodeRawKey added in v1.1.30

func (c *GRAPH) DecodeRawKey(input *DecodeRawKeyInput) (*DecodeRawKeyOutput, error)

DecodeRawKey API operation for GRAPH.

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 GRAPH's API operation DecodeRawKey for usage and error information.

func (*GRAPH) DecodeRawKeyCommon added in v1.1.30

func (c *GRAPH) DecodeRawKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DecodeRawKeyCommon API operation for GRAPH.

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 GRAPH's API operation DecodeRawKeyCommon for usage and error information.

func (*GRAPH) DecodeRawKeyCommonRequest added in v1.1.30

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

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

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

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

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

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

func (*GRAPH) DecodeRawKeyCommonWithContext added in v1.1.30

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

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

See DecodeRawKeyCommon 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 (*GRAPH) DecodeRawKeyRequest added in v1.1.30

func (c *GRAPH) DecodeRawKeyRequest(input *DecodeRawKeyInput) (req *request.Request, output *DecodeRawKeyOutput)

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

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

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

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

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

func (*GRAPH) DecodeRawKeyWithContext added in v1.1.30

func (c *GRAPH) DecodeRawKeyWithContext(ctx volcengine.Context, input *DecodeRawKeyInput, opts ...request.Option) (*DecodeRawKeyOutput, error)

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

See DecodeRawKey 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 (*GRAPH) DescribeInstance

func (c *GRAPH) DescribeInstance(input *DescribeInstanceInput) (*DescribeInstanceOutput, error)

DescribeInstance API operation for GRAPH.

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 GRAPH's API operation DescribeInstance for usage and error information.

func (*GRAPH) DescribeInstanceCommon

func (c *GRAPH) DescribeInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeInstanceCommon API operation for GRAPH.

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 GRAPH's API operation DescribeInstanceCommon for usage and error information.

func (*GRAPH) DescribeInstanceCommonRequest

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

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

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

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

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

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

func (*GRAPH) DescribeInstanceCommonWithContext

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

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

See DescribeInstanceCommon 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 (*GRAPH) DescribeInstanceRequest

func (c *GRAPH) DescribeInstanceRequest(input *DescribeInstanceInput) (req *request.Request, output *DescribeInstanceOutput)

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

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

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

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

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

func (*GRAPH) DescribeInstanceWithContext

func (c *GRAPH) DescribeInstanceWithContext(ctx volcengine.Context, input *DescribeInstanceInput, opts ...request.Option) (*DescribeInstanceOutput, error)

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

See DescribeInstance 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 (*GRAPH) DescribeVegraphConfigInMetamysql

func (c *GRAPH) DescribeVegraphConfigInMetamysql(input *DescribeVegraphConfigInMetamysqlInput) (*DescribeVegraphConfigInMetamysqlOutput, error)

DescribeVegraphConfigInMetamysql API operation for GRAPH.

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 GRAPH's API operation DescribeVegraphConfigInMetamysql for usage and error information.

func (*GRAPH) DescribeVegraphConfigInMetamysqlCommon

func (c *GRAPH) DescribeVegraphConfigInMetamysqlCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeVegraphConfigInMetamysqlCommon API operation for GRAPH.

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 GRAPH's API operation DescribeVegraphConfigInMetamysqlCommon for usage and error information.

func (*GRAPH) DescribeVegraphConfigInMetamysqlCommonRequest

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

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

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

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

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

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

func (*GRAPH) DescribeVegraphConfigInMetamysqlCommonWithContext

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

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

See DescribeVegraphConfigInMetamysqlCommon 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 (*GRAPH) DescribeVegraphConfigInMetamysqlRequest

func (c *GRAPH) DescribeVegraphConfigInMetamysqlRequest(input *DescribeVegraphConfigInMetamysqlInput) (req *request.Request, output *DescribeVegraphConfigInMetamysqlOutput)

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

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

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

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

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

func (*GRAPH) DescribeVegraphConfigInMetamysqlWithContext

func (c *GRAPH) DescribeVegraphConfigInMetamysqlWithContext(ctx volcengine.Context, input *DescribeVegraphConfigInMetamysqlInput, opts ...request.Option) (*DescribeVegraphConfigInMetamysqlOutput, error)

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

See DescribeVegraphConfigInMetamysql 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 (*GRAPH) DescribeZones

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

DescribeZones API operation for GRAPH.

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 GRAPH's API operation DescribeZones for usage and error information.

func (*GRAPH) DescribeZonesCommon

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

DescribeZonesCommon API operation for GRAPH.

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 GRAPH's API operation DescribeZonesCommon for usage and error information.

func (*GRAPH) DescribeZonesCommonRequest

func (c *GRAPH) 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 (*GRAPH) DescribeZonesCommonWithContext

func (c *GRAPH) 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 (*GRAPH) DescribeZonesRequest

func (c *GRAPH) 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 (*GRAPH) DescribeZonesWithContext

func (c *GRAPH) 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 (*GRAPH) DestroyInstance added in v1.1.12

func (c *GRAPH) DestroyInstance(input *DestroyInstanceInput) (*DestroyInstanceOutput, error)

DestroyInstance API operation for GRAPH.

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 GRAPH's API operation DestroyInstance for usage and error information.

func (*GRAPH) DestroyInstanceCommon added in v1.1.12

func (c *GRAPH) DestroyInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DestroyInstanceCommon API operation for GRAPH.

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 GRAPH's API operation DestroyInstanceCommon for usage and error information.

func (*GRAPH) DestroyInstanceCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*GRAPH) DestroyInstanceCommonWithContext added in v1.1.12

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

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

See DestroyInstanceCommon 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 (*GRAPH) DestroyInstanceRequest added in v1.1.12

func (c *GRAPH) DestroyInstanceRequest(input *DestroyInstanceInput) (req *request.Request, output *DestroyInstanceOutput)

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

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

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

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

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

func (*GRAPH) DestroyInstanceWithContext added in v1.1.12

func (c *GRAPH) DestroyInstanceWithContext(ctx volcengine.Context, input *DestroyInstanceInput, opts ...request.Option) (*DestroyInstanceOutput, error)

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

See DestroyInstance 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 (*GRAPH) ExecuteMetaserviceCli added in v1.1.19

func (c *GRAPH) ExecuteMetaserviceCli(input *ExecuteMetaserviceCliInput) (*ExecuteMetaserviceCliOutput, error)

ExecuteMetaserviceCli API operation for GRAPH.

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 GRAPH's API operation ExecuteMetaserviceCli for usage and error information.

func (*GRAPH) ExecuteMetaserviceCliCommon added in v1.1.19

func (c *GRAPH) ExecuteMetaserviceCliCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ExecuteMetaserviceCliCommon API operation for GRAPH.

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 GRAPH's API operation ExecuteMetaserviceCliCommon for usage and error information.

func (*GRAPH) ExecuteMetaserviceCliCommonRequest added in v1.1.19

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

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

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

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

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

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

func (*GRAPH) ExecuteMetaserviceCliCommonWithContext added in v1.1.19

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

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

See ExecuteMetaserviceCliCommon 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 (*GRAPH) ExecuteMetaserviceCliRequest added in v1.1.19

func (c *GRAPH) ExecuteMetaserviceCliRequest(input *ExecuteMetaserviceCliInput) (req *request.Request, output *ExecuteMetaserviceCliOutput)

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

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

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

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

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

func (*GRAPH) ExecuteMetaserviceCliWithContext added in v1.1.19

func (c *GRAPH) ExecuteMetaserviceCliWithContext(ctx volcengine.Context, input *ExecuteMetaserviceCliInput, opts ...request.Option) (*ExecuteMetaserviceCliOutput, error)

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

See ExecuteMetaserviceCli 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 (*GRAPH) GetAddTablesTicketOptions added in v1.1.18

func (c *GRAPH) GetAddTablesTicketOptions(input *GetAddTablesTicketOptionsInput) (*GetAddTablesTicketOptionsOutput, error)

GetAddTablesTicketOptions API operation for GRAPH.

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 GRAPH's API operation GetAddTablesTicketOptions for usage and error information.

func (*GRAPH) GetAddTablesTicketOptionsCommon added in v1.1.18

func (c *GRAPH) GetAddTablesTicketOptionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetAddTablesTicketOptionsCommon API operation for GRAPH.

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 GRAPH's API operation GetAddTablesTicketOptionsCommon for usage and error information.

func (*GRAPH) GetAddTablesTicketOptionsCommonRequest added in v1.1.18

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

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

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

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

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

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

func (*GRAPH) GetAddTablesTicketOptionsCommonWithContext added in v1.1.18

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

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

See GetAddTablesTicketOptionsCommon 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 (*GRAPH) GetAddTablesTicketOptionsRequest added in v1.1.18

func (c *GRAPH) GetAddTablesTicketOptionsRequest(input *GetAddTablesTicketOptionsInput) (req *request.Request, output *GetAddTablesTicketOptionsOutput)

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

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

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

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

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

func (*GRAPH) GetAddTablesTicketOptionsWithContext added in v1.1.18

func (c *GRAPH) GetAddTablesTicketOptionsWithContext(ctx volcengine.Context, input *GetAddTablesTicketOptionsInput, opts ...request.Option) (*GetAddTablesTicketOptionsOutput, error)

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

See GetAddTablesTicketOptions 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 (*GRAPH) GetInstanceSpecScope

func (c *GRAPH) GetInstanceSpecScope(input *GetInstanceSpecScopeInput) (*GetInstanceSpecScopeOutput, error)

GetInstanceSpecScope API operation for GRAPH.

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 GRAPH's API operation GetInstanceSpecScope for usage and error information.

func (*GRAPH) GetInstanceSpecScopeCommon

func (c *GRAPH) GetInstanceSpecScopeCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetInstanceSpecScopeCommon API operation for GRAPH.

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 GRAPH's API operation GetInstanceSpecScopeCommon for usage and error information.

func (*GRAPH) GetInstanceSpecScopeCommonRequest

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

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

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

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

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

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

func (*GRAPH) GetInstanceSpecScopeCommonWithContext

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

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

See GetInstanceSpecScopeCommon 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 (*GRAPH) GetInstanceSpecScopeRequest

func (c *GRAPH) GetInstanceSpecScopeRequest(input *GetInstanceSpecScopeInput) (req *request.Request, output *GetInstanceSpecScopeOutput)

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

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

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

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

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

func (*GRAPH) GetInstanceSpecScopeWithContext

func (c *GRAPH) GetInstanceSpecScopeWithContext(ctx volcengine.Context, input *GetInstanceSpecScopeInput, opts ...request.Option) (*GetInstanceSpecScopeOutput, error)

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

See GetInstanceSpecScope 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 (*GRAPH) GetTable added in v1.1.25

func (c *GRAPH) GetTable(input *GetTableInput) (*GetTableOutput, error)

GetTable API operation for GRAPH.

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 GRAPH's API operation GetTable for usage and error information.

func (*GRAPH) GetTableCommon added in v1.1.25

func (c *GRAPH) GetTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableCommon API operation for GRAPH.

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 GRAPH's API operation GetTableCommon for usage and error information.

func (*GRAPH) GetTableCommonRequest added in v1.1.25

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

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

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

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

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

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

func (*GRAPH) GetTableCommonWithContext added in v1.1.25

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

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

See GetTableCommon 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 (*GRAPH) GetTableConfig added in v1.1.12

func (c *GRAPH) GetTableConfig(input *GetTableConfigInput) (*GetTableConfigOutput, error)

GetTableConfig API operation for GRAPH.

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 GRAPH's API operation GetTableConfig for usage and error information.

func (*GRAPH) GetTableConfigCommon added in v1.1.12

func (c *GRAPH) GetTableConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableConfigCommon API operation for GRAPH.

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 GRAPH's API operation GetTableConfigCommon for usage and error information.

func (*GRAPH) GetTableConfigCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*GRAPH) GetTableConfigCommonWithContext added in v1.1.12

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

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

See GetTableConfigCommon 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 (*GRAPH) GetTableConfigRequest added in v1.1.12

func (c *GRAPH) GetTableConfigRequest(input *GetTableConfigInput) (req *request.Request, output *GetTableConfigOutput)

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

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

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

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

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

func (*GRAPH) GetTableConfigWithContext added in v1.1.12

func (c *GRAPH) GetTableConfigWithContext(ctx volcengine.Context, input *GetTableConfigInput, opts ...request.Option) (*GetTableConfigOutput, error)

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

See GetTableConfig 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 (*GRAPH) GetTableIOQosOptions added in v1.1.12

func (c *GRAPH) GetTableIOQosOptions(input *GetTableIOQosOptionsInput) (*GetTableIOQosOptionsOutput, error)

GetTableIOQosOptions API operation for GRAPH.

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 GRAPH's API operation GetTableIOQosOptions for usage and error information.

func (*GRAPH) GetTableIOQosOptionsCommon added in v1.1.12

func (c *GRAPH) GetTableIOQosOptionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableIOQosOptionsCommon API operation for GRAPH.

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 GRAPH's API operation GetTableIOQosOptionsCommon for usage and error information.

func (*GRAPH) GetTableIOQosOptionsCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*GRAPH) GetTableIOQosOptionsCommonWithContext added in v1.1.12

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

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

See GetTableIOQosOptionsCommon 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 (*GRAPH) GetTableIOQosOptionsRequest added in v1.1.12

func (c *GRAPH) GetTableIOQosOptionsRequest(input *GetTableIOQosOptionsInput) (req *request.Request, output *GetTableIOQosOptionsOutput)

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

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

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

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

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

func (*GRAPH) GetTableIOQosOptionsWithContext added in v1.1.12

func (c *GRAPH) GetTableIOQosOptionsWithContext(ctx volcengine.Context, input *GetTableIOQosOptionsInput, opts ...request.Option) (*GetTableIOQosOptionsOutput, error)

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

See GetTableIOQosOptions 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 (*GRAPH) GetTableLimit added in v1.1.12

func (c *GRAPH) GetTableLimit(input *GetTableLimitInput) (*GetTableLimitOutput, error)

GetTableLimit API operation for GRAPH.

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 GRAPH's API operation GetTableLimit for usage and error information.

func (*GRAPH) GetTableLimitCommon added in v1.1.12

func (c *GRAPH) GetTableLimitCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableLimitCommon API operation for GRAPH.

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 GRAPH's API operation GetTableLimitCommon for usage and error information.

func (*GRAPH) GetTableLimitCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*GRAPH) GetTableLimitCommonWithContext added in v1.1.12

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

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

See GetTableLimitCommon 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 (*GRAPH) GetTableLimitRequest added in v1.1.12

func (c *GRAPH) GetTableLimitRequest(input *GetTableLimitInput) (req *request.Request, output *GetTableLimitOutput)

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

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

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

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

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

func (*GRAPH) GetTableLimitWithContext added in v1.1.12

func (c *GRAPH) GetTableLimitWithContext(ctx volcengine.Context, input *GetTableLimitInput, opts ...request.Option) (*GetTableLimitOutput, error)

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

See GetTableLimit 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 (*GRAPH) GetTableQuota added in v1.1.12

func (c *GRAPH) GetTableQuota(input *GetTableQuotaInput) (*GetTableQuotaOutput, error)

GetTableQuota API operation for GRAPH.

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 GRAPH's API operation GetTableQuota for usage and error information.

func (*GRAPH) GetTableQuotaCommon added in v1.1.12

func (c *GRAPH) GetTableQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableQuotaCommon API operation for GRAPH.

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 GRAPH's API operation GetTableQuotaCommon for usage and error information.

func (*GRAPH) GetTableQuotaCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*GRAPH) GetTableQuotaCommonWithContext added in v1.1.12

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

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

See GetTableQuotaCommon 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 (*GRAPH) GetTableQuotaRequest added in v1.1.12

func (c *GRAPH) GetTableQuotaRequest(input *GetTableQuotaInput) (req *request.Request, output *GetTableQuotaOutput)

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

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

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

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

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

func (*GRAPH) GetTableQuotaWithContext added in v1.1.12

func (c *GRAPH) GetTableQuotaWithContext(ctx volcengine.Context, input *GetTableQuotaInput, opts ...request.Option) (*GetTableQuotaOutput, error)

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

See GetTableQuota 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 (*GRAPH) GetTableRequest added in v1.1.25

func (c *GRAPH) GetTableRequest(input *GetTableInput) (req *request.Request, output *GetTableOutput)

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

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

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

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

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

func (*GRAPH) GetTableSchema

func (c *GRAPH) GetTableSchema(input *GetTableSchemaInput) (*GetTableSchemaOutput, error)

GetTableSchema API operation for GRAPH.

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 GRAPH's API operation GetTableSchema for usage and error information.

func (*GRAPH) GetTableSchemaCommon

func (c *GRAPH) GetTableSchemaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTableSchemaCommon API operation for GRAPH.

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 GRAPH's API operation GetTableSchemaCommon for usage and error information.

func (*GRAPH) GetTableSchemaCommonRequest

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

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

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

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

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

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

func (*GRAPH) GetTableSchemaCommonWithContext

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

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

See GetTableSchemaCommon 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 (*GRAPH) GetTableSchemaRequest

func (c *GRAPH) GetTableSchemaRequest(input *GetTableSchemaInput) (req *request.Request, output *GetTableSchemaOutput)

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

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

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

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

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

func (*GRAPH) GetTableSchemaWithContext

func (c *GRAPH) GetTableSchemaWithContext(ctx volcengine.Context, input *GetTableSchemaInput, opts ...request.Option) (*GetTableSchemaOutput, error)

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

See GetTableSchema 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 (*GRAPH) GetTableWithContext added in v1.1.25

func (c *GRAPH) GetTableWithContext(ctx volcengine.Context, input *GetTableInput, opts ...request.Option) (*GetTableOutput, error)

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

See GetTable 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 (*GRAPH) GetVegraphNetworkResource

func (c *GRAPH) GetVegraphNetworkResource(input *GetVegraphNetworkResourceInput) (*GetVegraphNetworkResourceOutput, error)

GetVegraphNetworkResource API operation for GRAPH.

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 GRAPH's API operation GetVegraphNetworkResource for usage and error information.

func (*GRAPH) GetVegraphNetworkResourceCommon

func (c *GRAPH) GetVegraphNetworkResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetVegraphNetworkResourceCommon API operation for GRAPH.

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 GRAPH's API operation GetVegraphNetworkResourceCommon for usage and error information.

func (*GRAPH) GetVegraphNetworkResourceCommonRequest

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

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

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

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

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

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

func (*GRAPH) GetVegraphNetworkResourceCommonWithContext

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

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

See GetVegraphNetworkResourceCommon 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 (*GRAPH) GetVegraphNetworkResourceRequest

func (c *GRAPH) GetVegraphNetworkResourceRequest(input *GetVegraphNetworkResourceInput) (req *request.Request, output *GetVegraphNetworkResourceOutput)

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

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

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

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

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

func (*GRAPH) GetVegraphNetworkResourceWithContext

func (c *GRAPH) GetVegraphNetworkResourceWithContext(ctx volcengine.Context, input *GetVegraphNetworkResourceInput, opts ...request.Option) (*GetVegraphNetworkResourceOutput, error)

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

See GetVegraphNetworkResource 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 (*GRAPH) GetVegraphReadAndWriteStatus added in v1.1.12

func (c *GRAPH) GetVegraphReadAndWriteStatus(input *GetVegraphReadAndWriteStatusInput) (*GetVegraphReadAndWriteStatusOutput, error)

GetVegraphReadAndWriteStatus API operation for GRAPH.

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 GRAPH's API operation GetVegraphReadAndWriteStatus for usage and error information.

func (*GRAPH) GetVegraphReadAndWriteStatusCommon added in v1.1.12

func (c *GRAPH) GetVegraphReadAndWriteStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetVegraphReadAndWriteStatusCommon API operation for GRAPH.

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 GRAPH's API operation GetVegraphReadAndWriteStatusCommon for usage and error information.

func (*GRAPH) GetVegraphReadAndWriteStatusCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*GRAPH) GetVegraphReadAndWriteStatusCommonWithContext added in v1.1.12

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

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

See GetVegraphReadAndWriteStatusCommon 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 (*GRAPH) GetVegraphReadAndWriteStatusRequest added in v1.1.12

func (c *GRAPH) GetVegraphReadAndWriteStatusRequest(input *GetVegraphReadAndWriteStatusInput) (req *request.Request, output *GetVegraphReadAndWriteStatusOutput)

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

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

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

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

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

func (*GRAPH) GetVegraphReadAndWriteStatusWithContext added in v1.1.12

func (c *GRAPH) GetVegraphReadAndWriteStatusWithContext(ctx volcengine.Context, input *GetVegraphReadAndWriteStatusInput, opts ...request.Option) (*GetVegraphReadAndWriteStatusOutput, error)

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

See GetVegraphReadAndWriteStatus 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 (*GRAPH) GetVersionSetAndComponentsInfo added in v1.1.30

func (c *GRAPH) GetVersionSetAndComponentsInfo(input *GetVersionSetAndComponentsInfoInput) (*GetVersionSetAndComponentsInfoOutput, error)

GetVersionSetAndComponentsInfo API operation for GRAPH.

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 GRAPH's API operation GetVersionSetAndComponentsInfo for usage and error information.

func (*GRAPH) GetVersionSetAndComponentsInfoCommon added in v1.1.30

func (c *GRAPH) GetVersionSetAndComponentsInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetVersionSetAndComponentsInfoCommon API operation for GRAPH.

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 GRAPH's API operation GetVersionSetAndComponentsInfoCommon for usage and error information.

func (*GRAPH) GetVersionSetAndComponentsInfoCommonRequest added in v1.1.30

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

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

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

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

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

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

func (*GRAPH) GetVersionSetAndComponentsInfoCommonWithContext added in v1.1.30

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

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

See GetVersionSetAndComponentsInfoCommon 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 (*GRAPH) GetVersionSetAndComponentsInfoRequest added in v1.1.30

func (c *GRAPH) GetVersionSetAndComponentsInfoRequest(input *GetVersionSetAndComponentsInfoInput) (req *request.Request, output *GetVersionSetAndComponentsInfoOutput)

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

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

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

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

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

func (*GRAPH) GetVersionSetAndComponentsInfoWithContext added in v1.1.30

func (c *GRAPH) GetVersionSetAndComponentsInfoWithContext(ctx volcengine.Context, input *GetVersionSetAndComponentsInfoInput, opts ...request.Option) (*GetVersionSetAndComponentsInfoOutput, error)

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

See GetVersionSetAndComponentsInfo 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 (*GRAPH) ListClusterTables

func (c *GRAPH) ListClusterTables(input *ListClusterTablesInput) (*ListClusterTablesOutput, error)

ListClusterTables API operation for GRAPH.

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 GRAPH's API operation ListClusterTables for usage and error information.

func (*GRAPH) ListClusterTablesCommon

func (c *GRAPH) ListClusterTablesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListClusterTablesCommon API operation for GRAPH.

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 GRAPH's API operation ListClusterTablesCommon for usage and error information.

func (*GRAPH) ListClusterTablesCommonRequest

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

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

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

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

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

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

func (*GRAPH) ListClusterTablesCommonWithContext

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

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

See ListClusterTablesCommon 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 (*GRAPH) ListClusterTablesRequest

func (c *GRAPH) ListClusterTablesRequest(input *ListClusterTablesInput) (req *request.Request, output *ListClusterTablesOutput)

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

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

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

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

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

func (*GRAPH) ListClusterTablesWithContext

func (c *GRAPH) ListClusterTablesWithContext(ctx volcengine.Context, input *ListClusterTablesInput, opts ...request.Option) (*ListClusterTablesOutput, error)

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

See ListClusterTables 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 (*GRAPH) ListInstance

func (c *GRAPH) ListInstance(input *ListInstanceInput) (*ListInstanceOutput, error)

ListInstance API operation for GRAPH.

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 GRAPH's API operation ListInstance for usage and error information.

func (*GRAPH) ListInstanceCommon

func (c *GRAPH) ListInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListInstanceCommon API operation for GRAPH.

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 GRAPH's API operation ListInstanceCommon for usage and error information.

func (*GRAPH) ListInstanceCommonRequest

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

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

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

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

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

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

func (*GRAPH) ListInstanceCommonWithContext

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

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

See ListInstanceCommon 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 (*GRAPH) ListInstanceRequest

func (c *GRAPH) ListInstanceRequest(input *ListInstanceInput) (req *request.Request, output *ListInstanceOutput)

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

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

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

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

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

func (*GRAPH) ListInstanceWithContext

func (c *GRAPH) ListInstanceWithContext(ctx volcengine.Context, input *ListInstanceInput, opts ...request.Option) (*ListInstanceOutput, error)

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

See ListInstance 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 (*GRAPH) ModifyDBInstanceDeletionProtectionPolicy added in v1.1.12

func (c *GRAPH) ModifyDBInstanceDeletionProtectionPolicy(input *ModifyDBInstanceDeletionProtectionPolicyInput) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)

ModifyDBInstanceDeletionProtectionPolicy API operation for GRAPH.

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 GRAPH's API operation ModifyDBInstanceDeletionProtectionPolicy for usage and error information.

func (*GRAPH) ModifyDBInstanceDeletionProtectionPolicyCommon added in v1.1.12

func (c *GRAPH) ModifyDBInstanceDeletionProtectionPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyDBInstanceDeletionProtectionPolicyCommon API operation for GRAPH.

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 GRAPH's API operation ModifyDBInstanceDeletionProtectionPolicyCommon for usage and error information.

func (*GRAPH) ModifyDBInstanceDeletionProtectionPolicyCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*GRAPH) ModifyDBInstanceDeletionProtectionPolicyCommonWithContext added in v1.1.12

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

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

See ModifyDBInstanceDeletionProtectionPolicyCommon 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 (*GRAPH) ModifyDBInstanceDeletionProtectionPolicyRequest added in v1.1.12

func (c *GRAPH) ModifyDBInstanceDeletionProtectionPolicyRequest(input *ModifyDBInstanceDeletionProtectionPolicyInput) (req *request.Request, output *ModifyDBInstanceDeletionProtectionPolicyOutput)

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

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

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

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

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

func (*GRAPH) ModifyDBInstanceDeletionProtectionPolicyWithContext added in v1.1.12

func (c *GRAPH) ModifyDBInstanceDeletionProtectionPolicyWithContext(ctx volcengine.Context, input *ModifyDBInstanceDeletionProtectionPolicyInput, opts ...request.Option) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)

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

See ModifyDBInstanceDeletionProtectionPolicy 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 (*GRAPH) ModifySchema

func (c *GRAPH) ModifySchema(input *ModifySchemaInput) (*ModifySchemaOutput, error)

ModifySchema API operation for GRAPH.

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 GRAPH's API operation ModifySchema for usage and error information.

func (*GRAPH) ModifySchemaCommon

func (c *GRAPH) ModifySchemaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifySchemaCommon API operation for GRAPH.

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 GRAPH's API operation ModifySchemaCommon for usage and error information.

func (*GRAPH) ModifySchemaCommonRequest

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

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

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

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

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

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

func (*GRAPH) ModifySchemaCommonWithContext

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

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

See ModifySchemaCommon 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 (*GRAPH) ModifySchemaRequest

func (c *GRAPH) ModifySchemaRequest(input *ModifySchemaInput) (req *request.Request, output *ModifySchemaOutput)

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

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

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

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

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

func (*GRAPH) ModifySchemaWithContext

func (c *GRAPH) ModifySchemaWithContext(ctx volcengine.Context, input *ModifySchemaInput, opts ...request.Option) (*ModifySchemaOutput, error)

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

See ModifySchema 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 (*GRAPH) SetVegraphReadAndWriteStatus added in v1.1.12

func (c *GRAPH) SetVegraphReadAndWriteStatus(input *SetVegraphReadAndWriteStatusInput) (*SetVegraphReadAndWriteStatusOutput, error)

SetVegraphReadAndWriteStatus API operation for GRAPH.

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 GRAPH's API operation SetVegraphReadAndWriteStatus for usage and error information.

func (*GRAPH) SetVegraphReadAndWriteStatusCommon added in v1.1.12

func (c *GRAPH) SetVegraphReadAndWriteStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SetVegraphReadAndWriteStatusCommon API operation for GRAPH.

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 GRAPH's API operation SetVegraphReadAndWriteStatusCommon for usage and error information.

func (*GRAPH) SetVegraphReadAndWriteStatusCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*GRAPH) SetVegraphReadAndWriteStatusCommonWithContext added in v1.1.12

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

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

See SetVegraphReadAndWriteStatusCommon 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 (*GRAPH) SetVegraphReadAndWriteStatusRequest added in v1.1.12

func (c *GRAPH) SetVegraphReadAndWriteStatusRequest(input *SetVegraphReadAndWriteStatusInput) (req *request.Request, output *SetVegraphReadAndWriteStatusOutput)

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

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

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

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

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

func (*GRAPH) SetVegraphReadAndWriteStatusWithContext added in v1.1.12

func (c *GRAPH) SetVegraphReadAndWriteStatusWithContext(ctx volcengine.Context, input *SetVegraphReadAndWriteStatusInput, opts ...request.Option) (*SetVegraphReadAndWriteStatusOutput, error)

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

See SetVegraphReadAndWriteStatus 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 (*GRAPH) TruncateTable added in v1.1.25

func (c *GRAPH) TruncateTable(input *TruncateTableInput) (*TruncateTableOutput, error)

TruncateTable API operation for GRAPH.

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 GRAPH's API operation TruncateTable for usage and error information.

func (*GRAPH) TruncateTableCommon added in v1.1.25

func (c *GRAPH) TruncateTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TruncateTableCommon API operation for GRAPH.

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 GRAPH's API operation TruncateTableCommon for usage and error information.

func (*GRAPH) TruncateTableCommonRequest added in v1.1.25

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

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

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

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

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

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

func (*GRAPH) TruncateTableCommonWithContext added in v1.1.25

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

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

See TruncateTableCommon 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 (*GRAPH) TruncateTableRequest added in v1.1.25

func (c *GRAPH) TruncateTableRequest(input *TruncateTableInput) (req *request.Request, output *TruncateTableOutput)

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

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

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

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

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

func (*GRAPH) TruncateTableWithContext added in v1.1.25

func (c *GRAPH) TruncateTableWithContext(ctx volcengine.Context, input *TruncateTableInput, opts ...request.Option) (*TruncateTableOutput, error)

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

See TruncateTable 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 GRAPHAPI

type GRAPHAPI interface {
	AddTablesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddTablesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddTablesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddTables(*AddTablesInput) (*AddTablesOutput, error)
	AddTablesWithContext(volcengine.Context, *AddTablesInput, ...request.Option) (*AddTablesOutput, error)
	AddTablesRequest(*AddTablesInput) (*request.Request, *AddTablesOutput)

	AlterTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AlterTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AlterTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AlterTable(*AlterTableInput) (*AlterTableOutput, error)
	AlterTableWithContext(volcengine.Context, *AlterTableInput, ...request.Option) (*AlterTableOutput, error)
	AlterTableRequest(*AlterTableInput) (*request.Request, *AlterTableOutput)

	CalcTableLimitsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CalcTableLimitsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CalcTableLimitsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CalcTableLimits(*CalcTableLimitsInput) (*CalcTableLimitsOutput, error)
	CalcTableLimitsWithContext(volcengine.Context, *CalcTableLimitsInput, ...request.Option) (*CalcTableLimitsOutput, error)
	CalcTableLimitsRequest(*CalcTableLimitsInput) (*request.Request, *CalcTableLimitsOutput)

	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)

	DecodeRawKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DecodeRawKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DecodeRawKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DecodeRawKey(*DecodeRawKeyInput) (*DecodeRawKeyOutput, error)
	DecodeRawKeyWithContext(volcengine.Context, *DecodeRawKeyInput, ...request.Option) (*DecodeRawKeyOutput, error)
	DecodeRawKeyRequest(*DecodeRawKeyInput) (*request.Request, *DecodeRawKeyOutput)

	DescribeInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeInstance(*DescribeInstanceInput) (*DescribeInstanceOutput, error)
	DescribeInstanceWithContext(volcengine.Context, *DescribeInstanceInput, ...request.Option) (*DescribeInstanceOutput, error)
	DescribeInstanceRequest(*DescribeInstanceInput) (*request.Request, *DescribeInstanceOutput)

	DescribeVegraphConfigInMetamysqlCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeVegraphConfigInMetamysqlCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeVegraphConfigInMetamysqlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeVegraphConfigInMetamysql(*DescribeVegraphConfigInMetamysqlInput) (*DescribeVegraphConfigInMetamysqlOutput, error)
	DescribeVegraphConfigInMetamysqlWithContext(volcengine.Context, *DescribeVegraphConfigInMetamysqlInput, ...request.Option) (*DescribeVegraphConfigInMetamysqlOutput, error)
	DescribeVegraphConfigInMetamysqlRequest(*DescribeVegraphConfigInMetamysqlInput) (*request.Request, *DescribeVegraphConfigInMetamysqlOutput)

	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)

	DestroyInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DestroyInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DestroyInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DestroyInstance(*DestroyInstanceInput) (*DestroyInstanceOutput, error)
	DestroyInstanceWithContext(volcengine.Context, *DestroyInstanceInput, ...request.Option) (*DestroyInstanceOutput, error)
	DestroyInstanceRequest(*DestroyInstanceInput) (*request.Request, *DestroyInstanceOutput)

	ExecuteMetaserviceCliCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ExecuteMetaserviceCliCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ExecuteMetaserviceCliCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ExecuteMetaserviceCli(*ExecuteMetaserviceCliInput) (*ExecuteMetaserviceCliOutput, error)
	ExecuteMetaserviceCliWithContext(volcengine.Context, *ExecuteMetaserviceCliInput, ...request.Option) (*ExecuteMetaserviceCliOutput, error)
	ExecuteMetaserviceCliRequest(*ExecuteMetaserviceCliInput) (*request.Request, *ExecuteMetaserviceCliOutput)

	GetAddTablesTicketOptionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetAddTablesTicketOptionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetAddTablesTicketOptionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetAddTablesTicketOptions(*GetAddTablesTicketOptionsInput) (*GetAddTablesTicketOptionsOutput, error)
	GetAddTablesTicketOptionsWithContext(volcengine.Context, *GetAddTablesTicketOptionsInput, ...request.Option) (*GetAddTablesTicketOptionsOutput, error)
	GetAddTablesTicketOptionsRequest(*GetAddTablesTicketOptionsInput) (*request.Request, *GetAddTablesTicketOptionsOutput)

	GetInstanceSpecScopeCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetInstanceSpecScopeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetInstanceSpecScopeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetInstanceSpecScope(*GetInstanceSpecScopeInput) (*GetInstanceSpecScopeOutput, error)
	GetInstanceSpecScopeWithContext(volcengine.Context, *GetInstanceSpecScopeInput, ...request.Option) (*GetInstanceSpecScopeOutput, error)
	GetInstanceSpecScopeRequest(*GetInstanceSpecScopeInput) (*request.Request, *GetInstanceSpecScopeOutput)

	GetTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTable(*GetTableInput) (*GetTableOutput, error)
	GetTableWithContext(volcengine.Context, *GetTableInput, ...request.Option) (*GetTableOutput, error)
	GetTableRequest(*GetTableInput) (*request.Request, *GetTableOutput)

	GetTableConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTableConfig(*GetTableConfigInput) (*GetTableConfigOutput, error)
	GetTableConfigWithContext(volcengine.Context, *GetTableConfigInput, ...request.Option) (*GetTableConfigOutput, error)
	GetTableConfigRequest(*GetTableConfigInput) (*request.Request, *GetTableConfigOutput)

	GetTableIOQosOptionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableIOQosOptionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableIOQosOptionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTableIOQosOptions(*GetTableIOQosOptionsInput) (*GetTableIOQosOptionsOutput, error)
	GetTableIOQosOptionsWithContext(volcengine.Context, *GetTableIOQosOptionsInput, ...request.Option) (*GetTableIOQosOptionsOutput, error)
	GetTableIOQosOptionsRequest(*GetTableIOQosOptionsInput) (*request.Request, *GetTableIOQosOptionsOutput)

	GetTableLimitCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableLimitCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableLimitCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTableLimit(*GetTableLimitInput) (*GetTableLimitOutput, error)
	GetTableLimitWithContext(volcengine.Context, *GetTableLimitInput, ...request.Option) (*GetTableLimitOutput, error)
	GetTableLimitRequest(*GetTableLimitInput) (*request.Request, *GetTableLimitOutput)

	GetTableQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTableQuota(*GetTableQuotaInput) (*GetTableQuotaOutput, error)
	GetTableQuotaWithContext(volcengine.Context, *GetTableQuotaInput, ...request.Option) (*GetTableQuotaOutput, error)
	GetTableQuotaRequest(*GetTableQuotaInput) (*request.Request, *GetTableQuotaOutput)

	GetTableSchemaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTableSchemaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTableSchemaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTableSchema(*GetTableSchemaInput) (*GetTableSchemaOutput, error)
	GetTableSchemaWithContext(volcengine.Context, *GetTableSchemaInput, ...request.Option) (*GetTableSchemaOutput, error)
	GetTableSchemaRequest(*GetTableSchemaInput) (*request.Request, *GetTableSchemaOutput)

	GetVegraphNetworkResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetVegraphNetworkResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetVegraphNetworkResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetVegraphNetworkResource(*GetVegraphNetworkResourceInput) (*GetVegraphNetworkResourceOutput, error)
	GetVegraphNetworkResourceWithContext(volcengine.Context, *GetVegraphNetworkResourceInput, ...request.Option) (*GetVegraphNetworkResourceOutput, error)
	GetVegraphNetworkResourceRequest(*GetVegraphNetworkResourceInput) (*request.Request, *GetVegraphNetworkResourceOutput)

	GetVegraphReadAndWriteStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetVegraphReadAndWriteStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetVegraphReadAndWriteStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetVegraphReadAndWriteStatus(*GetVegraphReadAndWriteStatusInput) (*GetVegraphReadAndWriteStatusOutput, error)
	GetVegraphReadAndWriteStatusWithContext(volcengine.Context, *GetVegraphReadAndWriteStatusInput, ...request.Option) (*GetVegraphReadAndWriteStatusOutput, error)
	GetVegraphReadAndWriteStatusRequest(*GetVegraphReadAndWriteStatusInput) (*request.Request, *GetVegraphReadAndWriteStatusOutput)

	GetVersionSetAndComponentsInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetVersionSetAndComponentsInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetVersionSetAndComponentsInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetVersionSetAndComponentsInfo(*GetVersionSetAndComponentsInfoInput) (*GetVersionSetAndComponentsInfoOutput, error)
	GetVersionSetAndComponentsInfoWithContext(volcengine.Context, *GetVersionSetAndComponentsInfoInput, ...request.Option) (*GetVersionSetAndComponentsInfoOutput, error)
	GetVersionSetAndComponentsInfoRequest(*GetVersionSetAndComponentsInfoInput) (*request.Request, *GetVersionSetAndComponentsInfoOutput)

	ListClusterTablesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListClusterTablesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListClusterTablesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListClusterTables(*ListClusterTablesInput) (*ListClusterTablesOutput, error)
	ListClusterTablesWithContext(volcengine.Context, *ListClusterTablesInput, ...request.Option) (*ListClusterTablesOutput, error)
	ListClusterTablesRequest(*ListClusterTablesInput) (*request.Request, *ListClusterTablesOutput)

	ListInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListInstance(*ListInstanceInput) (*ListInstanceOutput, error)
	ListInstanceWithContext(volcengine.Context, *ListInstanceInput, ...request.Option) (*ListInstanceOutput, error)
	ListInstanceRequest(*ListInstanceInput) (*request.Request, *ListInstanceOutput)

	ModifyDBInstanceDeletionProtectionPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyDBInstanceDeletionProtectionPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyDBInstanceDeletionProtectionPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyDBInstanceDeletionProtectionPolicy(*ModifyDBInstanceDeletionProtectionPolicyInput) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)
	ModifyDBInstanceDeletionProtectionPolicyWithContext(volcengine.Context, *ModifyDBInstanceDeletionProtectionPolicyInput, ...request.Option) (*ModifyDBInstanceDeletionProtectionPolicyOutput, error)
	ModifyDBInstanceDeletionProtectionPolicyRequest(*ModifyDBInstanceDeletionProtectionPolicyInput) (*request.Request, *ModifyDBInstanceDeletionProtectionPolicyOutput)

	ModifySchemaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifySchemaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifySchemaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifySchema(*ModifySchemaInput) (*ModifySchemaOutput, error)
	ModifySchemaWithContext(volcengine.Context, *ModifySchemaInput, ...request.Option) (*ModifySchemaOutput, error)
	ModifySchemaRequest(*ModifySchemaInput) (*request.Request, *ModifySchemaOutput)

	SetVegraphReadAndWriteStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SetVegraphReadAndWriteStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SetVegraphReadAndWriteStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SetVegraphReadAndWriteStatus(*SetVegraphReadAndWriteStatusInput) (*SetVegraphReadAndWriteStatusOutput, error)
	SetVegraphReadAndWriteStatusWithContext(volcengine.Context, *SetVegraphReadAndWriteStatusInput, ...request.Option) (*SetVegraphReadAndWriteStatusOutput, error)
	SetVegraphReadAndWriteStatusRequest(*SetVegraphReadAndWriteStatusInput) (*request.Request, *SetVegraphReadAndWriteStatusOutput)

	TruncateTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TruncateTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TruncateTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TruncateTable(*TruncateTableInput) (*TruncateTableOutput, error)
	TruncateTableWithContext(volcengine.Context, *TruncateTableInput, ...request.Option) (*TruncateTableOutput, error)
	TruncateTableRequest(*TruncateTableInput) (*request.Request, *TruncateTableOutput)
}

GRAPHAPI provides an interface to enable mocking the graph.GRAPH service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// GRAPH.
func myFunc(svc GRAPHAPI) bool {
    // Make svc.AddTables request
}

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

    myFunc(svc)
}

type GetAddTablesTicketOptionsInput added in v1.1.18

type GetAddTablesTicketOptionsInput struct {

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

func (GetAddTablesTicketOptionsInput) GoString added in v1.1.18

GoString returns the string representation

func (*GetAddTablesTicketOptionsInput) SetInstanceId added in v1.1.18

SetInstanceId sets the InstanceId field's value.

func (GetAddTablesTicketOptionsInput) String added in v1.1.18

String returns the string representation

func (*GetAddTablesTicketOptionsInput) Validate added in v1.1.18

func (s *GetAddTablesTicketOptionsInput) Validate() error

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

type GetAddTablesTicketOptionsOutput added in v1.1.18

type GetAddTablesTicketOptionsOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetAddTablesTicketOptionsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*GetAddTablesTicketOptionsOutput) SetAllow_enable_rotate added in v1.1.18

SetAllow_enable_rotate sets the Allow_enable_rotate field's value.

func (GetAddTablesTicketOptionsOutput) String added in v1.1.18

String returns the string representation

type GetInstanceSpecScopeInput

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

func (GetInstanceSpecScopeInput) GoString

func (s GetInstanceSpecScopeInput) GoString() string

GoString returns the string representation

func (GetInstanceSpecScopeInput) String

func (s GetInstanceSpecScopeInput) String() string

String returns the string representation

type GetInstanceSpecScopeOutput

type GetInstanceSpecScopeOutput struct {
	Metadata *response.ResponseMetadata

	Infos []*InfoForGetInstanceSpecScopeOutput `type:"list" json:"infos,omitempty"`
	// contains filtered or unexported fields
}

func (GetInstanceSpecScopeOutput) GoString

func (s GetInstanceSpecScopeOutput) GoString() string

GoString returns the string representation

func (*GetInstanceSpecScopeOutput) SetInfos

SetInfos sets the Infos field's value.

func (GetInstanceSpecScopeOutput) String

String returns the string representation

type GetTableConfigInput added in v1.1.12

type GetTableConfigInput struct {

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

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

func (GetTableConfigInput) GoString added in v1.1.12

func (s GetTableConfigInput) GoString() string

GoString returns the string representation

func (*GetTableConfigInput) SetInstanceId added in v1.1.12

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

SetInstanceId sets the InstanceId field's value.

func (*GetTableConfigInput) SetTable added in v1.1.12

SetTable sets the Table field's value.

func (GetTableConfigInput) String added in v1.1.12

func (s GetTableConfigInput) String() string

String returns the string representation

func (*GetTableConfigInput) Validate added in v1.1.12

func (s *GetTableConfigInput) Validate() error

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

type GetTableConfigOutput added in v1.1.12

type GetTableConfigOutput struct {
	Metadata *response.ResponseMetadata

	TableConfig *TableConfigForGetTableConfigOutput `type:"structure" json:"tableConfig,omitempty"`
	// contains filtered or unexported fields
}

func (GetTableConfigOutput) GoString added in v1.1.12

func (s GetTableConfigOutput) GoString() string

GoString returns the string representation

func (*GetTableConfigOutput) SetTableConfig added in v1.1.12

SetTableConfig sets the TableConfig field's value.

func (GetTableConfigOutput) String added in v1.1.12

func (s GetTableConfigOutput) String() string

String returns the string representation

type GetTableIOQosOptionsInput added in v1.1.12

type GetTableIOQosOptionsInput struct {

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

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

func (GetTableIOQosOptionsInput) GoString added in v1.1.12

func (s GetTableIOQosOptionsInput) GoString() string

GoString returns the string representation

func (*GetTableIOQosOptionsInput) SetInstanceId added in v1.1.12

SetInstanceId sets the InstanceId field's value.

func (*GetTableIOQosOptionsInput) SetTable added in v1.1.12

SetTable sets the Table field's value.

func (GetTableIOQosOptionsInput) String added in v1.1.12

func (s GetTableIOQosOptionsInput) String() string

String returns the string representation

func (*GetTableIOQosOptionsInput) Validate added in v1.1.12

func (s *GetTableIOQosOptionsInput) Validate() error

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

type GetTableIOQosOptionsOutput added in v1.1.12

type GetTableIOQosOptionsOutput struct {
	Metadata *response.ResponseMetadata

	IoQosOptions *IoQosOptionsForGetTableIOQosOptionsOutput `type:"structure" json:"ioQosOptions,omitempty"`
	// contains filtered or unexported fields
}

func (GetTableIOQosOptionsOutput) GoString added in v1.1.12

func (s GetTableIOQosOptionsOutput) GoString() string

GoString returns the string representation

func (*GetTableIOQosOptionsOutput) SetIoQosOptions added in v1.1.12

SetIoQosOptions sets the IoQosOptions field's value.

func (GetTableIOQosOptionsOutput) String added in v1.1.12

String returns the string representation

type GetTableInput added in v1.1.25

type GetTableInput struct {

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

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

func (GetTableInput) GoString added in v1.1.25

func (s GetTableInput) GoString() string

GoString returns the string representation

func (*GetTableInput) SetInstanceId added in v1.1.25

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

SetInstanceId sets the InstanceId field's value.

func (*GetTableInput) SetTableName added in v1.1.25

func (s *GetTableInput) SetTableName(v string) *GetTableInput

SetTableName sets the TableName field's value.

func (GetTableInput) String added in v1.1.25

func (s GetTableInput) String() string

String returns the string representation

func (*GetTableInput) Validate added in v1.1.25

func (s *GetTableInput) Validate() error

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

type GetTableLimitInput added in v1.1.12

type GetTableLimitInput struct {

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

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

func (GetTableLimitInput) GoString added in v1.1.12

func (s GetTableLimitInput) GoString() string

GoString returns the string representation

func (*GetTableLimitInput) SetInstanceId added in v1.1.12

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

SetInstanceId sets the InstanceId field's value.

func (*GetTableLimitInput) SetTable added in v1.1.12

SetTable sets the Table field's value.

func (GetTableLimitInput) String added in v1.1.12

func (s GetTableLimitInput) String() string

String returns the string representation

func (*GetTableLimitInput) Validate added in v1.1.12

func (s *GetTableLimitInput) Validate() error

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

type GetTableLimitOutput added in v1.1.12

type GetTableLimitOutput struct {
	Metadata *response.ResponseMetadata

	TableLimits *TableLimitsForGetTableLimitOutput `type:"structure" json:"tableLimits,omitempty"`
	// contains filtered or unexported fields
}

func (GetTableLimitOutput) GoString added in v1.1.12

func (s GetTableLimitOutput) GoString() string

GoString returns the string representation

func (*GetTableLimitOutput) SetTableLimits added in v1.1.12

SetTableLimits sets the TableLimits field's value.

func (GetTableLimitOutput) String added in v1.1.12

func (s GetTableLimitOutput) String() string

String returns the string representation

type GetTableOutput added in v1.1.25

type GetTableOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

	IdcReplicaNums []*IdcReplicaNumForGetTableOutput `type:"list" json:",omitempty"`

	IdcRoNums []*IdcRoNumForGetTableOutput `type:"list" json:",omitempty"`

	IoQosOptions *IoQosOptionsForGetTableOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

	TableQuota *TableQuotaForGetTableOutput `type:"structure" json:",omitempty"`

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

func (GetTableOutput) GoString added in v1.1.25

func (s GetTableOutput) GoString() string

GoString returns the string representation

func (*GetTableOutput) SetEnableRead added in v1.1.25

func (s *GetTableOutput) SetEnableRead(v bool) *GetTableOutput

SetEnableRead sets the EnableRead field's value.

func (*GetTableOutput) SetEnableRwSeperateSchedule added in v1.1.31

func (s *GetTableOutput) SetEnableRwSeperateSchedule(v bool) *GetTableOutput

SetEnableRwSeperateSchedule sets the EnableRwSeperateSchedule field's value.

func (*GetTableOutput) SetEnableWrite added in v1.1.25

func (s *GetTableOutput) SetEnableWrite(v bool) *GetTableOutput

SetEnableWrite sets the EnableWrite field's value.

func (*GetTableOutput) SetIdcReplicaNums added in v1.1.31

func (s *GetTableOutput) SetIdcReplicaNums(v []*IdcReplicaNumForGetTableOutput) *GetTableOutput

SetIdcReplicaNums sets the IdcReplicaNums field's value.

func (*GetTableOutput) SetIdcRoNums added in v1.1.31

SetIdcRoNums sets the IdcRoNums field's value.

func (*GetTableOutput) SetIoQosOptions added in v1.1.31

SetIoQosOptions sets the IoQosOptions field's value.

func (*GetTableOutput) SetPartitionNum added in v1.1.31

func (s *GetTableOutput) SetPartitionNum(v int64) *GetTableOutput

SetPartitionNum sets the PartitionNum field's value.

func (*GetTableOutput) SetRwSchedulableIdcs added in v1.1.31

func (s *GetTableOutput) SetRwSchedulableIdcs(v []*string) *GetTableOutput

SetRwSchedulableIdcs sets the RwSchedulableIdcs field's value.

func (*GetTableOutput) SetState added in v1.1.25

func (s *GetTableOutput) SetState(v string) *GetTableOutput

SetState sets the State field's value.

func (*GetTableOutput) SetTableId added in v1.1.25

func (s *GetTableOutput) SetTableId(v int64) *GetTableOutput

SetTableId sets the TableId field's value.

func (*GetTableOutput) SetTableName added in v1.1.25

func (s *GetTableOutput) SetTableName(v string) *GetTableOutput

SetTableName sets the TableName field's value.

func (*GetTableOutput) SetTableQuota added in v1.1.31

SetTableQuota sets the TableQuota field's value.

func (*GetTableOutput) SetTabletNum added in v1.1.31

func (s *GetTableOutput) SetTabletNum(v int64) *GetTableOutput

SetTabletNum sets the TabletNum field's value.

func (GetTableOutput) String added in v1.1.25

func (s GetTableOutput) String() string

String returns the string representation

type GetTableQuotaInput added in v1.1.12

type GetTableQuotaInput struct {

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

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

func (GetTableQuotaInput) GoString added in v1.1.12

func (s GetTableQuotaInput) GoString() string

GoString returns the string representation

func (*GetTableQuotaInput) SetInstanceId added in v1.1.12

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

SetInstanceId sets the InstanceId field's value.

func (*GetTableQuotaInput) SetTable added in v1.1.12

SetTable sets the Table field's value.

func (GetTableQuotaInput) String added in v1.1.12

func (s GetTableQuotaInput) String() string

String returns the string representation

func (*GetTableQuotaInput) Validate added in v1.1.12

func (s *GetTableQuotaInput) Validate() error

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

type GetTableQuotaOutput added in v1.1.12

type GetTableQuotaOutput struct {
	Metadata *response.ResponseMetadata

	TableQuotaConfig *TableQuotaConfigForGetTableQuotaOutput `type:"structure" json:"tableQuotaConfig,omitempty"`
	// contains filtered or unexported fields
}

func (GetTableQuotaOutput) GoString added in v1.1.12

func (s GetTableQuotaOutput) GoString() string

GoString returns the string representation

func (*GetTableQuotaOutput) SetTableQuotaConfig added in v1.1.12

SetTableQuotaConfig sets the TableQuotaConfig field's value.

func (GetTableQuotaOutput) String added in v1.1.12

func (s GetTableQuotaOutput) String() string

String returns the string representation

type GetTableSchemaInput

type GetTableSchemaInput struct {

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

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

func (GetTableSchemaInput) GoString

func (s GetTableSchemaInput) GoString() string

GoString returns the string representation

func (*GetTableSchemaInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*GetTableSchemaInput) SetTable

SetTable sets the Table field's value.

func (GetTableSchemaInput) String

func (s GetTableSchemaInput) String() string

String returns the string representation

func (*GetTableSchemaInput) Validate

func (s *GetTableSchemaInput) Validate() error

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

type GetTableSchemaOutput

type GetTableSchemaOutput struct {
	Metadata *response.ResponseMetadata

	TableSchema *TableSchemaForGetTableSchemaOutput `type:"structure" json:"tableSchema,omitempty"`
	// contains filtered or unexported fields
}

func (GetTableSchemaOutput) GoString

func (s GetTableSchemaOutput) GoString() string

GoString returns the string representation

func (*GetTableSchemaOutput) SetTableSchema

SetTableSchema sets the TableSchema field's value.

func (GetTableSchemaOutput) String

func (s GetTableSchemaOutput) String() string

String returns the string representation

type GetVegraphNetworkResourceInput

type GetVegraphNetworkResourceInput struct {

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

func (GetVegraphNetworkResourceInput) GoString

GoString returns the string representation

func (*GetVegraphNetworkResourceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (GetVegraphNetworkResourceInput) String

String returns the string representation

func (*GetVegraphNetworkResourceInput) Validate

func (s *GetVegraphNetworkResourceInput) Validate() error

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

type GetVegraphNetworkResourceOutput

type GetVegraphNetworkResourceOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetVegraphNetworkResourceOutput) GoString

GoString returns the string representation

func (*GetVegraphNetworkResourceOutput) SetNetworkResources

SetNetworkResources sets the NetworkResources field's value.

func (GetVegraphNetworkResourceOutput) String

String returns the string representation

type GetVegraphReadAndWriteStatusInput added in v1.1.12

type GetVegraphReadAndWriteStatusInput struct {

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

func (GetVegraphReadAndWriteStatusInput) GoString added in v1.1.12

GoString returns the string representation

func (*GetVegraphReadAndWriteStatusInput) SetInstanceId added in v1.1.12

SetInstanceId sets the InstanceId field's value.

func (GetVegraphReadAndWriteStatusInput) String added in v1.1.12

String returns the string representation

func (*GetVegraphReadAndWriteStatusInput) Validate added in v1.1.12

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

type GetVegraphReadAndWriteStatusOutput added in v1.1.12

type GetVegraphReadAndWriteStatusOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (GetVegraphReadAndWriteStatusOutput) GoString added in v1.1.12

GoString returns the string representation

func (*GetVegraphReadAndWriteStatusOutput) SetEnabledRead added in v1.1.12

SetEnabledRead sets the EnabledRead field's value.

func (*GetVegraphReadAndWriteStatusOutput) SetEnabledWrite added in v1.1.12

SetEnabledWrite sets the EnabledWrite field's value.

func (GetVegraphReadAndWriteStatusOutput) String added in v1.1.12

String returns the string representation

type GetVersionSetAndComponentsInfoInput added in v1.1.30

type GetVersionSetAndComponentsInfoInput struct {
	PageNumber *int32 `type:"int32" json:"pageNumber,omitempty"`

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

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

func (GetVersionSetAndComponentsInfoInput) GoString added in v1.1.30

GoString returns the string representation

func (*GetVersionSetAndComponentsInfoInput) SetPageNumber added in v1.1.30

SetPageNumber sets the PageNumber field's value.

func (*GetVersionSetAndComponentsInfoInput) SetPageSize added in v1.1.30

SetPageSize sets the PageSize field's value.

func (*GetVersionSetAndComponentsInfoInput) SetVersionSetPrefix added in v1.1.31

SetVersionSetPrefix sets the VersionSetPrefix field's value.

func (GetVersionSetAndComponentsInfoInput) String added in v1.1.30

String returns the string representation

type GetVersionSetAndComponentsInfoOutput added in v1.1.30

type GetVersionSetAndComponentsInfoOutput struct {
	Metadata *response.ResponseMetadata

	VsInfosWithComponentInfo []*VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput `type:"list" json:"vsInfosWithComponentInfo,omitempty"`
	// contains filtered or unexported fields
}

func (GetVersionSetAndComponentsInfoOutput) GoString added in v1.1.30

GoString returns the string representation

func (*GetVersionSetAndComponentsInfoOutput) SetVsInfosWithComponentInfo added in v1.1.30

SetVsInfosWithComponentInfo sets the VsInfosWithComponentInfo field's value.

func (GetVersionSetAndComponentsInfoOutput) String added in v1.1.30

String returns the string representation

type Gremlin_quota_configForAddTablesInput added in v1.1.12

type Gremlin_quota_configForAddTablesInput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Fetch_size *int64 `type:"int64" json:"fetch_size,omitempty"`

	Quota_size *int64 `type:"int64" json:"quota_size,omitempty"`

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

func (Gremlin_quota_configForAddTablesInput) GoString added in v1.1.12

GoString returns the string representation

func (*Gremlin_quota_configForAddTablesInput) SetCaller_psm added in v1.1.12

SetCaller_psm sets the Caller_psm field's value.

func (*Gremlin_quota_configForAddTablesInput) SetFetch_size added in v1.1.31

SetFetch_size sets the Fetch_size field's value.

func (*Gremlin_quota_configForAddTablesInput) SetQuota_size added in v1.1.12

SetQuota_size sets the Quota_size field's value.

func (*Gremlin_quota_configForAddTablesInput) SetTemplate added in v1.1.12

SetTemplate sets the Template field's value.

func (Gremlin_quota_configForAddTablesInput) String added in v1.1.12

String returns the string representation

type Gremlin_quota_configForGetTableOutput added in v1.1.31

type Gremlin_quota_configForGetTableOutput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Fetch_size *int64 `type:"int64" json:"fetch_size,omitempty"`

	Quota_size *int64 `type:"int64" json:"quota_size,omitempty"`

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

func (Gremlin_quota_configForGetTableOutput) GoString added in v1.1.31

GoString returns the string representation

func (*Gremlin_quota_configForGetTableOutput) SetCaller_psm added in v1.1.31

SetCaller_psm sets the Caller_psm field's value.

func (*Gremlin_quota_configForGetTableOutput) SetFetch_size added in v1.1.31

SetFetch_size sets the Fetch_size field's value.

func (*Gremlin_quota_configForGetTableOutput) SetQuota_size added in v1.1.31

SetQuota_size sets the Quota_size field's value.

func (*Gremlin_quota_configForGetTableOutput) SetTemplate added in v1.1.31

SetTemplate sets the Template field's value.

func (Gremlin_quota_configForGetTableOutput) String added in v1.1.31

String returns the string representation

type Gremlin_quota_configForGetTableQuotaOutput added in v1.1.12

type Gremlin_quota_configForGetTableQuotaOutput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Fetch_size *int64 `type:"int64" json:"fetch_size,omitempty"`

	Quota_size *int64 `type:"int64" json:"quota_size,omitempty"`

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

func (Gremlin_quota_configForGetTableQuotaOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Gremlin_quota_configForGetTableQuotaOutput) SetCaller_psm added in v1.1.12

SetCaller_psm sets the Caller_psm field's value.

func (*Gremlin_quota_configForGetTableQuotaOutput) SetFetch_size added in v1.1.31

SetFetch_size sets the Fetch_size field's value.

func (*Gremlin_quota_configForGetTableQuotaOutput) SetQuota_size added in v1.1.12

SetQuota_size sets the Quota_size field's value.

func (*Gremlin_quota_configForGetTableQuotaOutput) SetTemplate added in v1.1.12

SetTemplate sets the Template field's value.

func (Gremlin_quota_configForGetTableQuotaOutput) String added in v1.1.12

String returns the string representation

type IOQosOptionsForAlterTableInput added in v1.1.25

type IOQosOptionsForAlterTableInput struct {
	Iops_limit *int64 `type:"int64" json:"iops_limit,omitempty"`

	Read_bandwidth_limit_in_bytes *int64 `type:"int64" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *int64 `type:"int64" json:"storage_capacity_limit_in_bytes,omitempty"`

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

func (IOQosOptionsForAlterTableInput) GoString added in v1.1.25

GoString returns the string representation

func (*IOQosOptionsForAlterTableInput) SetIops_limit added in v1.1.25

SetIops_limit sets the Iops_limit field's value.

func (*IOQosOptionsForAlterTableInput) SetRead_bandwidth_limit_in_bytes added in v1.1.25

func (s *IOQosOptionsForAlterTableInput) SetRead_bandwidth_limit_in_bytes(v int64) *IOQosOptionsForAlterTableInput

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*IOQosOptionsForAlterTableInput) SetStorage_capacity_limit_in_bytes added in v1.1.25

func (s *IOQosOptionsForAlterTableInput) SetStorage_capacity_limit_in_bytes(v int64) *IOQosOptionsForAlterTableInput

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*IOQosOptionsForAlterTableInput) SetWrite_bandwidth_limit_in_bytes added in v1.1.25

func (s *IOQosOptionsForAlterTableInput) SetWrite_bandwidth_limit_in_bytes(v int64) *IOQosOptionsForAlterTableInput

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (IOQosOptionsForAlterTableInput) String added in v1.1.25

String returns the string representation

type IdcReplicaNumForAlterTableInput added in v1.1.31

type IdcReplicaNumForAlterTableInput struct {
	Idc *string `type:"string" json:",omitempty"`

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

func (IdcReplicaNumForAlterTableInput) GoString added in v1.1.31

GoString returns the string representation

func (*IdcReplicaNumForAlterTableInput) SetIdc added in v1.1.31

SetIdc sets the Idc field's value.

func (*IdcReplicaNumForAlterTableInput) SetReplicaNum added in v1.1.31

SetReplicaNum sets the ReplicaNum field's value.

func (IdcReplicaNumForAlterTableInput) String added in v1.1.31

String returns the string representation

type IdcReplicaNumForGetTableOutput added in v1.1.31

type IdcReplicaNumForGetTableOutput struct {
	Idc *string `type:"string" json:",omitempty"`

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

func (IdcReplicaNumForGetTableOutput) GoString added in v1.1.31

GoString returns the string representation

func (*IdcReplicaNumForGetTableOutput) SetIdc added in v1.1.31

SetIdc sets the Idc field's value.

func (*IdcReplicaNumForGetTableOutput) SetReplicaNum added in v1.1.31

SetReplicaNum sets the ReplicaNum field's value.

func (IdcReplicaNumForGetTableOutput) String added in v1.1.31

String returns the string representation

type IdcRoNumForAlterTableInput added in v1.1.31

type IdcRoNumForAlterTableInput struct {
	Idc *string `type:"string" json:",omitempty"`

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

func (IdcRoNumForAlterTableInput) GoString added in v1.1.31

func (s IdcRoNumForAlterTableInput) GoString() string

GoString returns the string representation

func (*IdcRoNumForAlterTableInput) SetIdc added in v1.1.31

SetIdc sets the Idc field's value.

func (*IdcRoNumForAlterTableInput) SetRoNum added in v1.1.31

SetRoNum sets the RoNum field's value.

func (IdcRoNumForAlterTableInput) String added in v1.1.31

String returns the string representation

type IdcRoNumForGetTableOutput added in v1.1.31

type IdcRoNumForGetTableOutput struct {
	Idc *string `type:"string" json:",omitempty"`

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

func (IdcRoNumForGetTableOutput) GoString added in v1.1.31

func (s IdcRoNumForGetTableOutput) GoString() string

GoString returns the string representation

func (*IdcRoNumForGetTableOutput) SetIdc added in v1.1.31

SetIdc sets the Idc field's value.

func (*IdcRoNumForGetTableOutput) SetRoNum added in v1.1.31

SetRoNum sets the RoNum field's value.

func (IdcRoNumForGetTableOutput) String added in v1.1.31

func (s IdcRoNumForGetTableOutput) String() string

String returns the string representation

type ImageInfoForCreateInstanceInput

type ImageInfoForCreateInstanceInput struct {
	Bg3DeployVersion *string `type:"string" json:",omitempty"`

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

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

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

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

func (ImageInfoForCreateInstanceInput) GoString

GoString returns the string representation

func (*ImageInfoForCreateInstanceInput) SetBg3DeployVersion

SetBg3DeployVersion sets the Bg3DeployVersion field's value.

func (*ImageInfoForCreateInstanceInput) SetBg3ImageVersion

SetBg3ImageVersion sets the Bg3ImageVersion field's value.

func (*ImageInfoForCreateInstanceInput) SetMsDeployVersion

SetMsDeployVersion sets the MsDeployVersion field's value.

func (*ImageInfoForCreateInstanceInput) SetMsImageVersion

SetMsImageVersion sets the MsImageVersion field's value.

func (*ImageInfoForCreateInstanceInput) SetVersionSetID

SetVersionSetID sets the VersionSetID field's value.

func (ImageInfoForCreateInstanceInput) String

String returns the string representation

type ImageInfoForDescribeInstanceOutput

type ImageInfoForDescribeInstanceOutput struct {
	Bg3DeployVersion *string `type:"string" json:",omitempty"`

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

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

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

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

func (ImageInfoForDescribeInstanceOutput) GoString

GoString returns the string representation

func (*ImageInfoForDescribeInstanceOutput) SetBg3DeployVersion

SetBg3DeployVersion sets the Bg3DeployVersion field's value.

func (*ImageInfoForDescribeInstanceOutput) SetBg3ImageVersion

SetBg3ImageVersion sets the Bg3ImageVersion field's value.

func (*ImageInfoForDescribeInstanceOutput) SetMsDeployVersion

SetMsDeployVersion sets the MsDeployVersion field's value.

func (*ImageInfoForDescribeInstanceOutput) SetMsImageVersion

SetMsImageVersion sets the MsImageVersion field's value.

func (*ImageInfoForDescribeInstanceOutput) SetVersionSetID

SetVersionSetID sets the VersionSetID field's value.

func (ImageInfoForDescribeInstanceOutput) String

String returns the string representation

type ImageInfoForListInstanceOutput

type ImageInfoForListInstanceOutput struct {
	Bg3DeployVersion *string `type:"string" json:",omitempty"`

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

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

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

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

func (ImageInfoForListInstanceOutput) GoString

GoString returns the string representation

func (*ImageInfoForListInstanceOutput) SetBg3DeployVersion

SetBg3DeployVersion sets the Bg3DeployVersion field's value.

func (*ImageInfoForListInstanceOutput) SetBg3ImageVersion

SetBg3ImageVersion sets the Bg3ImageVersion field's value.

func (*ImageInfoForListInstanceOutput) SetMsDeployVersion

SetMsDeployVersion sets the MsDeployVersion field's value.

func (*ImageInfoForListInstanceOutput) SetMsImageVersion

SetMsImageVersion sets the MsImageVersion field's value.

func (*ImageInfoForListInstanceOutput) SetVersionSetID

SetVersionSetID sets the VersionSetID field's value.

func (ImageInfoForListInstanceOutput) String

String returns the string representation

type InfoForCreateInstanceInput

type InfoForCreateInstanceInput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	AvailabilityZones []*AvailabilityZoneForCreateInstanceInput `type:"list" json:",omitempty"`

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

	Bg3Links []*Bg3LinkForCreateInstanceInput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

	ImageInfo *ImageInfoForCreateInstanceInput `type:"structure" json:",omitempty"`

	InsSpec *InsSpecForCreateInstanceInput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

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

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

	StorageInfo *StorageInfoForCreateInstanceInput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

func (InfoForCreateInstanceInput) GoString

func (s InfoForCreateInstanceInput) GoString() string

GoString returns the string representation

func (*InfoForCreateInstanceInput) SetAvailabilityZoneId

func (s *InfoForCreateInstanceInput) SetAvailabilityZoneId(v string) *InfoForCreateInstanceInput

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*InfoForCreateInstanceInput) SetAvailabilityZones added in v1.1.12

SetAvailabilityZones sets the AvailabilityZones field's value.

SetBg3Link sets the Bg3Link field's value.

SetBg3Links sets the Bg3Links field's value.

func (*InfoForCreateInstanceInput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InfoForCreateInstanceInput) SetCreator

SetCreator sets the Creator field's value.

func (*InfoForCreateInstanceInput) SetDeletionProtection

func (s *InfoForCreateInstanceInput) SetDeletionProtection(v string) *InfoForCreateInstanceInput

SetDeletionProtection sets the DeletionProtection field's value.

func (*InfoForCreateInstanceInput) SetDiskSpace

SetDiskSpace sets the DiskSpace field's value.

func (*InfoForCreateInstanceInput) SetDiskUsed

SetDiskUsed sets the DiskUsed field's value.

func (*InfoForCreateInstanceInput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*InfoForCreateInstanceInput) SetGraphVersion

SetGraphVersion sets the GraphVersion field's value.

func (*InfoForCreateInstanceInput) SetId

SetId sets the Id field's value.

func (*InfoForCreateInstanceInput) SetImageInfo

SetImageInfo sets the ImageInfo field's value.

func (*InfoForCreateInstanceInput) SetInsSpec

SetInsSpec sets the InsSpec field's value.

func (*InfoForCreateInstanceInput) SetK8sDomain

SetK8sDomain sets the K8sDomain field's value.

func (*InfoForCreateInstanceInput) SetMaintenanceTime

SetMaintenanceTime sets the MaintenanceTime field's value.

func (*InfoForCreateInstanceInput) SetMode

SetMode sets the Mode field's value.

func (*InfoForCreateInstanceInput) SetName

SetName sets the Name field's value.

func (*InfoForCreateInstanceInput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*InfoForCreateInstanceInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InfoForCreateInstanceInput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InfoForCreateInstanceInput) SetStatus

SetStatus sets the Status field's value.

func (*InfoForCreateInstanceInput) SetStorageInfo added in v1.1.12

SetStorageInfo sets the StorageInfo field's value.

func (*InfoForCreateInstanceInput) SetSubnetID

SetSubnetID sets the SubnetID field's value.

func (*InfoForCreateInstanceInput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (*InfoForCreateInstanceInput) SetTags

SetTags sets the Tags field's value.

func (*InfoForCreateInstanceInput) SetTradeNO

SetTradeNO sets the TradeNO field's value.

func (*InfoForCreateInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InfoForCreateInstanceInput) SetVpcName

SetVpcName sets the VpcName field's value.

func (InfoForCreateInstanceInput) String

String returns the string representation

type InfoForDescribeInstanceOutput

type InfoForDescribeInstanceOutput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	AvailabilityZones []*AvailabilityZoneForDescribeInstanceOutput `type:"list" json:",omitempty"`

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

	Bg3Links []*Bg3LinkForDescribeInstanceOutput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

	ImageInfo *ImageInfoForDescribeInstanceOutput `type:"structure" json:",omitempty"`

	InsSpec *InsSpecForDescribeInstanceOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

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

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

	StorageInfo *StorageInfoForDescribeInstanceOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

func (InfoForDescribeInstanceOutput) GoString

GoString returns the string representation

func (*InfoForDescribeInstanceOutput) SetAvailabilityZoneId

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*InfoForDescribeInstanceOutput) SetAvailabilityZones added in v1.1.12

SetAvailabilityZones sets the AvailabilityZones field's value.

SetBg3Link sets the Bg3Link field's value.

SetBg3Links sets the Bg3Links field's value.

func (*InfoForDescribeInstanceOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InfoForDescribeInstanceOutput) SetCreator

SetCreator sets the Creator field's value.

func (*InfoForDescribeInstanceOutput) SetDeletionProtection

SetDeletionProtection sets the DeletionProtection field's value.

func (*InfoForDescribeInstanceOutput) SetDiskSpace

SetDiskSpace sets the DiskSpace field's value.

func (*InfoForDescribeInstanceOutput) SetDiskUsed

SetDiskUsed sets the DiskUsed field's value.

func (*InfoForDescribeInstanceOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*InfoForDescribeInstanceOutput) SetGraphVersion

SetGraphVersion sets the GraphVersion field's value.

func (*InfoForDescribeInstanceOutput) SetId

SetId sets the Id field's value.

func (*InfoForDescribeInstanceOutput) SetImageInfo

SetImageInfo sets the ImageInfo field's value.

func (*InfoForDescribeInstanceOutput) SetInsSpec

SetInsSpec sets the InsSpec field's value.

func (*InfoForDescribeInstanceOutput) SetK8sDomain

SetK8sDomain sets the K8sDomain field's value.

func (*InfoForDescribeInstanceOutput) SetMaintenanceTime

SetMaintenanceTime sets the MaintenanceTime field's value.

func (*InfoForDescribeInstanceOutput) SetMode

SetMode sets the Mode field's value.

func (*InfoForDescribeInstanceOutput) SetName

SetName sets the Name field's value.

func (*InfoForDescribeInstanceOutput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*InfoForDescribeInstanceOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InfoForDescribeInstanceOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InfoForDescribeInstanceOutput) SetStatus

SetStatus sets the Status field's value.

func (*InfoForDescribeInstanceOutput) SetStorageInfo added in v1.1.12

SetStorageInfo sets the StorageInfo field's value.

func (*InfoForDescribeInstanceOutput) SetSubnetID

SetSubnetID sets the SubnetID field's value.

func (*InfoForDescribeInstanceOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (*InfoForDescribeInstanceOutput) SetTags

SetTags sets the Tags field's value.

func (*InfoForDescribeInstanceOutput) SetTradeNO

SetTradeNO sets the TradeNO field's value.

func (*InfoForDescribeInstanceOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InfoForDescribeInstanceOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (InfoForDescribeInstanceOutput) String

String returns the string representation

type InfoForGetInstanceSpecScopeOutput

type InfoForGetInstanceSpecScopeOutput struct {
	DiskSpaceScope *DiskSpaceScopeForGetInstanceSpecScopeOutput `type:"structure" json:",omitempty"`

	InstSpecList []*InstSpecListForGetInstanceSpecScopeOutput `type:"list" json:",omitempty"`

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

func (InfoForGetInstanceSpecScopeOutput) GoString

GoString returns the string representation

func (*InfoForGetInstanceSpecScopeOutput) SetDiskSpaceScope

SetDiskSpaceScope sets the DiskSpaceScope field's value.

func (*InfoForGetInstanceSpecScopeOutput) SetInstSpecList

SetInstSpecList sets the InstSpecList field's value.

func (*InfoForGetInstanceSpecScopeOutput) SetNodeScope

SetNodeScope sets the NodeScope field's value.

func (InfoForGetInstanceSpecScopeOutput) String

String returns the string representation

type InfoForListInstanceOutput

type InfoForListInstanceOutput struct {
	AvailabilityZoneId *string `type:"string" json:",omitempty"`

	AvailabilityZones []*AvailabilityZoneForListInstanceOutput `type:"list" json:",omitempty"`

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

	Bg3Links []*Bg3LinkForListInstanceOutput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

	ImageInfo *ImageInfoForListInstanceOutput `type:"structure" json:",omitempty"`

	InsSpec *InsSpecForListInstanceOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

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

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

	StorageInfo *StorageInfoForListInstanceOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

func (InfoForListInstanceOutput) GoString

func (s InfoForListInstanceOutput) GoString() string

GoString returns the string representation

func (*InfoForListInstanceOutput) SetAvailabilityZoneId

func (s *InfoForListInstanceOutput) SetAvailabilityZoneId(v string) *InfoForListInstanceOutput

SetAvailabilityZoneId sets the AvailabilityZoneId field's value.

func (*InfoForListInstanceOutput) SetAvailabilityZones added in v1.1.12

SetAvailabilityZones sets the AvailabilityZones field's value.

SetBg3Link sets the Bg3Link field's value.

SetBg3Links sets the Bg3Links field's value.

func (*InfoForListInstanceOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*InfoForListInstanceOutput) SetCreator

SetCreator sets the Creator field's value.

func (*InfoForListInstanceOutput) SetDeletionProtection

func (s *InfoForListInstanceOutput) SetDeletionProtection(v string) *InfoForListInstanceOutput

SetDeletionProtection sets the DeletionProtection field's value.

func (*InfoForListInstanceOutput) SetDiskSpace

SetDiskSpace sets the DiskSpace field's value.

func (*InfoForListInstanceOutput) SetDiskUsed

SetDiskUsed sets the DiskUsed field's value.

func (*InfoForListInstanceOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*InfoForListInstanceOutput) SetGraphVersion

SetGraphVersion sets the GraphVersion field's value.

func (*InfoForListInstanceOutput) SetId

SetId sets the Id field's value.

func (*InfoForListInstanceOutput) SetImageInfo

SetImageInfo sets the ImageInfo field's value.

func (*InfoForListInstanceOutput) SetInsSpec

SetInsSpec sets the InsSpec field's value.

func (*InfoForListInstanceOutput) SetK8sDomain

SetK8sDomain sets the K8sDomain field's value.

func (*InfoForListInstanceOutput) SetMaintenanceTime

SetMaintenanceTime sets the MaintenanceTime field's value.

func (*InfoForListInstanceOutput) SetMode

SetMode sets the Mode field's value.

func (*InfoForListInstanceOutput) SetName

SetName sets the Name field's value.

func (*InfoForListInstanceOutput) SetNodeNum

SetNodeNum sets the NodeNum field's value.

func (*InfoForListInstanceOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*InfoForListInstanceOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*InfoForListInstanceOutput) SetStatus

SetStatus sets the Status field's value.

func (*InfoForListInstanceOutput) SetStorageInfo added in v1.1.12

SetStorageInfo sets the StorageInfo field's value.

func (*InfoForListInstanceOutput) SetSubnetID

SetSubnetID sets the SubnetID field's value.

func (*InfoForListInstanceOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (*InfoForListInstanceOutput) SetTags

SetTags sets the Tags field's value.

func (*InfoForListInstanceOutput) SetTradeNO

SetTradeNO sets the TradeNO field's value.

func (*InfoForListInstanceOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*InfoForListInstanceOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (InfoForListInstanceOutput) String

func (s InfoForListInstanceOutput) String() string

String returns the string representation

type InsSpecForCreateInstanceInput

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

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

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

func (InsSpecForCreateInstanceInput) GoString

GoString returns the string representation

func (*InsSpecForCreateInstanceInput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*InsSpecForCreateInstanceInput) SetMemInGb

SetMemInGb sets the MemInGb field's value.

func (*InsSpecForCreateInstanceInput) SetSpecName

SetSpecName sets the SpecName field's value.

func (InsSpecForCreateInstanceInput) String

String returns the string representation

type InsSpecForDescribeInstanceOutput

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

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

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

func (InsSpecForDescribeInstanceOutput) GoString

GoString returns the string representation

func (*InsSpecForDescribeInstanceOutput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*InsSpecForDescribeInstanceOutput) SetMemInGb

SetMemInGb sets the MemInGb field's value.

func (*InsSpecForDescribeInstanceOutput) SetSpecName

SetSpecName sets the SpecName field's value.

func (InsSpecForDescribeInstanceOutput) String

String returns the string representation

type InsSpecForListInstanceOutput

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

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

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

func (InsSpecForListInstanceOutput) GoString

func (s InsSpecForListInstanceOutput) GoString() string

GoString returns the string representation

func (*InsSpecForListInstanceOutput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*InsSpecForListInstanceOutput) SetMemInGb

SetMemInGb sets the MemInGb field's value.

func (*InsSpecForListInstanceOutput) SetSpecName

SetSpecName sets the SpecName field's value.

func (InsSpecForListInstanceOutput) String

String returns the string representation

type InstSpecListForGetInstanceSpecScopeOutput

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

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

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

func (InstSpecListForGetInstanceSpecScopeOutput) GoString

GoString returns the string representation

func (*InstSpecListForGetInstanceSpecScopeOutput) SetCpuNum

SetCpuNum sets the CpuNum field's value.

func (*InstSpecListForGetInstanceSpecScopeOutput) SetMemInGb

SetMemInGb sets the MemInGb field's value.

func (*InstSpecListForGetInstanceSpecScopeOutput) SetSpecName

SetSpecName sets the SpecName field's value.

func (InstSpecListForGetInstanceSpecScopeOutput) String

String returns the string representation

type InstanceTagForCreateInstanceInput

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

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

func (InstanceTagForCreateInstanceInput) GoString

GoString returns the string representation

func (*InstanceTagForCreateInstanceInput) SetKey

SetKey sets the Key field's value.

func (*InstanceTagForCreateInstanceInput) SetValue

SetValue sets the Value field's value.

func (InstanceTagForCreateInstanceInput) String

String returns the string representation

type IoQosOptionsForGetTableIOQosOptionsOutput added in v1.1.12

type IoQosOptionsForGetTableIOQosOptionsOutput struct {
	Iops_limit *int64 `type:"int64" json:"iops_limit,omitempty"`

	Read_bandwidth_limit_in_bytes *int64 `type:"int64" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *int64 `type:"int64" json:"storage_capacity_limit_in_bytes,omitempty"`

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

func (IoQosOptionsForGetTableIOQosOptionsOutput) GoString added in v1.1.12

GoString returns the string representation

func (*IoQosOptionsForGetTableIOQosOptionsOutput) SetIops_limit added in v1.1.12

SetIops_limit sets the Iops_limit field's value.

func (*IoQosOptionsForGetTableIOQosOptionsOutput) SetRead_bandwidth_limit_in_bytes added in v1.1.12

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*IoQosOptionsForGetTableIOQosOptionsOutput) SetStorage_capacity_limit_in_bytes added in v1.1.12

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*IoQosOptionsForGetTableIOQosOptionsOutput) SetWrite_bandwidth_limit_in_bytes added in v1.1.12

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (IoQosOptionsForGetTableIOQosOptionsOutput) String added in v1.1.12

String returns the string representation

type IoQosOptionsForGetTableOutput added in v1.1.31

type IoQosOptionsForGetTableOutput struct {
	Iops_limit *int64 `type:"int64" json:"iops_limit,omitempty"`

	Read_bandwidth_limit_in_bytes *int64 `type:"int64" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *int64 `type:"int64" json:"storage_capacity_limit_in_bytes,omitempty"`

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

func (IoQosOptionsForGetTableOutput) GoString added in v1.1.31

GoString returns the string representation

func (*IoQosOptionsForGetTableOutput) SetIops_limit added in v1.1.31

SetIops_limit sets the Iops_limit field's value.

func (*IoQosOptionsForGetTableOutput) SetRead_bandwidth_limit_in_bytes added in v1.1.31

func (s *IoQosOptionsForGetTableOutput) SetRead_bandwidth_limit_in_bytes(v int64) *IoQosOptionsForGetTableOutput

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*IoQosOptionsForGetTableOutput) SetStorage_capacity_limit_in_bytes added in v1.1.31

func (s *IoQosOptionsForGetTableOutput) SetStorage_capacity_limit_in_bytes(v int64) *IoQosOptionsForGetTableOutput

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*IoQosOptionsForGetTableOutput) SetWrite_bandwidth_limit_in_bytes added in v1.1.31

func (s *IoQosOptionsForGetTableOutput) SetWrite_bandwidth_limit_in_bytes(v int64) *IoQosOptionsForGetTableOutput

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (IoQosOptionsForGetTableOutput) String added in v1.1.31

String returns the string representation

type Io_qos_optionsForAddTablesInput added in v1.1.12

type Io_qos_optionsForAddTablesInput struct {
	Iops_limit *int64 `type:"int64" json:"iops_limit,omitempty"`

	Read_bandwidth_limit_in_bytes *int64 `type:"int64" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *int64 `type:"int64" json:"storage_capacity_limit_in_bytes,omitempty"`

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

func (Io_qos_optionsForAddTablesInput) GoString added in v1.1.12

GoString returns the string representation

func (*Io_qos_optionsForAddTablesInput) SetIops_limit added in v1.1.12

SetIops_limit sets the Iops_limit field's value.

func (*Io_qos_optionsForAddTablesInput) SetRead_bandwidth_limit_in_bytes added in v1.1.12

func (s *Io_qos_optionsForAddTablesInput) SetRead_bandwidth_limit_in_bytes(v int64) *Io_qos_optionsForAddTablesInput

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*Io_qos_optionsForAddTablesInput) SetStorage_capacity_limit_in_bytes added in v1.1.12

func (s *Io_qos_optionsForAddTablesInput) SetStorage_capacity_limit_in_bytes(v int64) *Io_qos_optionsForAddTablesInput

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*Io_qos_optionsForAddTablesInput) SetWrite_bandwidth_limit_in_bytes added in v1.1.12

func (s *Io_qos_optionsForAddTablesInput) SetWrite_bandwidth_limit_in_bytes(v int64) *Io_qos_optionsForAddTablesInput

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (Io_qos_optionsForAddTablesInput) String added in v1.1.12

String returns the string representation

type Iops_limitForCalcTableLimitsOutput added in v1.1.18

type Iops_limitForCalcTableLimitsOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

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

func (Iops_limitForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*Iops_limitForCalcTableLimitsOutput) SetMax added in v1.1.18

SetMax sets the Max field's value.

func (*Iops_limitForCalcTableLimitsOutput) SetMin added in v1.1.18

SetMin sets the Min field's value.

func (Iops_limitForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type Iops_limitForGetTableLimitOutput added in v1.1.12

type Iops_limitForGetTableLimitOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

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

func (Iops_limitForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Iops_limitForGetTableLimitOutput) SetMax added in v1.1.12

SetMax sets the Max field's value.

func (*Iops_limitForGetTableLimitOutput) SetMin added in v1.1.12

SetMin sets the Min field's value.

func (Iops_limitForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type ListClusterTablesInput

type ListClusterTablesInput struct {

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

func (ListClusterTablesInput) GoString

func (s ListClusterTablesInput) GoString() string

GoString returns the string representation

func (*ListClusterTablesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (ListClusterTablesInput) String

func (s ListClusterTablesInput) String() string

String returns the string representation

func (*ListClusterTablesInput) Validate

func (s *ListClusterTablesInput) Validate() error

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

type ListClusterTablesOutput

type ListClusterTablesOutput struct {
	Metadata *response.ResponseMetadata

	Tables []*TableForListClusterTablesOutput `type:"list" json:"tables,omitempty"`
	// contains filtered or unexported fields
}

func (ListClusterTablesOutput) GoString

func (s ListClusterTablesOutput) GoString() string

GoString returns the string representation

func (*ListClusterTablesOutput) SetTables

SetTables sets the Tables field's value.

func (ListClusterTablesOutput) String

func (s ListClusterTablesOutput) String() string

String returns the string representation

type ListInstanceInput

type ListInstanceInput struct {

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

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

func (ListInstanceInput) GoString

func (s ListInstanceInput) GoString() string

GoString returns the string representation

func (*ListInstanceInput) SetLimit

func (s *ListInstanceInput) SetLimit(v int32) *ListInstanceInput

SetLimit sets the Limit field's value.

func (*ListInstanceInput) SetOffset

func (s *ListInstanceInput) SetOffset(v int32) *ListInstanceInput

SetOffset sets the Offset field's value.

func (ListInstanceInput) String

func (s ListInstanceInput) String() string

String returns the string representation

func (*ListInstanceInput) Validate

func (s *ListInstanceInput) Validate() error

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

type ListInstanceOutput

type ListInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Infos []*InfoForListInstanceOutput `type:"list" json:",omitempty"`

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

func (ListInstanceOutput) GoString

func (s ListInstanceOutput) GoString() string

GoString returns the string representation

func (*ListInstanceOutput) SetInfos

SetInfos sets the Infos field's value.

func (*ListInstanceOutput) SetTotal

SetTotal sets the Total field's value.

func (ListInstanceOutput) String

func (s ListInstanceOutput) String() string

String returns the string representation

type ModifyDBInstanceDeletionProtectionPolicyInput added in v1.1.12

type ModifyDBInstanceDeletionProtectionPolicyInput struct {

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

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

func (ModifyDBInstanceDeletionProtectionPolicyInput) GoString added in v1.1.12

GoString returns the string representation

func (*ModifyDBInstanceDeletionProtectionPolicyInput) SetDeletionProtection added in v1.1.12

SetDeletionProtection sets the DeletionProtection field's value.

func (*ModifyDBInstanceDeletionProtectionPolicyInput) SetInstanceId added in v1.1.12

SetInstanceId sets the InstanceId field's value.

func (ModifyDBInstanceDeletionProtectionPolicyInput) String added in v1.1.12

String returns the string representation

func (*ModifyDBInstanceDeletionProtectionPolicyInput) Validate added in v1.1.12

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

type ModifyDBInstanceDeletionProtectionPolicyOutput added in v1.1.12

type ModifyDBInstanceDeletionProtectionPolicyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyDBInstanceDeletionProtectionPolicyOutput) GoString added in v1.1.12

GoString returns the string representation

func (ModifyDBInstanceDeletionProtectionPolicyOutput) String added in v1.1.12

String returns the string representation

type ModifySchemaInput

type ModifySchemaInput struct {
	Edges []*EdgeForModifySchemaInput `type:"list" json:"edges,omitempty"`

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

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

	Vertexes []*VertexForModifySchemaInput `type:"list" json:"vertexes,omitempty"`
	// contains filtered or unexported fields
}

func (ModifySchemaInput) GoString

func (s ModifySchemaInput) GoString() string

GoString returns the string representation

func (*ModifySchemaInput) SetEdges

SetEdges sets the Edges field's value.

func (*ModifySchemaInput) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*ModifySchemaInput) SetTable

func (s *ModifySchemaInput) SetTable(v string) *ModifySchemaInput

SetTable sets the Table field's value.

func (*ModifySchemaInput) SetVertexes

SetVertexes sets the Vertexes field's value.

func (ModifySchemaInput) String

func (s ModifySchemaInput) String() string

String returns the string representation

func (*ModifySchemaInput) Validate

func (s *ModifySchemaInput) Validate() error

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

type ModifySchemaOutput

type ModifySchemaOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifySchemaOutput) GoString

func (s ModifySchemaOutput) GoString() string

GoString returns the string representation

func (ModifySchemaOutput) String

func (s ModifySchemaOutput) String() string

String returns the string representation

type NetworkDescriptionForCreateInstanceInput

type NetworkDescriptionForCreateInstanceInput struct {
	AddressType *string `type:"string" json:",omitempty"`

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

func (NetworkDescriptionForCreateInstanceInput) GoString

GoString returns the string representation

func (*NetworkDescriptionForCreateInstanceInput) SetAddressType

SetAddressType sets the AddressType field's value.

func (*NetworkDescriptionForCreateInstanceInput) SetIPVersionType

SetIPVersionType sets the IPVersionType field's value.

func (NetworkDescriptionForCreateInstanceInput) String

String returns the string representation

type NetworkResourceForGetVegraphNetworkResourceOutput

type NetworkResourceForGetVegraphNetworkResourceOutput struct {
	AddressType *string `type:"string" json:",omitempty"`

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

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

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

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

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

	NetworkType *string `type:"string" json:"networkType,omitempty"`

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

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

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

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

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

func (NetworkResourceForGetVegraphNetworkResourceOutput) GoString

GoString returns the string representation

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetAddressType

SetAddressType sets the AddressType field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetAz added in v1.1.12

SetAz sets the Az field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetId

SetId sets the Id field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetIpVersionType

SetIpVersionType sets the IpVersionType field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetLBId

SetLBId sets the LBId field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetNetworkType

SetNetworkType sets the NetworkType field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetRegion

SetRegion sets the Region field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetResourceName

SetResourceName sets the ResourceName field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetVipV4

SetVipV4 sets the VipV4 field's value.

func (*NetworkResourceForGetVegraphNetworkResourceOutput) SetVipV6

SetVipV6 sets the VipV6 field's value.

func (NetworkResourceForGetVegraphNetworkResourceOutput) String

String returns the string representation

type NodeScopeForGetInstanceSpecScopeOutput

type NodeScopeForGetInstanceSpecScopeOutput struct {
	Max *int32 `type:"int32" json:",omitempty"`

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

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

func (NodeScopeForGetInstanceSpecScopeOutput) GoString

GoString returns the string representation

func (*NodeScopeForGetInstanceSpecScopeOutput) SetMax

SetMax sets the Max field's value.

func (*NodeScopeForGetInstanceSpecScopeOutput) SetMin

SetMin sets the Min field's value.

func (*NodeScopeForGetInstanceSpecScopeOutput) SetStep

SetStep sets the Step field's value.

func (NodeScopeForGetInstanceSpecScopeOutput) String

String returns the string representation

type Psm_quota_configForAddTablesInput added in v1.1.12

type Psm_quota_configForAddTablesInput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Read_fetch_size *int64 `type:"int64" json:"read_fetch_size,omitempty"`

	Read_quota_size *int64 `type:"int64" json:"read_quota_size,omitempty"`

	Write_fetch_size *int64 `type:"int64" json:"write_fetch_size,omitempty"`

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

func (Psm_quota_configForAddTablesInput) GoString added in v1.1.12

GoString returns the string representation

func (*Psm_quota_configForAddTablesInput) SetCaller_psm added in v1.1.12

SetCaller_psm sets the Caller_psm field's value.

func (*Psm_quota_configForAddTablesInput) SetRead_fetch_size added in v1.1.31

SetRead_fetch_size sets the Read_fetch_size field's value.

func (*Psm_quota_configForAddTablesInput) SetRead_quota_size added in v1.1.12

SetRead_quota_size sets the Read_quota_size field's value.

func (*Psm_quota_configForAddTablesInput) SetWrite_fetch_size added in v1.1.31

SetWrite_fetch_size sets the Write_fetch_size field's value.

func (*Psm_quota_configForAddTablesInput) SetWrite_quota_size added in v1.1.12

SetWrite_quota_size sets the Write_quota_size field's value.

func (Psm_quota_configForAddTablesInput) String added in v1.1.12

String returns the string representation

type Psm_quota_configForGetTableOutput added in v1.1.31

type Psm_quota_configForGetTableOutput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Read_fetch_size *int64 `type:"int64" json:"read_fetch_size,omitempty"`

	Read_quota_size *int64 `type:"int64" json:"read_quota_size,omitempty"`

	Write_fetch_size *int64 `type:"int64" json:"write_fetch_size,omitempty"`

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

func (Psm_quota_configForGetTableOutput) GoString added in v1.1.31

GoString returns the string representation

func (*Psm_quota_configForGetTableOutput) SetCaller_psm added in v1.1.31

SetCaller_psm sets the Caller_psm field's value.

func (*Psm_quota_configForGetTableOutput) SetRead_fetch_size added in v1.1.31

SetRead_fetch_size sets the Read_fetch_size field's value.

func (*Psm_quota_configForGetTableOutput) SetRead_quota_size added in v1.1.31

SetRead_quota_size sets the Read_quota_size field's value.

func (*Psm_quota_configForGetTableOutput) SetWrite_fetch_size added in v1.1.31

SetWrite_fetch_size sets the Write_fetch_size field's value.

func (*Psm_quota_configForGetTableOutput) SetWrite_quota_size added in v1.1.31

SetWrite_quota_size sets the Write_quota_size field's value.

func (Psm_quota_configForGetTableOutput) String added in v1.1.31

String returns the string representation

type Psm_quota_configForGetTableQuotaOutput added in v1.1.12

type Psm_quota_configForGetTableQuotaOutput struct {
	Caller_psm *string `type:"string" json:"caller_psm,omitempty"`

	Read_fetch_size *int64 `type:"int64" json:"read_fetch_size,omitempty"`

	Read_quota_size *int64 `type:"int64" json:"read_quota_size,omitempty"`

	Write_fetch_size *int64 `type:"int64" json:"write_fetch_size,omitempty"`

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

func (Psm_quota_configForGetTableQuotaOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Psm_quota_configForGetTableQuotaOutput) SetCaller_psm added in v1.1.12

SetCaller_psm sets the Caller_psm field's value.

func (*Psm_quota_configForGetTableQuotaOutput) SetRead_fetch_size added in v1.1.31

SetRead_fetch_size sets the Read_fetch_size field's value.

func (*Psm_quota_configForGetTableQuotaOutput) SetRead_quota_size added in v1.1.12

SetRead_quota_size sets the Read_quota_size field's value.

func (*Psm_quota_configForGetTableQuotaOutput) SetWrite_fetch_size added in v1.1.31

SetWrite_fetch_size sets the Write_fetch_size field's value.

func (*Psm_quota_configForGetTableQuotaOutput) SetWrite_quota_size added in v1.1.12

SetWrite_quota_size sets the Write_quota_size field's value.

func (Psm_quota_configForGetTableQuotaOutput) String added in v1.1.12

String returns the string representation

type QuotasForAddTablesInput added in v1.1.12

type QuotasForAddTablesInput struct {
	Gremlin_quota_configs []*Gremlin_quota_configForAddTablesInput `type:"list" json:"gremlin_quota_configs,omitempty"`

	Psm_quota_configs []*Psm_quota_configForAddTablesInput `type:"list" json:"psm_quota_configs,omitempty"`
	// contains filtered or unexported fields
}

func (QuotasForAddTablesInput) GoString added in v1.1.12

func (s QuotasForAddTablesInput) GoString() string

GoString returns the string representation

func (*QuotasForAddTablesInput) SetGremlin_quota_configs added in v1.1.12

SetGremlin_quota_configs sets the Gremlin_quota_configs field's value.

func (*QuotasForAddTablesInput) SetPsm_quota_configs added in v1.1.12

SetPsm_quota_configs sets the Psm_quota_configs field's value.

func (QuotasForAddTablesInput) String added in v1.1.12

func (s QuotasForAddTablesInput) String() string

String returns the string representation

type Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput added in v1.1.18

type Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

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

func (Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput) SetMax added in v1.1.18

SetMax sets the Max field's value.

func (*Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput) SetMin added in v1.1.18

SetMin sets the Min field's value.

func (Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type Read_bandwidth_limit_in_bytesForGetTableLimitOutput added in v1.1.12

type Read_bandwidth_limit_in_bytesForGetTableLimitOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

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

func (Read_bandwidth_limit_in_bytesForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Read_bandwidth_limit_in_bytesForGetTableLimitOutput) SetMax added in v1.1.12

SetMax sets the Max field's value.

func (*Read_bandwidth_limit_in_bytesForGetTableLimitOutput) SetMin added in v1.1.12

SetMin sets the Min field's value.

func (Read_bandwidth_limit_in_bytesForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type SchemaForAddTablesInput

type SchemaForAddTablesInput struct {
	Edges []*EdgeForAddTablesInput `type:"list" json:"edges,omitempty"`

	Table_name *string `type:"string" json:"table_name,omitempty"`

	Version *int64 `type:"int64" json:"version,omitempty"`

	Vertexes []*VertexForAddTablesInput `type:"list" json:"vertexes,omitempty"`
	// contains filtered or unexported fields
}

func (SchemaForAddTablesInput) GoString

func (s SchemaForAddTablesInput) GoString() string

GoString returns the string representation

func (*SchemaForAddTablesInput) SetEdges

SetEdges sets the Edges field's value.

func (*SchemaForAddTablesInput) SetTable_name

SetTable_name sets the Table_name field's value.

func (*SchemaForAddTablesInput) SetVersion

SetVersion sets the Version field's value.

func (*SchemaForAddTablesInput) SetVertexes

SetVertexes sets the Vertexes field's value.

func (SchemaForAddTablesInput) String

func (s SchemaForAddTablesInput) String() string

String returns the string representation

type Secondary_indexForAddTablesInput

type Secondary_indexForAddTablesInput struct {
	Column_names []*string `type:"list" json:"column_names,omitempty"`

	Is_covering_index *bool `type:"boolean" json:"is_covering_index,omitempty"`

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

func (Secondary_indexForAddTablesInput) GoString

GoString returns the string representation

func (*Secondary_indexForAddTablesInput) SetColumn_names

SetColumn_names sets the Column_names field's value.

func (*Secondary_indexForAddTablesInput) SetIs_covering_index

SetIs_covering_index sets the Is_covering_index field's value.

func (*Secondary_indexForAddTablesInput) SetIs_unique_index

SetIs_unique_index sets the Is_unique_index field's value.

func (Secondary_indexForAddTablesInput) String

String returns the string representation

type Secondary_indexForGetTableSchemaOutput

type Secondary_indexForGetTableSchemaOutput struct {
	Column_names []*string `type:"list" json:"column_names,omitempty"`

	Is_covering_index *bool `type:"boolean" json:"is_covering_index,omitempty"`

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

func (Secondary_indexForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*Secondary_indexForGetTableSchemaOutput) SetColumn_names

SetColumn_names sets the Column_names field's value.

func (*Secondary_indexForGetTableSchemaOutput) SetIs_covering_index

SetIs_covering_index sets the Is_covering_index field's value.

func (*Secondary_indexForGetTableSchemaOutput) SetIs_unique_index

SetIs_unique_index sets the Is_unique_index field's value.

func (Secondary_indexForGetTableSchemaOutput) String

String returns the string representation

type Secondary_indexForModifySchemaInput

type Secondary_indexForModifySchemaInput struct {
	Column_names []*string `type:"list" json:"column_names,omitempty"`

	Is_covering_index *bool `type:"boolean" json:"is_covering_index,omitempty"`

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

func (Secondary_indexForModifySchemaInput) GoString

GoString returns the string representation

func (*Secondary_indexForModifySchemaInput) SetColumn_names

SetColumn_names sets the Column_names field's value.

func (*Secondary_indexForModifySchemaInput) SetIs_covering_index

SetIs_covering_index sets the Is_covering_index field's value.

func (*Secondary_indexForModifySchemaInput) SetIs_unique_index

SetIs_unique_index sets the Is_unique_index field's value.

func (Secondary_indexForModifySchemaInput) String

String returns the string representation

type SetVegraphReadAndWriteStatusInput added in v1.1.12

type SetVegraphReadAndWriteStatusInput struct {
	EnableRead *bool `type:"boolean" json:",omitempty"`

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

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

func (SetVegraphReadAndWriteStatusInput) GoString added in v1.1.12

GoString returns the string representation

func (*SetVegraphReadAndWriteStatusInput) SetEnableRead added in v1.1.12

SetEnableRead sets the EnableRead field's value.

func (*SetVegraphReadAndWriteStatusInput) SetEnableWrite added in v1.1.12

SetEnableWrite sets the EnableWrite field's value.

func (*SetVegraphReadAndWriteStatusInput) SetInstanceId added in v1.1.12

SetInstanceId sets the InstanceId field's value.

func (SetVegraphReadAndWriteStatusInput) String added in v1.1.12

String returns the string representation

func (*SetVegraphReadAndWriteStatusInput) Validate added in v1.1.12

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

type SetVegraphReadAndWriteStatusOutput added in v1.1.12

type SetVegraphReadAndWriteStatusOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SetVegraphReadAndWriteStatusOutput) GoString added in v1.1.12

GoString returns the string representation

func (SetVegraphReadAndWriteStatusOutput) String added in v1.1.12

String returns the string representation

type StorageInfoForCreateInstanceInput added in v1.1.12

type StorageInfoForCreateInstanceInput struct {
	BytestoreInfo *BytestoreInfoForCreateInstanceInput `type:"structure" json:",omitempty"`

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

func (StorageInfoForCreateInstanceInput) GoString added in v1.1.12

GoString returns the string representation

func (*StorageInfoForCreateInstanceInput) SetBytestoreInfo added in v1.1.12

SetBytestoreInfo sets the BytestoreInfo field's value.

func (*StorageInfoForCreateInstanceInput) SetStorageType added in v1.1.12

SetStorageType sets the StorageType field's value.

func (StorageInfoForCreateInstanceInput) String added in v1.1.12

String returns the string representation

type StorageInfoForDescribeInstanceOutput added in v1.1.12

type StorageInfoForDescribeInstanceOutput struct {
	BytestoreInfo *BytestoreInfoForDescribeInstanceOutput `type:"structure" json:",omitempty"`

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

func (StorageInfoForDescribeInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*StorageInfoForDescribeInstanceOutput) SetBytestoreInfo added in v1.1.12

SetBytestoreInfo sets the BytestoreInfo field's value.

func (*StorageInfoForDescribeInstanceOutput) SetStorageType added in v1.1.12

SetStorageType sets the StorageType field's value.

func (StorageInfoForDescribeInstanceOutput) String added in v1.1.12

String returns the string representation

type StorageInfoForListInstanceOutput added in v1.1.12

type StorageInfoForListInstanceOutput struct {
	BytestoreInfo *BytestoreInfoForListInstanceOutput `type:"structure" json:",omitempty"`

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

func (StorageInfoForListInstanceOutput) GoString added in v1.1.12

GoString returns the string representation

func (*StorageInfoForListInstanceOutput) SetBytestoreInfo added in v1.1.12

SetBytestoreInfo sets the BytestoreInfo field's value.

func (*StorageInfoForListInstanceOutput) SetStorageType added in v1.1.12

SetStorageType sets the StorageType field's value.

func (StorageInfoForListInstanceOutput) String added in v1.1.12

String returns the string representation

type Storage_capacity_limit_in_bytesForCalcTableLimitsOutput added in v1.1.18

type Storage_capacity_limit_in_bytesForCalcTableLimitsOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

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

func (Storage_capacity_limit_in_bytesForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*Storage_capacity_limit_in_bytesForCalcTableLimitsOutput) SetMax added in v1.1.18

SetMax sets the Max field's value.

func (*Storage_capacity_limit_in_bytesForCalcTableLimitsOutput) SetMin added in v1.1.18

SetMin sets the Min field's value.

func (Storage_capacity_limit_in_bytesForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type Storage_capacity_limit_in_bytesForGetTableLimitOutput added in v1.1.12

type Storage_capacity_limit_in_bytesForGetTableLimitOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

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

func (Storage_capacity_limit_in_bytesForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Storage_capacity_limit_in_bytesForGetTableLimitOutput) SetMax added in v1.1.12

SetMax sets the Max field's value.

func (*Storage_capacity_limit_in_bytesForGetTableLimitOutput) SetMin added in v1.1.12

SetMin sets the Min field's value.

func (Storage_capacity_limit_in_bytesForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type TableConfigForGetTableConfigOutput added in v1.1.12

type TableConfigForGetTableConfigOutput struct {
	Enable_rotate *bool `type:"boolean" json:"enable_rotate,omitempty"`

	Enable_transaction *bool `type:"boolean" json:"enable_transaction,omitempty"`

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

func (TableConfigForGetTableConfigOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TableConfigForGetTableConfigOutput) SetEnable_rotate added in v1.1.12

SetEnable_rotate sets the Enable_rotate field's value.

func (*TableConfigForGetTableConfigOutput) SetEnable_transaction added in v1.1.12

SetEnable_transaction sets the Enable_transaction field's value.

func (*TableConfigForGetTableConfigOutput) SetRotate_size added in v1.1.12

SetRotate_size sets the Rotate_size field's value.

func (TableConfigForGetTableConfigOutput) String added in v1.1.12

String returns the string representation

type TableForAddTablesInput

type TableForAddTablesInput struct {
	Enable_rotate *bool `type:"boolean" json:"enable_rotate,omitempty"`

	Quotas *QuotasForAddTablesInput `type:"structure" json:"quotas,omitempty"`

	Rotate_size *int64 `type:"int64" json:"rotate_size,omitempty"`

	Schema *SchemaForAddTablesInput `type:"structure" json:"schema,omitempty"`

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

func (TableForAddTablesInput) GoString

func (s TableForAddTablesInput) GoString() string

GoString returns the string representation

func (*TableForAddTablesInput) SetEnable_rotate added in v1.1.12

func (s *TableForAddTablesInput) SetEnable_rotate(v bool) *TableForAddTablesInput

SetEnable_rotate sets the Enable_rotate field's value.

func (*TableForAddTablesInput) SetQuotas added in v1.1.12

SetQuotas sets the Quotas field's value.

func (*TableForAddTablesInput) SetRotate_size added in v1.1.12

func (s *TableForAddTablesInput) SetRotate_size(v int64) *TableForAddTablesInput

SetRotate_size sets the Rotate_size field's value.

func (*TableForAddTablesInput) SetSchema

SetSchema sets the Schema field's value.

func (*TableForAddTablesInput) SetTable_name

SetTable_name sets the Table_name field's value.

func (TableForAddTablesInput) String

func (s TableForAddTablesInput) String() string

String returns the string representation

type TableForListClusterTablesOutput

type TableForListClusterTablesOutput struct {
	Is_readonly *bool `type:"boolean" json:"is_readonly,omitempty"`

	Partition_num *int64 `type:"int64" json:"partition_num,omitempty"`

	Table_id *int64 `type:"int64" json:"table_id,omitempty"`

	Table_name *string `type:"string" json:"table_name,omitempty"`

	Tablet_num *int64 `type:"int64" json:"tablet_num,omitempty"`

	Vdc_replica []*Vdc_replicaForListClusterTablesOutput `type:"list" json:"vdc_replica,omitempty"`

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

func (TableForListClusterTablesOutput) GoString

GoString returns the string representation

func (*TableForListClusterTablesOutput) SetIs_readonly

SetIs_readonly sets the Is_readonly field's value.

func (*TableForListClusterTablesOutput) SetPartition_num

SetPartition_num sets the Partition_num field's value.

func (*TableForListClusterTablesOutput) SetTable_id

SetTable_id sets the Table_id field's value.

func (*TableForListClusterTablesOutput) SetTable_name

SetTable_name sets the Table_name field's value.

func (*TableForListClusterTablesOutput) SetTablet_num

SetTablet_num sets the Tablet_num field's value.

func (*TableForListClusterTablesOutput) SetVdc_replica

SetVdc_replica sets the Vdc_replica field's value.

func (*TableForListClusterTablesOutput) SetWriteable_vdc

SetWriteable_vdc sets the Writeable_vdc field's value.

func (TableForListClusterTablesOutput) String

String returns the string representation

type TableLimitsForCalcTableLimitsOutput added in v1.1.18

type TableLimitsForCalcTableLimitsOutput struct {
	Iops_limit *Iops_limitForCalcTableLimitsOutput `type:"structure" json:"iops_limit,omitempty"`

	Raw_vdc_replica_num_range *string `type:"string" json:"raw_vdc_replica_num_range,omitempty"`

	Read_bandwidth_limit_in_bytes *Read_bandwidth_limit_in_bytesForCalcTableLimitsOutput `type:"structure" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *Storage_capacity_limit_in_bytesForCalcTableLimitsOutput `type:"structure" json:"storage_capacity_limit_in_bytes,omitempty"`

	Tablet_num_range *Tablet_num_rangeForCalcTableLimitsOutput `type:"structure" json:"tablet_num_range,omitempty"`

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

	Write_bandwidth_limit_in_bytes *Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput `type:"structure" json:"write_bandwidth_limit_in_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (TableLimitsForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*TableLimitsForCalcTableLimitsOutput) SetIops_limit added in v1.1.18

SetIops_limit sets the Iops_limit field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetRaw_vdc_replica_num_range added in v1.1.18

SetRaw_vdc_replica_num_range sets the Raw_vdc_replica_num_range field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetRead_bandwidth_limit_in_bytes added in v1.1.18

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetStorage_capacity_limit_in_bytes added in v1.1.18

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetTablet_num_range added in v1.1.18

SetTablet_num_range sets the Tablet_num_range field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetVdcs added in v1.1.18

SetVdcs sets the Vdcs field's value.

func (*TableLimitsForCalcTableLimitsOutput) SetWrite_bandwidth_limit_in_bytes added in v1.1.18

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (TableLimitsForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type TableLimitsForGetTableLimitOutput added in v1.1.12

type TableLimitsForGetTableLimitOutput struct {
	Iops_limit *Iops_limitForGetTableLimitOutput `type:"structure" json:"iops_limit,omitempty"`

	Raw_vdc_replica_num_range *string `type:"string" json:"raw_vdc_replica_num_range,omitempty"`

	Read_bandwidth_limit_in_bytes *Read_bandwidth_limit_in_bytesForGetTableLimitOutput `type:"structure" json:"read_bandwidth_limit_in_bytes,omitempty"`

	Storage_capacity_limit_in_bytes *Storage_capacity_limit_in_bytesForGetTableLimitOutput `type:"structure" json:"storage_capacity_limit_in_bytes,omitempty"`

	Tablet_num_range *Tablet_num_rangeForGetTableLimitOutput `type:"structure" json:"tablet_num_range,omitempty"`

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

	Write_bandwidth_limit_in_bytes *Write_bandwidth_limit_in_bytesForGetTableLimitOutput `type:"structure" json:"write_bandwidth_limit_in_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (TableLimitsForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TableLimitsForGetTableLimitOutput) SetIops_limit added in v1.1.12

SetIops_limit sets the Iops_limit field's value.

func (*TableLimitsForGetTableLimitOutput) SetRaw_vdc_replica_num_range added in v1.1.12

SetRaw_vdc_replica_num_range sets the Raw_vdc_replica_num_range field's value.

func (*TableLimitsForGetTableLimitOutput) SetRead_bandwidth_limit_in_bytes added in v1.1.12

SetRead_bandwidth_limit_in_bytes sets the Read_bandwidth_limit_in_bytes field's value.

func (*TableLimitsForGetTableLimitOutput) SetStorage_capacity_limit_in_bytes added in v1.1.12

SetStorage_capacity_limit_in_bytes sets the Storage_capacity_limit_in_bytes field's value.

func (*TableLimitsForGetTableLimitOutput) SetTablet_num_range added in v1.1.12

SetTablet_num_range sets the Tablet_num_range field's value.

func (*TableLimitsForGetTableLimitOutput) SetVdcs added in v1.1.12

SetVdcs sets the Vdcs field's value.

func (*TableLimitsForGetTableLimitOutput) SetWrite_bandwidth_limit_in_bytes added in v1.1.12

SetWrite_bandwidth_limit_in_bytes sets the Write_bandwidth_limit_in_bytes field's value.

func (TableLimitsForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type TableQuotaConfigForGetTableQuotaOutput added in v1.1.12

type TableQuotaConfigForGetTableQuotaOutput struct {
	Gremlin_quota_configs []*Gremlin_quota_configForGetTableQuotaOutput `type:"list" json:"gremlin_quota_configs,omitempty"`

	Psm_quota_configs []*Psm_quota_configForGetTableQuotaOutput `type:"list" json:"psm_quota_configs,omitempty"`
	// contains filtered or unexported fields
}

func (TableQuotaConfigForGetTableQuotaOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TableQuotaConfigForGetTableQuotaOutput) SetGremlin_quota_configs added in v1.1.12

SetGremlin_quota_configs sets the Gremlin_quota_configs field's value.

func (*TableQuotaConfigForGetTableQuotaOutput) SetPsm_quota_configs added in v1.1.12

SetPsm_quota_configs sets the Psm_quota_configs field's value.

func (TableQuotaConfigForGetTableQuotaOutput) String added in v1.1.12

String returns the string representation

type TableQuotaForGetTableOutput added in v1.1.31

type TableQuotaForGetTableOutput struct {
	Gremlin_quota_configs []*Gremlin_quota_configForGetTableOutput `type:"list" json:"gremlin_quota_configs,omitempty"`

	Psm_quota_configs []*Psm_quota_configForGetTableOutput `type:"list" json:"psm_quota_configs,omitempty"`
	// contains filtered or unexported fields
}

func (TableQuotaForGetTableOutput) GoString added in v1.1.31

func (s TableQuotaForGetTableOutput) GoString() string

GoString returns the string representation

func (*TableQuotaForGetTableOutput) SetGremlin_quota_configs added in v1.1.31

SetGremlin_quota_configs sets the Gremlin_quota_configs field's value.

func (*TableQuotaForGetTableOutput) SetPsm_quota_configs added in v1.1.31

SetPsm_quota_configs sets the Psm_quota_configs field's value.

func (TableQuotaForGetTableOutput) String added in v1.1.31

String returns the string representation

type TableSchemaForGetTableSchemaOutput

type TableSchemaForGetTableSchemaOutput struct {
	Edges []*EdgeForGetTableSchemaOutput `type:"list" json:"edges,omitempty"`

	Table_name *string `type:"string" json:"table_name,omitempty"`

	Version *int64 `type:"int64" json:"version,omitempty"`

	Vertexes []*VertexForGetTableSchemaOutput `type:"list" json:"vertexes,omitempty"`
	// contains filtered or unexported fields
}

func (TableSchemaForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*TableSchemaForGetTableSchemaOutput) SetEdges

SetEdges sets the Edges field's value.

func (*TableSchemaForGetTableSchemaOutput) SetTable_name

SetTable_name sets the Table_name field's value.

func (*TableSchemaForGetTableSchemaOutput) SetVersion

SetVersion sets the Version field's value.

func (*TableSchemaForGetTableSchemaOutput) SetVertexes

SetVertexes sets the Vertexes field's value.

func (TableSchemaForGetTableSchemaOutput) String

String returns the string representation

type Tables_infoForAddTablesInput

type Tables_infoForAddTablesInput struct {
	Io_qos_options *Io_qos_optionsForAddTablesInput `type:"structure" json:"io_qos_options,omitempty"`

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

	Partition_num *int32 `type:"int32" json:"partition_num,omitempty"`

	Tablet_num *int32 `type:"int32" json:"tablet_num,omitempty"`

	Vdc_replica []*Vdc_replicaForAddTablesInput `type:"list" json:"vdc_replica,omitempty"`

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

func (Tables_infoForAddTablesInput) GoString

func (s Tables_infoForAddTablesInput) GoString() string

GoString returns the string representation

func (*Tables_infoForAddTablesInput) SetIo_qos_options added in v1.1.12

SetIo_qos_options sets the Io_qos_options field's value.

func (*Tables_infoForAddTablesInput) SetName

SetName sets the Name field's value.

func (*Tables_infoForAddTablesInput) SetPartition_num

SetPartition_num sets the Partition_num field's value.

func (*Tables_infoForAddTablesInput) SetTablet_num

SetTablet_num sets the Tablet_num field's value.

func (*Tables_infoForAddTablesInput) SetVdc_replica

SetVdc_replica sets the Vdc_replica field's value.

func (*Tables_infoForAddTablesInput) SetWriteable_vdc

SetWriteable_vdc sets the Writeable_vdc field's value.

func (Tables_infoForAddTablesInput) String

String returns the string representation

type Tablet_num_rangeForCalcTableLimitsOutput added in v1.1.18

type Tablet_num_rangeForCalcTableLimitsOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

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

func (Tablet_num_rangeForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*Tablet_num_rangeForCalcTableLimitsOutput) SetMax added in v1.1.18

SetMax sets the Max field's value.

func (*Tablet_num_rangeForCalcTableLimitsOutput) SetMin added in v1.1.18

SetMin sets the Min field's value.

func (Tablet_num_rangeForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type Tablet_num_rangeForGetTableLimitOutput added in v1.1.12

type Tablet_num_rangeForGetTableLimitOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

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

func (Tablet_num_rangeForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Tablet_num_rangeForGetTableLimitOutput) SetMax added in v1.1.12

SetMax sets the Max field's value.

func (*Tablet_num_rangeForGetTableLimitOutput) SetMin added in v1.1.12

SetMin sets the Min field's value.

func (Tablet_num_rangeForGetTableLimitOutput) String added in v1.1.12

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 TagForDescribeInstanceOutput

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

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

func (TagForDescribeInstanceOutput) GoString

func (s TagForDescribeInstanceOutput) GoString() string

GoString returns the string representation

func (*TagForDescribeInstanceOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeInstanceOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeInstanceOutput) String

String returns the string representation

type TagForListInstanceOutput

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

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

func (TagForListInstanceOutput) GoString

func (s TagForListInstanceOutput) GoString() string

GoString returns the string representation

func (*TagForListInstanceOutput) SetKey

SetKey sets the Key field's value.

func (*TagForListInstanceOutput) SetValue

SetValue sets the Value field's value.

func (TagForListInstanceOutput) String

func (s TagForListInstanceOutput) String() string

String returns the string representation

type TruncateTableInput added in v1.1.25

type TruncateTableInput struct {

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

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

func (TruncateTableInput) GoString added in v1.1.25

func (s TruncateTableInput) GoString() string

GoString returns the string representation

func (*TruncateTableInput) SetInstanceId added in v1.1.25

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

SetInstanceId sets the InstanceId field's value.

func (*TruncateTableInput) SetTableName added in v1.1.25

func (s *TruncateTableInput) SetTableName(v string) *TruncateTableInput

SetTableName sets the TableName field's value.

func (TruncateTableInput) String added in v1.1.25

func (s TruncateTableInput) String() string

String returns the string representation

func (*TruncateTableInput) Validate added in v1.1.25

func (s *TruncateTableInput) Validate() error

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

type TruncateTableOutput added in v1.1.25

type TruncateTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (TruncateTableOutput) GoString added in v1.1.25

func (s TruncateTableOutput) GoString() string

GoString returns the string representation

func (TruncateTableOutput) String added in v1.1.25

func (s TruncateTableOutput) String() string

String returns the string representation

type Uniq_indexForAddTablesInput

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

func (Uniq_indexForAddTablesInput) GoString

func (s Uniq_indexForAddTablesInput) GoString() string

GoString returns the string representation

func (*Uniq_indexForAddTablesInput) SetValues

SetValues sets the Values field's value.

func (Uniq_indexForAddTablesInput) String

String returns the string representation

type Uniq_indexForGetTableSchemaOutput

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

func (Uniq_indexForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*Uniq_indexForGetTableSchemaOutput) SetValues

SetValues sets the Values field's value.

func (Uniq_indexForGetTableSchemaOutput) String

String returns the string representation

type Uniq_indexForModifySchemaInput

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

func (Uniq_indexForModifySchemaInput) GoString

GoString returns the string representation

func (*Uniq_indexForModifySchemaInput) SetValues

SetValues sets the Values field's value.

func (Uniq_indexForModifySchemaInput) String

String returns the string representation

type Vdc_replicaForAddTablesInput

type Vdc_replicaForAddTablesInput struct {
	Replica_num *int32 `type:"int32" json:"replica_num,omitempty"`

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

func (Vdc_replicaForAddTablesInput) GoString

func (s Vdc_replicaForAddTablesInput) GoString() string

GoString returns the string representation

func (*Vdc_replicaForAddTablesInput) SetReplica_num

SetReplica_num sets the Replica_num field's value.

func (*Vdc_replicaForAddTablesInput) SetVdc

SetVdc sets the Vdc field's value.

func (Vdc_replicaForAddTablesInput) String

String returns the string representation

type Vdc_replicaForListClusterTablesOutput

type Vdc_replicaForListClusterTablesOutput struct {
	Replica_num *int32 `type:"int32" json:"replica_num,omitempty"`

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

func (Vdc_replicaForListClusterTablesOutput) GoString

GoString returns the string representation

func (*Vdc_replicaForListClusterTablesOutput) SetReplica_num

SetReplica_num sets the Replica_num field's value.

func (*Vdc_replicaForListClusterTablesOutput) SetVdc

SetVdc sets the Vdc field's value.

func (Vdc_replicaForListClusterTablesOutput) String

String returns the string representation

type VertexForAddTablesInput

type VertexForAddTablesInput struct {
	Columns []*ColumnForAddTablesInput `type:"list" json:"columns,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

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

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForAddTablesInput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForAddTablesInput `type:"list" json:"uniq_index,omitempty"`
	// contains filtered or unexported fields
}

func (VertexForAddTablesInput) GoString

func (s VertexForAddTablesInput) GoString() string

GoString returns the string representation

func (*VertexForAddTablesInput) SetColumns

SetColumns sets the Columns field's value.

func (*VertexForAddTablesInput) SetLabel

SetLabel sets the Label field's value.

func (*VertexForAddTablesInput) SetPrimary_key

func (s *VertexForAddTablesInput) SetPrimary_key(v []*string) *VertexForAddTablesInput

SetPrimary_key sets the Primary_key field's value.

func (*VertexForAddTablesInput) SetSchema_label_type

func (s *VertexForAddTablesInput) SetSchema_label_type(v string) *VertexForAddTablesInput

SetSchema_label_type sets the Schema_label_type field's value.

func (*VertexForAddTablesInput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*VertexForAddTablesInput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (VertexForAddTablesInput) String

func (s VertexForAddTablesInput) String() string

String returns the string representation

type VertexForGetTableSchemaOutput

type VertexForGetTableSchemaOutput struct {
	Columns []*ColumnForGetTableSchemaOutput `type:"list" json:"columns,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

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

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForGetTableSchemaOutput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForGetTableSchemaOutput `type:"list" json:"uniq_index,omitempty"`
	// contains filtered or unexported fields
}

func (VertexForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*VertexForGetTableSchemaOutput) SetColumns

SetColumns sets the Columns field's value.

func (*VertexForGetTableSchemaOutput) SetLabel

SetLabel sets the Label field's value.

func (*VertexForGetTableSchemaOutput) SetPrimary_key

SetPrimary_key sets the Primary_key field's value.

func (*VertexForGetTableSchemaOutput) SetSchema_label_type

SetSchema_label_type sets the Schema_label_type field's value.

func (*VertexForGetTableSchemaOutput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*VertexForGetTableSchemaOutput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (VertexForGetTableSchemaOutput) String

String returns the string representation

type VertexForModifySchemaInput

type VertexForModifySchemaInput struct {
	Columns []*ColumnForModifySchemaInput `type:"list" json:"columns,omitempty"`

	Label *string `type:"string" json:"label,omitempty"`

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

	Schema_label_type *string `type:"string" json:"schema_label_type,omitempty"`

	Secondary_indices []*Secondary_indexForModifySchemaInput `type:"list" json:"secondary_indices,omitempty"`

	Uniq_index []*Uniq_indexForModifySchemaInput `type:"list" json:"uniq_index,omitempty"`
	// contains filtered or unexported fields
}

func (VertexForModifySchemaInput) GoString

func (s VertexForModifySchemaInput) GoString() string

GoString returns the string representation

func (*VertexForModifySchemaInput) SetColumns

SetColumns sets the Columns field's value.

func (*VertexForModifySchemaInput) SetLabel

SetLabel sets the Label field's value.

func (*VertexForModifySchemaInput) SetPrimary_key

SetPrimary_key sets the Primary_key field's value.

func (*VertexForModifySchemaInput) SetSchema_label_type

func (s *VertexForModifySchemaInput) SetSchema_label_type(v string) *VertexForModifySchemaInput

SetSchema_label_type sets the Schema_label_type field's value.

func (*VertexForModifySchemaInput) SetSecondary_indices

SetSecondary_indices sets the Secondary_indices field's value.

func (*VertexForModifySchemaInput) SetUniq_index

SetUniq_index sets the Uniq_index field's value.

func (VertexForModifySchemaInput) String

String returns the string representation

type Vertex_constraintForAddTablesInput

type Vertex_constraintForAddTablesInput struct {
	Primary_key_columns []*ColumnForAddTablesInput `locationName:"primary_key_columns" type:"list" json:",omitempty"`

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

func (Vertex_constraintForAddTablesInput) GoString

GoString returns the string representation

func (*Vertex_constraintForAddTablesInput) SetPrimary_key_columns

SetPrimary_key_columns sets the Primary_key_columns field's value.

func (*Vertex_constraintForAddTablesInput) SetSchema_label_type

SetSchema_label_type sets the Schema_label_type field's value.

func (Vertex_constraintForAddTablesInput) String

String returns the string representation

type Vertex_constraintForGetTableSchemaOutput

type Vertex_constraintForGetTableSchemaOutput struct {
	Primary_key_columns []*ColumnForGetTableSchemaOutput `locationName:"primary_key_columns" type:"list" json:",omitempty"`

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

func (Vertex_constraintForGetTableSchemaOutput) GoString

GoString returns the string representation

func (*Vertex_constraintForGetTableSchemaOutput) SetPrimary_key_columns

SetPrimary_key_columns sets the Primary_key_columns field's value.

func (*Vertex_constraintForGetTableSchemaOutput) SetSchema_label_type

SetSchema_label_type sets the Schema_label_type field's value.

func (Vertex_constraintForGetTableSchemaOutput) String

String returns the string representation

type Vertex_constraintForModifySchemaInput

type Vertex_constraintForModifySchemaInput struct {
	Primary_key_columns []*ColumnForModifySchemaInput `locationName:"primary_key_columns" type:"list" json:",omitempty"`

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

func (Vertex_constraintForModifySchemaInput) GoString

GoString returns the string representation

func (*Vertex_constraintForModifySchemaInput) SetPrimary_key_columns

SetPrimary_key_columns sets the Primary_key_columns field's value.

func (*Vertex_constraintForModifySchemaInput) SetSchema_label_type

SetSchema_label_type sets the Schema_label_type field's value.

func (Vertex_constraintForModifySchemaInput) String

String returns the string representation

type VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput added in v1.1.30

type VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput struct {
	ComponentInfo []*ComponentInfoForGetVersionSetAndComponentsInfoOutput `type:"list" json:"componentInfo,omitempty"`

	VersionSetCreateTime *string `type:"string" json:"versionSetCreateTime,omitempty"`

	VersionSetId *int32 `type:"int32" json:"versionSetId,omitempty"`

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

func (VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) GoString added in v1.1.30

GoString returns the string representation

func (*VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) SetComponentInfo added in v1.1.30

SetComponentInfo sets the ComponentInfo field's value.

func (*VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) SetVersionSetCreateTime added in v1.1.30

SetVersionSetCreateTime sets the VersionSetCreateTime field's value.

func (*VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) SetVersionSetId added in v1.1.30

SetVersionSetId sets the VersionSetId field's value.

func (*VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) SetVersionSetName added in v1.1.30

SetVersionSetName sets the VersionSetName field's value.

func (VsInfosWithComponentInfoForGetVersionSetAndComponentsInfoOutput) String added in v1.1.30

String returns the string representation

type Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput added in v1.1.18

type Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

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

func (Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput) GoString added in v1.1.18

GoString returns the string representation

func (*Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput) SetMax added in v1.1.18

SetMax sets the Max field's value.

func (*Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput) SetMin added in v1.1.18

SetMin sets the Min field's value.

func (Write_bandwidth_limit_in_bytesForCalcTableLimitsOutput) String added in v1.1.18

String returns the string representation

type Write_bandwidth_limit_in_bytesForGetTableLimitOutput added in v1.1.12

type Write_bandwidth_limit_in_bytesForGetTableLimitOutput struct {
	Max *int64 `type:"int64" json:"max,omitempty"`

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

func (Write_bandwidth_limit_in_bytesForGetTableLimitOutput) GoString added in v1.1.12

GoString returns the string representation

func (*Write_bandwidth_limit_in_bytesForGetTableLimitOutput) SetMax added in v1.1.12

SetMax sets the Max field's value.

func (*Write_bandwidth_limit_in_bytesForGetTableLimitOutput) SetMin added in v1.1.12

SetMin sets the Min field's value.

func (Write_bandwidth_limit_in_bytesForGetTableLimitOutput) String added in v1.1.12

String returns the string representation

type ZoneForDescribeZonesOutput

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

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

	ZoneName *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) SetDescription

SetDescription sets the Description field's value.

func (*ZoneForDescribeZonesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*ZoneForDescribeZonesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (ZoneForDescribeZonesOutput) String

String returns the string representation

Jump to

Keyboard shortcuts

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