Documentation ¶
Index ¶
- Variables
- func GetEndpointMap() map[string]string
- func GetEndpointType() string
- func SetClientProperty(client *Client, propertyName string, propertyValue interface{})
- func SetEndpointDataToClient(client *Client)
- type AddTagsBatchRequest
- type AddTagsBatchResponse
- type AttachDbfsRequest
- type AttachDbfsResponse
- type Client
- func NewClient() (client *Client, err error)
- func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
- func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)
- func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
- func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
- func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
- func NewClientWithRamRoleArnAndPolicy(regionId string, ...) (client *Client, err error)
- func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
- func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
- func (client *Client) AddTagsBatch(request *AddTagsBatchRequest) (response *AddTagsBatchResponse, err error)
- func (client *Client) AddTagsBatchWithCallback(request *AddTagsBatchRequest, ...) <-chan int
- func (client *Client) AddTagsBatchWithChan(request *AddTagsBatchRequest) (<-chan *AddTagsBatchResponse, <-chan error)
- func (client *Client) AttachDbfs(request *AttachDbfsRequest) (response *AttachDbfsResponse, err error)
- func (client *Client) AttachDbfsWithCallback(request *AttachDbfsRequest, ...) <-chan int
- func (client *Client) AttachDbfsWithChan(request *AttachDbfsRequest) (<-chan *AttachDbfsResponse, <-chan error)
- func (client *Client) CreateConstants(request *CreateConstantsRequest) (response *CreateConstantsResponse, err error)
- func (client *Client) CreateConstantsWithCallback(request *CreateConstantsRequest, ...) <-chan int
- func (client *Client) CreateConstantsWithChan(request *CreateConstantsRequest) (<-chan *CreateConstantsResponse, <-chan error)
- func (client *Client) CreateDbfs(request *CreateDbfsRequest) (response *CreateDbfsResponse, err error)
- func (client *Client) CreateDbfsWithCallback(request *CreateDbfsRequest, ...) <-chan int
- func (client *Client) CreateDbfsWithChan(request *CreateDbfsRequest) (<-chan *CreateDbfsResponse, <-chan error)
- func (client *Client) CreateServiceLinkedRole(request *CreateServiceLinkedRoleRequest) (response *CreateServiceLinkedRoleResponse, err error)
- func (client *Client) CreateServiceLinkedRoleWithCallback(request *CreateServiceLinkedRoleRequest, ...) <-chan int
- func (client *Client) CreateServiceLinkedRoleWithChan(request *CreateServiceLinkedRoleRequest) (<-chan *CreateServiceLinkedRoleResponse, <-chan error)
- func (client *Client) CreateSnapshot(request *CreateSnapshotRequest) (response *CreateSnapshotResponse, err error)
- func (client *Client) CreateSnapshotWithCallback(request *CreateSnapshotRequest, ...) <-chan int
- func (client *Client) CreateSnapshotWithChan(request *CreateSnapshotRequest) (<-chan *CreateSnapshotResponse, <-chan error)
- func (client *Client) DbfsRecord(request *DbfsRecordRequest) (response *DbfsRecordResponse, err error)
- func (client *Client) DbfsRecordWithCallback(request *DbfsRecordRequest, ...) <-chan int
- func (client *Client) DbfsRecordWithChan(request *DbfsRecordRequest) (<-chan *DbfsRecordResponse, <-chan error)
- func (client *Client) DeleteConstants(request *DeleteConstantsRequest) (response *DeleteConstantsResponse, err error)
- func (client *Client) DeleteConstantsWithCallback(request *DeleteConstantsRequest, ...) <-chan int
- func (client *Client) DeleteConstantsWithChan(request *DeleteConstantsRequest) (<-chan *DeleteConstantsResponse, <-chan error)
- func (client *Client) DeleteDbfs(request *DeleteDbfsRequest) (response *DeleteDbfsResponse, err error)
- func (client *Client) DeleteDbfsWithCallback(request *DeleteDbfsRequest, ...) <-chan int
- func (client *Client) DeleteDbfsWithChan(request *DeleteDbfsRequest) (<-chan *DeleteDbfsResponse, <-chan error)
- func (client *Client) DeleteSnapshot(request *DeleteSnapshotRequest) (response *DeleteSnapshotResponse, err error)
- func (client *Client) DeleteSnapshotWithCallback(request *DeleteSnapshotRequest, ...) <-chan int
- func (client *Client) DeleteSnapshotWithChan(request *DeleteSnapshotRequest) (<-chan *DeleteSnapshotResponse, <-chan error)
- func (client *Client) DeleteTagsBatch(request *DeleteTagsBatchRequest) (response *DeleteTagsBatchResponse, err error)
- func (client *Client) DeleteTagsBatchWithCallback(request *DeleteTagsBatchRequest, ...) <-chan int
- func (client *Client) DeleteTagsBatchWithChan(request *DeleteTagsBatchRequest) (<-chan *DeleteTagsBatchResponse, <-chan error)
- func (client *Client) DescribeDbfsSpecifications(request *DescribeDbfsSpecificationsRequest) (response *DescribeDbfsSpecificationsResponse, err error)
- func (client *Client) DescribeDbfsSpecificationsWithCallback(request *DescribeDbfsSpecificationsRequest, ...) <-chan int
- func (client *Client) DescribeDbfsSpecificationsWithChan(request *DescribeDbfsSpecificationsRequest) (<-chan *DescribeDbfsSpecificationsResponse, <-chan error)
- func (client *Client) DetachDbfs(request *DetachDbfsRequest) (response *DetachDbfsResponse, err error)
- func (client *Client) DetachDbfsWithCallback(request *DetachDbfsRequest, ...) <-chan int
- func (client *Client) DetachDbfsWithChan(request *DetachDbfsRequest) (<-chan *DetachDbfsResponse, <-chan error)
- func (client *Client) GenerateUpgradeRecord(request *GenerateUpgradeRecordRequest) (response *GenerateUpgradeRecordResponse, err error)
- func (client *Client) GenerateUpgradeRecordWithCallback(request *GenerateUpgradeRecordRequest, ...) <-chan int
- func (client *Client) GenerateUpgradeRecordWithChan(request *GenerateUpgradeRecordRequest) (<-chan *GenerateUpgradeRecordResponse, <-chan error)
- func (client *Client) GetDbfs(request *GetDbfsRequest) (response *GetDbfsResponse, err error)
- func (client *Client) GetDbfsWithCallback(request *GetDbfsRequest, callback func(response *GetDbfsResponse, err error)) <-chan int
- func (client *Client) GetDbfsWithChan(request *GetDbfsRequest) (<-chan *GetDbfsResponse, <-chan error)
- func (client *Client) GetServiceLinkedRole(request *GetServiceLinkedRoleRequest) (response *GetServiceLinkedRoleResponse, err error)
- func (client *Client) GetServiceLinkedRoleWithCallback(request *GetServiceLinkedRoleRequest, ...) <-chan int
- func (client *Client) GetServiceLinkedRoleWithChan(request *GetServiceLinkedRoleRequest) (<-chan *GetServiceLinkedRoleResponse, <-chan error)
- func (client *Client) GetSynchronizConstants(request *GetSynchronizConstantsRequest) (response *GetSynchronizConstantsResponse, err error)
- func (client *Client) GetSynchronizConstantsWithCallback(request *GetSynchronizConstantsRequest, ...) <-chan int
- func (client *Client) GetSynchronizConstantsWithChan(request *GetSynchronizConstantsRequest) (<-chan *GetSynchronizConstantsResponse, <-chan error)
- func (client *Client) InsertSynchronizConstants(request *InsertSynchronizConstantsRequest) (response *InsertSynchronizConstantsResponse, err error)
- func (client *Client) InsertSynchronizConstantsWithCallback(request *InsertSynchronizConstantsRequest, ...) <-chan int
- func (client *Client) InsertSynchronizConstantsWithChan(request *InsertSynchronizConstantsRequest) (<-chan *InsertSynchronizConstantsResponse, <-chan error)
- func (client *Client) ListConstants(request *ListConstantsRequest) (response *ListConstantsResponse, err error)
- func (client *Client) ListConstantsWithCallback(request *ListConstantsRequest, ...) <-chan int
- func (client *Client) ListConstantsWithChan(request *ListConstantsRequest) (<-chan *ListConstantsResponse, <-chan error)
- func (client *Client) ListDbfs(request *ListDbfsRequest) (response *ListDbfsResponse, err error)
- func (client *Client) ListDbfsWithCallback(request *ListDbfsRequest, callback func(response *ListDbfsResponse, err error)) <-chan int
- func (client *Client) ListDbfsWithChan(request *ListDbfsRequest) (<-chan *ListDbfsResponse, <-chan error)
- func (client *Client) ListSnapshot(request *ListSnapshotRequest) (response *ListSnapshotResponse, err error)
- func (client *Client) ListSnapshotWithCallback(request *ListSnapshotRequest, ...) <-chan int
- func (client *Client) ListSnapshotWithChan(request *ListSnapshotRequest) (<-chan *ListSnapshotResponse, <-chan error)
- func (client *Client) ListTagKeys(request *ListTagKeysRequest) (response *ListTagKeysResponse, err error)
- func (client *Client) ListTagKeysWithCallback(request *ListTagKeysRequest, ...) <-chan int
- func (client *Client) ListTagKeysWithChan(request *ListTagKeysRequest) (<-chan *ListTagKeysResponse, <-chan error)
- func (client *Client) ListTagValues(request *ListTagValuesRequest) (response *ListTagValuesResponse, err error)
- func (client *Client) ListTagValuesWithCallback(request *ListTagValuesRequest, ...) <-chan int
- func (client *Client) ListTagValuesWithChan(request *ListTagValuesRequest) (<-chan *ListTagValuesResponse, <-chan error)
- func (client *Client) ListTask(request *ListTaskRequest) (response *ListTaskResponse, err error)
- func (client *Client) ListTaskWithCallback(request *ListTaskRequest, callback func(response *ListTaskResponse, err error)) <-chan int
- func (client *Client) ListTaskWithChan(request *ListTaskRequest) (<-chan *ListTaskResponse, <-chan error)
- func (client *Client) OpreateConstants(request *OpreateConstantsRequest) (response *OpreateConstantsResponse, err error)
- func (client *Client) OpreateConstantsWithCallback(request *OpreateConstantsRequest, ...) <-chan int
- func (client *Client) OpreateConstantsWithChan(request *OpreateConstantsRequest) (<-chan *OpreateConstantsResponse, <-chan error)
- func (client *Client) PublishUpgradeTask(request *PublishUpgradeTaskRequest) (response *PublishUpgradeTaskResponse, err error)
- func (client *Client) PublishUpgradeTaskWithCallback(request *PublishUpgradeTaskRequest, ...) <-chan int
- func (client *Client) PublishUpgradeTaskWithChan(request *PublishUpgradeTaskRequest) (<-chan *PublishUpgradeTaskResponse, <-chan error)
- func (client *Client) RenameDbfs(request *RenameDbfsRequest) (response *RenameDbfsResponse, err error)
- func (client *Client) RenameDbfsWithCallback(request *RenameDbfsRequest, ...) <-chan int
- func (client *Client) RenameDbfsWithChan(request *RenameDbfsRequest) (<-chan *RenameDbfsResponse, <-chan error)
- func (client *Client) ResetDbfs(request *ResetDbfsRequest) (response *ResetDbfsResponse, err error)
- func (client *Client) ResetDbfsWithCallback(request *ResetDbfsRequest, ...) <-chan int
- func (client *Client) ResetDbfsWithChan(request *ResetDbfsRequest) (<-chan *ResetDbfsResponse, <-chan error)
- func (client *Client) ResizeDbfs(request *ResizeDbfsRequest) (response *ResizeDbfsResponse, err error)
- func (client *Client) ResizeDbfsWithCallback(request *ResizeDbfsRequest, ...) <-chan int
- func (client *Client) ResizeDbfsWithChan(request *ResizeDbfsRequest) (<-chan *ResizeDbfsResponse, <-chan error)
- func (client *Client) StopUpgradeTask(request *StopUpgradeTaskRequest) (response *StopUpgradeTaskResponse, err error)
- func (client *Client) StopUpgradeTaskWithCallback(request *StopUpgradeTaskRequest, ...) <-chan int
- func (client *Client) StopUpgradeTaskWithChan(request *StopUpgradeTaskRequest) (<-chan *StopUpgradeTaskResponse, <-chan error)
- func (client *Client) TagDbfs(request *TagDbfsRequest) (response *TagDbfsResponse, err error)
- func (client *Client) TagDbfsWithCallback(request *TagDbfsRequest, callback func(response *TagDbfsResponse, err error)) <-chan int
- func (client *Client) TagDbfsWithChan(request *TagDbfsRequest) (<-chan *TagDbfsResponse, <-chan error)
- func (client *Client) UpdateConstants(request *UpdateConstantsRequest) (response *UpdateConstantsResponse, err error)
- func (client *Client) UpdateConstantsWithCallback(request *UpdateConstantsRequest, ...) <-chan int
- func (client *Client) UpdateConstantsWithChan(request *UpdateConstantsRequest) (<-chan *UpdateConstantsResponse, <-chan error)
- func (client *Client) UpdateTask(request *UpdateTaskRequest) (response *UpdateTaskResponse, err error)
- func (client *Client) UpdateTaskWithCallback(request *UpdateTaskRequest, ...) <-chan int
- func (client *Client) UpdateTaskWithChan(request *UpdateTaskRequest) (<-chan *UpdateTaskResponse, <-chan error)
- type CreateConstantsRequest
- type CreateConstantsResponse
- type CreateDbfsRequest
- type CreateDbfsResponse
- type CreateServiceLinkedRoleRequest
- type CreateServiceLinkedRoleResponse
- type CreateSnapshotRequest
- type CreateSnapshotResponse
- type DBFSInfo
- type DBFSInfoInListDbfs
- type DbfsRecordRequest
- type DbfsRecordResponse
- type DeleteConstantsRequest
- type DeleteConstantsResponse
- type DeleteDbfsRequest
- type DeleteDbfsResponse
- type DeleteSnapshotRequest
- type DeleteSnapshotResponse
- type DeleteTagsBatchRequest
- type DeleteTagsBatchResponse
- type DescribeDbfsSpecificationsRequest
- type DescribeDbfsSpecificationsResponse
- type DetachDbfsRequest
- type DetachDbfsResponse
- type EbsListInGetDbfs
- type EbsListInListDbfs
- type EbsListItem
- type EcsListInGetDbfs
- type EcsListInListDbfs
- type EcsListItem
- type GenerateUpgradeRecordRequest
- type GenerateUpgradeRecordResponse
- type GetDbfsRequest
- type GetDbfsResponse
- type GetServiceLinkedRoleRequest
- type GetServiceLinkedRoleResponse
- type GetSynchronizConstantsRequest
- type GetSynchronizConstantsResponse
- type Info
- type InsertSynchronizConstantsRequest
- type InsertSynchronizConstantsResponse
- type ListConstantsRequest
- type ListConstantsResponse
- type ListDbfsRequest
- type ListDbfsResponse
- type ListSnapshotRequest
- type ListSnapshotResponse
- type ListTagKeysRequest
- type ListTagKeysResponse
- type ListTagValuesRequest
- type ListTagValuesResponse
- type ListTaskRequest
- type ListTaskResponse
- type OpreateConstantsRequest
- type OpreateConstantsResponse
- type PublishUpgradeTaskRequest
- type PublishUpgradeTaskResponse
- type RecordsInDbfsRecord
- type RecordsInGenerateUpgradeRecord
- type RecordsItem
- type RenameDbfsRequest
- type RenameDbfsResponse
- type ResetDbfsRequest
- type ResetDbfsResponse
- type ResizeDbfsRequest
- type ResizeDbfsResponse
- type Snapshots
- type SnapshotsItem
- type StopUpgradeTaskRequest
- type StopUpgradeTaskResponse
- type SupportedEcsInstanceTypeFamily
- type TagDbfsRequest
- type TagDbfsResponse
- type TagKeys
- type TagList
- type TagListInListDbfs
- type TagValues
- type TagsInGetDbfs
- type TagsInListDbfs
- type Tasks
- type TasksItem
- type UpdateConstantsRequest
- type UpdateConstantsResponse
- type UpdateTaskRequest
- type UpdateTaskResponse
Constants ¶
This section is empty.
Variables ¶
var EndpointMap map[string]string
EndpointMap Endpoint Data
var EndpointType = "regional"
EndpointType regional or central
Functions ¶
func GetEndpointMap ¶ added in v1.61.650
GetEndpointMap Get Endpoint Data Map
func GetEndpointType ¶ added in v1.61.650
func GetEndpointType() string
GetEndpointType Get Endpoint Type Value
func SetClientProperty ¶ added in v1.61.650
SetClientProperty Set Property by Reflect
func SetEndpointDataToClient ¶ added in v1.61.650
func SetEndpointDataToClient(client *Client)
SetEndpointDataToClient Set EndpointMap and ENdpointType
Types ¶
type AddTagsBatchRequest ¶ added in v1.61.633
type AddTagsBatchRequest struct { *requests.RpcRequest DbfsList string `position:"Query" name:"DbfsList"` ClientToken string `position:"Query" name:"ClientToken"` Tags string `position:"Query" name:"Tags"` }
AddTagsBatchRequest is the request struct for api AddTagsBatch
func CreateAddTagsBatchRequest ¶ added in v1.61.633
func CreateAddTagsBatchRequest() (request *AddTagsBatchRequest)
CreateAddTagsBatchRequest creates a request to invoke AddTagsBatch API
type AddTagsBatchResponse ¶ added in v1.61.633
type AddTagsBatchResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
AddTagsBatchResponse is the response struct for api AddTagsBatch
func CreateAddTagsBatchResponse ¶ added in v1.61.633
func CreateAddTagsBatchResponse() (response *AddTagsBatchResponse)
CreateAddTagsBatchResponse creates a response to parse from AddTagsBatch response
type AttachDbfsRequest ¶
type AttachDbfsRequest struct { *requests.RpcRequest ECSInstanceId string `position:"Query" name:"ECSInstanceId"` ServerUrl string `position:"Query" name:"ServerUrl"` FsId string `position:"Query" name:"FsId"` }
AttachDbfsRequest is the request struct for api AttachDbfs
func CreateAttachDbfsRequest ¶
func CreateAttachDbfsRequest() (request *AttachDbfsRequest)
CreateAttachDbfsRequest creates a request to invoke AttachDbfs API
type AttachDbfsResponse ¶
type AttachDbfsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
AttachDbfsResponse is the response struct for api AttachDbfs
func CreateAttachDbfsResponse ¶
func CreateAttachDbfsResponse() (response *AttachDbfsResponse)
CreateAttachDbfsResponse creates a response to parse from AttachDbfs response
type Client ¶
Client is the sdk client struct, each func corresponds to an OpenAPI
func NewClientWithAccessKey ¶
func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithEcsRamRole ¶
NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithOptions ¶
func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client
func NewClientWithProvider ¶
func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArn ¶
func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArnAndPolicy ¶
func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRsaKeyPair ¶
func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithStsToken ¶
func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func (*Client) AddTagsBatch ¶ added in v1.61.633
func (client *Client) AddTagsBatch(request *AddTagsBatchRequest) (response *AddTagsBatchResponse, err error)
AddTagsBatch invokes the dbfs.AddTagsBatch API synchronously
func (*Client) AddTagsBatchWithCallback ¶ added in v1.61.633
func (client *Client) AddTagsBatchWithCallback(request *AddTagsBatchRequest, callback func(response *AddTagsBatchResponse, err error)) <-chan int
AddTagsBatchWithCallback invokes the dbfs.AddTagsBatch API asynchronously
func (*Client) AddTagsBatchWithChan ¶ added in v1.61.633
func (client *Client) AddTagsBatchWithChan(request *AddTagsBatchRequest) (<-chan *AddTagsBatchResponse, <-chan error)
AddTagsBatchWithChan invokes the dbfs.AddTagsBatch API asynchronously
func (*Client) AttachDbfs ¶
func (client *Client) AttachDbfs(request *AttachDbfsRequest) (response *AttachDbfsResponse, err error)
AttachDbfs invokes the dbfs.AttachDbfs API synchronously
func (*Client) AttachDbfsWithCallback ¶
func (client *Client) AttachDbfsWithCallback(request *AttachDbfsRequest, callback func(response *AttachDbfsResponse, err error)) <-chan int
AttachDbfsWithCallback invokes the dbfs.AttachDbfs API asynchronously
func (*Client) AttachDbfsWithChan ¶
func (client *Client) AttachDbfsWithChan(request *AttachDbfsRequest) (<-chan *AttachDbfsResponse, <-chan error)
AttachDbfsWithChan invokes the dbfs.AttachDbfs API asynchronously
func (*Client) CreateConstants ¶ added in v1.61.1117
func (client *Client) CreateConstants(request *CreateConstantsRequest) (response *CreateConstantsResponse, err error)
CreateConstants invokes the dbfs.CreateConstants API synchronously
func (*Client) CreateConstantsWithCallback ¶ added in v1.61.1117
func (client *Client) CreateConstantsWithCallback(request *CreateConstantsRequest, callback func(response *CreateConstantsResponse, err error)) <-chan int
CreateConstantsWithCallback invokes the dbfs.CreateConstants API asynchronously
func (*Client) CreateConstantsWithChan ¶ added in v1.61.1117
func (client *Client) CreateConstantsWithChan(request *CreateConstantsRequest) (<-chan *CreateConstantsResponse, <-chan error)
CreateConstantsWithChan invokes the dbfs.CreateConstants API asynchronously
func (*Client) CreateDbfs ¶
func (client *Client) CreateDbfs(request *CreateDbfsRequest) (response *CreateDbfsResponse, err error)
CreateDbfs invokes the dbfs.CreateDbfs API synchronously
func (*Client) CreateDbfsWithCallback ¶
func (client *Client) CreateDbfsWithCallback(request *CreateDbfsRequest, callback func(response *CreateDbfsResponse, err error)) <-chan int
CreateDbfsWithCallback invokes the dbfs.CreateDbfs API asynchronously
func (*Client) CreateDbfsWithChan ¶
func (client *Client) CreateDbfsWithChan(request *CreateDbfsRequest) (<-chan *CreateDbfsResponse, <-chan error)
CreateDbfsWithChan invokes the dbfs.CreateDbfs API asynchronously
func (*Client) CreateServiceLinkedRole ¶ added in v1.61.633
func (client *Client) CreateServiceLinkedRole(request *CreateServiceLinkedRoleRequest) (response *CreateServiceLinkedRoleResponse, err error)
CreateServiceLinkedRole invokes the dbfs.CreateServiceLinkedRole API synchronously
func (*Client) CreateServiceLinkedRoleWithCallback ¶ added in v1.61.633
func (client *Client) CreateServiceLinkedRoleWithCallback(request *CreateServiceLinkedRoleRequest, callback func(response *CreateServiceLinkedRoleResponse, err error)) <-chan int
CreateServiceLinkedRoleWithCallback invokes the dbfs.CreateServiceLinkedRole API asynchronously
func (*Client) CreateServiceLinkedRoleWithChan ¶ added in v1.61.633
func (client *Client) CreateServiceLinkedRoleWithChan(request *CreateServiceLinkedRoleRequest) (<-chan *CreateServiceLinkedRoleResponse, <-chan error)
CreateServiceLinkedRoleWithChan invokes the dbfs.CreateServiceLinkedRole API asynchronously
func (*Client) CreateSnapshot ¶ added in v1.61.633
func (client *Client) CreateSnapshot(request *CreateSnapshotRequest) (response *CreateSnapshotResponse, err error)
CreateSnapshot invokes the dbfs.CreateSnapshot API synchronously
func (*Client) CreateSnapshotWithCallback ¶ added in v1.61.633
func (client *Client) CreateSnapshotWithCallback(request *CreateSnapshotRequest, callback func(response *CreateSnapshotResponse, err error)) <-chan int
CreateSnapshotWithCallback invokes the dbfs.CreateSnapshot API asynchronously
func (*Client) CreateSnapshotWithChan ¶ added in v1.61.633
func (client *Client) CreateSnapshotWithChan(request *CreateSnapshotRequest) (<-chan *CreateSnapshotResponse, <-chan error)
CreateSnapshotWithChan invokes the dbfs.CreateSnapshot API asynchronously
func (*Client) DbfsRecord ¶ added in v1.61.1117
func (client *Client) DbfsRecord(request *DbfsRecordRequest) (response *DbfsRecordResponse, err error)
DbfsRecord invokes the dbfs.DbfsRecord API synchronously
func (*Client) DbfsRecordWithCallback ¶ added in v1.61.1117
func (client *Client) DbfsRecordWithCallback(request *DbfsRecordRequest, callback func(response *DbfsRecordResponse, err error)) <-chan int
DbfsRecordWithCallback invokes the dbfs.DbfsRecord API asynchronously
func (*Client) DbfsRecordWithChan ¶ added in v1.61.1117
func (client *Client) DbfsRecordWithChan(request *DbfsRecordRequest) (<-chan *DbfsRecordResponse, <-chan error)
DbfsRecordWithChan invokes the dbfs.DbfsRecord API asynchronously
func (*Client) DeleteConstants ¶ added in v1.61.1117
func (client *Client) DeleteConstants(request *DeleteConstantsRequest) (response *DeleteConstantsResponse, err error)
DeleteConstants invokes the dbfs.DeleteConstants API synchronously
func (*Client) DeleteConstantsWithCallback ¶ added in v1.61.1117
func (client *Client) DeleteConstantsWithCallback(request *DeleteConstantsRequest, callback func(response *DeleteConstantsResponse, err error)) <-chan int
DeleteConstantsWithCallback invokes the dbfs.DeleteConstants API asynchronously
func (*Client) DeleteConstantsWithChan ¶ added in v1.61.1117
func (client *Client) DeleteConstantsWithChan(request *DeleteConstantsRequest) (<-chan *DeleteConstantsResponse, <-chan error)
DeleteConstantsWithChan invokes the dbfs.DeleteConstants API asynchronously
func (*Client) DeleteDbfs ¶
func (client *Client) DeleteDbfs(request *DeleteDbfsRequest) (response *DeleteDbfsResponse, err error)
DeleteDbfs invokes the dbfs.DeleteDbfs API synchronously
func (*Client) DeleteDbfsWithCallback ¶
func (client *Client) DeleteDbfsWithCallback(request *DeleteDbfsRequest, callback func(response *DeleteDbfsResponse, err error)) <-chan int
DeleteDbfsWithCallback invokes the dbfs.DeleteDbfs API asynchronously
func (*Client) DeleteDbfsWithChan ¶
func (client *Client) DeleteDbfsWithChan(request *DeleteDbfsRequest) (<-chan *DeleteDbfsResponse, <-chan error)
DeleteDbfsWithChan invokes the dbfs.DeleteDbfs API asynchronously
func (*Client) DeleteSnapshot ¶ added in v1.61.633
func (client *Client) DeleteSnapshot(request *DeleteSnapshotRequest) (response *DeleteSnapshotResponse, err error)
DeleteSnapshot invokes the dbfs.DeleteSnapshot API synchronously
func (*Client) DeleteSnapshotWithCallback ¶ added in v1.61.633
func (client *Client) DeleteSnapshotWithCallback(request *DeleteSnapshotRequest, callback func(response *DeleteSnapshotResponse, err error)) <-chan int
DeleteSnapshotWithCallback invokes the dbfs.DeleteSnapshot API asynchronously
func (*Client) DeleteSnapshotWithChan ¶ added in v1.61.633
func (client *Client) DeleteSnapshotWithChan(request *DeleteSnapshotRequest) (<-chan *DeleteSnapshotResponse, <-chan error)
DeleteSnapshotWithChan invokes the dbfs.DeleteSnapshot API asynchronously
func (*Client) DeleteTagsBatch ¶ added in v1.61.633
func (client *Client) DeleteTagsBatch(request *DeleteTagsBatchRequest) (response *DeleteTagsBatchResponse, err error)
DeleteTagsBatch invokes the dbfs.DeleteTagsBatch API synchronously
func (*Client) DeleteTagsBatchWithCallback ¶ added in v1.61.633
func (client *Client) DeleteTagsBatchWithCallback(request *DeleteTagsBatchRequest, callback func(response *DeleteTagsBatchResponse, err error)) <-chan int
DeleteTagsBatchWithCallback invokes the dbfs.DeleteTagsBatch API asynchronously
func (*Client) DeleteTagsBatchWithChan ¶ added in v1.61.633
func (client *Client) DeleteTagsBatchWithChan(request *DeleteTagsBatchRequest) (<-chan *DeleteTagsBatchResponse, <-chan error)
DeleteTagsBatchWithChan invokes the dbfs.DeleteTagsBatch API asynchronously
func (*Client) DescribeDbfsSpecifications ¶ added in v1.61.1227
func (client *Client) DescribeDbfsSpecifications(request *DescribeDbfsSpecificationsRequest) (response *DescribeDbfsSpecificationsResponse, err error)
DescribeDbfsSpecifications invokes the dbfs.DescribeDbfsSpecifications API synchronously
func (*Client) DescribeDbfsSpecificationsWithCallback ¶ added in v1.61.1227
func (client *Client) DescribeDbfsSpecificationsWithCallback(request *DescribeDbfsSpecificationsRequest, callback func(response *DescribeDbfsSpecificationsResponse, err error)) <-chan int
DescribeDbfsSpecificationsWithCallback invokes the dbfs.DescribeDbfsSpecifications API asynchronously
func (*Client) DescribeDbfsSpecificationsWithChan ¶ added in v1.61.1227
func (client *Client) DescribeDbfsSpecificationsWithChan(request *DescribeDbfsSpecificationsRequest) (<-chan *DescribeDbfsSpecificationsResponse, <-chan error)
DescribeDbfsSpecificationsWithChan invokes the dbfs.DescribeDbfsSpecifications API asynchronously
func (*Client) DetachDbfs ¶
func (client *Client) DetachDbfs(request *DetachDbfsRequest) (response *DetachDbfsResponse, err error)
DetachDbfs invokes the dbfs.DetachDbfs API synchronously
func (*Client) DetachDbfsWithCallback ¶
func (client *Client) DetachDbfsWithCallback(request *DetachDbfsRequest, callback func(response *DetachDbfsResponse, err error)) <-chan int
DetachDbfsWithCallback invokes the dbfs.DetachDbfs API asynchronously
func (*Client) DetachDbfsWithChan ¶
func (client *Client) DetachDbfsWithChan(request *DetachDbfsRequest) (<-chan *DetachDbfsResponse, <-chan error)
DetachDbfsWithChan invokes the dbfs.DetachDbfs API asynchronously
func (*Client) GenerateUpgradeRecord ¶ added in v1.61.1117
func (client *Client) GenerateUpgradeRecord(request *GenerateUpgradeRecordRequest) (response *GenerateUpgradeRecordResponse, err error)
GenerateUpgradeRecord invokes the dbfs.GenerateUpgradeRecord API synchronously
func (*Client) GenerateUpgradeRecordWithCallback ¶ added in v1.61.1117
func (client *Client) GenerateUpgradeRecordWithCallback(request *GenerateUpgradeRecordRequest, callback func(response *GenerateUpgradeRecordResponse, err error)) <-chan int
GenerateUpgradeRecordWithCallback invokes the dbfs.GenerateUpgradeRecord API asynchronously
func (*Client) GenerateUpgradeRecordWithChan ¶ added in v1.61.1117
func (client *Client) GenerateUpgradeRecordWithChan(request *GenerateUpgradeRecordRequest) (<-chan *GenerateUpgradeRecordResponse, <-chan error)
GenerateUpgradeRecordWithChan invokes the dbfs.GenerateUpgradeRecord API asynchronously
func (*Client) GetDbfs ¶
func (client *Client) GetDbfs(request *GetDbfsRequest) (response *GetDbfsResponse, err error)
GetDbfs invokes the dbfs.GetDbfs API synchronously
func (*Client) GetDbfsWithCallback ¶
func (client *Client) GetDbfsWithCallback(request *GetDbfsRequest, callback func(response *GetDbfsResponse, err error)) <-chan int
GetDbfsWithCallback invokes the dbfs.GetDbfs API asynchronously
func (*Client) GetDbfsWithChan ¶
func (client *Client) GetDbfsWithChan(request *GetDbfsRequest) (<-chan *GetDbfsResponse, <-chan error)
GetDbfsWithChan invokes the dbfs.GetDbfs API asynchronously
func (*Client) GetServiceLinkedRole ¶ added in v1.61.633
func (client *Client) GetServiceLinkedRole(request *GetServiceLinkedRoleRequest) (response *GetServiceLinkedRoleResponse, err error)
GetServiceLinkedRole invokes the dbfs.GetServiceLinkedRole API synchronously
func (*Client) GetServiceLinkedRoleWithCallback ¶ added in v1.61.633
func (client *Client) GetServiceLinkedRoleWithCallback(request *GetServiceLinkedRoleRequest, callback func(response *GetServiceLinkedRoleResponse, err error)) <-chan int
GetServiceLinkedRoleWithCallback invokes the dbfs.GetServiceLinkedRole API asynchronously
func (*Client) GetServiceLinkedRoleWithChan ¶ added in v1.61.633
func (client *Client) GetServiceLinkedRoleWithChan(request *GetServiceLinkedRoleRequest) (<-chan *GetServiceLinkedRoleResponse, <-chan error)
GetServiceLinkedRoleWithChan invokes the dbfs.GetServiceLinkedRole API asynchronously
func (*Client) GetSynchronizConstants ¶ added in v1.61.1117
func (client *Client) GetSynchronizConstants(request *GetSynchronizConstantsRequest) (response *GetSynchronizConstantsResponse, err error)
GetSynchronizConstants invokes the dbfs.GetSynchronizConstants API synchronously
func (*Client) GetSynchronizConstantsWithCallback ¶ added in v1.61.1117
func (client *Client) GetSynchronizConstantsWithCallback(request *GetSynchronizConstantsRequest, callback func(response *GetSynchronizConstantsResponse, err error)) <-chan int
GetSynchronizConstantsWithCallback invokes the dbfs.GetSynchronizConstants API asynchronously
func (*Client) GetSynchronizConstantsWithChan ¶ added in v1.61.1117
func (client *Client) GetSynchronizConstantsWithChan(request *GetSynchronizConstantsRequest) (<-chan *GetSynchronizConstantsResponse, <-chan error)
GetSynchronizConstantsWithChan invokes the dbfs.GetSynchronizConstants API asynchronously
func (*Client) InsertSynchronizConstants ¶ added in v1.61.1117
func (client *Client) InsertSynchronizConstants(request *InsertSynchronizConstantsRequest) (response *InsertSynchronizConstantsResponse, err error)
InsertSynchronizConstants invokes the dbfs.InsertSynchronizConstants API synchronously
func (*Client) InsertSynchronizConstantsWithCallback ¶ added in v1.61.1117
func (client *Client) InsertSynchronizConstantsWithCallback(request *InsertSynchronizConstantsRequest, callback func(response *InsertSynchronizConstantsResponse, err error)) <-chan int
InsertSynchronizConstantsWithCallback invokes the dbfs.InsertSynchronizConstants API asynchronously
func (*Client) InsertSynchronizConstantsWithChan ¶ added in v1.61.1117
func (client *Client) InsertSynchronizConstantsWithChan(request *InsertSynchronizConstantsRequest) (<-chan *InsertSynchronizConstantsResponse, <-chan error)
InsertSynchronizConstantsWithChan invokes the dbfs.InsertSynchronizConstants API asynchronously
func (*Client) ListConstants ¶ added in v1.61.1117
func (client *Client) ListConstants(request *ListConstantsRequest) (response *ListConstantsResponse, err error)
ListConstants invokes the dbfs.ListConstants API synchronously
func (*Client) ListConstantsWithCallback ¶ added in v1.61.1117
func (client *Client) ListConstantsWithCallback(request *ListConstantsRequest, callback func(response *ListConstantsResponse, err error)) <-chan int
ListConstantsWithCallback invokes the dbfs.ListConstants API asynchronously
func (*Client) ListConstantsWithChan ¶ added in v1.61.1117
func (client *Client) ListConstantsWithChan(request *ListConstantsRequest) (<-chan *ListConstantsResponse, <-chan error)
ListConstantsWithChan invokes the dbfs.ListConstants API asynchronously
func (*Client) ListDbfs ¶
func (client *Client) ListDbfs(request *ListDbfsRequest) (response *ListDbfsResponse, err error)
ListDbfs invokes the dbfs.ListDbfs API synchronously
func (*Client) ListDbfsWithCallback ¶
func (client *Client) ListDbfsWithCallback(request *ListDbfsRequest, callback func(response *ListDbfsResponse, err error)) <-chan int
ListDbfsWithCallback invokes the dbfs.ListDbfs API asynchronously
func (*Client) ListDbfsWithChan ¶
func (client *Client) ListDbfsWithChan(request *ListDbfsRequest) (<-chan *ListDbfsResponse, <-chan error)
ListDbfsWithChan invokes the dbfs.ListDbfs API asynchronously
func (*Client) ListSnapshot ¶ added in v1.61.633
func (client *Client) ListSnapshot(request *ListSnapshotRequest) (response *ListSnapshotResponse, err error)
ListSnapshot invokes the dbfs.ListSnapshot API synchronously
func (*Client) ListSnapshotWithCallback ¶ added in v1.61.633
func (client *Client) ListSnapshotWithCallback(request *ListSnapshotRequest, callback func(response *ListSnapshotResponse, err error)) <-chan int
ListSnapshotWithCallback invokes the dbfs.ListSnapshot API asynchronously
func (*Client) ListSnapshotWithChan ¶ added in v1.61.633
func (client *Client) ListSnapshotWithChan(request *ListSnapshotRequest) (<-chan *ListSnapshotResponse, <-chan error)
ListSnapshotWithChan invokes the dbfs.ListSnapshot API asynchronously
func (*Client) ListTagKeys ¶ added in v1.61.633
func (client *Client) ListTagKeys(request *ListTagKeysRequest) (response *ListTagKeysResponse, err error)
ListTagKeys invokes the dbfs.ListTagKeys API synchronously
func (*Client) ListTagKeysWithCallback ¶ added in v1.61.633
func (client *Client) ListTagKeysWithCallback(request *ListTagKeysRequest, callback func(response *ListTagKeysResponse, err error)) <-chan int
ListTagKeysWithCallback invokes the dbfs.ListTagKeys API asynchronously
func (*Client) ListTagKeysWithChan ¶ added in v1.61.633
func (client *Client) ListTagKeysWithChan(request *ListTagKeysRequest) (<-chan *ListTagKeysResponse, <-chan error)
ListTagKeysWithChan invokes the dbfs.ListTagKeys API asynchronously
func (*Client) ListTagValues ¶ added in v1.61.633
func (client *Client) ListTagValues(request *ListTagValuesRequest) (response *ListTagValuesResponse, err error)
ListTagValues invokes the dbfs.ListTagValues API synchronously
func (*Client) ListTagValuesWithCallback ¶ added in v1.61.633
func (client *Client) ListTagValuesWithCallback(request *ListTagValuesRequest, callback func(response *ListTagValuesResponse, err error)) <-chan int
ListTagValuesWithCallback invokes the dbfs.ListTagValues API asynchronously
func (*Client) ListTagValuesWithChan ¶ added in v1.61.633
func (client *Client) ListTagValuesWithChan(request *ListTagValuesRequest) (<-chan *ListTagValuesResponse, <-chan error)
ListTagValuesWithChan invokes the dbfs.ListTagValues API asynchronously
func (*Client) ListTask ¶ added in v1.61.633
func (client *Client) ListTask(request *ListTaskRequest) (response *ListTaskResponse, err error)
ListTask invokes the dbfs.ListTask API synchronously
func (*Client) ListTaskWithCallback ¶ added in v1.61.633
func (client *Client) ListTaskWithCallback(request *ListTaskRequest, callback func(response *ListTaskResponse, err error)) <-chan int
ListTaskWithCallback invokes the dbfs.ListTask API asynchronously
func (*Client) ListTaskWithChan ¶ added in v1.61.633
func (client *Client) ListTaskWithChan(request *ListTaskRequest) (<-chan *ListTaskResponse, <-chan error)
ListTaskWithChan invokes the dbfs.ListTask API asynchronously
func (*Client) OpreateConstants ¶ added in v1.61.1117
func (client *Client) OpreateConstants(request *OpreateConstantsRequest) (response *OpreateConstantsResponse, err error)
OpreateConstants invokes the dbfs.OpreateConstants API synchronously
func (*Client) OpreateConstantsWithCallback ¶ added in v1.61.1117
func (client *Client) OpreateConstantsWithCallback(request *OpreateConstantsRequest, callback func(response *OpreateConstantsResponse, err error)) <-chan int
OpreateConstantsWithCallback invokes the dbfs.OpreateConstants API asynchronously
func (*Client) OpreateConstantsWithChan ¶ added in v1.61.1117
func (client *Client) OpreateConstantsWithChan(request *OpreateConstantsRequest) (<-chan *OpreateConstantsResponse, <-chan error)
OpreateConstantsWithChan invokes the dbfs.OpreateConstants API asynchronously
func (*Client) PublishUpgradeTask ¶ added in v1.61.1117
func (client *Client) PublishUpgradeTask(request *PublishUpgradeTaskRequest) (response *PublishUpgradeTaskResponse, err error)
PublishUpgradeTask invokes the dbfs.PublishUpgradeTask API synchronously
func (*Client) PublishUpgradeTaskWithCallback ¶ added in v1.61.1117
func (client *Client) PublishUpgradeTaskWithCallback(request *PublishUpgradeTaskRequest, callback func(response *PublishUpgradeTaskResponse, err error)) <-chan int
PublishUpgradeTaskWithCallback invokes the dbfs.PublishUpgradeTask API asynchronously
func (*Client) PublishUpgradeTaskWithChan ¶ added in v1.61.1117
func (client *Client) PublishUpgradeTaskWithChan(request *PublishUpgradeTaskRequest) (<-chan *PublishUpgradeTaskResponse, <-chan error)
PublishUpgradeTaskWithChan invokes the dbfs.PublishUpgradeTask API asynchronously
func (*Client) RenameDbfs ¶ added in v1.61.633
func (client *Client) RenameDbfs(request *RenameDbfsRequest) (response *RenameDbfsResponse, err error)
RenameDbfs invokes the dbfs.RenameDbfs API synchronously
func (*Client) RenameDbfsWithCallback ¶ added in v1.61.633
func (client *Client) RenameDbfsWithCallback(request *RenameDbfsRequest, callback func(response *RenameDbfsResponse, err error)) <-chan int
RenameDbfsWithCallback invokes the dbfs.RenameDbfs API asynchronously
func (*Client) RenameDbfsWithChan ¶ added in v1.61.633
func (client *Client) RenameDbfsWithChan(request *RenameDbfsRequest) (<-chan *RenameDbfsResponse, <-chan error)
RenameDbfsWithChan invokes the dbfs.RenameDbfs API asynchronously
func (*Client) ResetDbfs ¶ added in v1.61.633
func (client *Client) ResetDbfs(request *ResetDbfsRequest) (response *ResetDbfsResponse, err error)
ResetDbfs invokes the dbfs.ResetDbfs API synchronously
func (*Client) ResetDbfsWithCallback ¶ added in v1.61.633
func (client *Client) ResetDbfsWithCallback(request *ResetDbfsRequest, callback func(response *ResetDbfsResponse, err error)) <-chan int
ResetDbfsWithCallback invokes the dbfs.ResetDbfs API asynchronously
func (*Client) ResetDbfsWithChan ¶ added in v1.61.633
func (client *Client) ResetDbfsWithChan(request *ResetDbfsRequest) (<-chan *ResetDbfsResponse, <-chan error)
ResetDbfsWithChan invokes the dbfs.ResetDbfs API asynchronously
func (*Client) ResizeDbfs ¶
func (client *Client) ResizeDbfs(request *ResizeDbfsRequest) (response *ResizeDbfsResponse, err error)
ResizeDbfs invokes the dbfs.ResizeDbfs API synchronously
func (*Client) ResizeDbfsWithCallback ¶
func (client *Client) ResizeDbfsWithCallback(request *ResizeDbfsRequest, callback func(response *ResizeDbfsResponse, err error)) <-chan int
ResizeDbfsWithCallback invokes the dbfs.ResizeDbfs API asynchronously
func (*Client) ResizeDbfsWithChan ¶
func (client *Client) ResizeDbfsWithChan(request *ResizeDbfsRequest) (<-chan *ResizeDbfsResponse, <-chan error)
ResizeDbfsWithChan invokes the dbfs.ResizeDbfs API asynchronously
func (*Client) StopUpgradeTask ¶ added in v1.61.1117
func (client *Client) StopUpgradeTask(request *StopUpgradeTaskRequest) (response *StopUpgradeTaskResponse, err error)
StopUpgradeTask invokes the dbfs.StopUpgradeTask API synchronously
func (*Client) StopUpgradeTaskWithCallback ¶ added in v1.61.1117
func (client *Client) StopUpgradeTaskWithCallback(request *StopUpgradeTaskRequest, callback func(response *StopUpgradeTaskResponse, err error)) <-chan int
StopUpgradeTaskWithCallback invokes the dbfs.StopUpgradeTask API asynchronously
func (*Client) StopUpgradeTaskWithChan ¶ added in v1.61.1117
func (client *Client) StopUpgradeTaskWithChan(request *StopUpgradeTaskRequest) (<-chan *StopUpgradeTaskResponse, <-chan error)
StopUpgradeTaskWithChan invokes the dbfs.StopUpgradeTask API asynchronously
func (*Client) TagDbfs ¶ added in v1.61.633
func (client *Client) TagDbfs(request *TagDbfsRequest) (response *TagDbfsResponse, err error)
TagDbfs invokes the dbfs.TagDbfs API synchronously
func (*Client) TagDbfsWithCallback ¶ added in v1.61.633
func (client *Client) TagDbfsWithCallback(request *TagDbfsRequest, callback func(response *TagDbfsResponse, err error)) <-chan int
TagDbfsWithCallback invokes the dbfs.TagDbfs API asynchronously
func (*Client) TagDbfsWithChan ¶ added in v1.61.633
func (client *Client) TagDbfsWithChan(request *TagDbfsRequest) (<-chan *TagDbfsResponse, <-chan error)
TagDbfsWithChan invokes the dbfs.TagDbfs API asynchronously
func (*Client) UpdateConstants ¶ added in v1.61.1117
func (client *Client) UpdateConstants(request *UpdateConstantsRequest) (response *UpdateConstantsResponse, err error)
UpdateConstants invokes the dbfs.UpdateConstants API synchronously
func (*Client) UpdateConstantsWithCallback ¶ added in v1.61.1117
func (client *Client) UpdateConstantsWithCallback(request *UpdateConstantsRequest, callback func(response *UpdateConstantsResponse, err error)) <-chan int
UpdateConstantsWithCallback invokes the dbfs.UpdateConstants API asynchronously
func (*Client) UpdateConstantsWithChan ¶ added in v1.61.1117
func (client *Client) UpdateConstantsWithChan(request *UpdateConstantsRequest) (<-chan *UpdateConstantsResponse, <-chan error)
UpdateConstantsWithChan invokes the dbfs.UpdateConstants API asynchronously
func (*Client) UpdateTask ¶ added in v1.61.650
func (client *Client) UpdateTask(request *UpdateTaskRequest) (response *UpdateTaskResponse, err error)
UpdateTask invokes the dbfs.UpdateTask API synchronously
func (*Client) UpdateTaskWithCallback ¶ added in v1.61.650
func (client *Client) UpdateTaskWithCallback(request *UpdateTaskRequest, callback func(response *UpdateTaskResponse, err error)) <-chan int
UpdateTaskWithCallback invokes the dbfs.UpdateTask API asynchronously
func (*Client) UpdateTaskWithChan ¶ added in v1.61.650
func (client *Client) UpdateTaskWithChan(request *UpdateTaskRequest) (<-chan *UpdateTaskResponse, <-chan error)
UpdateTaskWithChan invokes the dbfs.UpdateTask API asynchronously
type CreateConstantsRequest ¶ added in v1.61.1117
type CreateConstantsRequest struct { *requests.RpcRequest PageNumber requests.Integer `position:"Query" name:"PageNumber"` ConstantsData string `position:"Query" name:"ConstantsData"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
CreateConstantsRequest is the request struct for api CreateConstants
func CreateCreateConstantsRequest ¶ added in v1.61.1117
func CreateCreateConstantsRequest() (request *CreateConstantsRequest)
CreateCreateConstantsRequest creates a request to invoke CreateConstants API
type CreateConstantsResponse ¶ added in v1.61.1117
type CreateConstantsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` PageSize int64 `json:"PageSize" xml:"PageSize"` TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` }
CreateConstantsResponse is the response struct for api CreateConstants
func CreateCreateConstantsResponse ¶ added in v1.61.1117
func CreateCreateConstantsResponse() (response *CreateConstantsResponse)
CreateCreateConstantsResponse creates a response to parse from CreateConstants response
type CreateDbfsRequest ¶
type CreateDbfsRequest struct { *requests.RpcRequest SizeG requests.Integer `position:"Query" name:"SizeG"` SnapshotId string `position:"Query" name:"SnapshotId"` ClientToken string `position:"Query" name:"ClientToken"` UsedScene string `position:"Query" name:"UsedScene"` FsName string `position:"Query" name:"FsName"` RaidStripeUnitNumber requests.Integer `position:"Query" name:"RaidStripeUnitNumber"` Encryption requests.Boolean `position:"Query" name:"Encryption"` PerformanceLevel string `position:"Query" name:"PerformanceLevel"` EnableRaid requests.Boolean `position:"Query" name:"EnableRaid"` DeleteSnapshot requests.Boolean `position:"Query" name:"DeleteSnapshot"` ZoneId string `position:"Query" name:"ZoneId"` Category string `position:"Query" name:"Category"` KMSKeyId string `position:"Query" name:"KMSKeyId"` }
CreateDbfsRequest is the request struct for api CreateDbfs
func CreateCreateDbfsRequest ¶
func CreateCreateDbfsRequest() (request *CreateDbfsRequest)
CreateCreateDbfsRequest creates a request to invoke CreateDbfs API
type CreateDbfsResponse ¶
type CreateDbfsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` FsId string `json:"FsId" xml:"FsId"` }
CreateDbfsResponse is the response struct for api CreateDbfs
func CreateCreateDbfsResponse ¶
func CreateCreateDbfsResponse() (response *CreateDbfsResponse)
CreateCreateDbfsResponse creates a response to parse from CreateDbfs response
type CreateServiceLinkedRoleRequest ¶ added in v1.61.633
type CreateServiceLinkedRoleRequest struct { *requests.RpcRequest ClientToken string `position:"Query" name:"ClientToken"` }
CreateServiceLinkedRoleRequest is the request struct for api CreateServiceLinkedRole
func CreateCreateServiceLinkedRoleRequest ¶ added in v1.61.633
func CreateCreateServiceLinkedRoleRequest() (request *CreateServiceLinkedRoleRequest)
CreateCreateServiceLinkedRoleRequest creates a request to invoke CreateServiceLinkedRole API
type CreateServiceLinkedRoleResponse ¶ added in v1.61.633
type CreateServiceLinkedRoleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CreateServiceLinkedRoleResponse is the response struct for api CreateServiceLinkedRole
func CreateCreateServiceLinkedRoleResponse ¶ added in v1.61.633
func CreateCreateServiceLinkedRoleResponse() (response *CreateServiceLinkedRoleResponse)
CreateCreateServiceLinkedRoleResponse creates a response to parse from CreateServiceLinkedRole response
type CreateSnapshotRequest ¶ added in v1.61.633
type CreateSnapshotRequest struct { *requests.RpcRequest ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` SnapshotName string `position:"Query" name:"SnapshotName"` FsId string `position:"Query" name:"FsId"` RetentionDays requests.Integer `position:"Query" name:"RetentionDays"` }
CreateSnapshotRequest is the request struct for api CreateSnapshot
func CreateCreateSnapshotRequest ¶ added in v1.61.633
func CreateCreateSnapshotRequest() (request *CreateSnapshotRequest)
CreateCreateSnapshotRequest creates a request to invoke CreateSnapshot API
type CreateSnapshotResponse ¶ added in v1.61.633
type CreateSnapshotResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` SnapshotId string `json:"SnapshotId" xml:"SnapshotId"` }
CreateSnapshotResponse is the response struct for api CreateSnapshot
func CreateCreateSnapshotResponse ¶ added in v1.61.633
func CreateCreateSnapshotResponse() (response *CreateSnapshotResponse)
CreateCreateSnapshotResponse creates a response to parse from CreateSnapshot response
type DBFSInfo ¶ added in v1.61.633
type DBFSInfo struct { Category string `json:"Category" xml:"Category"` SizeG int `json:"SizeG" xml:"SizeG"` FsName string `json:"FsName" xml:"FsName"` PayType string `json:"PayType" xml:"PayType"` UsedScene string `json:"UsedScene" xml:"UsedScene"` KMSKeyId string `json:"KMSKeyId" xml:"KMSKeyId"` FsId string `json:"FsId" xml:"FsId"` DBFSClusterId string `json:"DBFSClusterId" xml:"DBFSClusterId"` RegionId string `json:"RegionId" xml:"RegionId"` CreatedTime string `json:"CreatedTime" xml:"CreatedTime"` ZoneId string `json:"ZoneId" xml:"ZoneId"` LastUmountTime string `json:"LastUmountTime" xml:"LastUmountTime"` LastMountTime string `json:"LastMountTime" xml:"LastMountTime"` RaidStrip int `json:"RaidStrip" xml:"RaidStrip"` PerformanceLevel string `json:"PerformanceLevel" xml:"PerformanceLevel"` EnableRaid bool `json:"EnableRaid" xml:"EnableRaid"` Status string `json:"Status" xml:"Status"` AttachNodeNumber int `json:"AttachNodeNumber" xml:"AttachNodeNumber"` Description string `json:"Description" xml:"Description"` Encryption bool `json:"Encryption" xml:"Encryption"` EcsList []EcsListItem `json:"EcsList" xml:"EcsList"` EbsList []EbsListItem `json:"EbsList" xml:"EbsList"` Tags []TagList `json:"Tags" xml:"Tags"` }
DBFSInfo is a nested struct in dbfs response
type DBFSInfoInListDbfs ¶
type DBFSInfoInListDbfs struct {
Info []Info `json:"Info" xml:"Info"`
}
DBFSInfoInListDbfs is a nested struct in dbfs response
type DbfsRecordRequest ¶ added in v1.61.1117
type DbfsRecordRequest struct { *requests.RpcRequest Data string `position:"Query" name:"Data"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
DbfsRecordRequest is the request struct for api DbfsRecord
func CreateDbfsRecordRequest ¶ added in v1.61.1117
func CreateDbfsRecordRequest() (request *DbfsRecordRequest)
CreateDbfsRecordRequest creates a request to invoke DbfsRecord API
type DbfsRecordResponse ¶ added in v1.61.1117
type DbfsRecordResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` PageNo int64 `json:"PageNo" xml:"PageNo"` PageSize int64 `json:"PageSize" xml:"PageSize"` Total int64 `json:"Total" xml:"Total"` Records []RecordsItem `json:"Records" xml:"Records"` }
DbfsRecordResponse is the response struct for api DbfsRecord
func CreateDbfsRecordResponse ¶ added in v1.61.1117
func CreateDbfsRecordResponse() (response *DbfsRecordResponse)
CreateDbfsRecordResponse creates a response to parse from DbfsRecord response
type DeleteConstantsRequest ¶ added in v1.61.1117
type DeleteConstantsRequest struct { *requests.RpcRequest PageNumber requests.Integer `position:"Query" name:"PageNumber"` ConstantsData string `position:"Query" name:"ConstantsData"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
DeleteConstantsRequest is the request struct for api DeleteConstants
func CreateDeleteConstantsRequest ¶ added in v1.61.1117
func CreateDeleteConstantsRequest() (request *DeleteConstantsRequest)
CreateDeleteConstantsRequest creates a request to invoke DeleteConstants API
type DeleteConstantsResponse ¶ added in v1.61.1117
type DeleteConstantsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` PageSize int64 `json:"PageSize" xml:"PageSize"` TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` }
DeleteConstantsResponse is the response struct for api DeleteConstants
func CreateDeleteConstantsResponse ¶ added in v1.61.1117
func CreateDeleteConstantsResponse() (response *DeleteConstantsResponse)
CreateDeleteConstantsResponse creates a response to parse from DeleteConstants response
type DeleteDbfsRequest ¶
type DeleteDbfsRequest struct { *requests.RpcRequest FsId string `position:"Query" name:"FsId"` }
DeleteDbfsRequest is the request struct for api DeleteDbfs
func CreateDeleteDbfsRequest ¶
func CreateDeleteDbfsRequest() (request *DeleteDbfsRequest)
CreateDeleteDbfsRequest creates a request to invoke DeleteDbfs API
type DeleteDbfsResponse ¶
type DeleteDbfsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteDbfsResponse is the response struct for api DeleteDbfs
func CreateDeleteDbfsResponse ¶
func CreateDeleteDbfsResponse() (response *DeleteDbfsResponse)
CreateDeleteDbfsResponse creates a response to parse from DeleteDbfs response
type DeleteSnapshotRequest ¶ added in v1.61.633
type DeleteSnapshotRequest struct { *requests.RpcRequest SnapshotId string `position:"Query" name:"SnapshotId"` Force requests.Boolean `position:"Query" name:"Force"` }
DeleteSnapshotRequest is the request struct for api DeleteSnapshot
func CreateDeleteSnapshotRequest ¶ added in v1.61.633
func CreateDeleteSnapshotRequest() (request *DeleteSnapshotRequest)
CreateDeleteSnapshotRequest creates a request to invoke DeleteSnapshot API
type DeleteSnapshotResponse ¶ added in v1.61.633
type DeleteSnapshotResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteSnapshotResponse is the response struct for api DeleteSnapshot
func CreateDeleteSnapshotResponse ¶ added in v1.61.633
func CreateDeleteSnapshotResponse() (response *DeleteSnapshotResponse)
CreateDeleteSnapshotResponse creates a response to parse from DeleteSnapshot response
type DeleteTagsBatchRequest ¶ added in v1.61.633
type DeleteTagsBatchRequest struct { *requests.RpcRequest DbfsList string `position:"Query" name:"DbfsList"` Tags string `position:"Query" name:"Tags"` }
DeleteTagsBatchRequest is the request struct for api DeleteTagsBatch
func CreateDeleteTagsBatchRequest ¶ added in v1.61.633
func CreateDeleteTagsBatchRequest() (request *DeleteTagsBatchRequest)
CreateDeleteTagsBatchRequest creates a request to invoke DeleteTagsBatch API
type DeleteTagsBatchResponse ¶ added in v1.61.633
type DeleteTagsBatchResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteTagsBatchResponse is the response struct for api DeleteTagsBatch
func CreateDeleteTagsBatchResponse ¶ added in v1.61.633
func CreateDeleteTagsBatchResponse() (response *DeleteTagsBatchResponse)
CreateDeleteTagsBatchResponse creates a response to parse from DeleteTagsBatch response
type DescribeDbfsSpecificationsRequest ¶ added in v1.61.1227
type DescribeDbfsSpecificationsRequest struct { *requests.RpcRequest EcsInstanceType string `position:"Query" name:"EcsInstanceType"` Category string `position:"Query" name:"Category"` }
DescribeDbfsSpecificationsRequest is the request struct for api DescribeDbfsSpecifications
func CreateDescribeDbfsSpecificationsRequest ¶ added in v1.61.1227
func CreateDescribeDbfsSpecificationsRequest() (request *DescribeDbfsSpecificationsRequest)
CreateDescribeDbfsSpecificationsRequest creates a request to invoke DescribeDbfsSpecifications API
type DescribeDbfsSpecificationsResponse ¶ added in v1.61.1227
type DescribeDbfsSpecificationsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` MaxDbfsNumberPerEcs map[string]interface{} `json:"MaxDbfsNumberPerEcs" xml:"MaxDbfsNumberPerEcs"` SupportedEcsInstanceTypeFamily []string `json:"SupportedEcsInstanceTypeFamily" xml:"SupportedEcsInstanceTypeFamily"` }
DescribeDbfsSpecificationsResponse is the response struct for api DescribeDbfsSpecifications
func CreateDescribeDbfsSpecificationsResponse ¶ added in v1.61.1227
func CreateDescribeDbfsSpecificationsResponse() (response *DescribeDbfsSpecificationsResponse)
CreateDescribeDbfsSpecificationsResponse creates a response to parse from DescribeDbfsSpecifications response
type DetachDbfsRequest ¶
type DetachDbfsRequest struct { *requests.RpcRequest ECSInstanceId string `position:"Query" name:"ECSInstanceId"` FsId string `position:"Query" name:"FsId"` }
DetachDbfsRequest is the request struct for api DetachDbfs
func CreateDetachDbfsRequest ¶
func CreateDetachDbfsRequest() (request *DetachDbfsRequest)
CreateDetachDbfsRequest creates a request to invoke DetachDbfs API
type DetachDbfsResponse ¶
type DetachDbfsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DetachDbfsResponse is the response struct for api DetachDbfs
func CreateDetachDbfsResponse ¶
func CreateDetachDbfsResponse() (response *DetachDbfsResponse)
CreateDetachDbfsResponse creates a response to parse from DetachDbfs response
type EbsListInGetDbfs ¶ added in v1.61.1117
type EbsListInGetDbfs struct {
EbsListItem []EbsListItem `json:"EbsList" xml:"EbsList"`
}
EbsListInGetDbfs is a nested struct in dbfs response
type EbsListInListDbfs ¶ added in v1.61.1117
type EbsListInListDbfs struct {
EbsListItem []EbsListItem `json:"EbsList" xml:"EbsList"`
}
EbsListInListDbfs is a nested struct in dbfs response
type EbsListItem ¶ added in v1.61.1117
type EbsListItem struct { SizeG int `json:"SizeG" xml:"SizeG"` EbsId string `json:"EbsId" xml:"EbsId"` }
EbsListItem is a nested struct in dbfs response
type EcsListInGetDbfs ¶ added in v1.61.633
type EcsListInGetDbfs struct {
EcsListItem []EcsListItem `json:"EcsList" xml:"EcsList"`
}
EcsListInGetDbfs is a nested struct in dbfs response
type EcsListInListDbfs ¶ added in v1.61.633
type EcsListInListDbfs struct {
EcsListItem []EcsListItem `json:"EcsList" xml:"EcsList"`
}
EcsListInListDbfs is a nested struct in dbfs response
type EcsListItem ¶ added in v1.61.633
type EcsListItem struct {
EcsId string `json:"EcsId" xml:"EcsId"`
}
EcsListItem is a nested struct in dbfs response
type GenerateUpgradeRecordRequest ¶ added in v1.61.1117
type GenerateUpgradeRecordRequest struct { *requests.RpcRequest PageNumber requests.Integer `position:"Query" name:"PageNumber"` BatchStrategyList string `position:"Query" name:"BatchStrategyList"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
GenerateUpgradeRecordRequest is the request struct for api GenerateUpgradeRecord
func CreateGenerateUpgradeRecordRequest ¶ added in v1.61.1117
func CreateGenerateUpgradeRecordRequest() (request *GenerateUpgradeRecordRequest)
CreateGenerateUpgradeRecordRequest creates a request to invoke GenerateUpgradeRecord API
type GenerateUpgradeRecordResponse ¶ added in v1.61.1117
type GenerateUpgradeRecordResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Records []RecordsItem `json:"Records" xml:"Records"` }
GenerateUpgradeRecordResponse is the response struct for api GenerateUpgradeRecord
func CreateGenerateUpgradeRecordResponse ¶ added in v1.61.1117
func CreateGenerateUpgradeRecordResponse() (response *GenerateUpgradeRecordResponse)
CreateGenerateUpgradeRecordResponse creates a response to parse from GenerateUpgradeRecord response
type GetDbfsRequest ¶
type GetDbfsRequest struct { *requests.RpcRequest FsId string `position:"Query" name:"FsId"` }
GetDbfsRequest is the request struct for api GetDbfs
func CreateGetDbfsRequest ¶
func CreateGetDbfsRequest() (request *GetDbfsRequest)
CreateGetDbfsRequest creates a request to invoke GetDbfs API
type GetDbfsResponse ¶
type GetDbfsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DBFSInfo DBFSInfo `json:"DBFSInfo" xml:"DBFSInfo"` }
GetDbfsResponse is the response struct for api GetDbfs
func CreateGetDbfsResponse ¶
func CreateGetDbfsResponse() (response *GetDbfsResponse)
CreateGetDbfsResponse creates a response to parse from GetDbfs response
type GetServiceLinkedRoleRequest ¶ added in v1.61.633
type GetServiceLinkedRoleRequest struct {
*requests.RpcRequest
}
GetServiceLinkedRoleRequest is the request struct for api GetServiceLinkedRole
func CreateGetServiceLinkedRoleRequest ¶ added in v1.61.633
func CreateGetServiceLinkedRoleRequest() (request *GetServiceLinkedRoleRequest)
CreateGetServiceLinkedRoleRequest creates a request to invoke GetServiceLinkedRole API
type GetServiceLinkedRoleResponse ¶ added in v1.61.633
type GetServiceLinkedRoleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` AccountId string `json:"AccountId" xml:"AccountId"` RegionId string `json:"RegionId" xml:"RegionId"` DbfsLinkedRole bool `json:"DbfsLinkedRole" xml:"DbfsLinkedRole"` }
GetServiceLinkedRoleResponse is the response struct for api GetServiceLinkedRole
func CreateGetServiceLinkedRoleResponse ¶ added in v1.61.633
func CreateGetServiceLinkedRoleResponse() (response *GetServiceLinkedRoleResponse)
CreateGetServiceLinkedRoleResponse creates a response to parse from GetServiceLinkedRole response
type GetSynchronizConstantsRequest ¶ added in v1.61.1117
type GetSynchronizConstantsRequest struct { *requests.RpcRequest PageNumber requests.Integer `position:"Query" name:"PageNumber"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
GetSynchronizConstantsRequest is the request struct for api GetSynchronizConstants
func CreateGetSynchronizConstantsRequest ¶ added in v1.61.1117
func CreateGetSynchronizConstantsRequest() (request *GetSynchronizConstantsRequest)
CreateGetSynchronizConstantsRequest creates a request to invoke GetSynchronizConstants API
type GetSynchronizConstantsResponse ¶ added in v1.61.1117
type GetSynchronizConstantsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` PageSize int64 `json:"PageSize" xml:"PageSize"` TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` RegionData string `json:"RegionData" xml:"RegionData"` ZoneData string `json:"ZoneData" xml:"ZoneData"` OsversionData string `json:"OsversionData" xml:"OsversionData"` ProductCodeData string `json:"ProductCodeData" xml:"ProductCodeData"` MasterData string `json:"MasterData" xml:"MasterData"` EndpointData string `json:"EndpointData" xml:"EndpointData"` AccessData string `json:"AccessData" xml:"AccessData"` }
GetSynchronizConstantsResponse is the response struct for api GetSynchronizConstants
func CreateGetSynchronizConstantsResponse ¶ added in v1.61.1117
func CreateGetSynchronizConstantsResponse() (response *GetSynchronizConstantsResponse)
CreateGetSynchronizConstantsResponse creates a response to parse from GetSynchronizConstants response
type Info ¶
type Info struct { Status string `json:"Status" xml:"Status"` Encryption bool `json:"Encryption" xml:"Encryption"` PayType string `json:"PayType" xml:"PayType"` FsId string `json:"FsId" xml:"FsId"` SizeG int `json:"SizeG" xml:"SizeG"` RegionId string `json:"RegionId" xml:"RegionId"` DBFSClusterId string `json:"DBFSClusterId" xml:"DBFSClusterId"` ZoneId string `json:"ZoneId" xml:"ZoneId"` FsName string `json:"FsName" xml:"FsName"` Category string `json:"Category" xml:"Category"` CreatedTime string `json:"CreatedTime" xml:"CreatedTime"` AttachNodeNumber int `json:"AttachNodeNumber" xml:"AttachNodeNumber"` KMSKeyId string `json:"KMSKeyId" xml:"KMSKeyId"` PerformanceLevel string `json:"PerformanceLevel" xml:"PerformanceLevel"` UsedScene string `json:"UsedScene" xml:"UsedScene"` LastMountTime string `json:"LastMountTime" xml:"LastMountTime"` LastUmountTime string `json:"LastUmountTime" xml:"LastUmountTime"` EnableRaid bool `json:"EnableRaid" xml:"EnableRaid"` RaidStrip int `json:"RaidStrip" xml:"RaidStrip"` Tags []TagListInListDbfs `json:"Tags" xml:"Tags"` EcsList []EcsListItem `json:"EcsList" xml:"EcsList"` EbsList []EbsListItem `json:"EbsList" xml:"EbsList"` }
Info is a nested struct in dbfs response
type InsertSynchronizConstantsRequest ¶ added in v1.61.1117
type InsertSynchronizConstantsRequest struct { *requests.RpcRequest ZoneData string `position:"Query" name:"ZoneData"` OsversionData string `position:"Query" name:"OsversionData"` EndpointData string `position:"Query" name:"EndpointData"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` MasterData string `position:"Query" name:"MasterData"` ProductCodeData string `position:"Query" name:"ProductCodeData"` PageSize requests.Integer `position:"Query" name:"PageSize"` AccessData string `position:"Query" name:"AccessData"` RegionData string `position:"Query" name:"RegionData"` }
InsertSynchronizConstantsRequest is the request struct for api InsertSynchronizConstants
func CreateInsertSynchronizConstantsRequest ¶ added in v1.61.1117
func CreateInsertSynchronizConstantsRequest() (request *InsertSynchronizConstantsRequest)
CreateInsertSynchronizConstantsRequest creates a request to invoke InsertSynchronizConstants API
type InsertSynchronizConstantsResponse ¶ added in v1.61.1117
type InsertSynchronizConstantsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` PageSize int64 `json:"PageSize" xml:"PageSize"` TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` }
InsertSynchronizConstantsResponse is the response struct for api InsertSynchronizConstants
func CreateInsertSynchronizConstantsResponse ¶ added in v1.61.1117
func CreateInsertSynchronizConstantsResponse() (response *InsertSynchronizConstantsResponse)
CreateInsertSynchronizConstantsResponse creates a response to parse from InsertSynchronizConstants response
type ListConstantsRequest ¶ added in v1.61.1117
type ListConstantsRequest struct { *requests.RpcRequest PageNumber requests.Integer `position:"Query" name:"PageNumber"` ConstantsData string `position:"Query" name:"ConstantsData"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
ListConstantsRequest is the request struct for api ListConstants
func CreateListConstantsRequest ¶ added in v1.61.1117
func CreateListConstantsRequest() (request *ListConstantsRequest)
CreateListConstantsRequest creates a request to invoke ListConstants API
type ListConstantsResponse ¶ added in v1.61.1117
type ListConstantsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` PageSize int64 `json:"PageSize" xml:"PageSize"` TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` }
ListConstantsResponse is the response struct for api ListConstants
func CreateListConstantsResponse ¶ added in v1.61.1117
func CreateListConstantsResponse() (response *ListConstantsResponse)
CreateListConstantsResponse creates a response to parse from ListConstants response
type ListDbfsRequest ¶
type ListDbfsRequest struct { *requests.RpcRequest SortType string `position:"Query" name:"SortType"` FilterValue string `position:"Query" name:"FilterValue"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` Tags string `position:"Query" name:"Tags"` FilterKey string `position:"Query" name:"FilterKey"` SortKey string `position:"Query" name:"SortKey"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
ListDbfsRequest is the request struct for api ListDbfs
func CreateListDbfsRequest ¶
func CreateListDbfsRequest() (request *ListDbfsRequest)
CreateListDbfsRequest creates a request to invoke ListDbfs API
type ListDbfsResponse ¶
type ListDbfsResponse struct { *responses.BaseResponse TotalCount int `json:"TotalCount" xml:"TotalCount"` PageSize int `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int `json:"PageNumber" xml:"PageNumber"` DBFSInfo []Info `json:"DBFSInfo" xml:"DBFSInfo"` }
ListDbfsResponse is the response struct for api ListDbfs
func CreateListDbfsResponse ¶
func CreateListDbfsResponse() (response *ListDbfsResponse)
CreateListDbfsResponse creates a response to parse from ListDbfs response
type ListSnapshotRequest ¶ added in v1.61.633
type ListSnapshotRequest struct { *requests.RpcRequest SortType string `position:"Query" name:"SortType"` SnapshotIds string `position:"Query" name:"SnapshotIds"` FilterValue string `position:"Query" name:"FilterValue"` SnapshotName string `position:"Query" name:"SnapshotName"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` FilterKey string `position:"Query" name:"FilterKey"` SortKey string `position:"Query" name:"SortKey"` PageSize requests.Integer `position:"Query" name:"PageSize"` FsId string `position:"Query" name:"FsId"` SnapshotType string `position:"Query" name:"SnapshotType"` Status string `position:"Query" name:"Status"` }
ListSnapshotRequest is the request struct for api ListSnapshot
func CreateListSnapshotRequest ¶ added in v1.61.633
func CreateListSnapshotRequest() (request *ListSnapshotRequest)
CreateListSnapshotRequest creates a request to invoke ListSnapshot API
type ListSnapshotResponse ¶ added in v1.61.633
type ListSnapshotResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TotalCount int `json:"TotalCount" xml:"TotalCount"` PageNumber int `json:"PageNumber" xml:"PageNumber"` PageSize int `json:"PageSize" xml:"PageSize"` Snapshots []SnapshotsItem `json:"Snapshots" xml:"Snapshots"` }
ListSnapshotResponse is the response struct for api ListSnapshot
func CreateListSnapshotResponse ¶ added in v1.61.633
func CreateListSnapshotResponse() (response *ListSnapshotResponse)
CreateListSnapshotResponse creates a response to parse from ListSnapshot response
type ListTagKeysRequest ¶ added in v1.61.633
type ListTagKeysRequest struct {
*requests.RpcRequest
}
ListTagKeysRequest is the request struct for api ListTagKeys
func CreateListTagKeysRequest ¶ added in v1.61.633
func CreateListTagKeysRequest() (request *ListTagKeysRequest)
CreateListTagKeysRequest creates a request to invoke ListTagKeys API
type ListTagKeysResponse ¶ added in v1.61.633
type ListTagKeysResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TagKeys []string `json:"TagKeys" xml:"TagKeys"` }
ListTagKeysResponse is the response struct for api ListTagKeys
func CreateListTagKeysResponse ¶ added in v1.61.633
func CreateListTagKeysResponse() (response *ListTagKeysResponse)
CreateListTagKeysResponse creates a response to parse from ListTagKeys response
type ListTagValuesRequest ¶ added in v1.61.633
type ListTagValuesRequest struct { *requests.RpcRequest TagKey string `position:"Query" name:"TagKey"` }
ListTagValuesRequest is the request struct for api ListTagValues
func CreateListTagValuesRequest ¶ added in v1.61.633
func CreateListTagValuesRequest() (request *ListTagValuesRequest)
CreateListTagValuesRequest creates a request to invoke ListTagValues API
type ListTagValuesResponse ¶ added in v1.61.633
type ListTagValuesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TagValues []string `json:"TagValues" xml:"TagValues"` }
ListTagValuesResponse is the response struct for api ListTagValues
func CreateListTagValuesResponse ¶ added in v1.61.633
func CreateListTagValuesResponse() (response *ListTagValuesResponse)
CreateListTagValuesResponse creates a response to parse from ListTagValues response
type ListTaskRequest ¶ added in v1.61.633
type ListTaskRequest struct { *requests.RpcRequest SortType string `position:"Query" name:"SortType"` FilterValue string `position:"Query" name:"FilterValue"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` FilterKey string `position:"Query" name:"FilterKey"` SortKey string `position:"Query" name:"SortKey"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
ListTaskRequest is the request struct for api ListTask
func CreateListTaskRequest ¶ added in v1.61.633
func CreateListTaskRequest() (request *ListTaskRequest)
CreateListTaskRequest creates a request to invoke ListTask API
type ListTaskResponse ¶ added in v1.61.633
type ListTaskResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TotalCount int `json:"TotalCount" xml:"TotalCount"` PageNumber int `json:"PageNumber" xml:"PageNumber"` PageSize int `json:"PageSize" xml:"PageSize"` Tasks []TasksItem `json:"Tasks" xml:"Tasks"` }
ListTaskResponse is the response struct for api ListTask
func CreateListTaskResponse ¶ added in v1.61.633
func CreateListTaskResponse() (response *ListTaskResponse)
CreateListTaskResponse creates a response to parse from ListTask response
type OpreateConstantsRequest ¶ added in v1.61.1117
type OpreateConstantsRequest struct { *requests.RpcRequest PageNumber requests.Integer `position:"Query" name:"PageNumber"` ConstantsData string `position:"Query" name:"ConstantsData"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
OpreateConstantsRequest is the request struct for api OpreateConstants
func CreateOpreateConstantsRequest ¶ added in v1.61.1117
func CreateOpreateConstantsRequest() (request *OpreateConstantsRequest)
CreateOpreateConstantsRequest creates a request to invoke OpreateConstants API
type OpreateConstantsResponse ¶ added in v1.61.1117
type OpreateConstantsResponse struct { *responses.BaseResponse TotalCount int64 `json:"TotalCount" xml:"TotalCount"` MasterData string `json:"MasterData" xml:"MasterData"` PageSize int64 `json:"PageSize" xml:"PageSize"` ZoneData string `json:"ZoneData" xml:"ZoneData"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` AccessData string `json:"AccessData" xml:"AccessData"` ProductCodeData string `json:"ProductCodeData" xml:"ProductCodeData"` OsversionData string `json:"OsversionData" xml:"OsversionData"` Data string `json:"Data" xml:"Data"` RegionData string `json:"RegionData" xml:"RegionData"` EndpointData string `json:"EndpointData" xml:"EndpointData"` }
OpreateConstantsResponse is the response struct for api OpreateConstants
func CreateOpreateConstantsResponse ¶ added in v1.61.1117
func CreateOpreateConstantsResponse() (response *OpreateConstantsResponse)
CreateOpreateConstantsResponse creates a response to parse from OpreateConstants response
type PublishUpgradeTaskRequest ¶ added in v1.61.1117
type PublishUpgradeTaskRequest struct { *requests.RpcRequest PageNumber requests.Integer `position:"Query" name:"PageNumber"` BatchStrategyList string `position:"Query" name:"BatchStrategyList"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
PublishUpgradeTaskRequest is the request struct for api PublishUpgradeTask
func CreatePublishUpgradeTaskRequest ¶ added in v1.61.1117
func CreatePublishUpgradeTaskRequest() (request *PublishUpgradeTaskRequest)
CreatePublishUpgradeTaskRequest creates a request to invoke PublishUpgradeTask API
type PublishUpgradeTaskResponse ¶ added in v1.61.1117
type PublishUpgradeTaskResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
PublishUpgradeTaskResponse is the response struct for api PublishUpgradeTask
func CreatePublishUpgradeTaskResponse ¶ added in v1.61.1117
func CreatePublishUpgradeTaskResponse() (response *PublishUpgradeTaskResponse)
CreatePublishUpgradeTaskResponse creates a response to parse from PublishUpgradeTask response
type RecordsInDbfsRecord ¶ added in v1.61.1117
type RecordsInDbfsRecord struct {
RecordsItem []RecordsItem `json:"Records" xml:"Records"`
}
RecordsInDbfsRecord is a nested struct in dbfs response
type RecordsInGenerateUpgradeRecord ¶ added in v1.61.1117
type RecordsInGenerateUpgradeRecord struct {
RecordsItem []RecordsItem `json:"Records" xml:"Records"`
}
RecordsInGenerateUpgradeRecord is a nested struct in dbfs response
type RecordsItem ¶ added in v1.61.1117
type RecordsItem struct { UpgradeEndTime int64 `json:"UpgradeEndTime" xml:"UpgradeEndTime"` IsDel string `json:"IsDel" xml:"IsDel"` TaskErrorReason string `json:"TaskErrorReason" xml:"TaskErrorReason"` TargetVersion string `json:"TargetVersion" xml:"TargetVersion"` UpdateTime int64 `json:"UpdateTime" xml:"UpdateTime"` Id int64 `json:"Id" xml:"Id"` EcsId string `json:"EcsId" xml:"EcsId"` CurrentVersion string `json:"CurrentVersion" xml:"CurrentVersion"` UpgradeStartTime int64 `json:"UpgradeStartTime" xml:"UpgradeStartTime"` CreateTime int64 `json:"CreateTime" xml:"CreateTime"` AccountId string `json:"AccountId" xml:"AccountId"` TaskId string `json:"TaskId" xml:"TaskId"` RegionId string `json:"RegionId" xml:"RegionId"` State string `json:"State" xml:"State"` ZoneId string `json:"ZoneId" xml:"ZoneId"` TaskExecutionCounts int `json:"TaskExecutionCounts" xml:"TaskExecutionCounts"` BatchStrategyNo string `json:"BatchStrategyNo" xml:"BatchStrategyNo"` DbfsId string `json:"DbfsId" xml:"DbfsId"` }
RecordsItem is a nested struct in dbfs response
type RenameDbfsRequest ¶ added in v1.61.633
type RenameDbfsRequest struct { *requests.RpcRequest FsName string `position:"Query" name:"FsName"` FsId string `position:"Query" name:"FsId"` }
RenameDbfsRequest is the request struct for api RenameDbfs
func CreateRenameDbfsRequest ¶ added in v1.61.633
func CreateRenameDbfsRequest() (request *RenameDbfsRequest)
CreateRenameDbfsRequest creates a request to invoke RenameDbfs API
type RenameDbfsResponse ¶ added in v1.61.633
type RenameDbfsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RenameDbfsResponse is the response struct for api RenameDbfs
func CreateRenameDbfsResponse ¶ added in v1.61.633
func CreateRenameDbfsResponse() (response *RenameDbfsResponse)
CreateRenameDbfsResponse creates a response to parse from RenameDbfs response
type ResetDbfsRequest ¶ added in v1.61.633
type ResetDbfsRequest struct { *requests.RpcRequest SnapshotId string `position:"Query" name:"SnapshotId"` FsId string `position:"Query" name:"FsId"` }
ResetDbfsRequest is the request struct for api ResetDbfs
func CreateResetDbfsRequest ¶ added in v1.61.633
func CreateResetDbfsRequest() (request *ResetDbfsRequest)
CreateResetDbfsRequest creates a request to invoke ResetDbfs API
type ResetDbfsResponse ¶ added in v1.61.633
type ResetDbfsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ResetDbfsResponse is the response struct for api ResetDbfs
func CreateResetDbfsResponse ¶ added in v1.61.633
func CreateResetDbfsResponse() (response *ResetDbfsResponse)
CreateResetDbfsResponse creates a response to parse from ResetDbfs response
type ResizeDbfsRequest ¶
type ResizeDbfsRequest struct { *requests.RpcRequest NewSizeG requests.Integer `position:"Query" name:"NewSizeG"` FsId string `position:"Query" name:"FsId"` }
ResizeDbfsRequest is the request struct for api ResizeDbfs
func CreateResizeDbfsRequest ¶
func CreateResizeDbfsRequest() (request *ResizeDbfsRequest)
CreateResizeDbfsRequest creates a request to invoke ResizeDbfs API
type ResizeDbfsResponse ¶
type ResizeDbfsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ResizeDbfsResponse is the response struct for api ResizeDbfs
func CreateResizeDbfsResponse ¶
func CreateResizeDbfsResponse() (response *ResizeDbfsResponse)
CreateResizeDbfsResponse creates a response to parse from ResizeDbfs response
type Snapshots ¶ added in v1.61.633
type Snapshots struct {
SnapshotsItem []SnapshotsItem `json:"Snapshots" xml:"Snapshots"`
}
Snapshots is a nested struct in dbfs response
type SnapshotsItem ¶ added in v1.61.633
type SnapshotsItem struct { Category string `json:"Category" xml:"Category"` CreationTime string `json:"CreationTime" xml:"CreationTime"` Description string `json:"Description" xml:"Description"` LastModifiedTime string `json:"LastModifiedTime" xml:"LastModifiedTime"` Progress string `json:"Progress" xml:"Progress"` RemainTime int `json:"RemainTime" xml:"RemainTime"` RetentionDays int `json:"RetentionDays" xml:"RetentionDays"` SnapshotId string `json:"SnapshotId" xml:"SnapshotId"` SnapshotName string `json:"SnapshotName" xml:"SnapshotName"` SnapshotType string `json:"SnapshotType" xml:"SnapshotType"` Status string `json:"Status" xml:"Status"` SourceFsId string `json:"SourceFsId" xml:"SourceFsId"` SourceFsSize int `json:"SourceFsSize" xml:"SourceFsSize"` }
SnapshotsItem is a nested struct in dbfs response
type StopUpgradeTaskRequest ¶ added in v1.61.1117
type StopUpgradeTaskRequest struct { *requests.RpcRequest PageNumber requests.Integer `position:"Query" name:"PageNumber"` BatchStrategyList string `position:"Query" name:"BatchStrategyList"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
StopUpgradeTaskRequest is the request struct for api StopUpgradeTask
func CreateStopUpgradeTaskRequest ¶ added in v1.61.1117
func CreateStopUpgradeTaskRequest() (request *StopUpgradeTaskRequest)
CreateStopUpgradeTaskRequest creates a request to invoke StopUpgradeTask API
type StopUpgradeTaskResponse ¶ added in v1.61.1117
type StopUpgradeTaskResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
StopUpgradeTaskResponse is the response struct for api StopUpgradeTask
func CreateStopUpgradeTaskResponse ¶ added in v1.61.1117
func CreateStopUpgradeTaskResponse() (response *StopUpgradeTaskResponse)
CreateStopUpgradeTaskResponse creates a response to parse from StopUpgradeTask response
type SupportedEcsInstanceTypeFamily ¶ added in v1.61.1227
type SupportedEcsInstanceTypeFamily struct {
EcsInstanceTypeFamily []string `json:"EcsInstanceTypeFamily" xml:"EcsInstanceTypeFamily"`
}
SupportedEcsInstanceTypeFamily is a nested struct in dbfs response
type TagDbfsRequest ¶ added in v1.61.633
type TagDbfsRequest struct { *requests.RpcRequest Tags string `position:"Query" name:"Tags"` DbfsId string `position:"Query" name:"DbfsId"` }
TagDbfsRequest is the request struct for api TagDbfs
func CreateTagDbfsRequest ¶ added in v1.61.633
func CreateTagDbfsRequest() (request *TagDbfsRequest)
CreateTagDbfsRequest creates a request to invoke TagDbfs API
type TagDbfsResponse ¶ added in v1.61.633
type TagDbfsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
TagDbfsResponse is the response struct for api TagDbfs
func CreateTagDbfsResponse ¶ added in v1.61.633
func CreateTagDbfsResponse() (response *TagDbfsResponse)
CreateTagDbfsResponse creates a response to parse from TagDbfs response
type TagKeys ¶ added in v1.61.633
type TagKeys struct {
TagKey []string `json:"TagKey" xml:"TagKey"`
}
TagKeys is a nested struct in dbfs response
type TagList ¶ added in v1.61.633
type TagList struct { Id int `json:"Id" xml:"Id"` TagValue string `json:"TagValue" xml:"TagValue"` TagKey string `json:"TagKey" xml:"TagKey"` }
TagList is a nested struct in dbfs response
type TagListInListDbfs ¶ added in v1.61.633
type TagListInListDbfs struct { TagValue string `json:"TagValue" xml:"TagValue"` Id int64 `json:"Id" xml:"Id"` TagKey string `json:"TagKey" xml:"TagKey"` }
TagListInListDbfs is a nested struct in dbfs response
type TagValues ¶ added in v1.61.633
type TagValues struct {
TagValue []string `json:"TagValue" xml:"TagValue"`
}
TagValues is a nested struct in dbfs response
type TagsInGetDbfs ¶ added in v1.61.633
type TagsInGetDbfs struct {
TagList []TagList `json:"TagList" xml:"TagList"`
}
TagsInGetDbfs is a nested struct in dbfs response
type TagsInListDbfs ¶ added in v1.61.633
type TagsInListDbfs struct {
TagList []TagListInListDbfs `json:"TagList" xml:"TagList"`
}
TagsInListDbfs is a nested struct in dbfs response
type Tasks ¶ added in v1.61.633
type Tasks struct {
TasksItem []TasksItem `json:"Tasks" xml:"Tasks"`
}
Tasks is a nested struct in dbfs response
type TasksItem ¶ added in v1.61.633
type TasksItem struct { Id int `json:"Id" xml:"Id"` TaskName string `json:"TaskName" xml:"TaskName"` TaskType string `json:"TaskType" xml:"TaskType"` TaskOwner string `json:"TaskOwner" xml:"TaskOwner"` TaskAdder string `json:"TaskAdder" xml:"TaskAdder"` TaskRunner string `json:"TaskRunner" xml:"TaskRunner"` TaskProgress int `json:"TaskProgress" xml:"TaskProgress"` TaskProgressDescription string `json:"TaskProgressDescription" xml:"TaskProgressDescription"` TaskStatus string `json:"TaskStatus" xml:"TaskStatus"` ClientToken string `json:"ClientToken" xml:"ClientToken"` CreatedTime string `json:"CreatedTime" xml:"CreatedTime"` CompletionTime string `json:"CompletionTime" xml:"CompletionTime"` Priority string `json:"Priority" xml:"Priority"` MaxRetry int `json:"MaxRetry" xml:"MaxRetry"` NextExecutionTime string `json:"NextExecutionTime" xml:"NextExecutionTime"` TaskExecutionCounts int `json:"TaskExecutionCounts" xml:"TaskExecutionCounts"` TaskErrorReason string `json:"TaskErrorReason" xml:"TaskErrorReason"` TaskStatusCode int `json:"TaskStatusCode" xml:"TaskStatusCode"` }
TasksItem is a nested struct in dbfs response
type UpdateConstantsRequest ¶ added in v1.61.1117
type UpdateConstantsRequest struct { *requests.RpcRequest PageNumber requests.Integer `position:"Query" name:"PageNumber"` ConstantsData string `position:"Query" name:"ConstantsData"` PageSize requests.Integer `position:"Query" name:"PageSize"` }
UpdateConstantsRequest is the request struct for api UpdateConstants
func CreateUpdateConstantsRequest ¶ added in v1.61.1117
func CreateUpdateConstantsRequest() (request *UpdateConstantsRequest)
CreateUpdateConstantsRequest creates a request to invoke UpdateConstants API
type UpdateConstantsResponse ¶ added in v1.61.1117
type UpdateConstantsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` PageSize int64 `json:"PageSize" xml:"PageSize"` TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` }
UpdateConstantsResponse is the response struct for api UpdateConstants
func CreateUpdateConstantsResponse ¶ added in v1.61.1117
func CreateUpdateConstantsResponse() (response *UpdateConstantsResponse)
CreateUpdateConstantsResponse creates a response to parse from UpdateConstants response
type UpdateTaskRequest ¶ added in v1.61.650
type UpdateTaskRequest struct { *requests.RpcRequest TaskProgress requests.Integer `position:"Query" name:"TaskProgress"` TaskIds string `position:"Query" name:"TaskIds"` }
UpdateTaskRequest is the request struct for api UpdateTask
func CreateUpdateTaskRequest ¶ added in v1.61.650
func CreateUpdateTaskRequest() (request *UpdateTaskRequest)
CreateUpdateTaskRequest creates a request to invoke UpdateTask API
type UpdateTaskResponse ¶ added in v1.61.650
type UpdateTaskResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpdateTaskResponse is the response struct for api UpdateTask
func CreateUpdateTaskResponse ¶ added in v1.61.650
func CreateUpdateTaskResponse() (response *UpdateTaskResponse)
CreateUpdateTaskResponse creates a response to parse from UpdateTask response
Source Files ¶
- add_tags_batch.go
- attach_dbfs.go
- client.go
- create_constants.go
- create_dbfs.go
- create_service_linked_role.go
- create_snapshot.go
- dbfs_record.go
- delete_constants.go
- delete_dbfs.go
- delete_snapshot.go
- delete_tags_batch.go
- describe_dbfs_specifications.go
- detach_dbfs.go
- endpoint.go
- generate_upgrade_record.go
- get_dbfs.go
- get_service_linked_role.go
- get_synchroniz_constants.go
- insert_synchroniz_constants.go
- list_constants.go
- list_dbfs.go
- list_snapshot.go
- list_tag_keys.go
- list_tag_values.go
- list_task.go
- opreate_constants.go
- publish_upgrade_task.go
- rename_dbfs.go
- reset_dbfs.go
- resize_dbfs.go
- stop_upgrade_task.go
- struct_dbfs_info.go
- struct_dbfs_info_in_list_dbfs.go
- struct_ebs_list_in_get_dbfs.go
- struct_ebs_list_in_list_dbfs.go
- struct_ebs_list_item.go
- struct_ecs_list_in_get_dbfs.go
- struct_ecs_list_in_list_dbfs.go
- struct_ecs_list_item.go
- struct_info.go
- struct_records_in_dbfs_record.go
- struct_records_in_generate_upgrade_record.go
- struct_records_item.go
- struct_snapshots.go
- struct_snapshots_item.go
- struct_supported_ecs_instance_type_family.go
- struct_tag_keys.go
- struct_tag_list.go
- struct_tag_list_in_list_dbfs.go
- struct_tag_values.go
- struct_tags_in_get_dbfs.go
- struct_tags_in_list_dbfs.go
- struct_tasks.go
- struct_tasks_item.go
- tag_dbfs.go
- update_constants.go
- update_task.go