Documentation
¶
Overview ¶
Package vefaasiface provides an interface to enable mocking the VEFAAS 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
- type AbortReleaseInput
- type AbortReleaseOutput
- func (s AbortReleaseOutput) GoString() string
- func (s *AbortReleaseOutput) SetCurrentTrafficWeight(v int32) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetErrorCode(v string) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetFailedInstanceLogs(v string) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetFunctionId(v string) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetNewRevisionNumber(v int32) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetOldRevisionNumber(v int32) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetReleaseRecordId(v string) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetStableRevisionNumber(v int32) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetStartTime(v string) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetStatus(v string) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetStatusMessage(v string) *AbortReleaseOutput
- func (s *AbortReleaseOutput) SetTargetTrafficWeight(v int32) *AbortReleaseOutput
- func (s AbortReleaseOutput) String() string
- type AccountResourceForGetFunctionResourceOutput
- func (s AccountResourceForGetFunctionResourceOutput) GoString() string
- func (s *AccountResourceForGetFunctionResourceOutput) SetAailable(v int64) *AccountResourceForGetFunctionResourceOutput
- func (s *AccountResourceForGetFunctionResourceOutput) SetAccountId(v string) *AccountResourceForGetFunctionResourceOutput
- func (s *AccountResourceForGetFunctionResourceOutput) SetAllocated(v int64) *AccountResourceForGetFunctionResourceOutput
- func (s *AccountResourceForGetFunctionResourceOutput) SetGpuMemoryAailable(v int64) *AccountResourceForGetFunctionResourceOutput
- func (s *AccountResourceForGetFunctionResourceOutput) SetGpuMemoryAllocated(v int64) *AccountResourceForGetFunctionResourceOutput
- func (s *AccountResourceForGetFunctionResourceOutput) SetGpuMemoryTotal(v int64) *AccountResourceForGetFunctionResourceOutput
- func (s *AccountResourceForGetFunctionResourceOutput) SetTotal(v int64) *AccountResourceForGetFunctionResourceOutput
- func (s AccountResourceForGetFunctionResourceOutput) String() string
- type CreateDependencyInstallTaskInput
- type CreateDependencyInstallTaskOutput
- type CreateFunctionInput
- func (s CreateFunctionInput) GoString() string
- func (s *CreateFunctionInput) SetCell(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetCommand(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetCpuMilli(v int32) *CreateFunctionInput
- func (s *CreateFunctionInput) SetCpuStrategy(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetDescription(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetEnvs(v []*EnvForCreateFunctionInput) *CreateFunctionInput
- func (s *CreateFunctionInput) SetExclusiveMode(v bool) *CreateFunctionInput
- func (s *CreateFunctionInput) SetInitializerSec(v int32) *CreateFunctionInput
- func (s *CreateFunctionInput) SetInstanceType(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetMaxConcurrency(v int32) *CreateFunctionInput
- func (s *CreateFunctionInput) SetMemoryMB(v int32) *CreateFunctionInput
- func (s *CreateFunctionInput) SetName(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetNasStorage(v *NasStorageForCreateFunctionInput) *CreateFunctionInput
- func (s *CreateFunctionInput) SetProjectName(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetRequestTimeout(v int32) *CreateFunctionInput
- func (s *CreateFunctionInput) SetRole(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetRuntime(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetSource(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetSourceAccessConfig(v *SourceAccessConfigForCreateFunctionInput) *CreateFunctionInput
- func (s *CreateFunctionInput) SetSourceType(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetTags(v []*TagForCreateFunctionInput) *CreateFunctionInput
- func (s *CreateFunctionInput) SetTlsConfig(v *TlsConfigForCreateFunctionInput) *CreateFunctionInput
- func (s *CreateFunctionInput) SetTosMountConfig(v *TosMountConfigForCreateFunctionInput) *CreateFunctionInput
- func (s *CreateFunctionInput) SetVpcConfig(v *VpcConfigForCreateFunctionInput) *CreateFunctionInput
- func (s CreateFunctionInput) String() string
- func (s *CreateFunctionInput) Validate() error
- type CreateFunctionOutput
- func (s CreateFunctionOutput) GoString() string
- func (s *CreateFunctionOutput) SetCell(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetCodeSize(v int32) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetCodeSizeLimit(v int32) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetCommand(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetCreationTime(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetDescription(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetEnvs(v []*EnvForCreateFunctionOutput) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetExclusiveMode(v bool) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetFunctionType(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetId(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetInitializerSec(v int32) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetInstanceType(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetLastUpdateTime(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetMaxConcurrency(v int32) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetMemoryMB(v int32) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetName(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetNasStorage(v *NasStorageForCreateFunctionOutput) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetOwner(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetProjectName(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetRequestTimeout(v int32) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetRole(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetRuntime(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetSourceLocation(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetSourceType(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetTags(v []*TagForCreateFunctionOutput) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetTlsConfig(v *TlsConfigForCreateFunctionOutput) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetTosMountConfig(v *TosMountConfigForCreateFunctionOutput) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetTriggersCount(v int32) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetVpcConfig(v *VpcConfigForCreateFunctionOutput) *CreateFunctionOutput
- func (s CreateFunctionOutput) String() string
- type CreateKafkaTriggerInput
- func (s CreateKafkaTriggerInput) GoString() string
- func (s *CreateKafkaTriggerInput) SetBatchFlushDurationMilliseconds(v int32) *CreateKafkaTriggerInput
- func (s *CreateKafkaTriggerInput) SetBatchSize(v int32) *CreateKafkaTriggerInput
- func (s *CreateKafkaTriggerInput) SetDescription(v string) *CreateKafkaTriggerInput
- func (s *CreateKafkaTriggerInput) SetEnabled(v bool) *CreateKafkaTriggerInput
- func (s *CreateKafkaTriggerInput) SetFunctionId(v string) *CreateKafkaTriggerInput
- func (s *CreateKafkaTriggerInput) SetKafkaCredentials(v *KafkaCredentialsForCreateKafkaTriggerInput) *CreateKafkaTriggerInput
- func (s *CreateKafkaTriggerInput) SetMaximumRetryAttempts(v int32) *CreateKafkaTriggerInput
- func (s *CreateKafkaTriggerInput) SetMqInstanceId(v string) *CreateKafkaTriggerInput
- func (s *CreateKafkaTriggerInput) SetName(v string) *CreateKafkaTriggerInput
- func (s *CreateKafkaTriggerInput) SetStartingPosition(v string) *CreateKafkaTriggerInput
- func (s *CreateKafkaTriggerInput) SetTopicName(v string) *CreateKafkaTriggerInput
- func (s CreateKafkaTriggerInput) String() string
- func (s *CreateKafkaTriggerInput) Validate() error
- type CreateKafkaTriggerOutput
- func (s CreateKafkaTriggerOutput) GoString() string
- func (s *CreateKafkaTriggerOutput) SetBatchFlushDurationMilliseconds(v int32) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetBatchSize(v int32) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetConsumerGroup(v string) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetCreationTime(v string) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetDescription(v string) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetEnabled(v bool) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetFunctionId(v string) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetId(v string) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetLastUpdateTime(v string) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetMaximumRetryAttempts(v int32) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetMqInstanceId(v string) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetName(v string) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetStartingPosition(v string) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetStatus(v string) *CreateKafkaTriggerOutput
- func (s *CreateKafkaTriggerOutput) SetTopicName(v string) *CreateKafkaTriggerOutput
- func (s CreateKafkaTriggerOutput) String() string
- type CreateSandboxInput
- func (s CreateSandboxInput) GoString() string
- func (s *CreateSandboxInput) SetCpuMilli(v int32) *CreateSandboxInput
- func (s *CreateSandboxInput) SetEnvs(v []*EnvForCreateSandboxInput) *CreateSandboxInput
- func (s *CreateSandboxInput) SetFunctionId(v string) *CreateSandboxInput
- func (s *CreateSandboxInput) SetInstanceImageInfo(v *InstanceImageInfoForCreateSandboxInput) *CreateSandboxInput
- func (s *CreateSandboxInput) SetInstanceTosMountConfig(v *InstanceTosMountConfigForCreateSandboxInput) *CreateSandboxInput
- func (s *CreateSandboxInput) SetMaxConcurrency(v int32) *CreateSandboxInput
- func (s *CreateSandboxInput) SetMemoryMB(v int32) *CreateSandboxInput
- func (s *CreateSandboxInput) SetMetadata(v map[string]*string) *CreateSandboxInput
- func (s *CreateSandboxInput) SetRequestTimeout(v int32) *CreateSandboxInput
- func (s *CreateSandboxInput) SetTimeout(v int32) *CreateSandboxInput
- func (s CreateSandboxInput) String() string
- func (s *CreateSandboxInput) Validate() error
- type CreateSandboxOutput
- type CreateTimerInput
- func (s CreateTimerInput) GoString() string
- func (s *CreateTimerInput) SetCrontab(v string) *CreateTimerInput
- func (s *CreateTimerInput) SetDescription(v string) *CreateTimerInput
- func (s *CreateTimerInput) SetEnableConcurrency(v bool) *CreateTimerInput
- func (s *CreateTimerInput) SetEnabled(v bool) *CreateTimerInput
- func (s *CreateTimerInput) SetFunctionId(v string) *CreateTimerInput
- func (s *CreateTimerInput) SetName(v string) *CreateTimerInput
- func (s *CreateTimerInput) SetPayload(v string) *CreateTimerInput
- func (s *CreateTimerInput) SetRetries(v int32) *CreateTimerInput
- func (s CreateTimerInput) String() string
- func (s *CreateTimerInput) Validate() error
- type CreateTimerOutput
- func (s CreateTimerOutput) GoString() string
- func (s *CreateTimerOutput) SetCreationTime(v string) *CreateTimerOutput
- func (s *CreateTimerOutput) SetCrontab(v string) *CreateTimerOutput
- func (s *CreateTimerOutput) SetDescription(v string) *CreateTimerOutput
- func (s *CreateTimerOutput) SetEnableConcurrency(v bool) *CreateTimerOutput
- func (s *CreateTimerOutput) SetEnabled(v bool) *CreateTimerOutput
- func (s *CreateTimerOutput) SetFunctionId(v string) *CreateTimerOutput
- func (s *CreateTimerOutput) SetId(v string) *CreateTimerOutput
- func (s *CreateTimerOutput) SetLastUpdateTime(v string) *CreateTimerOutput
- func (s *CreateTimerOutput) SetName(v string) *CreateTimerOutput
- func (s *CreateTimerOutput) SetPayload(v string) *CreateTimerOutput
- func (s *CreateTimerOutput) SetRetries(v int32) *CreateTimerOutput
- func (s CreateTimerOutput) String() string
- type CredentialsForCreateFunctionInput
- func (s CredentialsForCreateFunctionInput) GoString() string
- func (s *CredentialsForCreateFunctionInput) SetAccessKeyId(v string) *CredentialsForCreateFunctionInput
- func (s *CredentialsForCreateFunctionInput) SetSecretAccessKey(v string) *CredentialsForCreateFunctionInput
- func (s CredentialsForCreateFunctionInput) String() string
- type CredentialsForCreateFunctionOutput
- func (s CredentialsForCreateFunctionOutput) GoString() string
- func (s *CredentialsForCreateFunctionOutput) SetAccessKeyId(v string) *CredentialsForCreateFunctionOutput
- func (s *CredentialsForCreateFunctionOutput) SetSecretAccessKey(v string) *CredentialsForCreateFunctionOutput
- func (s CredentialsForCreateFunctionOutput) String() string
- type CredentialsForGetFunctionOutput
- func (s CredentialsForGetFunctionOutput) GoString() string
- func (s *CredentialsForGetFunctionOutput) SetAccessKeyId(v string) *CredentialsForGetFunctionOutput
- func (s *CredentialsForGetFunctionOutput) SetSecretAccessKey(v string) *CredentialsForGetFunctionOutput
- func (s CredentialsForGetFunctionOutput) String() string
- type CredentialsForGetRevisionOutput
- func (s CredentialsForGetRevisionOutput) GoString() string
- func (s *CredentialsForGetRevisionOutput) SetAccessKeyId(v string) *CredentialsForGetRevisionOutput
- func (s *CredentialsForGetRevisionOutput) SetSecretAccessKey(v string) *CredentialsForGetRevisionOutput
- func (s CredentialsForGetRevisionOutput) String() string
- type CredentialsForListFunctionsOutput
- func (s CredentialsForListFunctionsOutput) GoString() string
- func (s *CredentialsForListFunctionsOutput) SetAccessKeyId(v string) *CredentialsForListFunctionsOutput
- func (s *CredentialsForListFunctionsOutput) SetSecretAccessKey(v string) *CredentialsForListFunctionsOutput
- func (s CredentialsForListFunctionsOutput) String() string
- type CredentialsForListRevisionsOutput
- func (s CredentialsForListRevisionsOutput) GoString() string
- func (s *CredentialsForListRevisionsOutput) SetAccessKeyId(v string) *CredentialsForListRevisionsOutput
- func (s *CredentialsForListRevisionsOutput) SetSecretAccessKey(v string) *CredentialsForListRevisionsOutput
- func (s CredentialsForListRevisionsOutput) String() string
- type CredentialsForUpdateFunctionInput
- func (s CredentialsForUpdateFunctionInput) GoString() string
- func (s *CredentialsForUpdateFunctionInput) SetAccessKeyId(v string) *CredentialsForUpdateFunctionInput
- func (s *CredentialsForUpdateFunctionInput) SetSecretAccessKey(v string) *CredentialsForUpdateFunctionInput
- func (s CredentialsForUpdateFunctionInput) String() string
- type CredentialsForUpdateFunctionOutput
- func (s CredentialsForUpdateFunctionOutput) GoString() string
- func (s *CredentialsForUpdateFunctionOutput) SetAccessKeyId(v string) *CredentialsForUpdateFunctionOutput
- func (s *CredentialsForUpdateFunctionOutput) SetSecretAccessKey(v string) *CredentialsForUpdateFunctionOutput
- func (s CredentialsForUpdateFunctionOutput) String() string
- type DeleteFunctionInput
- type DeleteFunctionOutput
- type DeleteKafkaTriggerInput
- func (s DeleteKafkaTriggerInput) GoString() string
- func (s *DeleteKafkaTriggerInput) SetFunctionId(v string) *DeleteKafkaTriggerInput
- func (s *DeleteKafkaTriggerInput) SetId(v string) *DeleteKafkaTriggerInput
- func (s DeleteKafkaTriggerInput) String() string
- func (s *DeleteKafkaTriggerInput) Validate() error
- type DeleteKafkaTriggerOutput
- type DeleteSandboxImageInput
- type DeleteSandboxImageOutput
- type DeleteTimerInput
- type DeleteTimerOutput
- type DescribeSandboxInput
- type DescribeSandboxOutput
- func (s DescribeSandboxOutput) GoString() string
- func (s *DescribeSandboxOutput) SetAvailabilityZone(v string) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetCpuMilli(v int32) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetCreatedAt(v string) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetEnvs(v []*EnvForDescribeSandboxOutput) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetErrorCode(v string) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetErrorMessage(v string) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetExpireAt(v string) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetFunctionId(v string) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetId(v string) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetImageInfo(v *ImageInfoForDescribeSandboxOutput) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetInstanceTosMountConfig(v *InstanceTosMountConfigForDescribeSandboxOutput) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetInstanceType(v string) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetMaxConcurrency(v int32) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetMemoryMB(v int32) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetPending(v bool) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetRequestTimeout(v int32) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetRevisionNumber(v int32) *DescribeSandboxOutput
- func (s *DescribeSandboxOutput) SetStatus(v string) *DescribeSandboxOutput
- func (s DescribeSandboxOutput) String() string
- type EnvForCreateFunctionInput
- type EnvForCreateFunctionOutput
- type EnvForCreateSandboxInput
- type EnvForDescribeSandboxOutput
- type EnvForGetFunctionOutput
- type EnvForGetRevisionOutput
- type EnvForListFunctionsOutput
- type EnvForListRevisionsOutput
- type EnvForUpdateFunctionInput
- type EnvForUpdateFunctionOutput
- type ExecutionRecordForListAsyncTasksOutput
- func (s ExecutionRecordForListAsyncTasksOutput) GoString() string
- func (s *ExecutionRecordForListAsyncTasksOutput) SetCommand(v string) *ExecutionRecordForListAsyncTasksOutput
- func (s *ExecutionRecordForListAsyncTasksOutput) SetEndTime(v string) *ExecutionRecordForListAsyncTasksOutput
- func (s *ExecutionRecordForListAsyncTasksOutput) SetErrorMessage(v string) *ExecutionRecordForListAsyncTasksOutput
- func (s *ExecutionRecordForListAsyncTasksOutput) SetInstanceName(v string) *ExecutionRecordForListAsyncTasksOutput
- func (s *ExecutionRecordForListAsyncTasksOutput) SetRevisionNumber(v int32) *ExecutionRecordForListAsyncTasksOutput
- func (s *ExecutionRecordForListAsyncTasksOutput) SetStartTime(v string) *ExecutionRecordForListAsyncTasksOutput
- func (s *ExecutionRecordForListAsyncTasksOutput) SetStatus(v string) *ExecutionRecordForListAsyncTasksOutput
- func (s ExecutionRecordForListAsyncTasksOutput) String() string
- type FilterForListAsyncTasksInput
- func (s FilterForListAsyncTasksInput) GoString() string
- func (s *FilterForListAsyncTasksInput) SetRequestId(v string) *FilterForListAsyncTasksInput
- func (s *FilterForListAsyncTasksInput) SetStatuses(v []*string) *FilterForListAsyncTasksInput
- func (s *FilterForListAsyncTasksInput) SetSubmitTimeBegin(v int64) *FilterForListAsyncTasksInput
- func (s *FilterForListAsyncTasksInput) SetSubmitTimeEnd(v int64) *FilterForListAsyncTasksInput
- func (s FilterForListAsyncTasksInput) String() string
- type FilterForListFunctionsInput
- type FilterForListReleaseRecordsInput
- func (s FilterForListReleaseRecordsInput) GoString() string
- func (s *FilterForListReleaseRecordsInput) SetName(v string) *FilterForListReleaseRecordsInput
- func (s *FilterForListReleaseRecordsInput) SetValues(v []*string) *FilterForListReleaseRecordsInput
- func (s FilterForListReleaseRecordsInput) String() string
- type FilterForListRevisionsInput
- type FilterForListSandboxImagesInput
- func (s FilterForListSandboxImagesInput) GoString() string
- func (s *FilterForListSandboxImagesInput) SetKey(v string) *FilterForListSandboxImagesInput
- func (s *FilterForListSandboxImagesInput) SetValues(v []*string) *FilterForListSandboxImagesInput
- func (s FilterForListSandboxImagesInput) String() string
- type FunctionResourceForGetFunctionResourceOutput
- func (s FunctionResourceForGetFunctionResourceOutput) GoString() string
- func (s *FunctionResourceForGetFunctionResourceOutput) SetGPUMemoryMB(v int32) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetId(v string) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetLastUpdateTime(v string) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetMaxGPUResource(v int64) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetMaxInstance(v int32) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetMaxResource(v int64) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetMemoryMB(v int32) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetMinInstance(v int32) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetName(v string) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetReservedDPEnabled(v bool) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetReservedFrozenInstance(v int32) *FunctionResourceForGetFunctionResourceOutput
- func (s *FunctionResourceForGetFunctionResourceOutput) SetStatus(v string) *FunctionResourceForGetFunctionResourceOutput
- func (s FunctionResourceForGetFunctionResourceOutput) String() string
- type GenWebshellEndpointInput
- func (s GenWebshellEndpointInput) GoString() string
- func (s *GenWebshellEndpointInput) SetFunctionId(v string) *GenWebshellEndpointInput
- func (s *GenWebshellEndpointInput) SetInstanceName(v string) *GenWebshellEndpointInput
- func (s GenWebshellEndpointInput) String() string
- func (s *GenWebshellEndpointInput) Validate() error
- type GenWebshellEndpointOutput
- type GetCodeUploadAddressInput
- func (s GetCodeUploadAddressInput) GoString() string
- func (s *GetCodeUploadAddressInput) SetContentLength(v int64) *GetCodeUploadAddressInput
- func (s *GetCodeUploadAddressInput) SetFunctionId(v string) *GetCodeUploadAddressInput
- func (s GetCodeUploadAddressInput) String() string
- func (s *GetCodeUploadAddressInput) Validate() error
- type GetCodeUploadAddressOutput
- type GetDependencyInstallTaskLogDownloadURIInput
- func (s GetDependencyInstallTaskLogDownloadURIInput) GoString() string
- func (s *GetDependencyInstallTaskLogDownloadURIInput) SetFunctionId(v string) *GetDependencyInstallTaskLogDownloadURIInput
- func (s GetDependencyInstallTaskLogDownloadURIInput) String() string
- func (s *GetDependencyInstallTaskLogDownloadURIInput) Validate() error
- type GetDependencyInstallTaskLogDownloadURIOutput
- func (s GetDependencyInstallTaskLogDownloadURIOutput) GoString() string
- func (s *GetDependencyInstallTaskLogDownloadURIOutput) SetDownloadURL(v string) *GetDependencyInstallTaskLogDownloadURIOutput
- func (s *GetDependencyInstallTaskLogDownloadURIOutput) SetFunctionId(v string) *GetDependencyInstallTaskLogDownloadURIOutput
- func (s GetDependencyInstallTaskLogDownloadURIOutput) String() string
- type GetDependencyInstallTaskStatusInput
- type GetDependencyInstallTaskStatusOutput
- func (s GetDependencyInstallTaskStatusOutput) GoString() string
- func (s *GetDependencyInstallTaskStatusOutput) SetCreateTime(v string) *GetDependencyInstallTaskStatusOutput
- func (s *GetDependencyInstallTaskStatusOutput) SetFinishTime(v string) *GetDependencyInstallTaskStatusOutput
- func (s *GetDependencyInstallTaskStatusOutput) SetFunctionId(v string) *GetDependencyInstallTaskStatusOutput
- func (s *GetDependencyInstallTaskStatusOutput) SetStatus(v string) *GetDependencyInstallTaskStatusOutput
- func (s GetDependencyInstallTaskStatusOutput) String() string
- type GetFunctionInput
- type GetFunctionInstanceLogsInput
- func (s GetFunctionInstanceLogsInput) GoString() string
- func (s *GetFunctionInstanceLogsInput) SetFunctionId(v string) *GetFunctionInstanceLogsInput
- func (s *GetFunctionInstanceLogsInput) SetLimit(v int64) *GetFunctionInstanceLogsInput
- func (s *GetFunctionInstanceLogsInput) SetName(v string) *GetFunctionInstanceLogsInput
- func (s GetFunctionInstanceLogsInput) String() string
- func (s *GetFunctionInstanceLogsInput) Validate() error
- type GetFunctionInstanceLogsOutput
- type GetFunctionOutput
- func (s GetFunctionOutput) GoString() string
- func (s *GetFunctionOutput) SetCodeSize(v int32) *GetFunctionOutput
- func (s *GetFunctionOutput) SetCodeSizeLimit(v int32) *GetFunctionOutput
- func (s *GetFunctionOutput) SetCommand(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetCpuStrategy(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetCreationTime(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetDescription(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetEnvs(v []*EnvForGetFunctionOutput) *GetFunctionOutput
- func (s *GetFunctionOutput) SetExclusiveMode(v bool) *GetFunctionOutput
- func (s *GetFunctionOutput) SetId(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetInitializerSec(v int32) *GetFunctionOutput
- func (s *GetFunctionOutput) SetInstanceType(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetLastUpdateTime(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetMaxConcurrency(v int32) *GetFunctionOutput
- func (s *GetFunctionOutput) SetMemoryMB(v int32) *GetFunctionOutput
- func (s *GetFunctionOutput) SetName(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetNasStorage(v *NasStorageForGetFunctionOutput) *GetFunctionOutput
- func (s *GetFunctionOutput) SetOwner(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetPort(v int32) *GetFunctionOutput
- func (s *GetFunctionOutput) SetProjectName(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetRequestTimeout(v int32) *GetFunctionOutput
- func (s *GetFunctionOutput) SetRole(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetRuntime(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetSource(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetSourceLocation(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetSourceType(v string) *GetFunctionOutput
- func (s *GetFunctionOutput) SetTlsConfig(v *TlsConfigForGetFunctionOutput) *GetFunctionOutput
- func (s *GetFunctionOutput) SetTosMountConfig(v *TosMountConfigForGetFunctionOutput) *GetFunctionOutput
- func (s *GetFunctionOutput) SetTriggersCount(v int32) *GetFunctionOutput
- func (s *GetFunctionOutput) SetVpcConfig(v *VpcConfigForGetFunctionOutput) *GetFunctionOutput
- func (s GetFunctionOutput) String() string
- type GetFunctionResourceInput
- type GetFunctionResourceOutput
- func (s GetFunctionResourceOutput) GoString() string
- func (s *GetFunctionResourceOutput) SetAccountResource(v *AccountResourceForGetFunctionResourceOutput) *GetFunctionResourceOutput
- func (s *GetFunctionResourceOutput) SetFunctionResource(v *FunctionResourceForGetFunctionResourceOutput) *GetFunctionResourceOutput
- func (s GetFunctionResourceOutput) String() string
- type GetImageSyncStatusInput
- func (s GetImageSyncStatusInput) GoString() string
- func (s *GetImageSyncStatusInput) SetFunctionId(v string) *GetImageSyncStatusInput
- func (s *GetImageSyncStatusInput) SetSource(v string) *GetImageSyncStatusInput
- func (s GetImageSyncStatusInput) String() string
- func (s *GetImageSyncStatusInput) Validate() error
- type GetImageSyncStatusOutput
- func (s GetImageSyncStatusOutput) GoString() string
- func (s *GetImageSyncStatusOutput) SetDescription(v string) *GetImageSyncStatusOutput
- func (s *GetImageSyncStatusOutput) SetEndTime(v string) *GetImageSyncStatusOutput
- func (s *GetImageSyncStatusOutput) SetImageCacheDescription(v string) *GetImageSyncStatusOutput
- func (s *GetImageSyncStatusOutput) SetImageCacheEnabled(v bool) *GetImageSyncStatusOutput
- func (s *GetImageSyncStatusOutput) SetImageCacheExpireDateTime(v string) *GetImageSyncStatusOutput
- func (s *GetImageSyncStatusOutput) SetImageCacheStatus(v string) *GetImageSyncStatusOutput
- func (s *GetImageSyncStatusOutput) SetImagePreloadEnabled(v bool) *GetImageSyncStatusOutput
- func (s *GetImageSyncStatusOutput) SetImagePreloadStatus(v string) *GetImageSyncStatusOutput
- func (s *GetImageSyncStatusOutput) SetStartTime(v string) *GetImageSyncStatusOutput
- func (s *GetImageSyncStatusOutput) SetStatus(v string) *GetImageSyncStatusOutput
- func (s GetImageSyncStatusOutput) String() string
- type GetKafkaTriggerInput
- type GetKafkaTriggerOutput
- func (s GetKafkaTriggerOutput) GoString() string
- func (s *GetKafkaTriggerOutput) SetBatchFlushDurationMilliseconds(v int32) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetBatchSize(v int32) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetConsumerGroup(v string) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetCreationTime(v string) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetDescription(v string) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetEnabled(v bool) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetFunctionId(v string) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetId(v string) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetLastUpdateTime(v string) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetMaximumRetryAttempts(v int32) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetMqInstanceId(v string) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetName(v string) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetStartingPosition(v string) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetStatus(v string) *GetKafkaTriggerOutput
- func (s *GetKafkaTriggerOutput) SetTopicName(v string) *GetKafkaTriggerOutput
- func (s GetKafkaTriggerOutput) String() string
- type GetPublicSandboxImageGroupsInput
- type GetPublicSandboxImageGroupsOutput
- type GetReleaseStatusInput
- type GetReleaseStatusOutput
- func (s GetReleaseStatusOutput) GoString() string
- func (s *GetReleaseStatusOutput) SetCurrentTrafficWeight(v int32) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetErrorCode(v string) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetFailedInstanceLogs(v string) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetFunctionId(v string) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetNewRevisionNumber(v int32) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetOldRevisionNumber(v int32) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetReleaseRecordId(v string) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetStableRevisionNumber(v int32) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetStartTime(v string) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetStatus(v string) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetStatusMessage(v string) *GetReleaseStatusOutput
- func (s *GetReleaseStatusOutput) SetTargetTrafficWeight(v int32) *GetReleaseStatusOutput
- func (s GetReleaseStatusOutput) String() string
- type GetRevisionInput
- type GetRevisionOutput
- func (s GetRevisionOutput) GoString() string
- func (s *GetRevisionOutput) SetCodeSize(v int32) *GetRevisionOutput
- func (s *GetRevisionOutput) SetCodeSizeLimit(v int32) *GetRevisionOutput
- func (s *GetRevisionOutput) SetCreationTime(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetDescription(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetEnvs(v []*EnvForGetRevisionOutput) *GetRevisionOutput
- func (s *GetRevisionOutput) SetExclusiveMode(v bool) *GetRevisionOutput
- func (s *GetRevisionOutput) SetHealthCheckConfig(v *HealthCheckConfigForGetRevisionOutput) *GetRevisionOutput
- func (s *GetRevisionOutput) SetId(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetInitializerSec(v int32) *GetRevisionOutput
- func (s *GetRevisionOutput) SetInstanceType(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetMaxConcurrency(v int32) *GetRevisionOutput
- func (s *GetRevisionOutput) SetMaxReplicas(v int32) *GetRevisionOutput
- func (s *GetRevisionOutput) SetMemoryMB(v int32) *GetRevisionOutput
- func (s *GetRevisionOutput) SetName(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetNasStorage(v *NasStorageForGetRevisionOutput) *GetRevisionOutput
- func (s *GetRevisionOutput) SetRequestTimeout(v int32) *GetRevisionOutput
- func (s *GetRevisionOutput) SetRevisionCreationTime(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetRevisionDescription(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetRevisionNumber(v int32) *GetRevisionOutput
- func (s *GetRevisionOutput) SetRole(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetRuntime(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetSource(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetSourceLocation(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetSourceType(v string) *GetRevisionOutput
- func (s *GetRevisionOutput) SetTlsConfig(v *TlsConfigForGetRevisionOutput) *GetRevisionOutput
- func (s *GetRevisionOutput) SetTosMountConfig(v *TosMountConfigForGetRevisionOutput) *GetRevisionOutput
- func (s *GetRevisionOutput) SetVpcConfig(v *VpcConfigForGetRevisionOutput) *GetRevisionOutput
- func (s GetRevisionOutput) String() string
- type GetRocketMQTriggerInput
- func (s GetRocketMQTriggerInput) GoString() string
- func (s *GetRocketMQTriggerInput) SetFunctionId(v string) *GetRocketMQTriggerInput
- func (s *GetRocketMQTriggerInput) SetId(v string) *GetRocketMQTriggerInput
- func (s GetRocketMQTriggerInput) String() string
- func (s *GetRocketMQTriggerInput) Validate() error
- type GetRocketMQTriggerOutput
- func (s GetRocketMQTriggerOutput) GoString() string
- func (s *GetRocketMQTriggerOutput) SetConsumerGroup(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetCreationTime(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetDescription(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetEnabled(v bool) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetEndpoint(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetFunctionId(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetId(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetLastUpdateTime(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetMaximumRetryAttempts(v int32) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetMqInstanceId(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetName(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetOrderly(v bool) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetQPSLimit(v int32) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetStartingPosition(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetStatus(v string) *GetRocketMQTriggerOutput
- func (s *GetRocketMQTriggerOutput) SetTopicName(v string) *GetRocketMQTriggerOutput
- func (s GetRocketMQTriggerOutput) String() string
- type GetSandboxImagePrecacheTicketInput
- type GetSandboxImagePrecacheTicketOutput
- func (s GetSandboxImagePrecacheTicketOutput) GoString() string
- func (s *GetSandboxImagePrecacheTicketOutput) SetDuration(v int64) *GetSandboxImagePrecacheTicketOutput
- func (s *GetSandboxImagePrecacheTicketOutput) SetProgress(v *ProgressForGetSandboxImagePrecacheTicketOutput) *GetSandboxImagePrecacheTicketOutput
- func (s *GetSandboxImagePrecacheTicketOutput) SetStatus(v string) *GetSandboxImagePrecacheTicketOutput
- func (s *GetSandboxImagePrecacheTicketOutput) SetTicketId(v string) *GetSandboxImagePrecacheTicketOutput
- func (s GetSandboxImagePrecacheTicketOutput) String() string
- type GetTimerInput
- type GetTimerOutput
- func (s GetTimerOutput) GoString() string
- func (s *GetTimerOutput) SetCreationTime(v string) *GetTimerOutput
- func (s *GetTimerOutput) SetCrontab(v string) *GetTimerOutput
- func (s *GetTimerOutput) SetDescription(v string) *GetTimerOutput
- func (s *GetTimerOutput) SetEnableConcurrency(v bool) *GetTimerOutput
- func (s *GetTimerOutput) SetEnabled(v bool) *GetTimerOutput
- func (s *GetTimerOutput) SetFunctionId(v string) *GetTimerOutput
- func (s *GetTimerOutput) SetId(v string) *GetTimerOutput
- func (s *GetTimerOutput) SetLastUpdateTime(v string) *GetTimerOutput
- func (s *GetTimerOutput) SetName(v string) *GetTimerOutput
- func (s *GetTimerOutput) SetPayload(v string) *GetTimerOutput
- func (s *GetTimerOutput) SetRetries(v int32) *GetTimerOutput
- func (s GetTimerOutput) String() string
- type HTTPGetForGetRevisionOutput
- func (s HTTPGetForGetRevisionOutput) GoString() string
- func (s *HTTPGetForGetRevisionOutput) SetHTTPHeaders(v []*HTTPHeaderForGetRevisionOutput) *HTTPGetForGetRevisionOutput
- func (s *HTTPGetForGetRevisionOutput) SetPath(v string) *HTTPGetForGetRevisionOutput
- func (s *HTTPGetForGetRevisionOutput) SetPort(v int32) *HTTPGetForGetRevisionOutput
- func (s *HTTPGetForGetRevisionOutput) SetScheme(v string) *HTTPGetForGetRevisionOutput
- func (s HTTPGetForGetRevisionOutput) String() string
- type HTTPGetForListRevisionsOutput
- func (s HTTPGetForListRevisionsOutput) GoString() string
- func (s *HTTPGetForListRevisionsOutput) SetHTTPHeaders(v []*HTTPHeaderForListRevisionsOutput) *HTTPGetForListRevisionsOutput
- func (s *HTTPGetForListRevisionsOutput) SetPath(v string) *HTTPGetForListRevisionsOutput
- func (s *HTTPGetForListRevisionsOutput) SetPort(v int32) *HTTPGetForListRevisionsOutput
- func (s *HTTPGetForListRevisionsOutput) SetScheme(v string) *HTTPGetForListRevisionsOutput
- func (s HTTPGetForListRevisionsOutput) String() string
- type HTTPHeaderForGetRevisionOutput
- type HTTPHeaderForListRevisionsOutput
- func (s HTTPHeaderForListRevisionsOutput) GoString() string
- func (s *HTTPHeaderForListRevisionsOutput) SetName(v string) *HTTPHeaderForListRevisionsOutput
- func (s *HTTPHeaderForListRevisionsOutput) SetValue(v string) *HTTPHeaderForListRevisionsOutput
- func (s HTTPHeaderForListRevisionsOutput) String() string
- type HealthCheckConfigForGetRevisionOutput
- func (s HealthCheckConfigForGetRevisionOutput) GoString() string
- func (s *HealthCheckConfigForGetRevisionOutput) SetEnableHealthCheck(v bool) *HealthCheckConfigForGetRevisionOutput
- func (s *HealthCheckConfigForGetRevisionOutput) SetFailureThreshold(v int32) *HealthCheckConfigForGetRevisionOutput
- func (s *HealthCheckConfigForGetRevisionOutput) SetInitialDelaySeconds(v int32) *HealthCheckConfigForGetRevisionOutput
- func (s *HealthCheckConfigForGetRevisionOutput) SetPeriodSeconds(v int32) *HealthCheckConfigForGetRevisionOutput
- func (s *HealthCheckConfigForGetRevisionOutput) SetProbeHandler(v *ProbeHandlerForGetRevisionOutput) *HealthCheckConfigForGetRevisionOutput
- func (s *HealthCheckConfigForGetRevisionOutput) SetSuccessThreshold(v int32) *HealthCheckConfigForGetRevisionOutput
- func (s *HealthCheckConfigForGetRevisionOutput) SetTimeoutSeconds(v int32) *HealthCheckConfigForGetRevisionOutput
- func (s HealthCheckConfigForGetRevisionOutput) String() string
- type HealthCheckConfigForListRevisionsOutput
- func (s HealthCheckConfigForListRevisionsOutput) GoString() string
- func (s *HealthCheckConfigForListRevisionsOutput) SetEnableHealthCheck(v bool) *HealthCheckConfigForListRevisionsOutput
- func (s *HealthCheckConfigForListRevisionsOutput) SetFailureThreshold(v int32) *HealthCheckConfigForListRevisionsOutput
- func (s *HealthCheckConfigForListRevisionsOutput) SetInitialDelaySeconds(v int32) *HealthCheckConfigForListRevisionsOutput
- func (s *HealthCheckConfigForListRevisionsOutput) SetPeriodSeconds(v int32) *HealthCheckConfigForListRevisionsOutput
- func (s *HealthCheckConfigForListRevisionsOutput) SetProbeHandler(v *ProbeHandlerForListRevisionsOutput) *HealthCheckConfigForListRevisionsOutput
- func (s *HealthCheckConfigForListRevisionsOutput) SetSuccessThreshold(v int32) *HealthCheckConfigForListRevisionsOutput
- func (s *HealthCheckConfigForListRevisionsOutput) SetTimeoutSeconds(v int32) *HealthCheckConfigForListRevisionsOutput
- func (s HealthCheckConfigForListRevisionsOutput) String() string
- type ImageForListSandboxImagesOutput
- func (s ImageForListSandboxImagesOutput) GoString() string
- func (s *ImageForListSandboxImagesOutput) SetImageGroup(v string) *ImageForListSandboxImagesOutput
- func (s *ImageForListSandboxImagesOutput) SetImageId(v string) *ImageForListSandboxImagesOutput
- func (s *ImageForListSandboxImagesOutput) SetImageUrl(v string) *ImageForListSandboxImagesOutput
- func (s *ImageForListSandboxImagesOutput) SetPrecacheStatus(v string) *ImageForListSandboxImagesOutput
- func (s *ImageForListSandboxImagesOutput) SetRelatedSandboxApplications(v []*string) *ImageForListSandboxImagesOutput
- func (s *ImageForListSandboxImagesOutput) SetUpdateTime(v string) *ImageForListSandboxImagesOutput
- func (s ImageForListSandboxImagesOutput) String() string
- type ImageInfoForDescribeSandboxOutput
- func (s ImageInfoForDescribeSandboxOutput) GoString() string
- func (s *ImageInfoForDescribeSandboxOutput) SetCommand(v string) *ImageInfoForDescribeSandboxOutput
- func (s *ImageInfoForDescribeSandboxOutput) SetId(v string) *ImageInfoForDescribeSandboxOutput
- func (s *ImageInfoForDescribeSandboxOutput) SetImage(v string) *ImageInfoForDescribeSandboxOutput
- func (s *ImageInfoForDescribeSandboxOutput) SetPort(v int32) *ImageInfoForDescribeSandboxOutput
- func (s ImageInfoForDescribeSandboxOutput) String() string
- type InstanceImageInfoForCreateSandboxInput
- func (s InstanceImageInfoForCreateSandboxInput) GoString() string
- func (s *InstanceImageInfoForCreateSandboxInput) SetCommand(v string) *InstanceImageInfoForCreateSandboxInput
- func (s *InstanceImageInfoForCreateSandboxInput) SetId(v string) *InstanceImageInfoForCreateSandboxInput
- func (s *InstanceImageInfoForCreateSandboxInput) SetImage(v string) *InstanceImageInfoForCreateSandboxInput
- func (s *InstanceImageInfoForCreateSandboxInput) SetPort(v int32) *InstanceImageInfoForCreateSandboxInput
- func (s InstanceImageInfoForCreateSandboxInput) String() string
- type InstanceTosMountConfigForCreateSandboxInput
- func (s InstanceTosMountConfigForCreateSandboxInput) GoString() string
- func (s *InstanceTosMountConfigForCreateSandboxInput) SetEnable(v bool) *InstanceTosMountConfigForCreateSandboxInput
- func (s *InstanceTosMountConfigForCreateSandboxInput) SetTosMountPoints(v []*TosMountPointForCreateSandboxInput) *InstanceTosMountConfigForCreateSandboxInput
- func (s InstanceTosMountConfigForCreateSandboxInput) String() string
- type InstanceTosMountConfigForDescribeSandboxOutput
- func (s InstanceTosMountConfigForDescribeSandboxOutput) GoString() string
- func (s *InstanceTosMountConfigForDescribeSandboxOutput) SetEnable(v bool) *InstanceTosMountConfigForDescribeSandboxOutput
- func (s *InstanceTosMountConfigForDescribeSandboxOutput) SetTosMountPoints(v []*TosMountPointForDescribeSandboxOutput) *InstanceTosMountConfigForDescribeSandboxOutput
- func (s InstanceTosMountConfigForDescribeSandboxOutput) String() string
- type ItemForListAsyncTasksOutput
- func (s ItemForListAsyncTasksOutput) GoString() string
- func (s *ItemForListAsyncTasksOutput) SetEndTime(v string) *ItemForListAsyncTasksOutput
- func (s *ItemForListAsyncTasksOutput) SetExecutionRecords(v []*ExecutionRecordForListAsyncTasksOutput) *ItemForListAsyncTasksOutput
- func (s *ItemForListAsyncTasksOutput) SetRequestId(v string) *ItemForListAsyncTasksOutput
- func (s *ItemForListAsyncTasksOutput) SetStatus(v string) *ItemForListAsyncTasksOutput
- func (s *ItemForListAsyncTasksOutput) SetSubmitTime(v string) *ItemForListAsyncTasksOutput
- func (s ItemForListAsyncTasksOutput) String() string
- type ItemForListFunctionInstancesOutput
- func (s ItemForListFunctionInstancesOutput) GoString() string
- func (s *ItemForListFunctionInstancesOutput) SetAvailabilityZone(v string) *ItemForListFunctionInstancesOutput
- func (s *ItemForListFunctionInstancesOutput) SetCreationTime(v string) *ItemForListFunctionInstancesOutput
- func (s *ItemForListFunctionInstancesOutput) SetExpireAt(v string) *ItemForListFunctionInstancesOutput
- func (s *ItemForListFunctionInstancesOutput) SetId(v string) *ItemForListFunctionInstancesOutput
- func (s *ItemForListFunctionInstancesOutput) SetInstanceName(v string) *ItemForListFunctionInstancesOutput
- func (s *ItemForListFunctionInstancesOutput) SetInstanceStatus(v string) *ItemForListFunctionInstancesOutput
- func (s *ItemForListFunctionInstancesOutput) SetInstanceType(v string) *ItemForListFunctionInstancesOutput
- func (s *ItemForListFunctionInstancesOutput) SetLabels(v *LabelsForListFunctionInstancesOutput) *ItemForListFunctionInstancesOutput
- func (s *ItemForListFunctionInstancesOutput) SetRevisionNumber(v int32) *ItemForListFunctionInstancesOutput
- func (s *ItemForListFunctionInstancesOutput) SetUserVpcIP(v string) *ItemForListFunctionInstancesOutput
- func (s *ItemForListFunctionInstancesOutput) SetUserVpcIPv6(v string) *ItemForListFunctionInstancesOutput
- func (s ItemForListFunctionInstancesOutput) String() string
- type ItemForListFunctionsOutput
- func (s ItemForListFunctionsOutput) GoString() string
- func (s *ItemForListFunctionsOutput) SetCell(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetCodeSize(v int32) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetCodeSizeLimit(v int32) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetCommand(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetCpuStrategy(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetCreationTime(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetDescription(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetEnvs(v []*EnvForListFunctionsOutput) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetExclusiveMode(v bool) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetFunctionType(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetId(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetInitializerSec(v int32) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetInstanceType(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetLastUpdateTime(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetMaxConcurrency(v int32) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetMemoryMB(v int32) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetName(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetNasStorage(v *NasStorageForListFunctionsOutput) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetOwner(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetPort(v int32) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetProjectName(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetRequestTimeout(v int32) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetRole(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetRuntime(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetSource(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetSourceLocation(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetSourceType(v string) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetTags(v []*TagForListFunctionsOutput) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetTlsConfig(v *TlsConfigForListFunctionsOutput) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetTosMountConfig(v *TosMountConfigForListFunctionsOutput) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetTriggersCount(v int32) *ItemForListFunctionsOutput
- func (s *ItemForListFunctionsOutput) SetVpcConfig(v *VpcConfigForListFunctionsOutput) *ItemForListFunctionsOutput
- func (s ItemForListFunctionsOutput) String() string
- type ItemForListReleaseRecordsOutput
- func (s ItemForListReleaseRecordsOutput) GoString() string
- func (s *ItemForListReleaseRecordsOutput) SetCreationTime(v string) *ItemForListReleaseRecordsOutput
- func (s *ItemForListReleaseRecordsOutput) SetDescription(v string) *ItemForListReleaseRecordsOutput
- func (s *ItemForListReleaseRecordsOutput) SetFinishTime(v string) *ItemForListReleaseRecordsOutput
- func (s *ItemForListReleaseRecordsOutput) SetFunctionId(v string) *ItemForListReleaseRecordsOutput
- func (s *ItemForListReleaseRecordsOutput) SetId(v string) *ItemForListReleaseRecordsOutput
- func (s *ItemForListReleaseRecordsOutput) SetLastUpdateTime(v string) *ItemForListReleaseRecordsOutput
- func (s *ItemForListReleaseRecordsOutput) SetSourceRevisionNumber(v int32) *ItemForListReleaseRecordsOutput
- func (s *ItemForListReleaseRecordsOutput) SetStatus(v string) *ItemForListReleaseRecordsOutput
- func (s *ItemForListReleaseRecordsOutput) SetTargetRevisionNumber(v int32) *ItemForListReleaseRecordsOutput
- func (s ItemForListReleaseRecordsOutput) String() string
- type ItemForListRevisionsOutput
- func (s ItemForListRevisionsOutput) GoString() string
- func (s *ItemForListRevisionsOutput) SetCodeSize(v int32) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetCodeSizeLimit(v int32) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetCreationTime(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetDescription(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetEnvs(v []*EnvForListRevisionsOutput) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetExclusiveMode(v bool) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetFunctionType(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetHealthCheckConfig(v *HealthCheckConfigForListRevisionsOutput) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetId(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetInitializerSec(v int32) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetInstanceType(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetMaxConcurrency(v int32) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetMaxReplicas(v int32) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetMemoryMB(v int32) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetName(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetNasStorage(v *NasStorageForListRevisionsOutput) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetRequestTimeout(v int32) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetRevisionCreationTime(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetRevisionDescription(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetRevisionNumber(v int32) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetRole(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetRuntime(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetSource(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetSourceLocation(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetSourceType(v string) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetTlsConfig(v *TlsConfigForListRevisionsOutput) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetTosMountConfig(v *TosMountConfigForListRevisionsOutput) *ItemForListRevisionsOutput
- func (s *ItemForListRevisionsOutput) SetVpcConfig(v *VpcConfigForListRevisionsOutput) *ItemForListRevisionsOutput
- func (s ItemForListRevisionsOutput) String() string
- type ItemForListTriggersOutput
- func (s ItemForListTriggersOutput) GoString() string
- func (s *ItemForListTriggersOutput) SetAccountID(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetCreationTime(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetDescription(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetDetailedConfig(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetEnabled(v bool) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetFunctionID(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetId(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetImageVersion(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetLastUpdateTime(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetName(v string) *ItemForListTriggersOutput
- func (s *ItemForListTriggersOutput) SetType(v string) *ItemForListTriggersOutput
- func (s ItemForListTriggersOutput) String() string
- type KafkaCredentialsForCreateKafkaTriggerInput
- func (s KafkaCredentialsForCreateKafkaTriggerInput) GoString() string
- func (s *KafkaCredentialsForCreateKafkaTriggerInput) SetMechanism(v string) *KafkaCredentialsForCreateKafkaTriggerInput
- func (s *KafkaCredentialsForCreateKafkaTriggerInput) SetPassword(v string) *KafkaCredentialsForCreateKafkaTriggerInput
- func (s *KafkaCredentialsForCreateKafkaTriggerInput) SetUsername(v string) *KafkaCredentialsForCreateKafkaTriggerInput
- func (s KafkaCredentialsForCreateKafkaTriggerInput) String() string
- type KillSandboxInput
- type KillSandboxOutput
- type LabelsForListFunctionInstancesOutput
- type ListAsyncTasksInput
- func (s ListAsyncTasksInput) GoString() string
- func (s *ListAsyncTasksInput) SetFilter(v *FilterForListAsyncTasksInput) *ListAsyncTasksInput
- func (s *ListAsyncTasksInput) SetFunctionId(v string) *ListAsyncTasksInput
- func (s *ListAsyncTasksInput) SetOrderBy(v *OrderByForListAsyncTasksInput) *ListAsyncTasksInput
- func (s *ListAsyncTasksInput) SetPageNumber(v int32) *ListAsyncTasksInput
- func (s *ListAsyncTasksInput) SetPageSize(v int32) *ListAsyncTasksInput
- func (s ListAsyncTasksInput) String() string
- func (s *ListAsyncTasksInput) Validate() error
- type ListAsyncTasksOutput
- type ListFunctionElasticScaleStrategyInput
- func (s ListFunctionElasticScaleStrategyInput) GoString() string
- func (s *ListFunctionElasticScaleStrategyInput) SetFunctionId(v string) *ListFunctionElasticScaleStrategyInput
- func (s ListFunctionElasticScaleStrategyInput) String() string
- func (s *ListFunctionElasticScaleStrategyInput) Validate() error
- type ListFunctionElasticScaleStrategyOutput
- type ListFunctionInstancesInput
- type ListFunctionInstancesOutput
- func (s ListFunctionInstancesOutput) GoString() string
- func (s *ListFunctionInstancesOutput) SetItems(v []*ItemForListFunctionInstancesOutput) *ListFunctionInstancesOutput
- func (s *ListFunctionInstancesOutput) SetTotal(v int32) *ListFunctionInstancesOutput
- func (s ListFunctionInstancesOutput) String() string
- type ListFunctionsInput
- func (s ListFunctionsInput) GoString() string
- func (s *ListFunctionsInput) SetFilters(v []*FilterForListFunctionsInput) *ListFunctionsInput
- func (s *ListFunctionsInput) SetPageNumber(v int32) *ListFunctionsInput
- func (s *ListFunctionsInput) SetPageSize(v int32) *ListFunctionsInput
- func (s *ListFunctionsInput) SetTagFilters(v []*TagFilterForListFunctionsInput) *ListFunctionsInput
- func (s ListFunctionsInput) String() string
- type ListFunctionsOutput
- type ListReleaseRecordsInput
- func (s ListReleaseRecordsInput) GoString() string
- func (s *ListReleaseRecordsInput) SetFilters(v []*FilterForListReleaseRecordsInput) *ListReleaseRecordsInput
- func (s *ListReleaseRecordsInput) SetFunctionId(v string) *ListReleaseRecordsInput
- func (s *ListReleaseRecordsInput) SetOrderBy(v *OrderByForListReleaseRecordsInput) *ListReleaseRecordsInput
- func (s *ListReleaseRecordsInput) SetPageNumber(v int32) *ListReleaseRecordsInput
- func (s *ListReleaseRecordsInput) SetPageSize(v int32) *ListReleaseRecordsInput
- func (s ListReleaseRecordsInput) String() string
- func (s *ListReleaseRecordsInput) Validate() error
- type ListReleaseRecordsOutput
- type ListRevisionsInput
- func (s ListRevisionsInput) GoString() string
- func (s *ListRevisionsInput) SetFilters(v []*FilterForListRevisionsInput) *ListRevisionsInput
- func (s *ListRevisionsInput) SetFunctionId(v string) *ListRevisionsInput
- func (s *ListRevisionsInput) SetPageNumber(v int32) *ListRevisionsInput
- func (s *ListRevisionsInput) SetPageSize(v int32) *ListRevisionsInput
- func (s ListRevisionsInput) String() string
- func (s *ListRevisionsInput) Validate() error
- type ListRevisionsOutput
- type ListSandboxImagesInput
- func (s ListSandboxImagesInput) GoString() string
- func (s *ListSandboxImagesInput) SetFilters(v []*FilterForListSandboxImagesInput) *ListSandboxImagesInput
- func (s *ListSandboxImagesInput) SetImageType(v string) *ListSandboxImagesInput
- func (s *ListSandboxImagesInput) SetPageNumber(v int32) *ListSandboxImagesInput
- func (s *ListSandboxImagesInput) SetPageSize(v int32) *ListSandboxImagesInput
- func (s ListSandboxImagesInput) String() string
- func (s *ListSandboxImagesInput) Validate() error
- type ListSandboxImagesOutput
- type ListSandboxesInput
- func (s ListSandboxesInput) GoString() string
- func (s *ListSandboxesInput) SetFunctionId(v string) *ListSandboxesInput
- func (s *ListSandboxesInput) SetImageUrl(v string) *ListSandboxesInput
- func (s *ListSandboxesInput) SetMetadata(v map[string]*string) *ListSandboxesInput
- func (s *ListSandboxesInput) SetPageNumber(v int32) *ListSandboxesInput
- func (s *ListSandboxesInput) SetPageSize(v int32) *ListSandboxesInput
- func (s *ListSandboxesInput) SetSandboxId(v string) *ListSandboxesInput
- func (s *ListSandboxesInput) SetStatus(v string) *ListSandboxesInput
- func (s ListSandboxesInput) String() string
- func (s *ListSandboxesInput) Validate() error
- type ListSandboxesOutput
- func (s ListSandboxesOutput) GoString() string
- func (s *ListSandboxesOutput) SetSandboxes(v []*SandboxForListSandboxesOutput) *ListSandboxesOutput
- func (s *ListSandboxesOutput) SetStatusCount(v map[string]*int32) *ListSandboxesOutput
- func (s *ListSandboxesOutput) SetTotal(v int32) *ListSandboxesOutput
- func (s ListSandboxesOutput) String() string
- type ListTriggersInput
- type ListTriggersOutput
- type MountPointForCreateFunctionInput
- func (s MountPointForCreateFunctionInput) GoString() string
- func (s *MountPointForCreateFunctionInput) SetBucketName(v string) *MountPointForCreateFunctionInput
- func (s *MountPointForCreateFunctionInput) SetBucketPath(v string) *MountPointForCreateFunctionInput
- func (s *MountPointForCreateFunctionInput) SetEndpoint(v string) *MountPointForCreateFunctionInput
- func (s *MountPointForCreateFunctionInput) SetLocalMountPath(v string) *MountPointForCreateFunctionInput
- func (s *MountPointForCreateFunctionInput) SetReadOnly(v bool) *MountPointForCreateFunctionInput
- func (s MountPointForCreateFunctionInput) String() string
- type MountPointForCreateFunctionOutput
- func (s MountPointForCreateFunctionOutput) GoString() string
- func (s *MountPointForCreateFunctionOutput) SetBucketName(v string) *MountPointForCreateFunctionOutput
- func (s *MountPointForCreateFunctionOutput) SetBucketPath(v string) *MountPointForCreateFunctionOutput
- func (s *MountPointForCreateFunctionOutput) SetEndpoint(v string) *MountPointForCreateFunctionOutput
- func (s *MountPointForCreateFunctionOutput) SetLocalMountPath(v string) *MountPointForCreateFunctionOutput
- func (s *MountPointForCreateFunctionOutput) SetReadOnly(v bool) *MountPointForCreateFunctionOutput
- func (s MountPointForCreateFunctionOutput) String() string
- type MountPointForGetFunctionOutput
- func (s MountPointForGetFunctionOutput) GoString() string
- func (s *MountPointForGetFunctionOutput) SetBucketName(v string) *MountPointForGetFunctionOutput
- func (s *MountPointForGetFunctionOutput) SetBucketPath(v string) *MountPointForGetFunctionOutput
- func (s *MountPointForGetFunctionOutput) SetEndpoint(v string) *MountPointForGetFunctionOutput
- func (s *MountPointForGetFunctionOutput) SetLocalMountPath(v string) *MountPointForGetFunctionOutput
- func (s *MountPointForGetFunctionOutput) SetReadOnly(v bool) *MountPointForGetFunctionOutput
- func (s MountPointForGetFunctionOutput) String() string
- type MountPointForGetRevisionOutput
- func (s MountPointForGetRevisionOutput) GoString() string
- func (s *MountPointForGetRevisionOutput) SetBucketName(v string) *MountPointForGetRevisionOutput
- func (s *MountPointForGetRevisionOutput) SetBucketPath(v string) *MountPointForGetRevisionOutput
- func (s *MountPointForGetRevisionOutput) SetEndpoint(v string) *MountPointForGetRevisionOutput
- func (s *MountPointForGetRevisionOutput) SetLocalMountPath(v string) *MountPointForGetRevisionOutput
- func (s *MountPointForGetRevisionOutput) SetReadOnly(v bool) *MountPointForGetRevisionOutput
- func (s MountPointForGetRevisionOutput) String() string
- type MountPointForListFunctionsOutput
- func (s MountPointForListFunctionsOutput) GoString() string
- func (s *MountPointForListFunctionsOutput) SetBucketName(v string) *MountPointForListFunctionsOutput
- func (s *MountPointForListFunctionsOutput) SetBucketPath(v string) *MountPointForListFunctionsOutput
- func (s *MountPointForListFunctionsOutput) SetEndpoint(v string) *MountPointForListFunctionsOutput
- func (s *MountPointForListFunctionsOutput) SetLocalMountPath(v string) *MountPointForListFunctionsOutput
- func (s *MountPointForListFunctionsOutput) SetReadOnly(v bool) *MountPointForListFunctionsOutput
- func (s MountPointForListFunctionsOutput) String() string
- type MountPointForListRevisionsOutput
- func (s MountPointForListRevisionsOutput) GoString() string
- func (s *MountPointForListRevisionsOutput) SetBucketName(v string) *MountPointForListRevisionsOutput
- func (s *MountPointForListRevisionsOutput) SetBucketPath(v string) *MountPointForListRevisionsOutput
- func (s *MountPointForListRevisionsOutput) SetEndpoint(v string) *MountPointForListRevisionsOutput
- func (s *MountPointForListRevisionsOutput) SetLocalMountPath(v string) *MountPointForListRevisionsOutput
- func (s *MountPointForListRevisionsOutput) SetReadOnly(v bool) *MountPointForListRevisionsOutput
- func (s MountPointForListRevisionsOutput) String() string
- type MountPointForUpdateFunctionInput
- func (s MountPointForUpdateFunctionInput) GoString() string
- func (s *MountPointForUpdateFunctionInput) SetBucketName(v string) *MountPointForUpdateFunctionInput
- func (s *MountPointForUpdateFunctionInput) SetBucketPath(v string) *MountPointForUpdateFunctionInput
- func (s *MountPointForUpdateFunctionInput) SetEndpoint(v string) *MountPointForUpdateFunctionInput
- func (s *MountPointForUpdateFunctionInput) SetLocalMountPath(v string) *MountPointForUpdateFunctionInput
- func (s *MountPointForUpdateFunctionInput) SetReadOnly(v bool) *MountPointForUpdateFunctionInput
- func (s MountPointForUpdateFunctionInput) String() string
- type MountPointForUpdateFunctionOutput
- func (s MountPointForUpdateFunctionOutput) GoString() string
- func (s *MountPointForUpdateFunctionOutput) SetBucketName(v string) *MountPointForUpdateFunctionOutput
- func (s *MountPointForUpdateFunctionOutput) SetBucketPath(v string) *MountPointForUpdateFunctionOutput
- func (s *MountPointForUpdateFunctionOutput) SetEndpoint(v string) *MountPointForUpdateFunctionOutput
- func (s *MountPointForUpdateFunctionOutput) SetLocalMountPath(v string) *MountPointForUpdateFunctionOutput
- func (s *MountPointForUpdateFunctionOutput) SetReadOnly(v bool) *MountPointForUpdateFunctionOutput
- func (s MountPointForUpdateFunctionOutput) String() string
- type NasConfigForCreateFunctionInput
- func (s NasConfigForCreateFunctionInput) GoString() string
- func (s *NasConfigForCreateFunctionInput) SetFileSystemId(v string) *NasConfigForCreateFunctionInput
- func (s *NasConfigForCreateFunctionInput) SetGid(v int64) *NasConfigForCreateFunctionInput
- func (s *NasConfigForCreateFunctionInput) SetLocalMountPath(v string) *NasConfigForCreateFunctionInput
- func (s *NasConfigForCreateFunctionInput) SetMountPointId(v string) *NasConfigForCreateFunctionInput
- func (s *NasConfigForCreateFunctionInput) SetRemotePath(v string) *NasConfigForCreateFunctionInput
- func (s *NasConfigForCreateFunctionInput) SetUid(v int64) *NasConfigForCreateFunctionInput
- func (s NasConfigForCreateFunctionInput) String() string
- type NasConfigForCreateFunctionOutput
- func (s NasConfigForCreateFunctionOutput) GoString() string
- func (s *NasConfigForCreateFunctionOutput) SetFileSystemId(v string) *NasConfigForCreateFunctionOutput
- func (s *NasConfigForCreateFunctionOutput) SetGid(v int64) *NasConfigForCreateFunctionOutput
- func (s *NasConfigForCreateFunctionOutput) SetLocalMountPath(v string) *NasConfigForCreateFunctionOutput
- func (s *NasConfigForCreateFunctionOutput) SetMountPointId(v string) *NasConfigForCreateFunctionOutput
- func (s *NasConfigForCreateFunctionOutput) SetRemotePath(v string) *NasConfigForCreateFunctionOutput
- func (s *NasConfigForCreateFunctionOutput) SetUid(v int64) *NasConfigForCreateFunctionOutput
- func (s NasConfigForCreateFunctionOutput) String() string
- type NasConfigForGetFunctionOutput
- func (s NasConfigForGetFunctionOutput) GoString() string
- func (s *NasConfigForGetFunctionOutput) SetFileSystemId(v string) *NasConfigForGetFunctionOutput
- func (s *NasConfigForGetFunctionOutput) SetGid(v int64) *NasConfigForGetFunctionOutput
- func (s *NasConfigForGetFunctionOutput) SetLocalMountPath(v string) *NasConfigForGetFunctionOutput
- func (s *NasConfigForGetFunctionOutput) SetMountPointId(v string) *NasConfigForGetFunctionOutput
- func (s *NasConfigForGetFunctionOutput) SetRemotePath(v string) *NasConfigForGetFunctionOutput
- func (s *NasConfigForGetFunctionOutput) SetUid(v int64) *NasConfigForGetFunctionOutput
- func (s NasConfigForGetFunctionOutput) String() string
- type NasConfigForGetRevisionOutput
- func (s NasConfigForGetRevisionOutput) GoString() string
- func (s *NasConfigForGetRevisionOutput) SetFileSystemId(v string) *NasConfigForGetRevisionOutput
- func (s *NasConfigForGetRevisionOutput) SetGid(v int64) *NasConfigForGetRevisionOutput
- func (s *NasConfigForGetRevisionOutput) SetLocalMountPath(v string) *NasConfigForGetRevisionOutput
- func (s *NasConfigForGetRevisionOutput) SetMountPointId(v string) *NasConfigForGetRevisionOutput
- func (s *NasConfigForGetRevisionOutput) SetRemotePath(v string) *NasConfigForGetRevisionOutput
- func (s *NasConfigForGetRevisionOutput) SetUid(v int64) *NasConfigForGetRevisionOutput
- func (s NasConfigForGetRevisionOutput) String() string
- type NasConfigForListFunctionsOutput
- func (s NasConfigForListFunctionsOutput) GoString() string
- func (s *NasConfigForListFunctionsOutput) SetFileSystemId(v string) *NasConfigForListFunctionsOutput
- func (s *NasConfigForListFunctionsOutput) SetGid(v int64) *NasConfigForListFunctionsOutput
- func (s *NasConfigForListFunctionsOutput) SetLocalMountPath(v string) *NasConfigForListFunctionsOutput
- func (s *NasConfigForListFunctionsOutput) SetMountPointId(v string) *NasConfigForListFunctionsOutput
- func (s *NasConfigForListFunctionsOutput) SetRemotePath(v string) *NasConfigForListFunctionsOutput
- func (s *NasConfigForListFunctionsOutput) SetUid(v int64) *NasConfigForListFunctionsOutput
- func (s NasConfigForListFunctionsOutput) String() string
- type NasConfigForListRevisionsOutput
- func (s NasConfigForListRevisionsOutput) GoString() string
- func (s *NasConfigForListRevisionsOutput) SetFileSystemId(v string) *NasConfigForListRevisionsOutput
- func (s *NasConfigForListRevisionsOutput) SetGid(v int64) *NasConfigForListRevisionsOutput
- func (s *NasConfigForListRevisionsOutput) SetLocalMountPath(v string) *NasConfigForListRevisionsOutput
- func (s *NasConfigForListRevisionsOutput) SetMountPointId(v string) *NasConfigForListRevisionsOutput
- func (s *NasConfigForListRevisionsOutput) SetRemotePath(v string) *NasConfigForListRevisionsOutput
- func (s *NasConfigForListRevisionsOutput) SetUid(v int64) *NasConfigForListRevisionsOutput
- func (s NasConfigForListRevisionsOutput) String() string
- type NasConfigForUpdateFunctionInput
- func (s NasConfigForUpdateFunctionInput) GoString() string
- func (s *NasConfigForUpdateFunctionInput) SetFileSystemId(v string) *NasConfigForUpdateFunctionInput
- func (s *NasConfigForUpdateFunctionInput) SetGid(v int64) *NasConfigForUpdateFunctionInput
- func (s *NasConfigForUpdateFunctionInput) SetLocalMountPath(v string) *NasConfigForUpdateFunctionInput
- func (s *NasConfigForUpdateFunctionInput) SetMountPointId(v string) *NasConfigForUpdateFunctionInput
- func (s *NasConfigForUpdateFunctionInput) SetRemotePath(v string) *NasConfigForUpdateFunctionInput
- func (s *NasConfigForUpdateFunctionInput) SetUid(v int64) *NasConfigForUpdateFunctionInput
- func (s NasConfigForUpdateFunctionInput) String() string
- type NasConfigForUpdateFunctionOutput
- func (s NasConfigForUpdateFunctionOutput) GoString() string
- func (s *NasConfigForUpdateFunctionOutput) SetFileSystemId(v string) *NasConfigForUpdateFunctionOutput
- func (s *NasConfigForUpdateFunctionOutput) SetGid(v int64) *NasConfigForUpdateFunctionOutput
- func (s *NasConfigForUpdateFunctionOutput) SetLocalMountPath(v string) *NasConfigForUpdateFunctionOutput
- func (s *NasConfigForUpdateFunctionOutput) SetMountPointId(v string) *NasConfigForUpdateFunctionOutput
- func (s *NasConfigForUpdateFunctionOutput) SetRemotePath(v string) *NasConfigForUpdateFunctionOutput
- func (s *NasConfigForUpdateFunctionOutput) SetUid(v int64) *NasConfigForUpdateFunctionOutput
- func (s NasConfigForUpdateFunctionOutput) String() string
- type NasStorageForCreateFunctionInput
- func (s NasStorageForCreateFunctionInput) GoString() string
- func (s *NasStorageForCreateFunctionInput) SetEnableNas(v bool) *NasStorageForCreateFunctionInput
- func (s *NasStorageForCreateFunctionInput) SetNasConfigs(v []*NasConfigForCreateFunctionInput) *NasStorageForCreateFunctionInput
- func (s NasStorageForCreateFunctionInput) String() string
- type NasStorageForCreateFunctionOutput
- func (s NasStorageForCreateFunctionOutput) GoString() string
- func (s *NasStorageForCreateFunctionOutput) SetEnableNas(v bool) *NasStorageForCreateFunctionOutput
- func (s *NasStorageForCreateFunctionOutput) SetNasConfigs(v []*NasConfigForCreateFunctionOutput) *NasStorageForCreateFunctionOutput
- func (s NasStorageForCreateFunctionOutput) String() string
- type NasStorageForGetFunctionOutput
- func (s NasStorageForGetFunctionOutput) GoString() string
- func (s *NasStorageForGetFunctionOutput) SetEnableNas(v bool) *NasStorageForGetFunctionOutput
- func (s *NasStorageForGetFunctionOutput) SetNasConfigs(v []*NasConfigForGetFunctionOutput) *NasStorageForGetFunctionOutput
- func (s NasStorageForGetFunctionOutput) String() string
- type NasStorageForGetRevisionOutput
- func (s NasStorageForGetRevisionOutput) GoString() string
- func (s *NasStorageForGetRevisionOutput) SetEnableNas(v bool) *NasStorageForGetRevisionOutput
- func (s *NasStorageForGetRevisionOutput) SetNasConfigs(v []*NasConfigForGetRevisionOutput) *NasStorageForGetRevisionOutput
- func (s NasStorageForGetRevisionOutput) String() string
- type NasStorageForListFunctionsOutput
- func (s NasStorageForListFunctionsOutput) GoString() string
- func (s *NasStorageForListFunctionsOutput) SetEnableNas(v bool) *NasStorageForListFunctionsOutput
- func (s *NasStorageForListFunctionsOutput) SetNasConfigs(v []*NasConfigForListFunctionsOutput) *NasStorageForListFunctionsOutput
- func (s NasStorageForListFunctionsOutput) String() string
- type NasStorageForListRevisionsOutput
- func (s NasStorageForListRevisionsOutput) GoString() string
- func (s *NasStorageForListRevisionsOutput) SetEnableNas(v bool) *NasStorageForListRevisionsOutput
- func (s *NasStorageForListRevisionsOutput) SetNasConfigs(v []*NasConfigForListRevisionsOutput) *NasStorageForListRevisionsOutput
- func (s NasStorageForListRevisionsOutput) String() string
- type NasStorageForUpdateFunctionInput
- func (s NasStorageForUpdateFunctionInput) GoString() string
- func (s *NasStorageForUpdateFunctionInput) SetEnableNas(v bool) *NasStorageForUpdateFunctionInput
- func (s *NasStorageForUpdateFunctionInput) SetNasConfigs(v []*NasConfigForUpdateFunctionInput) *NasStorageForUpdateFunctionInput
- func (s NasStorageForUpdateFunctionInput) String() string
- type NasStorageForUpdateFunctionOutput
- func (s NasStorageForUpdateFunctionOutput) GoString() string
- func (s *NasStorageForUpdateFunctionOutput) SetEnableNas(v bool) *NasStorageForUpdateFunctionOutput
- func (s *NasStorageForUpdateFunctionOutput) SetNasConfigs(v []*NasConfigForUpdateFunctionOutput) *NasStorageForUpdateFunctionOutput
- func (s NasStorageForUpdateFunctionOutput) String() string
- type OrderByForListAsyncTasksInput
- type OrderByForListReleaseRecordsInput
- func (s OrderByForListReleaseRecordsInput) GoString() string
- func (s *OrderByForListReleaseRecordsInput) SetAscend(v bool) *OrderByForListReleaseRecordsInput
- func (s *OrderByForListReleaseRecordsInput) SetKey(v string) *OrderByForListReleaseRecordsInput
- func (s OrderByForListReleaseRecordsInput) String() string
- type PrecacheSandboxImagesInput
- type PrecacheSandboxImagesOutput
- type ProbeHandlerForGetRevisionOutput
- func (s ProbeHandlerForGetRevisionOutput) GoString() string
- func (s *ProbeHandlerForGetRevisionOutput) SetHTTPGet(v *HTTPGetForGetRevisionOutput) *ProbeHandlerForGetRevisionOutput
- func (s *ProbeHandlerForGetRevisionOutput) SetTCPSocket(v *TCPSocketForGetRevisionOutput) *ProbeHandlerForGetRevisionOutput
- func (s ProbeHandlerForGetRevisionOutput) String() string
- type ProbeHandlerForListRevisionsOutput
- func (s ProbeHandlerForListRevisionsOutput) GoString() string
- func (s *ProbeHandlerForListRevisionsOutput) SetHTTPGet(v *HTTPGetForListRevisionsOutput) *ProbeHandlerForListRevisionsOutput
- func (s *ProbeHandlerForListRevisionsOutput) SetTCPSocket(v *TCPSocketForListRevisionsOutput) *ProbeHandlerForListRevisionsOutput
- func (s ProbeHandlerForListRevisionsOutput) String() string
- type ProgressForGetSandboxImagePrecacheTicketOutput
- type ReleaseInput
- func (s ReleaseInput) GoString() string
- func (s *ReleaseInput) SetDescription(v string) *ReleaseInput
- func (s *ReleaseInput) SetFunctionId(v string) *ReleaseInput
- func (s *ReleaseInput) SetMaxInstance(v int32) *ReleaseInput
- func (s *ReleaseInput) SetRevisionNumber(v int32) *ReleaseInput
- func (s *ReleaseInput) SetRollingStep(v int32) *ReleaseInput
- func (s *ReleaseInput) SetTargetTrafficWeight(v int32) *ReleaseInput
- func (s ReleaseInput) String() string
- func (s *ReleaseInput) Validate() error
- type ReleaseOutput
- func (s ReleaseOutput) GoString() string
- func (s *ReleaseOutput) SetCurrentTrafficWeight(v int32) *ReleaseOutput
- func (s *ReleaseOutput) SetErrorCode(v string) *ReleaseOutput
- func (s *ReleaseOutput) SetFailedInstanceLogs(v string) *ReleaseOutput
- func (s *ReleaseOutput) SetFunctionId(v string) *ReleaseOutput
- func (s *ReleaseOutput) SetNewRevisionNumber(v int32) *ReleaseOutput
- func (s *ReleaseOutput) SetOldRevisionNumber(v int32) *ReleaseOutput
- func (s *ReleaseOutput) SetReleaseRecordId(v string) *ReleaseOutput
- func (s *ReleaseOutput) SetStableRevisionNumber(v int32) *ReleaseOutput
- func (s *ReleaseOutput) SetStartTime(v string) *ReleaseOutput
- func (s *ReleaseOutput) SetStatus(v string) *ReleaseOutput
- func (s *ReleaseOutput) SetStatusMessage(v string) *ReleaseOutput
- func (s *ReleaseOutput) SetTargetTrafficWeight(v int32) *ReleaseOutput
- func (s ReleaseOutput) String() string
- type RuleForListFunctionElasticScaleStrategyOutput
- func (s RuleForListFunctionElasticScaleStrategyOutput) GoString() string
- func (s *RuleForListFunctionElasticScaleStrategyOutput) SetAggregateSeconds(v int32) *RuleForListFunctionElasticScaleStrategyOutput
- func (s *RuleForListFunctionElasticScaleStrategyOutput) SetAggregateType(v string) *RuleForListFunctionElasticScaleStrategyOutput
- func (s *RuleForListFunctionElasticScaleStrategyOutput) SetMetricType(v string) *RuleForListFunctionElasticScaleStrategyOutput
- func (s *RuleForListFunctionElasticScaleStrategyOutput) SetScaleDownThreshold(v int32) *RuleForListFunctionElasticScaleStrategyOutput
- func (s *RuleForListFunctionElasticScaleStrategyOutput) SetScaleUpThreshold(v int32) *RuleForListFunctionElasticScaleStrategyOutput
- func (s *RuleForListFunctionElasticScaleStrategyOutput) SetTarget(v int32) *RuleForListFunctionElasticScaleStrategyOutput
- func (s RuleForListFunctionElasticScaleStrategyOutput) String() string
- type RuleForUpdateFunctionMetricScaleStrategyRulesInput
- func (s RuleForUpdateFunctionMetricScaleStrategyRulesInput) GoString() string
- func (s *RuleForUpdateFunctionMetricScaleStrategyRulesInput) SetMetricType(v string) *RuleForUpdateFunctionMetricScaleStrategyRulesInput
- func (s *RuleForUpdateFunctionMetricScaleStrategyRulesInput) SetTarget(v int32) *RuleForUpdateFunctionMetricScaleStrategyRulesInput
- func (s RuleForUpdateFunctionMetricScaleStrategyRulesInput) String() string
- type RunCodeInput
- type RunCodeOutput
- type SandboxForListSandboxesOutput
- func (s SandboxForListSandboxesOutput) GoString() string
- func (s *SandboxForListSandboxesOutput) SetAvailabilityZone(v string) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetCpuMilli(v int32) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetCreatedAt(v string) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetErrorCode(v string) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetErrorMessage(v string) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetExpireAt(v string) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetFunctionId(v string) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetId(v string) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetImage(v string) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetInstanceType(v string) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetMemoryMB(v int32) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetMetadata(v map[string]*string) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetPending(v bool) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetRevisionNumber(v int32) *SandboxForListSandboxesOutput
- func (s *SandboxForListSandboxesOutput) SetStatus(v string) *SandboxForListSandboxesOutput
- func (s SandboxForListSandboxesOutput) String() string
- type ScaleStrategyForListFunctionElasticScaleStrategyOutput
- func (s ScaleStrategyForListFunctionElasticScaleStrategyOutput) GoString() string
- func (s *ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetCreateTime(v string) *ScaleStrategyForListFunctionElasticScaleStrategyOutput
- func (s *ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetRules(v []*RuleForListFunctionElasticScaleStrategyOutput) *ScaleStrategyForListFunctionElasticScaleStrategyOutput
- func (s *ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetType(v string) *ScaleStrategyForListFunctionElasticScaleStrategyOutput
- func (s *ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetUpdateTime(v string) *ScaleStrategyForListFunctionElasticScaleStrategyOutput
- func (s ScaleStrategyForListFunctionElasticScaleStrategyOutput) String() string
- type SetSandboxTimeoutInput
- func (s SetSandboxTimeoutInput) GoString() string
- func (s *SetSandboxTimeoutInput) SetFunctionId(v string) *SetSandboxTimeoutInput
- func (s *SetSandboxTimeoutInput) SetSandboxId(v string) *SetSandboxTimeoutInput
- func (s *SetSandboxTimeoutInput) SetTimeout(v int32) *SetSandboxTimeoutInput
- func (s SetSandboxTimeoutInput) String() string
- func (s *SetSandboxTimeoutInput) Validate() error
- type SetSandboxTimeoutOutput
- func (s SetSandboxTimeoutOutput) GoString() string
- func (s *SetSandboxTimeoutOutput) SetExpireAt(v string) *SetSandboxTimeoutOutput
- func (s *SetSandboxTimeoutOutput) SetFunctionId(v string) *SetSandboxTimeoutOutput
- func (s *SetSandboxTimeoutOutput) SetSandboxId(v string) *SetSandboxTimeoutOutput
- func (s SetSandboxTimeoutOutput) String() string
- type SourceAccessConfigForCreateFunctionInput
- func (s SourceAccessConfigForCreateFunctionInput) GoString() string
- func (s *SourceAccessConfigForCreateFunctionInput) SetPassword(v string) *SourceAccessConfigForCreateFunctionInput
- func (s *SourceAccessConfigForCreateFunctionInput) SetUsername(v string) *SourceAccessConfigForCreateFunctionInput
- func (s SourceAccessConfigForCreateFunctionInput) String() string
- type SourceAccessConfigForUpdateFunctionInput
- func (s SourceAccessConfigForUpdateFunctionInput) GoString() string
- func (s *SourceAccessConfigForUpdateFunctionInput) SetPassword(v string) *SourceAccessConfigForUpdateFunctionInput
- func (s *SourceAccessConfigForUpdateFunctionInput) SetUsername(v string) *SourceAccessConfigForUpdateFunctionInput
- func (s SourceAccessConfigForUpdateFunctionInput) String() string
- type TCPSocketForGetRevisionOutput
- type TCPSocketForListRevisionsOutput
- type TagFilterForListFunctionsInput
- type TagForCreateFunctionInput
- type TagForCreateFunctionOutput
- type TagForListFunctionsOutput
- type TagForUpdateFunctionInput
- type TagForUpdateFunctionOutput
- type TerminateAsyncTaskInput
- func (s TerminateAsyncTaskInput) GoString() string
- func (s *TerminateAsyncTaskInput) SetFunctionId(v string) *TerminateAsyncTaskInput
- func (s *TerminateAsyncTaskInput) SetRequestId(v string) *TerminateAsyncTaskInput
- func (s TerminateAsyncTaskInput) String() string
- func (s *TerminateAsyncTaskInput) Validate() error
- type TerminateAsyncTaskOutput
- type TerminateDependencyInstallTaskInput
- type TerminateDependencyInstallTaskOutput
- type TlsConfigForCreateFunctionInput
- func (s TlsConfigForCreateFunctionInput) GoString() string
- func (s *TlsConfigForCreateFunctionInput) SetEnableLog(v bool) *TlsConfigForCreateFunctionInput
- func (s *TlsConfigForCreateFunctionInput) SetTlsProjectId(v string) *TlsConfigForCreateFunctionInput
- func (s *TlsConfigForCreateFunctionInput) SetTlsTopicId(v string) *TlsConfigForCreateFunctionInput
- func (s TlsConfigForCreateFunctionInput) String() string
- type TlsConfigForCreateFunctionOutput
- func (s TlsConfigForCreateFunctionOutput) GoString() string
- func (s *TlsConfigForCreateFunctionOutput) SetEnableLog(v bool) *TlsConfigForCreateFunctionOutput
- func (s *TlsConfigForCreateFunctionOutput) SetTlsProjectId(v string) *TlsConfigForCreateFunctionOutput
- func (s *TlsConfigForCreateFunctionOutput) SetTlsTopicId(v string) *TlsConfigForCreateFunctionOutput
- func (s TlsConfigForCreateFunctionOutput) String() string
- type TlsConfigForGetFunctionOutput
- func (s TlsConfigForGetFunctionOutput) GoString() string
- func (s *TlsConfigForGetFunctionOutput) SetEnableLog(v bool) *TlsConfigForGetFunctionOutput
- func (s *TlsConfigForGetFunctionOutput) SetTlsProjectId(v string) *TlsConfigForGetFunctionOutput
- func (s *TlsConfigForGetFunctionOutput) SetTlsTopicId(v string) *TlsConfigForGetFunctionOutput
- func (s TlsConfigForGetFunctionOutput) String() string
- type TlsConfigForGetRevisionOutput
- func (s TlsConfigForGetRevisionOutput) GoString() string
- func (s *TlsConfigForGetRevisionOutput) SetEnableLog(v bool) *TlsConfigForGetRevisionOutput
- func (s *TlsConfigForGetRevisionOutput) SetTlsProjectId(v string) *TlsConfigForGetRevisionOutput
- func (s *TlsConfigForGetRevisionOutput) SetTlsTopicId(v string) *TlsConfigForGetRevisionOutput
- func (s TlsConfigForGetRevisionOutput) String() string
- type TlsConfigForListFunctionsOutput
- func (s TlsConfigForListFunctionsOutput) GoString() string
- func (s *TlsConfigForListFunctionsOutput) SetEnableLog(v bool) *TlsConfigForListFunctionsOutput
- func (s *TlsConfigForListFunctionsOutput) SetTlsProjectId(v string) *TlsConfigForListFunctionsOutput
- func (s *TlsConfigForListFunctionsOutput) SetTlsTopicId(v string) *TlsConfigForListFunctionsOutput
- func (s TlsConfigForListFunctionsOutput) String() string
- type TlsConfigForListRevisionsOutput
- func (s TlsConfigForListRevisionsOutput) GoString() string
- func (s *TlsConfigForListRevisionsOutput) SetEnableLog(v bool) *TlsConfigForListRevisionsOutput
- func (s *TlsConfigForListRevisionsOutput) SetTlsProjectId(v string) *TlsConfigForListRevisionsOutput
- func (s *TlsConfigForListRevisionsOutput) SetTlsTopicId(v string) *TlsConfigForListRevisionsOutput
- func (s TlsConfigForListRevisionsOutput) String() string
- type TlsConfigForUpdateFunctionInput
- func (s TlsConfigForUpdateFunctionInput) GoString() string
- func (s *TlsConfigForUpdateFunctionInput) SetEnableLog(v bool) *TlsConfigForUpdateFunctionInput
- func (s *TlsConfigForUpdateFunctionInput) SetTlsProjectId(v string) *TlsConfigForUpdateFunctionInput
- func (s *TlsConfigForUpdateFunctionInput) SetTlsTopicId(v string) *TlsConfigForUpdateFunctionInput
- func (s TlsConfigForUpdateFunctionInput) String() string
- type TlsConfigForUpdateFunctionOutput
- func (s TlsConfigForUpdateFunctionOutput) GoString() string
- func (s *TlsConfigForUpdateFunctionOutput) SetEnableLog(v bool) *TlsConfigForUpdateFunctionOutput
- func (s *TlsConfigForUpdateFunctionOutput) SetTlsProjectId(v string) *TlsConfigForUpdateFunctionOutput
- func (s *TlsConfigForUpdateFunctionOutput) SetTlsTopicId(v string) *TlsConfigForUpdateFunctionOutput
- func (s TlsConfigForUpdateFunctionOutput) String() string
- type TosMountConfigForCreateFunctionInput
- func (s TosMountConfigForCreateFunctionInput) GoString() string
- func (s *TosMountConfigForCreateFunctionInput) SetCredentials(v *CredentialsForCreateFunctionInput) *TosMountConfigForCreateFunctionInput
- func (s *TosMountConfigForCreateFunctionInput) SetEnableTos(v bool) *TosMountConfigForCreateFunctionInput
- func (s *TosMountConfigForCreateFunctionInput) SetMountPoints(v []*MountPointForCreateFunctionInput) *TosMountConfigForCreateFunctionInput
- func (s TosMountConfigForCreateFunctionInput) String() string
- type TosMountConfigForCreateFunctionOutput
- func (s TosMountConfigForCreateFunctionOutput) GoString() string
- func (s *TosMountConfigForCreateFunctionOutput) SetCredentials(v *CredentialsForCreateFunctionOutput) *TosMountConfigForCreateFunctionOutput
- func (s *TosMountConfigForCreateFunctionOutput) SetEnableTos(v bool) *TosMountConfigForCreateFunctionOutput
- func (s *TosMountConfigForCreateFunctionOutput) SetMountPoints(v []*MountPointForCreateFunctionOutput) *TosMountConfigForCreateFunctionOutput
- func (s TosMountConfigForCreateFunctionOutput) String() string
- type TosMountConfigForGetFunctionOutput
- func (s TosMountConfigForGetFunctionOutput) GoString() string
- func (s *TosMountConfigForGetFunctionOutput) SetCredentials(v *CredentialsForGetFunctionOutput) *TosMountConfigForGetFunctionOutput
- func (s *TosMountConfigForGetFunctionOutput) SetEnableTos(v bool) *TosMountConfigForGetFunctionOutput
- func (s *TosMountConfigForGetFunctionOutput) SetMountPoints(v []*MountPointForGetFunctionOutput) *TosMountConfigForGetFunctionOutput
- func (s TosMountConfigForGetFunctionOutput) String() string
- type TosMountConfigForGetRevisionOutput
- func (s TosMountConfigForGetRevisionOutput) GoString() string
- func (s *TosMountConfigForGetRevisionOutput) SetCredentials(v *CredentialsForGetRevisionOutput) *TosMountConfigForGetRevisionOutput
- func (s *TosMountConfigForGetRevisionOutput) SetEnableTos(v bool) *TosMountConfigForGetRevisionOutput
- func (s *TosMountConfigForGetRevisionOutput) SetMountPoints(v []*MountPointForGetRevisionOutput) *TosMountConfigForGetRevisionOutput
- func (s TosMountConfigForGetRevisionOutput) String() string
- type TosMountConfigForListFunctionsOutput
- func (s TosMountConfigForListFunctionsOutput) GoString() string
- func (s *TosMountConfigForListFunctionsOutput) SetCredentials(v *CredentialsForListFunctionsOutput) *TosMountConfigForListFunctionsOutput
- func (s *TosMountConfigForListFunctionsOutput) SetEnableTos(v bool) *TosMountConfigForListFunctionsOutput
- func (s *TosMountConfigForListFunctionsOutput) SetMountPoints(v []*MountPointForListFunctionsOutput) *TosMountConfigForListFunctionsOutput
- func (s TosMountConfigForListFunctionsOutput) String() string
- type TosMountConfigForListRevisionsOutput
- func (s TosMountConfigForListRevisionsOutput) GoString() string
- func (s *TosMountConfigForListRevisionsOutput) SetCredentials(v *CredentialsForListRevisionsOutput) *TosMountConfigForListRevisionsOutput
- func (s *TosMountConfigForListRevisionsOutput) SetEnableTos(v bool) *TosMountConfigForListRevisionsOutput
- func (s *TosMountConfigForListRevisionsOutput) SetMountPoints(v []*MountPointForListRevisionsOutput) *TosMountConfigForListRevisionsOutput
- func (s TosMountConfigForListRevisionsOutput) String() string
- type TosMountConfigForUpdateFunctionInput
- func (s TosMountConfigForUpdateFunctionInput) GoString() string
- func (s *TosMountConfigForUpdateFunctionInput) SetCredentials(v *CredentialsForUpdateFunctionInput) *TosMountConfigForUpdateFunctionInput
- func (s *TosMountConfigForUpdateFunctionInput) SetEnableTos(v bool) *TosMountConfigForUpdateFunctionInput
- func (s *TosMountConfigForUpdateFunctionInput) SetMountPoints(v []*MountPointForUpdateFunctionInput) *TosMountConfigForUpdateFunctionInput
- func (s TosMountConfigForUpdateFunctionInput) String() string
- type TosMountConfigForUpdateFunctionOutput
- func (s TosMountConfigForUpdateFunctionOutput) GoString() string
- func (s *TosMountConfigForUpdateFunctionOutput) SetCredentials(v *CredentialsForUpdateFunctionOutput) *TosMountConfigForUpdateFunctionOutput
- func (s *TosMountConfigForUpdateFunctionOutput) SetEnableTos(v bool) *TosMountConfigForUpdateFunctionOutput
- func (s *TosMountConfigForUpdateFunctionOutput) SetMountPoints(v []*MountPointForUpdateFunctionOutput) *TosMountConfigForUpdateFunctionOutput
- func (s TosMountConfigForUpdateFunctionOutput) String() string
- type TosMountPointForCreateSandboxInput
- func (s TosMountPointForCreateSandboxInput) GoString() string
- func (s *TosMountPointForCreateSandboxInput) SetBucketPath(v string) *TosMountPointForCreateSandboxInput
- func (s *TosMountPointForCreateSandboxInput) SetLocalMountPath(v string) *TosMountPointForCreateSandboxInput
- func (s TosMountPointForCreateSandboxInput) String() string
- type TosMountPointForDescribeSandboxOutput
- func (s TosMountPointForDescribeSandboxOutput) GoString() string
- func (s *TosMountPointForDescribeSandboxOutput) SetBucketPath(v string) *TosMountPointForDescribeSandboxOutput
- func (s *TosMountPointForDescribeSandboxOutput) SetLocalMountPath(v string) *TosMountPointForDescribeSandboxOutput
- func (s TosMountPointForDescribeSandboxOutput) String() string
- type TransitionSandboxInput
- func (s TransitionSandboxInput) GoString() string
- func (s *TransitionSandboxInput) SetAction(v string) *TransitionSandboxInput
- func (s *TransitionSandboxInput) SetFunctionId(v string) *TransitionSandboxInput
- func (s *TransitionSandboxInput) SetSandboxId(v string) *TransitionSandboxInput
- func (s TransitionSandboxInput) String() string
- func (s *TransitionSandboxInput) Validate() error
- type TransitionSandboxOutput
- func (s TransitionSandboxOutput) GoString() string
- func (s *TransitionSandboxOutput) SetFunctionId(v string) *TransitionSandboxOutput
- func (s *TransitionSandboxOutput) SetSandboxId(v string) *TransitionSandboxOutput
- func (s *TransitionSandboxOutput) SetStatus(v string) *TransitionSandboxOutput
- func (s TransitionSandboxOutput) String() string
- type UpdateFunctionInput
- func (s UpdateFunctionInput) GoString() string
- func (s *UpdateFunctionInput) SetCpuMilli(v int32) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetDescription(v string) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetEnvs(v []*EnvForUpdateFunctionInput) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetExclusiveMode(v bool) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetId(v string) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetInitializerSec(v int32) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetMaxConcurrency(v int32) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetMemoryMB(v int32) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetNasStorage(v *NasStorageForUpdateFunctionInput) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetProjectName(v string) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetRequestTimeout(v int32) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetRole(v string) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetSource(v string) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetSourceAccessConfig(v *SourceAccessConfigForUpdateFunctionInput) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetSourceType(v string) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetTags(v []*TagForUpdateFunctionInput) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetTlsConfig(v *TlsConfigForUpdateFunctionInput) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetTosMountConfig(v *TosMountConfigForUpdateFunctionInput) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetVpcConfig(v *VpcConfigForUpdateFunctionInput) *UpdateFunctionInput
- func (s UpdateFunctionInput) String() string
- func (s *UpdateFunctionInput) Validate() error
- type UpdateFunctionMetricScaleStrategyRulesInput
- func (s UpdateFunctionMetricScaleStrategyRulesInput) GoString() string
- func (s *UpdateFunctionMetricScaleStrategyRulesInput) SetFunctionId(v string) *UpdateFunctionMetricScaleStrategyRulesInput
- func (s *UpdateFunctionMetricScaleStrategyRulesInput) SetRules(v []*RuleForUpdateFunctionMetricScaleStrategyRulesInput) *UpdateFunctionMetricScaleStrategyRulesInput
- func (s UpdateFunctionMetricScaleStrategyRulesInput) String() string
- func (s *UpdateFunctionMetricScaleStrategyRulesInput) Validate() error
- type UpdateFunctionMetricScaleStrategyRulesOutput
- type UpdateFunctionOutput
- func (s UpdateFunctionOutput) GoString() string
- func (s *UpdateFunctionOutput) SetCell(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetCodeSize(v int32) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetCodeSizeLimit(v int32) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetCommand(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetCpuStrategy(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetCreationTime(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetDescription(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetEnvs(v []*EnvForUpdateFunctionOutput) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetExclusiveMode(v bool) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetFunctionType(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetId(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetInitializerSec(v int32) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetInstanceType(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetLastUpdateTime(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetMaxConcurrency(v int32) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetMemoryMB(v int32) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetName(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetNasStorage(v *NasStorageForUpdateFunctionOutput) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetOwner(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetPort(v int32) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetProjectName(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetRequestTimeout(v int32) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetRole(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetRuntime(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetSource(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetSourceLocation(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetSourceType(v string) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetTags(v []*TagForUpdateFunctionOutput) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetTlsConfig(v *TlsConfigForUpdateFunctionOutput) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetTosMountConfig(v *TosMountConfigForUpdateFunctionOutput) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetTriggersCount(v int32) *UpdateFunctionOutput
- func (s *UpdateFunctionOutput) SetVpcConfig(v *VpcConfigForUpdateFunctionOutput) *UpdateFunctionOutput
- func (s UpdateFunctionOutput) String() string
- type UpdateFunctionResourceInput
- func (s UpdateFunctionResourceInput) GoString() string
- func (s *UpdateFunctionResourceInput) SetFunctionId(v string) *UpdateFunctionResourceInput
- func (s *UpdateFunctionResourceInput) SetMaxInstance(v int32) *UpdateFunctionResourceInput
- func (s *UpdateFunctionResourceInput) SetMinInstance(v int32) *UpdateFunctionResourceInput
- func (s *UpdateFunctionResourceInput) SetReservedFrozenInstance(v int32) *UpdateFunctionResourceInput
- func (s UpdateFunctionResourceInput) String() string
- func (s *UpdateFunctionResourceInput) Validate() error
- type UpdateFunctionResourceOutput
- func (s UpdateFunctionResourceOutput) GoString() string
- func (s *UpdateFunctionResourceOutput) SetId(v string) *UpdateFunctionResourceOutput
- func (s *UpdateFunctionResourceOutput) SetMaxInstance(v int32) *UpdateFunctionResourceOutput
- func (s *UpdateFunctionResourceOutput) SetMinInstance(v int32) *UpdateFunctionResourceOutput
- func (s *UpdateFunctionResourceOutput) SetReservedFrozenInstance(v int32) *UpdateFunctionResourceOutput
- func (s UpdateFunctionResourceOutput) String() string
- type UpdateKafkaTriggerInput
- func (s UpdateKafkaTriggerInput) GoString() string
- func (s *UpdateKafkaTriggerInput) SetBatchFlushDurationMilliseconds(v int32) *UpdateKafkaTriggerInput
- func (s *UpdateKafkaTriggerInput) SetBatchSize(v int32) *UpdateKafkaTriggerInput
- func (s *UpdateKafkaTriggerInput) SetDescription(v string) *UpdateKafkaTriggerInput
- func (s *UpdateKafkaTriggerInput) SetEnabled(v bool) *UpdateKafkaTriggerInput
- func (s *UpdateKafkaTriggerInput) SetFunctionId(v string) *UpdateKafkaTriggerInput
- func (s *UpdateKafkaTriggerInput) SetId(v string) *UpdateKafkaTriggerInput
- func (s *UpdateKafkaTriggerInput) SetMaximumRetryAttempts(v int32) *UpdateKafkaTriggerInput
- func (s UpdateKafkaTriggerInput) String() string
- func (s *UpdateKafkaTriggerInput) Validate() error
- type UpdateKafkaTriggerOutput
- func (s UpdateKafkaTriggerOutput) GoString() string
- func (s *UpdateKafkaTriggerOutput) SetBatchFlushDurationMilliseconds(v int32) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetBatchSize(v int32) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetConsumerGroup(v string) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetCreationTime(v string) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetDescription(v string) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetEnabled(v bool) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetFunctionId(v string) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetId(v string) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetLastUpdateTime(v string) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetMaximumRetryAttempts(v int32) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetMqInstanceId(v string) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetName(v string) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetStartingPosition(v string) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetStatus(v string) *UpdateKafkaTriggerOutput
- func (s *UpdateKafkaTriggerOutput) SetTopicName(v string) *UpdateKafkaTriggerOutput
- func (s UpdateKafkaTriggerOutput) String() string
- type UpdateReleaseInput
- type UpdateReleaseOutput
- func (s UpdateReleaseOutput) GoString() string
- func (s *UpdateReleaseOutput) SetCurrentTrafficWeight(v int32) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetErrorCode(v string) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetFailedInstanceLogs(v string) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetFunctionId(v string) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetNewRevisionNumber(v int32) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetOldRevisionNumber(v int32) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetReleaseRecordId(v string) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetStableRevisionNumber(v int32) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetStartTime(v string) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetStatus(v string) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetStatusMessage(v string) *UpdateReleaseOutput
- func (s *UpdateReleaseOutput) SetTargetTrafficWeight(v int32) *UpdateReleaseOutput
- func (s UpdateReleaseOutput) String() string
- type UpdateTimerInput
- func (s UpdateTimerInput) GoString() string
- func (s *UpdateTimerInput) SetCrontab(v string) *UpdateTimerInput
- func (s *UpdateTimerInput) SetDescription(v string) *UpdateTimerInput
- func (s *UpdateTimerInput) SetEnableConcurrency(v bool) *UpdateTimerInput
- func (s *UpdateTimerInput) SetEnabled(v bool) *UpdateTimerInput
- func (s *UpdateTimerInput) SetFunctionId(v string) *UpdateTimerInput
- func (s *UpdateTimerInput) SetId(v string) *UpdateTimerInput
- func (s *UpdateTimerInput) SetPayload(v string) *UpdateTimerInput
- func (s *UpdateTimerInput) SetRetries(v int32) *UpdateTimerInput
- func (s UpdateTimerInput) String() string
- func (s *UpdateTimerInput) Validate() error
- type UpdateTimerOutput
- func (s UpdateTimerOutput) GoString() string
- func (s *UpdateTimerOutput) SetCreationTime(v string) *UpdateTimerOutput
- func (s *UpdateTimerOutput) SetCrontab(v string) *UpdateTimerOutput
- func (s *UpdateTimerOutput) SetDescription(v string) *UpdateTimerOutput
- func (s *UpdateTimerOutput) SetEnableConcurrency(v bool) *UpdateTimerOutput
- func (s *UpdateTimerOutput) SetEnabled(v bool) *UpdateTimerOutput
- func (s *UpdateTimerOutput) SetFunctionId(v string) *UpdateTimerOutput
- func (s *UpdateTimerOutput) SetId(v string) *UpdateTimerOutput
- func (s *UpdateTimerOutput) SetLastUpdateTime(v string) *UpdateTimerOutput
- func (s *UpdateTimerOutput) SetName(v string) *UpdateTimerOutput
- func (s *UpdateTimerOutput) SetPayload(v string) *UpdateTimerOutput
- func (s *UpdateTimerOutput) SetRetries(v int32) *UpdateTimerOutput
- func (s UpdateTimerOutput) String() string
- type VEFAAS
- func (c *VEFAAS) AbortRelease(input *AbortReleaseInput) (*AbortReleaseOutput, error)
- func (c *VEFAAS) AbortReleaseCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) AbortReleaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) AbortReleaseCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) AbortReleaseRequest(input *AbortReleaseInput) (req *request.Request, output *AbortReleaseOutput)
- func (c *VEFAAS) AbortReleaseWithContext(ctx byteplus.Context, input *AbortReleaseInput, opts ...request.Option) (*AbortReleaseOutput, error)
- func (c *VEFAAS) CreateDependencyInstallTask(input *CreateDependencyInstallTaskInput) (*CreateDependencyInstallTaskOutput, error)
- func (c *VEFAAS) CreateDependencyInstallTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) CreateDependencyInstallTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) CreateDependencyInstallTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) CreateDependencyInstallTaskRequest(input *CreateDependencyInstallTaskInput) (req *request.Request, output *CreateDependencyInstallTaskOutput)
- func (c *VEFAAS) CreateDependencyInstallTaskWithContext(ctx byteplus.Context, input *CreateDependencyInstallTaskInput, ...) (*CreateDependencyInstallTaskOutput, error)
- func (c *VEFAAS) CreateFunction(input *CreateFunctionInput) (*CreateFunctionOutput, error)
- func (c *VEFAAS) CreateFunctionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) CreateFunctionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) CreateFunctionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) CreateFunctionRequest(input *CreateFunctionInput) (req *request.Request, output *CreateFunctionOutput)
- func (c *VEFAAS) CreateFunctionWithContext(ctx byteplus.Context, input *CreateFunctionInput, opts ...request.Option) (*CreateFunctionOutput, error)
- func (c *VEFAAS) CreateKafkaTrigger(input *CreateKafkaTriggerInput) (*CreateKafkaTriggerOutput, error)
- func (c *VEFAAS) CreateKafkaTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) CreateKafkaTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) CreateKafkaTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) CreateKafkaTriggerRequest(input *CreateKafkaTriggerInput) (req *request.Request, output *CreateKafkaTriggerOutput)
- func (c *VEFAAS) CreateKafkaTriggerWithContext(ctx byteplus.Context, input *CreateKafkaTriggerInput, opts ...request.Option) (*CreateKafkaTriggerOutput, error)
- func (c *VEFAAS) CreateSandbox(input *CreateSandboxInput) (*CreateSandboxOutput, error)
- func (c *VEFAAS) CreateSandboxCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) CreateSandboxCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) CreateSandboxCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) CreateSandboxRequest(input *CreateSandboxInput) (req *request.Request, output *CreateSandboxOutput)
- func (c *VEFAAS) CreateSandboxWithContext(ctx byteplus.Context, input *CreateSandboxInput, opts ...request.Option) (*CreateSandboxOutput, error)
- func (c *VEFAAS) CreateTimer(input *CreateTimerInput) (*CreateTimerOutput, error)
- func (c *VEFAAS) CreateTimerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) CreateTimerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) CreateTimerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) CreateTimerRequest(input *CreateTimerInput) (req *request.Request, output *CreateTimerOutput)
- func (c *VEFAAS) CreateTimerWithContext(ctx byteplus.Context, input *CreateTimerInput, opts ...request.Option) (*CreateTimerOutput, error)
- func (c *VEFAAS) DeleteFunction(input *DeleteFunctionInput) (*DeleteFunctionOutput, error)
- func (c *VEFAAS) DeleteFunctionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) DeleteFunctionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) DeleteFunctionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) DeleteFunctionRequest(input *DeleteFunctionInput) (req *request.Request, output *DeleteFunctionOutput)
- func (c *VEFAAS) DeleteFunctionWithContext(ctx byteplus.Context, input *DeleteFunctionInput, opts ...request.Option) (*DeleteFunctionOutput, error)
- func (c *VEFAAS) DeleteKafkaTrigger(input *DeleteKafkaTriggerInput) (*DeleteKafkaTriggerOutput, error)
- func (c *VEFAAS) DeleteKafkaTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) DeleteKafkaTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) DeleteKafkaTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) DeleteKafkaTriggerRequest(input *DeleteKafkaTriggerInput) (req *request.Request, output *DeleteKafkaTriggerOutput)
- func (c *VEFAAS) DeleteKafkaTriggerWithContext(ctx byteplus.Context, input *DeleteKafkaTriggerInput, opts ...request.Option) (*DeleteKafkaTriggerOutput, error)
- func (c *VEFAAS) DeleteSandboxImage(input *DeleteSandboxImageInput) (*DeleteSandboxImageOutput, error)
- func (c *VEFAAS) DeleteSandboxImageCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) DeleteSandboxImageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) DeleteSandboxImageCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) DeleteSandboxImageRequest(input *DeleteSandboxImageInput) (req *request.Request, output *DeleteSandboxImageOutput)
- func (c *VEFAAS) DeleteSandboxImageWithContext(ctx byteplus.Context, input *DeleteSandboxImageInput, opts ...request.Option) (*DeleteSandboxImageOutput, error)
- func (c *VEFAAS) DeleteTimer(input *DeleteTimerInput) (*DeleteTimerOutput, error)
- func (c *VEFAAS) DeleteTimerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) DeleteTimerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) DeleteTimerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) DeleteTimerRequest(input *DeleteTimerInput) (req *request.Request, output *DeleteTimerOutput)
- func (c *VEFAAS) DeleteTimerWithContext(ctx byteplus.Context, input *DeleteTimerInput, opts ...request.Option) (*DeleteTimerOutput, error)
- func (c *VEFAAS) DescribeSandbox(input *DescribeSandboxInput) (*DescribeSandboxOutput, error)
- func (c *VEFAAS) DescribeSandboxCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) DescribeSandboxCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) DescribeSandboxCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) DescribeSandboxRequest(input *DescribeSandboxInput) (req *request.Request, output *DescribeSandboxOutput)
- func (c *VEFAAS) DescribeSandboxWithContext(ctx byteplus.Context, input *DescribeSandboxInput, opts ...request.Option) (*DescribeSandboxOutput, error)
- func (c *VEFAAS) GenWebshellEndpoint(input *GenWebshellEndpointInput) (*GenWebshellEndpointOutput, error)
- func (c *VEFAAS) GenWebshellEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GenWebshellEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GenWebshellEndpointCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GenWebshellEndpointRequest(input *GenWebshellEndpointInput) (req *request.Request, output *GenWebshellEndpointOutput)
- func (c *VEFAAS) GenWebshellEndpointWithContext(ctx byteplus.Context, input *GenWebshellEndpointInput, opts ...request.Option) (*GenWebshellEndpointOutput, error)
- func (c *VEFAAS) GetCodeUploadAddress(input *GetCodeUploadAddressInput) (*GetCodeUploadAddressOutput, error)
- func (c *VEFAAS) GetCodeUploadAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetCodeUploadAddressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetCodeUploadAddressCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetCodeUploadAddressRequest(input *GetCodeUploadAddressInput) (req *request.Request, output *GetCodeUploadAddressOutput)
- func (c *VEFAAS) GetCodeUploadAddressWithContext(ctx byteplus.Context, input *GetCodeUploadAddressInput, opts ...request.Option) (*GetCodeUploadAddressOutput, error)
- func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURI(input *GetDependencyInstallTaskLogDownloadURIInput) (*GetDependencyInstallTaskLogDownloadURIOutput, error)
- func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURICommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURICommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURICommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURIRequest(input *GetDependencyInstallTaskLogDownloadURIInput) (req *request.Request, output *GetDependencyInstallTaskLogDownloadURIOutput)
- func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURIWithContext(ctx byteplus.Context, input *GetDependencyInstallTaskLogDownloadURIInput, ...) (*GetDependencyInstallTaskLogDownloadURIOutput, error)
- func (c *VEFAAS) GetDependencyInstallTaskStatus(input *GetDependencyInstallTaskStatusInput) (*GetDependencyInstallTaskStatusOutput, error)
- func (c *VEFAAS) GetDependencyInstallTaskStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetDependencyInstallTaskStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetDependencyInstallTaskStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetDependencyInstallTaskStatusRequest(input *GetDependencyInstallTaskStatusInput) (req *request.Request, output *GetDependencyInstallTaskStatusOutput)
- func (c *VEFAAS) GetDependencyInstallTaskStatusWithContext(ctx byteplus.Context, input *GetDependencyInstallTaskStatusInput, ...) (*GetDependencyInstallTaskStatusOutput, error)
- func (c *VEFAAS) GetFunction(input *GetFunctionInput) (*GetFunctionOutput, error)
- func (c *VEFAAS) GetFunctionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetFunctionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetFunctionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetFunctionInstanceLogs(input *GetFunctionInstanceLogsInput) (*GetFunctionInstanceLogsOutput, error)
- func (c *VEFAAS) GetFunctionInstanceLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetFunctionInstanceLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetFunctionInstanceLogsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetFunctionInstanceLogsRequest(input *GetFunctionInstanceLogsInput) (req *request.Request, output *GetFunctionInstanceLogsOutput)
- func (c *VEFAAS) GetFunctionInstanceLogsWithContext(ctx byteplus.Context, input *GetFunctionInstanceLogsInput, ...) (*GetFunctionInstanceLogsOutput, error)
- func (c *VEFAAS) GetFunctionRequest(input *GetFunctionInput) (req *request.Request, output *GetFunctionOutput)
- func (c *VEFAAS) GetFunctionResource(input *GetFunctionResourceInput) (*GetFunctionResourceOutput, error)
- func (c *VEFAAS) GetFunctionResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetFunctionResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetFunctionResourceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetFunctionResourceRequest(input *GetFunctionResourceInput) (req *request.Request, output *GetFunctionResourceOutput)
- func (c *VEFAAS) GetFunctionResourceWithContext(ctx byteplus.Context, input *GetFunctionResourceInput, opts ...request.Option) (*GetFunctionResourceOutput, error)
- func (c *VEFAAS) GetFunctionWithContext(ctx byteplus.Context, input *GetFunctionInput, opts ...request.Option) (*GetFunctionOutput, error)
- func (c *VEFAAS) GetImageSyncStatus(input *GetImageSyncStatusInput) (*GetImageSyncStatusOutput, error)
- func (c *VEFAAS) GetImageSyncStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetImageSyncStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetImageSyncStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetImageSyncStatusRequest(input *GetImageSyncStatusInput) (req *request.Request, output *GetImageSyncStatusOutput)
- func (c *VEFAAS) GetImageSyncStatusWithContext(ctx byteplus.Context, input *GetImageSyncStatusInput, opts ...request.Option) (*GetImageSyncStatusOutput, error)
- func (c *VEFAAS) GetKafkaTrigger(input *GetKafkaTriggerInput) (*GetKafkaTriggerOutput, error)
- func (c *VEFAAS) GetKafkaTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetKafkaTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetKafkaTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetKafkaTriggerRequest(input *GetKafkaTriggerInput) (req *request.Request, output *GetKafkaTriggerOutput)
- func (c *VEFAAS) GetKafkaTriggerWithContext(ctx byteplus.Context, input *GetKafkaTriggerInput, opts ...request.Option) (*GetKafkaTriggerOutput, error)
- func (c *VEFAAS) GetPublicSandboxImageGroups(input *GetPublicSandboxImageGroupsInput) (*GetPublicSandboxImageGroupsOutput, error)
- func (c *VEFAAS) GetPublicSandboxImageGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetPublicSandboxImageGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetPublicSandboxImageGroupsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetPublicSandboxImageGroupsRequest(input *GetPublicSandboxImageGroupsInput) (req *request.Request, output *GetPublicSandboxImageGroupsOutput)
- func (c *VEFAAS) GetPublicSandboxImageGroupsWithContext(ctx byteplus.Context, input *GetPublicSandboxImageGroupsInput, ...) (*GetPublicSandboxImageGroupsOutput, error)
- func (c *VEFAAS) GetReleaseStatus(input *GetReleaseStatusInput) (*GetReleaseStatusOutput, error)
- func (c *VEFAAS) GetReleaseStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetReleaseStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetReleaseStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetReleaseStatusRequest(input *GetReleaseStatusInput) (req *request.Request, output *GetReleaseStatusOutput)
- func (c *VEFAAS) GetReleaseStatusWithContext(ctx byteplus.Context, input *GetReleaseStatusInput, opts ...request.Option) (*GetReleaseStatusOutput, error)
- func (c *VEFAAS) GetRevision(input *GetRevisionInput) (*GetRevisionOutput, error)
- func (c *VEFAAS) GetRevisionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetRevisionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetRevisionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetRevisionRequest(input *GetRevisionInput) (req *request.Request, output *GetRevisionOutput)
- func (c *VEFAAS) GetRevisionWithContext(ctx byteplus.Context, input *GetRevisionInput, opts ...request.Option) (*GetRevisionOutput, error)
- func (c *VEFAAS) GetRocketMQTrigger(input *GetRocketMQTriggerInput) (*GetRocketMQTriggerOutput, error)
- func (c *VEFAAS) GetRocketMQTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetRocketMQTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetRocketMQTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetRocketMQTriggerRequest(input *GetRocketMQTriggerInput) (req *request.Request, output *GetRocketMQTriggerOutput)
- func (c *VEFAAS) GetRocketMQTriggerWithContext(ctx byteplus.Context, input *GetRocketMQTriggerInput, opts ...request.Option) (*GetRocketMQTriggerOutput, error)
- func (c *VEFAAS) GetSandboxImagePrecacheTicket(input *GetSandboxImagePrecacheTicketInput) (*GetSandboxImagePrecacheTicketOutput, error)
- func (c *VEFAAS) GetSandboxImagePrecacheTicketCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetSandboxImagePrecacheTicketCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetSandboxImagePrecacheTicketCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetSandboxImagePrecacheTicketRequest(input *GetSandboxImagePrecacheTicketInput) (req *request.Request, output *GetSandboxImagePrecacheTicketOutput)
- func (c *VEFAAS) GetSandboxImagePrecacheTicketWithContext(ctx byteplus.Context, input *GetSandboxImagePrecacheTicketInput, ...) (*GetSandboxImagePrecacheTicketOutput, error)
- func (c *VEFAAS) GetTimer(input *GetTimerInput) (*GetTimerOutput, error)
- func (c *VEFAAS) GetTimerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) GetTimerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) GetTimerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) GetTimerRequest(input *GetTimerInput) (req *request.Request, output *GetTimerOutput)
- func (c *VEFAAS) GetTimerWithContext(ctx byteplus.Context, input *GetTimerInput, opts ...request.Option) (*GetTimerOutput, error)
- func (c *VEFAAS) KillSandbox(input *KillSandboxInput) (*KillSandboxOutput, error)
- func (c *VEFAAS) KillSandboxCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) KillSandboxCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) KillSandboxCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) KillSandboxRequest(input *KillSandboxInput) (req *request.Request, output *KillSandboxOutput)
- func (c *VEFAAS) KillSandboxWithContext(ctx byteplus.Context, input *KillSandboxInput, opts ...request.Option) (*KillSandboxOutput, error)
- func (c *VEFAAS) ListAsyncTasks(input *ListAsyncTasksInput) (*ListAsyncTasksOutput, error)
- func (c *VEFAAS) ListAsyncTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) ListAsyncTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) ListAsyncTasksCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) ListAsyncTasksRequest(input *ListAsyncTasksInput) (req *request.Request, output *ListAsyncTasksOutput)
- func (c *VEFAAS) ListAsyncTasksWithContext(ctx byteplus.Context, input *ListAsyncTasksInput, opts ...request.Option) (*ListAsyncTasksOutput, error)
- func (c *VEFAAS) ListFunctionElasticScaleStrategy(input *ListFunctionElasticScaleStrategyInput) (*ListFunctionElasticScaleStrategyOutput, error)
- func (c *VEFAAS) ListFunctionElasticScaleStrategyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) ListFunctionElasticScaleStrategyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) ListFunctionElasticScaleStrategyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) ListFunctionElasticScaleStrategyRequest(input *ListFunctionElasticScaleStrategyInput) (req *request.Request, output *ListFunctionElasticScaleStrategyOutput)
- func (c *VEFAAS) ListFunctionElasticScaleStrategyWithContext(ctx byteplus.Context, input *ListFunctionElasticScaleStrategyInput, ...) (*ListFunctionElasticScaleStrategyOutput, error)
- func (c *VEFAAS) ListFunctionInstances(input *ListFunctionInstancesInput) (*ListFunctionInstancesOutput, error)
- func (c *VEFAAS) ListFunctionInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) ListFunctionInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) ListFunctionInstancesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) ListFunctionInstancesRequest(input *ListFunctionInstancesInput) (req *request.Request, output *ListFunctionInstancesOutput)
- func (c *VEFAAS) ListFunctionInstancesWithContext(ctx byteplus.Context, input *ListFunctionInstancesInput, ...) (*ListFunctionInstancesOutput, error)
- func (c *VEFAAS) ListFunctions(input *ListFunctionsInput) (*ListFunctionsOutput, error)
- func (c *VEFAAS) ListFunctionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) ListFunctionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) ListFunctionsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) ListFunctionsRequest(input *ListFunctionsInput) (req *request.Request, output *ListFunctionsOutput)
- func (c *VEFAAS) ListFunctionsWithContext(ctx byteplus.Context, input *ListFunctionsInput, opts ...request.Option) (*ListFunctionsOutput, error)
- func (c *VEFAAS) ListReleaseRecords(input *ListReleaseRecordsInput) (*ListReleaseRecordsOutput, error)
- func (c *VEFAAS) ListReleaseRecordsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) ListReleaseRecordsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) ListReleaseRecordsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) ListReleaseRecordsRequest(input *ListReleaseRecordsInput) (req *request.Request, output *ListReleaseRecordsOutput)
- func (c *VEFAAS) ListReleaseRecordsWithContext(ctx byteplus.Context, input *ListReleaseRecordsInput, opts ...request.Option) (*ListReleaseRecordsOutput, error)
- func (c *VEFAAS) ListRevisions(input *ListRevisionsInput) (*ListRevisionsOutput, error)
- func (c *VEFAAS) ListRevisionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) ListRevisionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) ListRevisionsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) ListRevisionsRequest(input *ListRevisionsInput) (req *request.Request, output *ListRevisionsOutput)
- func (c *VEFAAS) ListRevisionsWithContext(ctx byteplus.Context, input *ListRevisionsInput, opts ...request.Option) (*ListRevisionsOutput, error)
- func (c *VEFAAS) ListSandboxImages(input *ListSandboxImagesInput) (*ListSandboxImagesOutput, error)
- func (c *VEFAAS) ListSandboxImagesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) ListSandboxImagesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) ListSandboxImagesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) ListSandboxImagesRequest(input *ListSandboxImagesInput) (req *request.Request, output *ListSandboxImagesOutput)
- func (c *VEFAAS) ListSandboxImagesWithContext(ctx byteplus.Context, input *ListSandboxImagesInput, opts ...request.Option) (*ListSandboxImagesOutput, error)
- func (c *VEFAAS) ListSandboxes(input *ListSandboxesInput) (*ListSandboxesOutput, error)
- func (c *VEFAAS) ListSandboxesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) ListSandboxesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) ListSandboxesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) ListSandboxesRequest(input *ListSandboxesInput) (req *request.Request, output *ListSandboxesOutput)
- func (c *VEFAAS) ListSandboxesWithContext(ctx byteplus.Context, input *ListSandboxesInput, opts ...request.Option) (*ListSandboxesOutput, error)
- func (c *VEFAAS) ListTriggers(input *ListTriggersInput) (*ListTriggersOutput, error)
- func (c *VEFAAS) ListTriggersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) ListTriggersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) ListTriggersCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) ListTriggersRequest(input *ListTriggersInput) (req *request.Request, output *ListTriggersOutput)
- func (c *VEFAAS) ListTriggersWithContext(ctx byteplus.Context, input *ListTriggersInput, opts ...request.Option) (*ListTriggersOutput, error)
- func (c *VEFAAS) PrecacheSandboxImages(input *PrecacheSandboxImagesInput) (*PrecacheSandboxImagesOutput, error)
- func (c *VEFAAS) PrecacheSandboxImagesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) PrecacheSandboxImagesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) PrecacheSandboxImagesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) PrecacheSandboxImagesRequest(input *PrecacheSandboxImagesInput) (req *request.Request, output *PrecacheSandboxImagesOutput)
- func (c *VEFAAS) PrecacheSandboxImagesWithContext(ctx byteplus.Context, input *PrecacheSandboxImagesInput, ...) (*PrecacheSandboxImagesOutput, error)
- func (c *VEFAAS) Release(input *ReleaseInput) (*ReleaseOutput, error)
- func (c *VEFAAS) ReleaseCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) ReleaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) ReleaseCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) ReleaseRequest(input *ReleaseInput) (req *request.Request, output *ReleaseOutput)
- func (c *VEFAAS) ReleaseWithContext(ctx byteplus.Context, input *ReleaseInput, opts ...request.Option) (*ReleaseOutput, error)
- func (c *VEFAAS) RunCode(input *RunCodeInput) (*RunCodeOutput, error)
- func (c *VEFAAS) RunCodeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) RunCodeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) RunCodeCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) RunCodeRequest(input *RunCodeInput) (req *request.Request, output *RunCodeOutput)
- func (c *VEFAAS) RunCodeWithContext(ctx byteplus.Context, input *RunCodeInput, opts ...request.Option) (*RunCodeOutput, error)
- func (c *VEFAAS) SetSandboxTimeout(input *SetSandboxTimeoutInput) (*SetSandboxTimeoutOutput, error)
- func (c *VEFAAS) SetSandboxTimeoutCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) SetSandboxTimeoutCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) SetSandboxTimeoutCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) SetSandboxTimeoutRequest(input *SetSandboxTimeoutInput) (req *request.Request, output *SetSandboxTimeoutOutput)
- func (c *VEFAAS) SetSandboxTimeoutWithContext(ctx byteplus.Context, input *SetSandboxTimeoutInput, opts ...request.Option) (*SetSandboxTimeoutOutput, error)
- func (c *VEFAAS) TerminateAsyncTask(input *TerminateAsyncTaskInput) (*TerminateAsyncTaskOutput, error)
- func (c *VEFAAS) TerminateAsyncTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) TerminateAsyncTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) TerminateAsyncTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) TerminateAsyncTaskRequest(input *TerminateAsyncTaskInput) (req *request.Request, output *TerminateAsyncTaskOutput)
- func (c *VEFAAS) TerminateAsyncTaskWithContext(ctx byteplus.Context, input *TerminateAsyncTaskInput, opts ...request.Option) (*TerminateAsyncTaskOutput, error)
- func (c *VEFAAS) TerminateDependencyInstallTask(input *TerminateDependencyInstallTaskInput) (*TerminateDependencyInstallTaskOutput, error)
- func (c *VEFAAS) TerminateDependencyInstallTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) TerminateDependencyInstallTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) TerminateDependencyInstallTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) TerminateDependencyInstallTaskRequest(input *TerminateDependencyInstallTaskInput) (req *request.Request, output *TerminateDependencyInstallTaskOutput)
- func (c *VEFAAS) TerminateDependencyInstallTaskWithContext(ctx byteplus.Context, input *TerminateDependencyInstallTaskInput, ...) (*TerminateDependencyInstallTaskOutput, error)
- func (c *VEFAAS) TransitionSandbox(input *TransitionSandboxInput) (*TransitionSandboxOutput, error)
- func (c *VEFAAS) TransitionSandboxCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) TransitionSandboxCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) TransitionSandboxCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) TransitionSandboxRequest(input *TransitionSandboxInput) (req *request.Request, output *TransitionSandboxOutput)
- func (c *VEFAAS) TransitionSandboxWithContext(ctx byteplus.Context, input *TransitionSandboxInput, opts ...request.Option) (*TransitionSandboxOutput, error)
- func (c *VEFAAS) UpdateFunction(input *UpdateFunctionInput) (*UpdateFunctionOutput, error)
- func (c *VEFAAS) UpdateFunctionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateFunctionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) UpdateFunctionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRules(input *UpdateFunctionMetricScaleStrategyRulesInput) (*UpdateFunctionMetricScaleStrategyRulesOutput, error)
- func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRulesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRulesRequest(input *UpdateFunctionMetricScaleStrategyRulesInput) (req *request.Request, output *UpdateFunctionMetricScaleStrategyRulesOutput)
- func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRulesWithContext(ctx byteplus.Context, input *UpdateFunctionMetricScaleStrategyRulesInput, ...) (*UpdateFunctionMetricScaleStrategyRulesOutput, error)
- func (c *VEFAAS) UpdateFunctionRequest(input *UpdateFunctionInput) (req *request.Request, output *UpdateFunctionOutput)
- func (c *VEFAAS) UpdateFunctionResource(input *UpdateFunctionResourceInput) (*UpdateFunctionResourceOutput, error)
- func (c *VEFAAS) UpdateFunctionResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateFunctionResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) UpdateFunctionResourceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateFunctionResourceRequest(input *UpdateFunctionResourceInput) (req *request.Request, output *UpdateFunctionResourceOutput)
- func (c *VEFAAS) UpdateFunctionResourceWithContext(ctx byteplus.Context, input *UpdateFunctionResourceInput, ...) (*UpdateFunctionResourceOutput, error)
- func (c *VEFAAS) UpdateFunctionWithContext(ctx byteplus.Context, input *UpdateFunctionInput, opts ...request.Option) (*UpdateFunctionOutput, error)
- func (c *VEFAAS) UpdateKafkaTrigger(input *UpdateKafkaTriggerInput) (*UpdateKafkaTriggerOutput, error)
- func (c *VEFAAS) UpdateKafkaTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateKafkaTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) UpdateKafkaTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateKafkaTriggerRequest(input *UpdateKafkaTriggerInput) (req *request.Request, output *UpdateKafkaTriggerOutput)
- func (c *VEFAAS) UpdateKafkaTriggerWithContext(ctx byteplus.Context, input *UpdateKafkaTriggerInput, opts ...request.Option) (*UpdateKafkaTriggerOutput, error)
- func (c *VEFAAS) UpdateRelease(input *UpdateReleaseInput) (*UpdateReleaseOutput, error)
- func (c *VEFAAS) UpdateReleaseCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateReleaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) UpdateReleaseCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateReleaseRequest(input *UpdateReleaseInput) (req *request.Request, output *UpdateReleaseOutput)
- func (c *VEFAAS) UpdateReleaseWithContext(ctx byteplus.Context, input *UpdateReleaseInput, opts ...request.Option) (*UpdateReleaseOutput, error)
- func (c *VEFAAS) UpdateTimer(input *UpdateTimerInput) (*UpdateTimerOutput, error)
- func (c *VEFAAS) UpdateTimerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateTimerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEFAAS) UpdateTimerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEFAAS) UpdateTimerRequest(input *UpdateTimerInput) (req *request.Request, output *UpdateTimerOutput)
- func (c *VEFAAS) UpdateTimerWithContext(ctx byteplus.Context, input *UpdateTimerInput, opts ...request.Option) (*UpdateTimerOutput, error)
- type VEFAASAPI
- type VpcConfigForCreateFunctionInput
- func (s VpcConfigForCreateFunctionInput) GoString() string
- func (s *VpcConfigForCreateFunctionInput) SetEnableSharedInternetAccess(v bool) *VpcConfigForCreateFunctionInput
- func (s *VpcConfigForCreateFunctionInput) SetEnableVpc(v bool) *VpcConfigForCreateFunctionInput
- func (s *VpcConfigForCreateFunctionInput) SetSecurityGroupIds(v []*string) *VpcConfigForCreateFunctionInput
- func (s *VpcConfigForCreateFunctionInput) SetSubnetIds(v []*string) *VpcConfigForCreateFunctionInput
- func (s *VpcConfigForCreateFunctionInput) SetVpcId(v string) *VpcConfigForCreateFunctionInput
- func (s VpcConfigForCreateFunctionInput) String() string
- type VpcConfigForCreateFunctionOutput
- func (s VpcConfigForCreateFunctionOutput) GoString() string
- func (s *VpcConfigForCreateFunctionOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForCreateFunctionOutput
- func (s *VpcConfigForCreateFunctionOutput) SetEnableVpc(v bool) *VpcConfigForCreateFunctionOutput
- func (s *VpcConfigForCreateFunctionOutput) SetSecurityGroupIds(v []*string) *VpcConfigForCreateFunctionOutput
- func (s *VpcConfigForCreateFunctionOutput) SetSubnetIds(v []*string) *VpcConfigForCreateFunctionOutput
- func (s *VpcConfigForCreateFunctionOutput) SetVpcId(v string) *VpcConfigForCreateFunctionOutput
- func (s VpcConfigForCreateFunctionOutput) String() string
- type VpcConfigForGetFunctionOutput
- func (s VpcConfigForGetFunctionOutput) GoString() string
- func (s *VpcConfigForGetFunctionOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForGetFunctionOutput
- func (s *VpcConfigForGetFunctionOutput) SetEnableVpc(v bool) *VpcConfigForGetFunctionOutput
- func (s *VpcConfigForGetFunctionOutput) SetSecurityGroupIds(v []*string) *VpcConfigForGetFunctionOutput
- func (s *VpcConfigForGetFunctionOutput) SetSubnetIds(v []*string) *VpcConfigForGetFunctionOutput
- func (s *VpcConfigForGetFunctionOutput) SetVpcId(v string) *VpcConfigForGetFunctionOutput
- func (s VpcConfigForGetFunctionOutput) String() string
- type VpcConfigForGetRevisionOutput
- func (s VpcConfigForGetRevisionOutput) GoString() string
- func (s *VpcConfigForGetRevisionOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForGetRevisionOutput
- func (s *VpcConfigForGetRevisionOutput) SetEnableVpc(v bool) *VpcConfigForGetRevisionOutput
- func (s *VpcConfigForGetRevisionOutput) SetSecurityGroupIds(v []*string) *VpcConfigForGetRevisionOutput
- func (s *VpcConfigForGetRevisionOutput) SetSubnetIds(v []*string) *VpcConfigForGetRevisionOutput
- func (s *VpcConfigForGetRevisionOutput) SetVpcId(v string) *VpcConfigForGetRevisionOutput
- func (s VpcConfigForGetRevisionOutput) String() string
- type VpcConfigForListFunctionsOutput
- func (s VpcConfigForListFunctionsOutput) GoString() string
- func (s *VpcConfigForListFunctionsOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForListFunctionsOutput
- func (s *VpcConfigForListFunctionsOutput) SetEnableVpc(v bool) *VpcConfigForListFunctionsOutput
- func (s *VpcConfigForListFunctionsOutput) SetSecurityGroupIds(v []*string) *VpcConfigForListFunctionsOutput
- func (s *VpcConfigForListFunctionsOutput) SetSubnetIds(v []*string) *VpcConfigForListFunctionsOutput
- func (s *VpcConfigForListFunctionsOutput) SetVpcId(v string) *VpcConfigForListFunctionsOutput
- func (s VpcConfigForListFunctionsOutput) String() string
- type VpcConfigForListRevisionsOutput
- func (s VpcConfigForListRevisionsOutput) GoString() string
- func (s *VpcConfigForListRevisionsOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForListRevisionsOutput
- func (s *VpcConfigForListRevisionsOutput) SetEnableVpc(v bool) *VpcConfigForListRevisionsOutput
- func (s *VpcConfigForListRevisionsOutput) SetSecurityGroupIds(v []*string) *VpcConfigForListRevisionsOutput
- func (s *VpcConfigForListRevisionsOutput) SetSubnetIds(v []*string) *VpcConfigForListRevisionsOutput
- func (s *VpcConfigForListRevisionsOutput) SetVpcId(v string) *VpcConfigForListRevisionsOutput
- func (s VpcConfigForListRevisionsOutput) String() string
- type VpcConfigForUpdateFunctionInput
- func (s VpcConfigForUpdateFunctionInput) GoString() string
- func (s *VpcConfigForUpdateFunctionInput) SetEnableSharedInternetAccess(v bool) *VpcConfigForUpdateFunctionInput
- func (s *VpcConfigForUpdateFunctionInput) SetEnableVpc(v bool) *VpcConfigForUpdateFunctionInput
- func (s *VpcConfigForUpdateFunctionInput) SetSecurityGroupIds(v []*string) *VpcConfigForUpdateFunctionInput
- func (s *VpcConfigForUpdateFunctionInput) SetSubnetIds(v []*string) *VpcConfigForUpdateFunctionInput
- func (s *VpcConfigForUpdateFunctionInput) SetVpcId(v string) *VpcConfigForUpdateFunctionInput
- func (s VpcConfigForUpdateFunctionInput) String() string
- type VpcConfigForUpdateFunctionOutput
- func (s VpcConfigForUpdateFunctionOutput) GoString() string
- func (s *VpcConfigForUpdateFunctionOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForUpdateFunctionOutput
- func (s *VpcConfigForUpdateFunctionOutput) SetEnableVpc(v bool) *VpcConfigForUpdateFunctionOutput
- func (s *VpcConfigForUpdateFunctionOutput) SetSecurityGroupIds(v []*string) *VpcConfigForUpdateFunctionOutput
- func (s *VpcConfigForUpdateFunctionOutput) SetSubnetIds(v []*string) *VpcConfigForUpdateFunctionOutput
- func (s *VpcConfigForUpdateFunctionOutput) SetVpcId(v string) *VpcConfigForUpdateFunctionOutput
- func (s VpcConfigForUpdateFunctionOutput) String() string
Constants ¶
const ( ServiceName = "vefaas" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "vefaas" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbortReleaseInput ¶
type AbortReleaseInput struct {
Async *bool `type:"boolean" json:",omitempty"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (AbortReleaseInput) GoString ¶
func (s AbortReleaseInput) GoString() string
GoString returns the string representation
func (*AbortReleaseInput) SetAsync ¶
func (s *AbortReleaseInput) SetAsync(v bool) *AbortReleaseInput
SetAsync sets the Async field's value.
func (*AbortReleaseInput) SetFunctionId ¶
func (s *AbortReleaseInput) SetFunctionId(v string) *AbortReleaseInput
SetFunctionId sets the FunctionId field's value.
func (AbortReleaseInput) String ¶
func (s AbortReleaseInput) String() string
String returns the string representation
func (*AbortReleaseInput) Validate ¶
func (s *AbortReleaseInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AbortReleaseOutput ¶
type AbortReleaseOutput struct {
Metadata *response.ResponseMetadata
CurrentTrafficWeight *int32 `type:"int32" json:",omitempty"`
ErrorCode *string `type:"string" json:",omitempty"`
FailedInstanceLogs *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
NewRevisionNumber *int32 `type:"int32" json:",omitempty"`
OldRevisionNumber *int32 `type:"int32" json:",omitempty"`
ReleaseRecordId *string `type:"string" json:",omitempty"`
StableRevisionNumber *int32 `type:"int32" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
StatusMessage *string `type:"string" json:",omitempty"`
TargetTrafficWeight *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (AbortReleaseOutput) GoString ¶
func (s AbortReleaseOutput) GoString() string
GoString returns the string representation
func (*AbortReleaseOutput) SetCurrentTrafficWeight ¶
func (s *AbortReleaseOutput) SetCurrentTrafficWeight(v int32) *AbortReleaseOutput
SetCurrentTrafficWeight sets the CurrentTrafficWeight field's value.
func (*AbortReleaseOutput) SetErrorCode ¶
func (s *AbortReleaseOutput) SetErrorCode(v string) *AbortReleaseOutput
SetErrorCode sets the ErrorCode field's value.
func (*AbortReleaseOutput) SetFailedInstanceLogs ¶
func (s *AbortReleaseOutput) SetFailedInstanceLogs(v string) *AbortReleaseOutput
SetFailedInstanceLogs sets the FailedInstanceLogs field's value.
func (*AbortReleaseOutput) SetFunctionId ¶
func (s *AbortReleaseOutput) SetFunctionId(v string) *AbortReleaseOutput
SetFunctionId sets the FunctionId field's value.
func (*AbortReleaseOutput) SetNewRevisionNumber ¶
func (s *AbortReleaseOutput) SetNewRevisionNumber(v int32) *AbortReleaseOutput
SetNewRevisionNumber sets the NewRevisionNumber field's value.
func (*AbortReleaseOutput) SetOldRevisionNumber ¶
func (s *AbortReleaseOutput) SetOldRevisionNumber(v int32) *AbortReleaseOutput
SetOldRevisionNumber sets the OldRevisionNumber field's value.
func (*AbortReleaseOutput) SetReleaseRecordId ¶
func (s *AbortReleaseOutput) SetReleaseRecordId(v string) *AbortReleaseOutput
SetReleaseRecordId sets the ReleaseRecordId field's value.
func (*AbortReleaseOutput) SetStableRevisionNumber ¶
func (s *AbortReleaseOutput) SetStableRevisionNumber(v int32) *AbortReleaseOutput
SetStableRevisionNumber sets the StableRevisionNumber field's value.
func (*AbortReleaseOutput) SetStartTime ¶
func (s *AbortReleaseOutput) SetStartTime(v string) *AbortReleaseOutput
SetStartTime sets the StartTime field's value.
func (*AbortReleaseOutput) SetStatus ¶
func (s *AbortReleaseOutput) SetStatus(v string) *AbortReleaseOutput
SetStatus sets the Status field's value.
func (*AbortReleaseOutput) SetStatusMessage ¶
func (s *AbortReleaseOutput) SetStatusMessage(v string) *AbortReleaseOutput
SetStatusMessage sets the StatusMessage field's value.
func (*AbortReleaseOutput) SetTargetTrafficWeight ¶
func (s *AbortReleaseOutput) SetTargetTrafficWeight(v int32) *AbortReleaseOutput
SetTargetTrafficWeight sets the TargetTrafficWeight field's value.
func (AbortReleaseOutput) String ¶
func (s AbortReleaseOutput) String() string
String returns the string representation
type AccountResourceForGetFunctionResourceOutput ¶
type AccountResourceForGetFunctionResourceOutput struct {
Aailable *int64 `type:"int64" json:",omitempty"`
AccountId *string `type:"string" json:",omitempty"`
Allocated *int64 `type:"int64" json:",omitempty"`
GpuMemoryAailable *int64 `type:"int64" json:",omitempty"`
GpuMemoryAllocated *int64 `type:"int64" json:",omitempty"`
GpuMemoryTotal *int64 `type:"int64" json:",omitempty"`
Total *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (AccountResourceForGetFunctionResourceOutput) GoString ¶
func (s AccountResourceForGetFunctionResourceOutput) GoString() string
GoString returns the string representation
func (*AccountResourceForGetFunctionResourceOutput) SetAailable ¶
func (s *AccountResourceForGetFunctionResourceOutput) SetAailable(v int64) *AccountResourceForGetFunctionResourceOutput
SetAailable sets the Aailable field's value.
func (*AccountResourceForGetFunctionResourceOutput) SetAccountId ¶
func (s *AccountResourceForGetFunctionResourceOutput) SetAccountId(v string) *AccountResourceForGetFunctionResourceOutput
SetAccountId sets the AccountId field's value.
func (*AccountResourceForGetFunctionResourceOutput) SetAllocated ¶
func (s *AccountResourceForGetFunctionResourceOutput) SetAllocated(v int64) *AccountResourceForGetFunctionResourceOutput
SetAllocated sets the Allocated field's value.
func (*AccountResourceForGetFunctionResourceOutput) SetGpuMemoryAailable ¶
func (s *AccountResourceForGetFunctionResourceOutput) SetGpuMemoryAailable(v int64) *AccountResourceForGetFunctionResourceOutput
SetGpuMemoryAailable sets the GpuMemoryAailable field's value.
func (*AccountResourceForGetFunctionResourceOutput) SetGpuMemoryAllocated ¶
func (s *AccountResourceForGetFunctionResourceOutput) SetGpuMemoryAllocated(v int64) *AccountResourceForGetFunctionResourceOutput
SetGpuMemoryAllocated sets the GpuMemoryAllocated field's value.
func (*AccountResourceForGetFunctionResourceOutput) SetGpuMemoryTotal ¶
func (s *AccountResourceForGetFunctionResourceOutput) SetGpuMemoryTotal(v int64) *AccountResourceForGetFunctionResourceOutput
SetGpuMemoryTotal sets the GpuMemoryTotal field's value.
func (*AccountResourceForGetFunctionResourceOutput) SetTotal ¶
func (s *AccountResourceForGetFunctionResourceOutput) SetTotal(v int64) *AccountResourceForGetFunctionResourceOutput
SetTotal sets the Total field's value.
func (AccountResourceForGetFunctionResourceOutput) String ¶
func (s AccountResourceForGetFunctionResourceOutput) String() string
String returns the string representation
type CreateDependencyInstallTaskInput ¶
type CreateDependencyInstallTaskInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateDependencyInstallTaskInput) GoString ¶
func (s CreateDependencyInstallTaskInput) GoString() string
GoString returns the string representation
func (*CreateDependencyInstallTaskInput) SetFunctionId ¶
func (s *CreateDependencyInstallTaskInput) SetFunctionId(v string) *CreateDependencyInstallTaskInput
SetFunctionId sets the FunctionId field's value.
func (CreateDependencyInstallTaskInput) String ¶
func (s CreateDependencyInstallTaskInput) String() string
String returns the string representation
func (*CreateDependencyInstallTaskInput) Validate ¶
func (s *CreateDependencyInstallTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDependencyInstallTaskOutput ¶
type CreateDependencyInstallTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CreateDependencyInstallTaskOutput) GoString ¶
func (s CreateDependencyInstallTaskOutput) GoString() string
GoString returns the string representation
func (CreateDependencyInstallTaskOutput) String ¶
func (s CreateDependencyInstallTaskOutput) String() string
String returns the string representation
type CreateFunctionInput ¶
type CreateFunctionInput struct {
Cell *string `type:"string" json:",omitempty"`
Command *string `type:"string" json:",omitempty"`
CpuMilli *int32 `type:"int32" json:",omitempty"`
CpuStrategy *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Envs []*EnvForCreateFunctionInput `type:"list" json:",omitempty"`
ExclusiveMode *bool `type:"boolean" json:",omitempty"`
InitializerSec *int32 `type:"int32" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
MaxConcurrency *int32 `type:"int32" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
NasStorage *NasStorageForCreateFunctionInput `type:"structure" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
RequestTimeout *int32 `type:"int32" json:",omitempty"`
Role *string `type:"string" json:",omitempty"`
// Runtime is a required field
Runtime *string `type:"string" json:",omitempty" required:"true"`
Source *string `type:"string" json:",omitempty"`
SourceAccessConfig *SourceAccessConfigForCreateFunctionInput `type:"structure" json:",omitempty"`
SourceType *string `type:"string" json:",omitempty"`
Tags []*TagForCreateFunctionInput `type:"list" json:",omitempty"`
TlsConfig *TlsConfigForCreateFunctionInput `type:"structure" json:",omitempty"`
TosMountConfig *TosMountConfigForCreateFunctionInput `type:"structure" json:",omitempty"`
VpcConfig *VpcConfigForCreateFunctionInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateFunctionInput) GoString ¶
func (s CreateFunctionInput) GoString() string
GoString returns the string representation
func (*CreateFunctionInput) SetCell ¶
func (s *CreateFunctionInput) SetCell(v string) *CreateFunctionInput
SetCell sets the Cell field's value.
func (*CreateFunctionInput) SetCommand ¶
func (s *CreateFunctionInput) SetCommand(v string) *CreateFunctionInput
SetCommand sets the Command field's value.
func (*CreateFunctionInput) SetCpuMilli ¶
func (s *CreateFunctionInput) SetCpuMilli(v int32) *CreateFunctionInput
SetCpuMilli sets the CpuMilli field's value.
func (*CreateFunctionInput) SetCpuStrategy ¶
func (s *CreateFunctionInput) SetCpuStrategy(v string) *CreateFunctionInput
SetCpuStrategy sets the CpuStrategy field's value.
func (*CreateFunctionInput) SetDescription ¶
func (s *CreateFunctionInput) SetDescription(v string) *CreateFunctionInput
SetDescription sets the Description field's value.
func (*CreateFunctionInput) SetEnvs ¶
func (s *CreateFunctionInput) SetEnvs(v []*EnvForCreateFunctionInput) *CreateFunctionInput
SetEnvs sets the Envs field's value.
func (*CreateFunctionInput) SetExclusiveMode ¶
func (s *CreateFunctionInput) SetExclusiveMode(v bool) *CreateFunctionInput
SetExclusiveMode sets the ExclusiveMode field's value.
func (*CreateFunctionInput) SetInitializerSec ¶
func (s *CreateFunctionInput) SetInitializerSec(v int32) *CreateFunctionInput
SetInitializerSec sets the InitializerSec field's value.
func (*CreateFunctionInput) SetInstanceType ¶
func (s *CreateFunctionInput) SetInstanceType(v string) *CreateFunctionInput
SetInstanceType sets the InstanceType field's value.
func (*CreateFunctionInput) SetMaxConcurrency ¶
func (s *CreateFunctionInput) SetMaxConcurrency(v int32) *CreateFunctionInput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*CreateFunctionInput) SetMemoryMB ¶
func (s *CreateFunctionInput) SetMemoryMB(v int32) *CreateFunctionInput
SetMemoryMB sets the MemoryMB field's value.
func (*CreateFunctionInput) SetName ¶
func (s *CreateFunctionInput) SetName(v string) *CreateFunctionInput
SetName sets the Name field's value.
func (*CreateFunctionInput) SetNasStorage ¶
func (s *CreateFunctionInput) SetNasStorage(v *NasStorageForCreateFunctionInput) *CreateFunctionInput
SetNasStorage sets the NasStorage field's value.
func (*CreateFunctionInput) SetProjectName ¶
func (s *CreateFunctionInput) SetProjectName(v string) *CreateFunctionInput
SetProjectName sets the ProjectName field's value.
func (*CreateFunctionInput) SetRequestTimeout ¶
func (s *CreateFunctionInput) SetRequestTimeout(v int32) *CreateFunctionInput
SetRequestTimeout sets the RequestTimeout field's value.
func (*CreateFunctionInput) SetRole ¶
func (s *CreateFunctionInput) SetRole(v string) *CreateFunctionInput
SetRole sets the Role field's value.
func (*CreateFunctionInput) SetRuntime ¶
func (s *CreateFunctionInput) SetRuntime(v string) *CreateFunctionInput
SetRuntime sets the Runtime field's value.
func (*CreateFunctionInput) SetSource ¶
func (s *CreateFunctionInput) SetSource(v string) *CreateFunctionInput
SetSource sets the Source field's value.
func (*CreateFunctionInput) SetSourceAccessConfig ¶
func (s *CreateFunctionInput) SetSourceAccessConfig(v *SourceAccessConfigForCreateFunctionInput) *CreateFunctionInput
SetSourceAccessConfig sets the SourceAccessConfig field's value.
func (*CreateFunctionInput) SetSourceType ¶
func (s *CreateFunctionInput) SetSourceType(v string) *CreateFunctionInput
SetSourceType sets the SourceType field's value.
func (*CreateFunctionInput) SetTags ¶
func (s *CreateFunctionInput) SetTags(v []*TagForCreateFunctionInput) *CreateFunctionInput
SetTags sets the Tags field's value.
func (*CreateFunctionInput) SetTlsConfig ¶
func (s *CreateFunctionInput) SetTlsConfig(v *TlsConfigForCreateFunctionInput) *CreateFunctionInput
SetTlsConfig sets the TlsConfig field's value.
func (*CreateFunctionInput) SetTosMountConfig ¶
func (s *CreateFunctionInput) SetTosMountConfig(v *TosMountConfigForCreateFunctionInput) *CreateFunctionInput
SetTosMountConfig sets the TosMountConfig field's value.
func (*CreateFunctionInput) SetVpcConfig ¶
func (s *CreateFunctionInput) SetVpcConfig(v *VpcConfigForCreateFunctionInput) *CreateFunctionInput
SetVpcConfig sets the VpcConfig field's value.
func (CreateFunctionInput) String ¶
func (s CreateFunctionInput) String() string
String returns the string representation
func (*CreateFunctionInput) Validate ¶
func (s *CreateFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFunctionOutput ¶
type CreateFunctionOutput struct {
Metadata *response.ResponseMetadata
Cell *string `type:"string" json:",omitempty"`
CodeSize *int32 `type:"int32" json:",omitempty"`
CodeSizeLimit *int32 `type:"int32" json:",omitempty"`
Command *string `type:"string" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Envs []*EnvForCreateFunctionOutput `type:"list" json:",omitempty"`
ExclusiveMode *bool `type:"boolean" json:",omitempty"`
FunctionType *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
InitializerSec *int32 `type:"int32" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
MaxConcurrency *int32 `type:"int32" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
NasStorage *NasStorageForCreateFunctionOutput `type:"structure" json:",omitempty"`
Owner *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
RequestTimeout *int32 `type:"int32" json:",omitempty"`
Role *string `type:"string" json:",omitempty"`
Runtime *string `type:"string" json:",omitempty"`
SourceLocation *string `type:"string" json:",omitempty"`
SourceType *string `type:"string" json:",omitempty"`
Tags []*TagForCreateFunctionOutput `type:"list" json:",omitempty"`
TlsConfig *TlsConfigForCreateFunctionOutput `type:"structure" json:",omitempty"`
TosMountConfig *TosMountConfigForCreateFunctionOutput `type:"structure" json:",omitempty"`
TriggersCount *int32 `type:"int32" json:",omitempty"`
VpcConfig *VpcConfigForCreateFunctionOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateFunctionOutput) GoString ¶
func (s CreateFunctionOutput) GoString() string
GoString returns the string representation
func (*CreateFunctionOutput) SetCell ¶
func (s *CreateFunctionOutput) SetCell(v string) *CreateFunctionOutput
SetCell sets the Cell field's value.
func (*CreateFunctionOutput) SetCodeSize ¶
func (s *CreateFunctionOutput) SetCodeSize(v int32) *CreateFunctionOutput
SetCodeSize sets the CodeSize field's value.
func (*CreateFunctionOutput) SetCodeSizeLimit ¶
func (s *CreateFunctionOutput) SetCodeSizeLimit(v int32) *CreateFunctionOutput
SetCodeSizeLimit sets the CodeSizeLimit field's value.
func (*CreateFunctionOutput) SetCommand ¶
func (s *CreateFunctionOutput) SetCommand(v string) *CreateFunctionOutput
SetCommand sets the Command field's value.
func (*CreateFunctionOutput) SetCreationTime ¶
func (s *CreateFunctionOutput) SetCreationTime(v string) *CreateFunctionOutput
SetCreationTime sets the CreationTime field's value.
func (*CreateFunctionOutput) SetDescription ¶
func (s *CreateFunctionOutput) SetDescription(v string) *CreateFunctionOutput
SetDescription sets the Description field's value.
func (*CreateFunctionOutput) SetEnvs ¶
func (s *CreateFunctionOutput) SetEnvs(v []*EnvForCreateFunctionOutput) *CreateFunctionOutput
SetEnvs sets the Envs field's value.
func (*CreateFunctionOutput) SetExclusiveMode ¶
func (s *CreateFunctionOutput) SetExclusiveMode(v bool) *CreateFunctionOutput
SetExclusiveMode sets the ExclusiveMode field's value.
func (*CreateFunctionOutput) SetFunctionType ¶
func (s *CreateFunctionOutput) SetFunctionType(v string) *CreateFunctionOutput
SetFunctionType sets the FunctionType field's value.
func (*CreateFunctionOutput) SetId ¶
func (s *CreateFunctionOutput) SetId(v string) *CreateFunctionOutput
SetId sets the Id field's value.
func (*CreateFunctionOutput) SetInitializerSec ¶
func (s *CreateFunctionOutput) SetInitializerSec(v int32) *CreateFunctionOutput
SetInitializerSec sets the InitializerSec field's value.
func (*CreateFunctionOutput) SetInstanceType ¶
func (s *CreateFunctionOutput) SetInstanceType(v string) *CreateFunctionOutput
SetInstanceType sets the InstanceType field's value.
func (*CreateFunctionOutput) SetLastUpdateTime ¶
func (s *CreateFunctionOutput) SetLastUpdateTime(v string) *CreateFunctionOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*CreateFunctionOutput) SetMaxConcurrency ¶
func (s *CreateFunctionOutput) SetMaxConcurrency(v int32) *CreateFunctionOutput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*CreateFunctionOutput) SetMemoryMB ¶
func (s *CreateFunctionOutput) SetMemoryMB(v int32) *CreateFunctionOutput
SetMemoryMB sets the MemoryMB field's value.
func (*CreateFunctionOutput) SetName ¶
func (s *CreateFunctionOutput) SetName(v string) *CreateFunctionOutput
SetName sets the Name field's value.
func (*CreateFunctionOutput) SetNasStorage ¶
func (s *CreateFunctionOutput) SetNasStorage(v *NasStorageForCreateFunctionOutput) *CreateFunctionOutput
SetNasStorage sets the NasStorage field's value.
func (*CreateFunctionOutput) SetOwner ¶
func (s *CreateFunctionOutput) SetOwner(v string) *CreateFunctionOutput
SetOwner sets the Owner field's value.
func (*CreateFunctionOutput) SetProjectName ¶
func (s *CreateFunctionOutput) SetProjectName(v string) *CreateFunctionOutput
SetProjectName sets the ProjectName field's value.
func (*CreateFunctionOutput) SetRequestTimeout ¶
func (s *CreateFunctionOutput) SetRequestTimeout(v int32) *CreateFunctionOutput
SetRequestTimeout sets the RequestTimeout field's value.
func (*CreateFunctionOutput) SetRole ¶
func (s *CreateFunctionOutput) SetRole(v string) *CreateFunctionOutput
SetRole sets the Role field's value.
func (*CreateFunctionOutput) SetRuntime ¶
func (s *CreateFunctionOutput) SetRuntime(v string) *CreateFunctionOutput
SetRuntime sets the Runtime field's value.
func (*CreateFunctionOutput) SetSourceLocation ¶
func (s *CreateFunctionOutput) SetSourceLocation(v string) *CreateFunctionOutput
SetSourceLocation sets the SourceLocation field's value.
func (*CreateFunctionOutput) SetSourceType ¶
func (s *CreateFunctionOutput) SetSourceType(v string) *CreateFunctionOutput
SetSourceType sets the SourceType field's value.
func (*CreateFunctionOutput) SetTags ¶
func (s *CreateFunctionOutput) SetTags(v []*TagForCreateFunctionOutput) *CreateFunctionOutput
SetTags sets the Tags field's value.
func (*CreateFunctionOutput) SetTlsConfig ¶
func (s *CreateFunctionOutput) SetTlsConfig(v *TlsConfigForCreateFunctionOutput) *CreateFunctionOutput
SetTlsConfig sets the TlsConfig field's value.
func (*CreateFunctionOutput) SetTosMountConfig ¶
func (s *CreateFunctionOutput) SetTosMountConfig(v *TosMountConfigForCreateFunctionOutput) *CreateFunctionOutput
SetTosMountConfig sets the TosMountConfig field's value.
func (*CreateFunctionOutput) SetTriggersCount ¶
func (s *CreateFunctionOutput) SetTriggersCount(v int32) *CreateFunctionOutput
SetTriggersCount sets the TriggersCount field's value.
func (*CreateFunctionOutput) SetVpcConfig ¶
func (s *CreateFunctionOutput) SetVpcConfig(v *VpcConfigForCreateFunctionOutput) *CreateFunctionOutput
SetVpcConfig sets the VpcConfig field's value.
func (CreateFunctionOutput) String ¶
func (s CreateFunctionOutput) String() string
String returns the string representation
type CreateKafkaTriggerInput ¶
type CreateKafkaTriggerInput struct {
BatchFlushDurationMilliseconds *int32 `type:"int32" json:",omitempty"`
BatchSize *int32 `type:"int32" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
KafkaCredentials *KafkaCredentialsForCreateKafkaTriggerInput `type:"structure" json:",omitempty"`
MaximumRetryAttempts *int32 `type:"int32" json:",omitempty"`
// MqInstanceId is a required field
MqInstanceId *string `type:"string" json:",omitempty" required:"true"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
StartingPosition *string `type:"string" json:",omitempty"`
// TopicName is a required field
TopicName *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateKafkaTriggerInput) GoString ¶
func (s CreateKafkaTriggerInput) GoString() string
GoString returns the string representation
func (*CreateKafkaTriggerInput) SetBatchFlushDurationMilliseconds ¶
func (s *CreateKafkaTriggerInput) SetBatchFlushDurationMilliseconds(v int32) *CreateKafkaTriggerInput
SetBatchFlushDurationMilliseconds sets the BatchFlushDurationMilliseconds field's value.
func (*CreateKafkaTriggerInput) SetBatchSize ¶
func (s *CreateKafkaTriggerInput) SetBatchSize(v int32) *CreateKafkaTriggerInput
SetBatchSize sets the BatchSize field's value.
func (*CreateKafkaTriggerInput) SetDescription ¶
func (s *CreateKafkaTriggerInput) SetDescription(v string) *CreateKafkaTriggerInput
SetDescription sets the Description field's value.
func (*CreateKafkaTriggerInput) SetEnabled ¶
func (s *CreateKafkaTriggerInput) SetEnabled(v bool) *CreateKafkaTriggerInput
SetEnabled sets the Enabled field's value.
func (*CreateKafkaTriggerInput) SetFunctionId ¶
func (s *CreateKafkaTriggerInput) SetFunctionId(v string) *CreateKafkaTriggerInput
SetFunctionId sets the FunctionId field's value.
func (*CreateKafkaTriggerInput) SetKafkaCredentials ¶
func (s *CreateKafkaTriggerInput) SetKafkaCredentials(v *KafkaCredentialsForCreateKafkaTriggerInput) *CreateKafkaTriggerInput
SetKafkaCredentials sets the KafkaCredentials field's value.
func (*CreateKafkaTriggerInput) SetMaximumRetryAttempts ¶
func (s *CreateKafkaTriggerInput) SetMaximumRetryAttempts(v int32) *CreateKafkaTriggerInput
SetMaximumRetryAttempts sets the MaximumRetryAttempts field's value.
func (*CreateKafkaTriggerInput) SetMqInstanceId ¶
func (s *CreateKafkaTriggerInput) SetMqInstanceId(v string) *CreateKafkaTriggerInput
SetMqInstanceId sets the MqInstanceId field's value.
func (*CreateKafkaTriggerInput) SetName ¶
func (s *CreateKafkaTriggerInput) SetName(v string) *CreateKafkaTriggerInput
SetName sets the Name field's value.
func (*CreateKafkaTriggerInput) SetStartingPosition ¶
func (s *CreateKafkaTriggerInput) SetStartingPosition(v string) *CreateKafkaTriggerInput
SetStartingPosition sets the StartingPosition field's value.
func (*CreateKafkaTriggerInput) SetTopicName ¶
func (s *CreateKafkaTriggerInput) SetTopicName(v string) *CreateKafkaTriggerInput
SetTopicName sets the TopicName field's value.
func (CreateKafkaTriggerInput) String ¶
func (s CreateKafkaTriggerInput) String() string
String returns the string representation
func (*CreateKafkaTriggerInput) Validate ¶
func (s *CreateKafkaTriggerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateKafkaTriggerOutput ¶
type CreateKafkaTriggerOutput struct {
Metadata *response.ResponseMetadata
BatchFlushDurationMilliseconds *int32 `type:"int32" json:",omitempty"`
BatchSize *int32 `type:"int32" json:",omitempty"`
ConsumerGroup *string `type:"string" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
MaximumRetryAttempts *int32 `type:"int32" json:",omitempty"`
MqInstanceId *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
StartingPosition *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TopicName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateKafkaTriggerOutput) GoString ¶
func (s CreateKafkaTriggerOutput) GoString() string
GoString returns the string representation
func (*CreateKafkaTriggerOutput) SetBatchFlushDurationMilliseconds ¶
func (s *CreateKafkaTriggerOutput) SetBatchFlushDurationMilliseconds(v int32) *CreateKafkaTriggerOutput
SetBatchFlushDurationMilliseconds sets the BatchFlushDurationMilliseconds field's value.
func (*CreateKafkaTriggerOutput) SetBatchSize ¶
func (s *CreateKafkaTriggerOutput) SetBatchSize(v int32) *CreateKafkaTriggerOutput
SetBatchSize sets the BatchSize field's value.
func (*CreateKafkaTriggerOutput) SetConsumerGroup ¶
func (s *CreateKafkaTriggerOutput) SetConsumerGroup(v string) *CreateKafkaTriggerOutput
SetConsumerGroup sets the ConsumerGroup field's value.
func (*CreateKafkaTriggerOutput) SetCreationTime ¶
func (s *CreateKafkaTriggerOutput) SetCreationTime(v string) *CreateKafkaTriggerOutput
SetCreationTime sets the CreationTime field's value.
func (*CreateKafkaTriggerOutput) SetDescription ¶
func (s *CreateKafkaTriggerOutput) SetDescription(v string) *CreateKafkaTriggerOutput
SetDescription sets the Description field's value.
func (*CreateKafkaTriggerOutput) SetEnabled ¶
func (s *CreateKafkaTriggerOutput) SetEnabled(v bool) *CreateKafkaTriggerOutput
SetEnabled sets the Enabled field's value.
func (*CreateKafkaTriggerOutput) SetFunctionId ¶
func (s *CreateKafkaTriggerOutput) SetFunctionId(v string) *CreateKafkaTriggerOutput
SetFunctionId sets the FunctionId field's value.
func (*CreateKafkaTriggerOutput) SetId ¶
func (s *CreateKafkaTriggerOutput) SetId(v string) *CreateKafkaTriggerOutput
SetId sets the Id field's value.
func (*CreateKafkaTriggerOutput) SetLastUpdateTime ¶
func (s *CreateKafkaTriggerOutput) SetLastUpdateTime(v string) *CreateKafkaTriggerOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*CreateKafkaTriggerOutput) SetMaximumRetryAttempts ¶
func (s *CreateKafkaTriggerOutput) SetMaximumRetryAttempts(v int32) *CreateKafkaTriggerOutput
SetMaximumRetryAttempts sets the MaximumRetryAttempts field's value.
func (*CreateKafkaTriggerOutput) SetMqInstanceId ¶
func (s *CreateKafkaTriggerOutput) SetMqInstanceId(v string) *CreateKafkaTriggerOutput
SetMqInstanceId sets the MqInstanceId field's value.
func (*CreateKafkaTriggerOutput) SetName ¶
func (s *CreateKafkaTriggerOutput) SetName(v string) *CreateKafkaTriggerOutput
SetName sets the Name field's value.
func (*CreateKafkaTriggerOutput) SetStartingPosition ¶
func (s *CreateKafkaTriggerOutput) SetStartingPosition(v string) *CreateKafkaTriggerOutput
SetStartingPosition sets the StartingPosition field's value.
func (*CreateKafkaTriggerOutput) SetStatus ¶
func (s *CreateKafkaTriggerOutput) SetStatus(v string) *CreateKafkaTriggerOutput
SetStatus sets the Status field's value.
func (*CreateKafkaTriggerOutput) SetTopicName ¶
func (s *CreateKafkaTriggerOutput) SetTopicName(v string) *CreateKafkaTriggerOutput
SetTopicName sets the TopicName field's value.
func (CreateKafkaTriggerOutput) String ¶
func (s CreateKafkaTriggerOutput) String() string
String returns the string representation
type CreateSandboxInput ¶
type CreateSandboxInput struct {
CpuMilli *int32 `type:"int32" json:",omitempty"`
Envs []*EnvForCreateSandboxInput `type:"list" json:",omitempty"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
InstanceImageInfo *InstanceImageInfoForCreateSandboxInput `type:"structure" json:",omitempty"`
InstanceTosMountConfig *InstanceTosMountConfigForCreateSandboxInput `type:"structure" json:",omitempty"`
MaxConcurrency *int32 `type:"int32" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
Metadata map[string]*string `type:"map" json:",omitempty"`
RequestTimeout *int32 `type:"int32" json:",omitempty"`
Timeout *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateSandboxInput) GoString ¶
func (s CreateSandboxInput) GoString() string
GoString returns the string representation
func (*CreateSandboxInput) SetCpuMilli ¶
func (s *CreateSandboxInput) SetCpuMilli(v int32) *CreateSandboxInput
SetCpuMilli sets the CpuMilli field's value.
func (*CreateSandboxInput) SetEnvs ¶
func (s *CreateSandboxInput) SetEnvs(v []*EnvForCreateSandboxInput) *CreateSandboxInput
SetEnvs sets the Envs field's value.
func (*CreateSandboxInput) SetFunctionId ¶
func (s *CreateSandboxInput) SetFunctionId(v string) *CreateSandboxInput
SetFunctionId sets the FunctionId field's value.
func (*CreateSandboxInput) SetInstanceImageInfo ¶
func (s *CreateSandboxInput) SetInstanceImageInfo(v *InstanceImageInfoForCreateSandboxInput) *CreateSandboxInput
SetInstanceImageInfo sets the InstanceImageInfo field's value.
func (*CreateSandboxInput) SetInstanceTosMountConfig ¶
func (s *CreateSandboxInput) SetInstanceTosMountConfig(v *InstanceTosMountConfigForCreateSandboxInput) *CreateSandboxInput
SetInstanceTosMountConfig sets the InstanceTosMountConfig field's value.
func (*CreateSandboxInput) SetMaxConcurrency ¶
func (s *CreateSandboxInput) SetMaxConcurrency(v int32) *CreateSandboxInput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*CreateSandboxInput) SetMemoryMB ¶
func (s *CreateSandboxInput) SetMemoryMB(v int32) *CreateSandboxInput
SetMemoryMB sets the MemoryMB field's value.
func (*CreateSandboxInput) SetMetadata ¶
func (s *CreateSandboxInput) SetMetadata(v map[string]*string) *CreateSandboxInput
SetMetadata sets the Metadata field's value.
func (*CreateSandboxInput) SetRequestTimeout ¶
func (s *CreateSandboxInput) SetRequestTimeout(v int32) *CreateSandboxInput
SetRequestTimeout sets the RequestTimeout field's value.
func (*CreateSandboxInput) SetTimeout ¶
func (s *CreateSandboxInput) SetTimeout(v int32) *CreateSandboxInput
SetTimeout sets the Timeout field's value.
func (CreateSandboxInput) String ¶
func (s CreateSandboxInput) String() string
String returns the string representation
func (*CreateSandboxInput) Validate ¶
func (s *CreateSandboxInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSandboxOutput ¶
type CreateSandboxOutput struct {
Metadata *response.ResponseMetadata
SandboxId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateSandboxOutput) GoString ¶
func (s CreateSandboxOutput) GoString() string
GoString returns the string representation
func (*CreateSandboxOutput) SetSandboxId ¶
func (s *CreateSandboxOutput) SetSandboxId(v string) *CreateSandboxOutput
SetSandboxId sets the SandboxId field's value.
func (CreateSandboxOutput) String ¶
func (s CreateSandboxOutput) String() string
String returns the string representation
type CreateTimerInput ¶
type CreateTimerInput struct {
// Crontab is a required field
Crontab *string `type:"string" json:",omitempty" required:"true"`
Description *string `type:"string" json:",omitempty"`
EnableConcurrency *bool `type:"boolean" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
Payload *string `type:"string" json:",omitempty"`
Retries *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateTimerInput) GoString ¶
func (s CreateTimerInput) GoString() string
GoString returns the string representation
func (*CreateTimerInput) SetCrontab ¶
func (s *CreateTimerInput) SetCrontab(v string) *CreateTimerInput
SetCrontab sets the Crontab field's value.
func (*CreateTimerInput) SetDescription ¶
func (s *CreateTimerInput) SetDescription(v string) *CreateTimerInput
SetDescription sets the Description field's value.
func (*CreateTimerInput) SetEnableConcurrency ¶
func (s *CreateTimerInput) SetEnableConcurrency(v bool) *CreateTimerInput
SetEnableConcurrency sets the EnableConcurrency field's value.
func (*CreateTimerInput) SetEnabled ¶
func (s *CreateTimerInput) SetEnabled(v bool) *CreateTimerInput
SetEnabled sets the Enabled field's value.
func (*CreateTimerInput) SetFunctionId ¶
func (s *CreateTimerInput) SetFunctionId(v string) *CreateTimerInput
SetFunctionId sets the FunctionId field's value.
func (*CreateTimerInput) SetName ¶
func (s *CreateTimerInput) SetName(v string) *CreateTimerInput
SetName sets the Name field's value.
func (*CreateTimerInput) SetPayload ¶
func (s *CreateTimerInput) SetPayload(v string) *CreateTimerInput
SetPayload sets the Payload field's value.
func (*CreateTimerInput) SetRetries ¶
func (s *CreateTimerInput) SetRetries(v int32) *CreateTimerInput
SetRetries sets the Retries field's value.
func (CreateTimerInput) String ¶
func (s CreateTimerInput) String() string
String returns the string representation
func (*CreateTimerInput) Validate ¶
func (s *CreateTimerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTimerOutput ¶
type CreateTimerOutput struct {
Metadata *response.ResponseMetadata
CreationTime *string `type:"string" json:",omitempty"`
Crontab *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
EnableConcurrency *bool `type:"boolean" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Payload *string `type:"string" json:",omitempty"`
Retries *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateTimerOutput) GoString ¶
func (s CreateTimerOutput) GoString() string
GoString returns the string representation
func (*CreateTimerOutput) SetCreationTime ¶
func (s *CreateTimerOutput) SetCreationTime(v string) *CreateTimerOutput
SetCreationTime sets the CreationTime field's value.
func (*CreateTimerOutput) SetCrontab ¶
func (s *CreateTimerOutput) SetCrontab(v string) *CreateTimerOutput
SetCrontab sets the Crontab field's value.
func (*CreateTimerOutput) SetDescription ¶
func (s *CreateTimerOutput) SetDescription(v string) *CreateTimerOutput
SetDescription sets the Description field's value.
func (*CreateTimerOutput) SetEnableConcurrency ¶
func (s *CreateTimerOutput) SetEnableConcurrency(v bool) *CreateTimerOutput
SetEnableConcurrency sets the EnableConcurrency field's value.
func (*CreateTimerOutput) SetEnabled ¶
func (s *CreateTimerOutput) SetEnabled(v bool) *CreateTimerOutput
SetEnabled sets the Enabled field's value.
func (*CreateTimerOutput) SetFunctionId ¶
func (s *CreateTimerOutput) SetFunctionId(v string) *CreateTimerOutput
SetFunctionId sets the FunctionId field's value.
func (*CreateTimerOutput) SetId ¶
func (s *CreateTimerOutput) SetId(v string) *CreateTimerOutput
SetId sets the Id field's value.
func (*CreateTimerOutput) SetLastUpdateTime ¶
func (s *CreateTimerOutput) SetLastUpdateTime(v string) *CreateTimerOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*CreateTimerOutput) SetName ¶
func (s *CreateTimerOutput) SetName(v string) *CreateTimerOutput
SetName sets the Name field's value.
func (*CreateTimerOutput) SetPayload ¶
func (s *CreateTimerOutput) SetPayload(v string) *CreateTimerOutput
SetPayload sets the Payload field's value.
func (*CreateTimerOutput) SetRetries ¶
func (s *CreateTimerOutput) SetRetries(v int32) *CreateTimerOutput
SetRetries sets the Retries field's value.
func (CreateTimerOutput) String ¶
func (s CreateTimerOutput) String() string
String returns the string representation
type CredentialsForCreateFunctionInput ¶
type CredentialsForCreateFunctionInput struct {
AccessKeyId *string `type:"string" json:",omitempty"`
SecretAccessKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialsForCreateFunctionInput) GoString ¶
func (s CredentialsForCreateFunctionInput) GoString() string
GoString returns the string representation
func (*CredentialsForCreateFunctionInput) SetAccessKeyId ¶
func (s *CredentialsForCreateFunctionInput) SetAccessKeyId(v string) *CredentialsForCreateFunctionInput
SetAccessKeyId sets the AccessKeyId field's value.
func (*CredentialsForCreateFunctionInput) SetSecretAccessKey ¶
func (s *CredentialsForCreateFunctionInput) SetSecretAccessKey(v string) *CredentialsForCreateFunctionInput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (CredentialsForCreateFunctionInput) String ¶
func (s CredentialsForCreateFunctionInput) String() string
String returns the string representation
type CredentialsForCreateFunctionOutput ¶
type CredentialsForCreateFunctionOutput struct {
AccessKeyId *string `type:"string" json:",omitempty"`
SecretAccessKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialsForCreateFunctionOutput) GoString ¶
func (s CredentialsForCreateFunctionOutput) GoString() string
GoString returns the string representation
func (*CredentialsForCreateFunctionOutput) SetAccessKeyId ¶
func (s *CredentialsForCreateFunctionOutput) SetAccessKeyId(v string) *CredentialsForCreateFunctionOutput
SetAccessKeyId sets the AccessKeyId field's value.
func (*CredentialsForCreateFunctionOutput) SetSecretAccessKey ¶
func (s *CredentialsForCreateFunctionOutput) SetSecretAccessKey(v string) *CredentialsForCreateFunctionOutput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (CredentialsForCreateFunctionOutput) String ¶
func (s CredentialsForCreateFunctionOutput) String() string
String returns the string representation
type CredentialsForGetFunctionOutput ¶
type CredentialsForGetFunctionOutput struct {
AccessKeyId *string `type:"string" json:",omitempty"`
SecretAccessKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialsForGetFunctionOutput) GoString ¶
func (s CredentialsForGetFunctionOutput) GoString() string
GoString returns the string representation
func (*CredentialsForGetFunctionOutput) SetAccessKeyId ¶
func (s *CredentialsForGetFunctionOutput) SetAccessKeyId(v string) *CredentialsForGetFunctionOutput
SetAccessKeyId sets the AccessKeyId field's value.
func (*CredentialsForGetFunctionOutput) SetSecretAccessKey ¶
func (s *CredentialsForGetFunctionOutput) SetSecretAccessKey(v string) *CredentialsForGetFunctionOutput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (CredentialsForGetFunctionOutput) String ¶
func (s CredentialsForGetFunctionOutput) String() string
String returns the string representation
type CredentialsForGetRevisionOutput ¶
type CredentialsForGetRevisionOutput struct {
AccessKeyId *string `type:"string" json:",omitempty"`
SecretAccessKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialsForGetRevisionOutput) GoString ¶
func (s CredentialsForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*CredentialsForGetRevisionOutput) SetAccessKeyId ¶
func (s *CredentialsForGetRevisionOutput) SetAccessKeyId(v string) *CredentialsForGetRevisionOutput
SetAccessKeyId sets the AccessKeyId field's value.
func (*CredentialsForGetRevisionOutput) SetSecretAccessKey ¶
func (s *CredentialsForGetRevisionOutput) SetSecretAccessKey(v string) *CredentialsForGetRevisionOutput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (CredentialsForGetRevisionOutput) String ¶
func (s CredentialsForGetRevisionOutput) String() string
String returns the string representation
type CredentialsForListFunctionsOutput ¶
type CredentialsForListFunctionsOutput struct {
AccessKeyId *string `type:"string" json:",omitempty"`
SecretAccessKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialsForListFunctionsOutput) GoString ¶
func (s CredentialsForListFunctionsOutput) GoString() string
GoString returns the string representation
func (*CredentialsForListFunctionsOutput) SetAccessKeyId ¶
func (s *CredentialsForListFunctionsOutput) SetAccessKeyId(v string) *CredentialsForListFunctionsOutput
SetAccessKeyId sets the AccessKeyId field's value.
func (*CredentialsForListFunctionsOutput) SetSecretAccessKey ¶
func (s *CredentialsForListFunctionsOutput) SetSecretAccessKey(v string) *CredentialsForListFunctionsOutput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (CredentialsForListFunctionsOutput) String ¶
func (s CredentialsForListFunctionsOutput) String() string
String returns the string representation
type CredentialsForListRevisionsOutput ¶
type CredentialsForListRevisionsOutput struct {
AccessKeyId *string `type:"string" json:",omitempty"`
SecretAccessKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialsForListRevisionsOutput) GoString ¶
func (s CredentialsForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*CredentialsForListRevisionsOutput) SetAccessKeyId ¶
func (s *CredentialsForListRevisionsOutput) SetAccessKeyId(v string) *CredentialsForListRevisionsOutput
SetAccessKeyId sets the AccessKeyId field's value.
func (*CredentialsForListRevisionsOutput) SetSecretAccessKey ¶
func (s *CredentialsForListRevisionsOutput) SetSecretAccessKey(v string) *CredentialsForListRevisionsOutput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (CredentialsForListRevisionsOutput) String ¶
func (s CredentialsForListRevisionsOutput) String() string
String returns the string representation
type CredentialsForUpdateFunctionInput ¶
type CredentialsForUpdateFunctionInput struct {
AccessKeyId *string `type:"string" json:",omitempty"`
SecretAccessKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialsForUpdateFunctionInput) GoString ¶
func (s CredentialsForUpdateFunctionInput) GoString() string
GoString returns the string representation
func (*CredentialsForUpdateFunctionInput) SetAccessKeyId ¶
func (s *CredentialsForUpdateFunctionInput) SetAccessKeyId(v string) *CredentialsForUpdateFunctionInput
SetAccessKeyId sets the AccessKeyId field's value.
func (*CredentialsForUpdateFunctionInput) SetSecretAccessKey ¶
func (s *CredentialsForUpdateFunctionInput) SetSecretAccessKey(v string) *CredentialsForUpdateFunctionInput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (CredentialsForUpdateFunctionInput) String ¶
func (s CredentialsForUpdateFunctionInput) String() string
String returns the string representation
type CredentialsForUpdateFunctionOutput ¶
type CredentialsForUpdateFunctionOutput struct {
AccessKeyId *string `type:"string" json:",omitempty"`
SecretAccessKey *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CredentialsForUpdateFunctionOutput) GoString ¶
func (s CredentialsForUpdateFunctionOutput) GoString() string
GoString returns the string representation
func (*CredentialsForUpdateFunctionOutput) SetAccessKeyId ¶
func (s *CredentialsForUpdateFunctionOutput) SetAccessKeyId(v string) *CredentialsForUpdateFunctionOutput
SetAccessKeyId sets the AccessKeyId field's value.
func (*CredentialsForUpdateFunctionOutput) SetSecretAccessKey ¶
func (s *CredentialsForUpdateFunctionOutput) SetSecretAccessKey(v string) *CredentialsForUpdateFunctionOutput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (CredentialsForUpdateFunctionOutput) String ¶
func (s CredentialsForUpdateFunctionOutput) String() string
String returns the string representation
type DeleteFunctionInput ¶
type DeleteFunctionInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteFunctionInput) GoString ¶
func (s DeleteFunctionInput) GoString() string
GoString returns the string representation
func (*DeleteFunctionInput) SetId ¶
func (s *DeleteFunctionInput) SetId(v string) *DeleteFunctionInput
SetId sets the Id field's value.
func (DeleteFunctionInput) String ¶
func (s DeleteFunctionInput) String() string
String returns the string representation
func (*DeleteFunctionInput) Validate ¶
func (s *DeleteFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFunctionOutput ¶
type DeleteFunctionOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteFunctionOutput) GoString ¶
func (s DeleteFunctionOutput) GoString() string
GoString returns the string representation
func (DeleteFunctionOutput) String ¶
func (s DeleteFunctionOutput) String() string
String returns the string representation
type DeleteKafkaTriggerInput ¶
type DeleteKafkaTriggerInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteKafkaTriggerInput) GoString ¶
func (s DeleteKafkaTriggerInput) GoString() string
GoString returns the string representation
func (*DeleteKafkaTriggerInput) SetFunctionId ¶
func (s *DeleteKafkaTriggerInput) SetFunctionId(v string) *DeleteKafkaTriggerInput
SetFunctionId sets the FunctionId field's value.
func (*DeleteKafkaTriggerInput) SetId ¶
func (s *DeleteKafkaTriggerInput) SetId(v string) *DeleteKafkaTriggerInput
SetId sets the Id field's value.
func (DeleteKafkaTriggerInput) String ¶
func (s DeleteKafkaTriggerInput) String() string
String returns the string representation
func (*DeleteKafkaTriggerInput) Validate ¶
func (s *DeleteKafkaTriggerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteKafkaTriggerOutput ¶
type DeleteKafkaTriggerOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteKafkaTriggerOutput) GoString ¶
func (s DeleteKafkaTriggerOutput) GoString() string
GoString returns the string representation
func (DeleteKafkaTriggerOutput) String ¶
func (s DeleteKafkaTriggerOutput) String() string
String returns the string representation
type DeleteSandboxImageInput ¶
type DeleteSandboxImageInput struct {
// ImageId is a required field
ImageId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteSandboxImageInput) GoString ¶
func (s DeleteSandboxImageInput) GoString() string
GoString returns the string representation
func (*DeleteSandboxImageInput) SetImageId ¶
func (s *DeleteSandboxImageInput) SetImageId(v string) *DeleteSandboxImageInput
SetImageId sets the ImageId field's value.
func (DeleteSandboxImageInput) String ¶
func (s DeleteSandboxImageInput) String() string
String returns the string representation
func (*DeleteSandboxImageInput) Validate ¶
func (s *DeleteSandboxImageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSandboxImageOutput ¶
type DeleteSandboxImageOutput struct {
Metadata *response.ResponseMetadata
RelatedSandboxApplications []*string `type:"list" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteSandboxImageOutput) GoString ¶
func (s DeleteSandboxImageOutput) GoString() string
GoString returns the string representation
func (*DeleteSandboxImageOutput) SetRelatedSandboxApplications ¶
func (s *DeleteSandboxImageOutput) SetRelatedSandboxApplications(v []*string) *DeleteSandboxImageOutput
SetRelatedSandboxApplications sets the RelatedSandboxApplications field's value.
func (*DeleteSandboxImageOutput) SetStatus ¶
func (s *DeleteSandboxImageOutput) SetStatus(v string) *DeleteSandboxImageOutput
SetStatus sets the Status field's value.
func (DeleteSandboxImageOutput) String ¶
func (s DeleteSandboxImageOutput) String() string
String returns the string representation
type DeleteTimerInput ¶
type DeleteTimerInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteTimerInput) GoString ¶
func (s DeleteTimerInput) GoString() string
GoString returns the string representation
func (*DeleteTimerInput) SetFunctionId ¶
func (s *DeleteTimerInput) SetFunctionId(v string) *DeleteTimerInput
SetFunctionId sets the FunctionId field's value.
func (*DeleteTimerInput) SetId ¶
func (s *DeleteTimerInput) SetId(v string) *DeleteTimerInput
SetId sets the Id field's value.
func (DeleteTimerInput) String ¶
func (s DeleteTimerInput) String() string
String returns the string representation
func (*DeleteTimerInput) Validate ¶
func (s *DeleteTimerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteTimerOutput ¶
type DeleteTimerOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteTimerOutput) GoString ¶
func (s DeleteTimerOutput) GoString() string
GoString returns the string representation
func (DeleteTimerOutput) String ¶
func (s DeleteTimerOutput) String() string
String returns the string representation
type DescribeSandboxInput ¶
type DescribeSandboxInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// SandboxId is a required field
SandboxId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DescribeSandboxInput) GoString ¶
func (s DescribeSandboxInput) GoString() string
GoString returns the string representation
func (*DescribeSandboxInput) SetFunctionId ¶
func (s *DescribeSandboxInput) SetFunctionId(v string) *DescribeSandboxInput
SetFunctionId sets the FunctionId field's value.
func (*DescribeSandboxInput) SetSandboxId ¶
func (s *DescribeSandboxInput) SetSandboxId(v string) *DescribeSandboxInput
SetSandboxId sets the SandboxId field's value.
func (DescribeSandboxInput) String ¶
func (s DescribeSandboxInput) String() string
String returns the string representation
func (*DescribeSandboxInput) Validate ¶
func (s *DescribeSandboxInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeSandboxOutput ¶
type DescribeSandboxOutput struct {
Metadata *response.ResponseMetadata
AvailabilityZone *string `type:"string" json:",omitempty"`
CpuMilli *int32 `type:"int32" json:",omitempty"`
CreatedAt *string `type:"string" json:",omitempty"`
Envs []*EnvForDescribeSandboxOutput `type:"list" json:",omitempty"`
ErrorCode *string `type:"string" json:",omitempty"`
ErrorMessage *string `type:"string" json:",omitempty"`
ExpireAt *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
ImageInfo *ImageInfoForDescribeSandboxOutput `type:"structure" json:",omitempty"`
InstanceTosMountConfig *InstanceTosMountConfigForDescribeSandboxOutput `type:"structure" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
MaxConcurrency *int32 `type:"int32" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
Pending *bool `type:"boolean" json:",omitempty"`
RequestTimeout *int32 `type:"int32" json:",omitempty"`
RevisionNumber *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeSandboxOutput) GoString ¶
func (s DescribeSandboxOutput) GoString() string
GoString returns the string representation
func (*DescribeSandboxOutput) SetAvailabilityZone ¶
func (s *DescribeSandboxOutput) SetAvailabilityZone(v string) *DescribeSandboxOutput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*DescribeSandboxOutput) SetCpuMilli ¶
func (s *DescribeSandboxOutput) SetCpuMilli(v int32) *DescribeSandboxOutput
SetCpuMilli sets the CpuMilli field's value.
func (*DescribeSandboxOutput) SetCreatedAt ¶
func (s *DescribeSandboxOutput) SetCreatedAt(v string) *DescribeSandboxOutput
SetCreatedAt sets the CreatedAt field's value.
func (*DescribeSandboxOutput) SetEnvs ¶
func (s *DescribeSandboxOutput) SetEnvs(v []*EnvForDescribeSandboxOutput) *DescribeSandboxOutput
SetEnvs sets the Envs field's value.
func (*DescribeSandboxOutput) SetErrorCode ¶
func (s *DescribeSandboxOutput) SetErrorCode(v string) *DescribeSandboxOutput
SetErrorCode sets the ErrorCode field's value.
func (*DescribeSandboxOutput) SetErrorMessage ¶
func (s *DescribeSandboxOutput) SetErrorMessage(v string) *DescribeSandboxOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*DescribeSandboxOutput) SetExpireAt ¶
func (s *DescribeSandboxOutput) SetExpireAt(v string) *DescribeSandboxOutput
SetExpireAt sets the ExpireAt field's value.
func (*DescribeSandboxOutput) SetFunctionId ¶
func (s *DescribeSandboxOutput) SetFunctionId(v string) *DescribeSandboxOutput
SetFunctionId sets the FunctionId field's value.
func (*DescribeSandboxOutput) SetId ¶
func (s *DescribeSandboxOutput) SetId(v string) *DescribeSandboxOutput
SetId sets the Id field's value.
func (*DescribeSandboxOutput) SetImageInfo ¶
func (s *DescribeSandboxOutput) SetImageInfo(v *ImageInfoForDescribeSandboxOutput) *DescribeSandboxOutput
SetImageInfo sets the ImageInfo field's value.
func (*DescribeSandboxOutput) SetInstanceTosMountConfig ¶
func (s *DescribeSandboxOutput) SetInstanceTosMountConfig(v *InstanceTosMountConfigForDescribeSandboxOutput) *DescribeSandboxOutput
SetInstanceTosMountConfig sets the InstanceTosMountConfig field's value.
func (*DescribeSandboxOutput) SetInstanceType ¶
func (s *DescribeSandboxOutput) SetInstanceType(v string) *DescribeSandboxOutput
SetInstanceType sets the InstanceType field's value.
func (*DescribeSandboxOutput) SetMaxConcurrency ¶
func (s *DescribeSandboxOutput) SetMaxConcurrency(v int32) *DescribeSandboxOutput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*DescribeSandboxOutput) SetMemoryMB ¶
func (s *DescribeSandboxOutput) SetMemoryMB(v int32) *DescribeSandboxOutput
SetMemoryMB sets the MemoryMB field's value.
func (*DescribeSandboxOutput) SetPending ¶
func (s *DescribeSandboxOutput) SetPending(v bool) *DescribeSandboxOutput
SetPending sets the Pending field's value.
func (*DescribeSandboxOutput) SetRequestTimeout ¶
func (s *DescribeSandboxOutput) SetRequestTimeout(v int32) *DescribeSandboxOutput
SetRequestTimeout sets the RequestTimeout field's value.
func (*DescribeSandboxOutput) SetRevisionNumber ¶
func (s *DescribeSandboxOutput) SetRevisionNumber(v int32) *DescribeSandboxOutput
SetRevisionNumber sets the RevisionNumber field's value.
func (*DescribeSandboxOutput) SetStatus ¶
func (s *DescribeSandboxOutput) SetStatus(v string) *DescribeSandboxOutput
SetStatus sets the Status field's value.
func (DescribeSandboxOutput) String ¶
func (s DescribeSandboxOutput) String() string
String returns the string representation
type EnvForCreateFunctionInput ¶
type EnvForCreateFunctionInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvForCreateFunctionInput) GoString ¶
func (s EnvForCreateFunctionInput) GoString() string
GoString returns the string representation
func (*EnvForCreateFunctionInput) SetKey ¶
func (s *EnvForCreateFunctionInput) SetKey(v string) *EnvForCreateFunctionInput
SetKey sets the Key field's value.
func (*EnvForCreateFunctionInput) SetValue ¶
func (s *EnvForCreateFunctionInput) SetValue(v string) *EnvForCreateFunctionInput
SetValue sets the Value field's value.
func (EnvForCreateFunctionInput) String ¶
func (s EnvForCreateFunctionInput) String() string
String returns the string representation
type EnvForCreateFunctionOutput ¶
type EnvForCreateFunctionOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvForCreateFunctionOutput) GoString ¶
func (s EnvForCreateFunctionOutput) GoString() string
GoString returns the string representation
func (*EnvForCreateFunctionOutput) SetKey ¶
func (s *EnvForCreateFunctionOutput) SetKey(v string) *EnvForCreateFunctionOutput
SetKey sets the Key field's value.
func (*EnvForCreateFunctionOutput) SetValue ¶
func (s *EnvForCreateFunctionOutput) SetValue(v string) *EnvForCreateFunctionOutput
SetValue sets the Value field's value.
func (EnvForCreateFunctionOutput) String ¶
func (s EnvForCreateFunctionOutput) String() string
String returns the string representation
type EnvForCreateSandboxInput ¶
type EnvForCreateSandboxInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvForCreateSandboxInput) GoString ¶
func (s EnvForCreateSandboxInput) GoString() string
GoString returns the string representation
func (*EnvForCreateSandboxInput) SetKey ¶
func (s *EnvForCreateSandboxInput) SetKey(v string) *EnvForCreateSandboxInput
SetKey sets the Key field's value.
func (*EnvForCreateSandboxInput) SetValue ¶
func (s *EnvForCreateSandboxInput) SetValue(v string) *EnvForCreateSandboxInput
SetValue sets the Value field's value.
func (EnvForCreateSandboxInput) String ¶
func (s EnvForCreateSandboxInput) String() string
String returns the string representation
type EnvForDescribeSandboxOutput ¶
type EnvForDescribeSandboxOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvForDescribeSandboxOutput) GoString ¶
func (s EnvForDescribeSandboxOutput) GoString() string
GoString returns the string representation
func (*EnvForDescribeSandboxOutput) SetKey ¶
func (s *EnvForDescribeSandboxOutput) SetKey(v string) *EnvForDescribeSandboxOutput
SetKey sets the Key field's value.
func (*EnvForDescribeSandboxOutput) SetValue ¶
func (s *EnvForDescribeSandboxOutput) SetValue(v string) *EnvForDescribeSandboxOutput
SetValue sets the Value field's value.
func (EnvForDescribeSandboxOutput) String ¶
func (s EnvForDescribeSandboxOutput) String() string
String returns the string representation
type EnvForGetFunctionOutput ¶
type EnvForGetFunctionOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvForGetFunctionOutput) GoString ¶
func (s EnvForGetFunctionOutput) GoString() string
GoString returns the string representation
func (*EnvForGetFunctionOutput) SetKey ¶
func (s *EnvForGetFunctionOutput) SetKey(v string) *EnvForGetFunctionOutput
SetKey sets the Key field's value.
func (*EnvForGetFunctionOutput) SetValue ¶
func (s *EnvForGetFunctionOutput) SetValue(v string) *EnvForGetFunctionOutput
SetValue sets the Value field's value.
func (EnvForGetFunctionOutput) String ¶
func (s EnvForGetFunctionOutput) String() string
String returns the string representation
type EnvForGetRevisionOutput ¶
type EnvForGetRevisionOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvForGetRevisionOutput) GoString ¶
func (s EnvForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*EnvForGetRevisionOutput) SetKey ¶
func (s *EnvForGetRevisionOutput) SetKey(v string) *EnvForGetRevisionOutput
SetKey sets the Key field's value.
func (*EnvForGetRevisionOutput) SetValue ¶
func (s *EnvForGetRevisionOutput) SetValue(v string) *EnvForGetRevisionOutput
SetValue sets the Value field's value.
func (EnvForGetRevisionOutput) String ¶
func (s EnvForGetRevisionOutput) String() string
String returns the string representation
type EnvForListFunctionsOutput ¶
type EnvForListFunctionsOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvForListFunctionsOutput) GoString ¶
func (s EnvForListFunctionsOutput) GoString() string
GoString returns the string representation
func (*EnvForListFunctionsOutput) SetKey ¶
func (s *EnvForListFunctionsOutput) SetKey(v string) *EnvForListFunctionsOutput
SetKey sets the Key field's value.
func (*EnvForListFunctionsOutput) SetValue ¶
func (s *EnvForListFunctionsOutput) SetValue(v string) *EnvForListFunctionsOutput
SetValue sets the Value field's value.
func (EnvForListFunctionsOutput) String ¶
func (s EnvForListFunctionsOutput) String() string
String returns the string representation
type EnvForListRevisionsOutput ¶
type EnvForListRevisionsOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvForListRevisionsOutput) GoString ¶
func (s EnvForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*EnvForListRevisionsOutput) SetKey ¶
func (s *EnvForListRevisionsOutput) SetKey(v string) *EnvForListRevisionsOutput
SetKey sets the Key field's value.
func (*EnvForListRevisionsOutput) SetValue ¶
func (s *EnvForListRevisionsOutput) SetValue(v string) *EnvForListRevisionsOutput
SetValue sets the Value field's value.
func (EnvForListRevisionsOutput) String ¶
func (s EnvForListRevisionsOutput) String() string
String returns the string representation
type EnvForUpdateFunctionInput ¶
type EnvForUpdateFunctionInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvForUpdateFunctionInput) GoString ¶
func (s EnvForUpdateFunctionInput) GoString() string
GoString returns the string representation
func (*EnvForUpdateFunctionInput) SetKey ¶
func (s *EnvForUpdateFunctionInput) SetKey(v string) *EnvForUpdateFunctionInput
SetKey sets the Key field's value.
func (*EnvForUpdateFunctionInput) SetValue ¶
func (s *EnvForUpdateFunctionInput) SetValue(v string) *EnvForUpdateFunctionInput
SetValue sets the Value field's value.
func (EnvForUpdateFunctionInput) String ¶
func (s EnvForUpdateFunctionInput) String() string
String returns the string representation
type EnvForUpdateFunctionOutput ¶
type EnvForUpdateFunctionOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EnvForUpdateFunctionOutput) GoString ¶
func (s EnvForUpdateFunctionOutput) GoString() string
GoString returns the string representation
func (*EnvForUpdateFunctionOutput) SetKey ¶
func (s *EnvForUpdateFunctionOutput) SetKey(v string) *EnvForUpdateFunctionOutput
SetKey sets the Key field's value.
func (*EnvForUpdateFunctionOutput) SetValue ¶
func (s *EnvForUpdateFunctionOutput) SetValue(v string) *EnvForUpdateFunctionOutput
SetValue sets the Value field's value.
func (EnvForUpdateFunctionOutput) String ¶
func (s EnvForUpdateFunctionOutput) String() string
String returns the string representation
type ExecutionRecordForListAsyncTasksOutput ¶
type ExecutionRecordForListAsyncTasksOutput struct {
Command *string `type:"string" json:",omitempty"`
EndTime *string `type:"string" json:",omitempty"`
ErrorMessage *string `type:"string" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
RevisionNumber *int32 `type:"int32" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExecutionRecordForListAsyncTasksOutput) GoString ¶
func (s ExecutionRecordForListAsyncTasksOutput) GoString() string
GoString returns the string representation
func (*ExecutionRecordForListAsyncTasksOutput) SetCommand ¶
func (s *ExecutionRecordForListAsyncTasksOutput) SetCommand(v string) *ExecutionRecordForListAsyncTasksOutput
SetCommand sets the Command field's value.
func (*ExecutionRecordForListAsyncTasksOutput) SetEndTime ¶
func (s *ExecutionRecordForListAsyncTasksOutput) SetEndTime(v string) *ExecutionRecordForListAsyncTasksOutput
SetEndTime sets the EndTime field's value.
func (*ExecutionRecordForListAsyncTasksOutput) SetErrorMessage ¶
func (s *ExecutionRecordForListAsyncTasksOutput) SetErrorMessage(v string) *ExecutionRecordForListAsyncTasksOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*ExecutionRecordForListAsyncTasksOutput) SetInstanceName ¶
func (s *ExecutionRecordForListAsyncTasksOutput) SetInstanceName(v string) *ExecutionRecordForListAsyncTasksOutput
SetInstanceName sets the InstanceName field's value.
func (*ExecutionRecordForListAsyncTasksOutput) SetRevisionNumber ¶
func (s *ExecutionRecordForListAsyncTasksOutput) SetRevisionNumber(v int32) *ExecutionRecordForListAsyncTasksOutput
SetRevisionNumber sets the RevisionNumber field's value.
func (*ExecutionRecordForListAsyncTasksOutput) SetStartTime ¶
func (s *ExecutionRecordForListAsyncTasksOutput) SetStartTime(v string) *ExecutionRecordForListAsyncTasksOutput
SetStartTime sets the StartTime field's value.
func (*ExecutionRecordForListAsyncTasksOutput) SetStatus ¶
func (s *ExecutionRecordForListAsyncTasksOutput) SetStatus(v string) *ExecutionRecordForListAsyncTasksOutput
SetStatus sets the Status field's value.
func (ExecutionRecordForListAsyncTasksOutput) String ¶
func (s ExecutionRecordForListAsyncTasksOutput) String() string
String returns the string representation
type FilterForListAsyncTasksInput ¶
type FilterForListAsyncTasksInput struct {
RequestId *string `type:"string" json:",omitempty"`
Statuses []*string `type:"list" json:",omitempty"`
SubmitTimeBegin *int64 `type:"int64" json:",omitempty"`
SubmitTimeEnd *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListAsyncTasksInput) GoString ¶
func (s FilterForListAsyncTasksInput) GoString() string
GoString returns the string representation
func (*FilterForListAsyncTasksInput) SetRequestId ¶
func (s *FilterForListAsyncTasksInput) SetRequestId(v string) *FilterForListAsyncTasksInput
SetRequestId sets the RequestId field's value.
func (*FilterForListAsyncTasksInput) SetStatuses ¶
func (s *FilterForListAsyncTasksInput) SetStatuses(v []*string) *FilterForListAsyncTasksInput
SetStatuses sets the Statuses field's value.
func (*FilterForListAsyncTasksInput) SetSubmitTimeBegin ¶
func (s *FilterForListAsyncTasksInput) SetSubmitTimeBegin(v int64) *FilterForListAsyncTasksInput
SetSubmitTimeBegin sets the SubmitTimeBegin field's value.
func (*FilterForListAsyncTasksInput) SetSubmitTimeEnd ¶
func (s *FilterForListAsyncTasksInput) SetSubmitTimeEnd(v int64) *FilterForListAsyncTasksInput
SetSubmitTimeEnd sets the SubmitTimeEnd field's value.
func (FilterForListAsyncTasksInput) String ¶
func (s FilterForListAsyncTasksInput) String() string
String returns the string representation
type FilterForListFunctionsInput ¶
type FilterForListFunctionsInput struct {
Name *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListFunctionsInput) GoString ¶
func (s FilterForListFunctionsInput) GoString() string
GoString returns the string representation
func (*FilterForListFunctionsInput) SetName ¶
func (s *FilterForListFunctionsInput) SetName(v string) *FilterForListFunctionsInput
SetName sets the Name field's value.
func (*FilterForListFunctionsInput) SetValues ¶
func (s *FilterForListFunctionsInput) SetValues(v []*string) *FilterForListFunctionsInput
SetValues sets the Values field's value.
func (FilterForListFunctionsInput) String ¶
func (s FilterForListFunctionsInput) String() string
String returns the string representation
type FilterForListReleaseRecordsInput ¶
type FilterForListReleaseRecordsInput struct {
Name *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListReleaseRecordsInput) GoString ¶
func (s FilterForListReleaseRecordsInput) GoString() string
GoString returns the string representation
func (*FilterForListReleaseRecordsInput) SetName ¶
func (s *FilterForListReleaseRecordsInput) SetName(v string) *FilterForListReleaseRecordsInput
SetName sets the Name field's value.
func (*FilterForListReleaseRecordsInput) SetValues ¶
func (s *FilterForListReleaseRecordsInput) SetValues(v []*string) *FilterForListReleaseRecordsInput
SetValues sets the Values field's value.
func (FilterForListReleaseRecordsInput) String ¶
func (s FilterForListReleaseRecordsInput) String() string
String returns the string representation
type FilterForListRevisionsInput ¶
type FilterForListRevisionsInput struct {
Name *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListRevisionsInput) GoString ¶
func (s FilterForListRevisionsInput) GoString() string
GoString returns the string representation
func (*FilterForListRevisionsInput) SetName ¶
func (s *FilterForListRevisionsInput) SetName(v string) *FilterForListRevisionsInput
SetName sets the Name field's value.
func (*FilterForListRevisionsInput) SetValues ¶
func (s *FilterForListRevisionsInput) SetValues(v []*string) *FilterForListRevisionsInput
SetValues sets the Values field's value.
func (FilterForListRevisionsInput) String ¶
func (s FilterForListRevisionsInput) String() string
String returns the string representation
type FilterForListSandboxImagesInput ¶
type FilterForListSandboxImagesInput struct {
Key *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForListSandboxImagesInput) GoString ¶
func (s FilterForListSandboxImagesInput) GoString() string
GoString returns the string representation
func (*FilterForListSandboxImagesInput) SetKey ¶
func (s *FilterForListSandboxImagesInput) SetKey(v string) *FilterForListSandboxImagesInput
SetKey sets the Key field's value.
func (*FilterForListSandboxImagesInput) SetValues ¶
func (s *FilterForListSandboxImagesInput) SetValues(v []*string) *FilterForListSandboxImagesInput
SetValues sets the Values field's value.
func (FilterForListSandboxImagesInput) String ¶
func (s FilterForListSandboxImagesInput) String() string
String returns the string representation
type FunctionResourceForGetFunctionResourceOutput ¶
type FunctionResourceForGetFunctionResourceOutput struct {
GPUMemoryMB *int32 `type:"int32" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
MaxGPUResource *int64 `type:"int64" json:",omitempty"`
MaxInstance *int32 `type:"int32" json:",omitempty"`
MaxResource *int64 `type:"int64" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
MinInstance *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
ReservedDPEnabled *bool `type:"boolean" json:",omitempty"`
ReservedFrozenInstance *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FunctionResourceForGetFunctionResourceOutput) GoString ¶
func (s FunctionResourceForGetFunctionResourceOutput) GoString() string
GoString returns the string representation
func (*FunctionResourceForGetFunctionResourceOutput) SetGPUMemoryMB ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetGPUMemoryMB(v int32) *FunctionResourceForGetFunctionResourceOutput
SetGPUMemoryMB sets the GPUMemoryMB field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetId ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetId(v string) *FunctionResourceForGetFunctionResourceOutput
SetId sets the Id field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetLastUpdateTime ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetLastUpdateTime(v string) *FunctionResourceForGetFunctionResourceOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetMaxGPUResource ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetMaxGPUResource(v int64) *FunctionResourceForGetFunctionResourceOutput
SetMaxGPUResource sets the MaxGPUResource field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetMaxInstance ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetMaxInstance(v int32) *FunctionResourceForGetFunctionResourceOutput
SetMaxInstance sets the MaxInstance field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetMaxResource ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetMaxResource(v int64) *FunctionResourceForGetFunctionResourceOutput
SetMaxResource sets the MaxResource field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetMemoryMB ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetMemoryMB(v int32) *FunctionResourceForGetFunctionResourceOutput
SetMemoryMB sets the MemoryMB field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetMinInstance ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetMinInstance(v int32) *FunctionResourceForGetFunctionResourceOutput
SetMinInstance sets the MinInstance field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetName ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetName(v string) *FunctionResourceForGetFunctionResourceOutput
SetName sets the Name field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetReservedDPEnabled ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetReservedDPEnabled(v bool) *FunctionResourceForGetFunctionResourceOutput
SetReservedDPEnabled sets the ReservedDPEnabled field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetReservedFrozenInstance ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetReservedFrozenInstance(v int32) *FunctionResourceForGetFunctionResourceOutput
SetReservedFrozenInstance sets the ReservedFrozenInstance field's value.
func (*FunctionResourceForGetFunctionResourceOutput) SetStatus ¶
func (s *FunctionResourceForGetFunctionResourceOutput) SetStatus(v string) *FunctionResourceForGetFunctionResourceOutput
SetStatus sets the Status field's value.
func (FunctionResourceForGetFunctionResourceOutput) String ¶
func (s FunctionResourceForGetFunctionResourceOutput) String() string
String returns the string representation
type GenWebshellEndpointInput ¶
type GenWebshellEndpointInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// InstanceName is a required field
InstanceName *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GenWebshellEndpointInput) GoString ¶
func (s GenWebshellEndpointInput) GoString() string
GoString returns the string representation
func (*GenWebshellEndpointInput) SetFunctionId ¶
func (s *GenWebshellEndpointInput) SetFunctionId(v string) *GenWebshellEndpointInput
SetFunctionId sets the FunctionId field's value.
func (*GenWebshellEndpointInput) SetInstanceName ¶
func (s *GenWebshellEndpointInput) SetInstanceName(v string) *GenWebshellEndpointInput
SetInstanceName sets the InstanceName field's value.
func (GenWebshellEndpointInput) String ¶
func (s GenWebshellEndpointInput) String() string
String returns the string representation
func (*GenWebshellEndpointInput) Validate ¶
func (s *GenWebshellEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GenWebshellEndpointOutput ¶
type GenWebshellEndpointOutput struct {
Metadata *response.ResponseMetadata
Endpoint *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GenWebshellEndpointOutput) GoString ¶
func (s GenWebshellEndpointOutput) GoString() string
GoString returns the string representation
func (*GenWebshellEndpointOutput) SetEndpoint ¶
func (s *GenWebshellEndpointOutput) SetEndpoint(v string) *GenWebshellEndpointOutput
SetEndpoint sets the Endpoint field's value.
func (GenWebshellEndpointOutput) String ¶
func (s GenWebshellEndpointOutput) String() string
String returns the string representation
type GetCodeUploadAddressInput ¶
type GetCodeUploadAddressInput struct {
// ContentLength is a required field
ContentLength *int64 `type:"int64" json:",omitempty" required:"true"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetCodeUploadAddressInput) GoString ¶
func (s GetCodeUploadAddressInput) GoString() string
GoString returns the string representation
func (*GetCodeUploadAddressInput) SetContentLength ¶
func (s *GetCodeUploadAddressInput) SetContentLength(v int64) *GetCodeUploadAddressInput
SetContentLength sets the ContentLength field's value.
func (*GetCodeUploadAddressInput) SetFunctionId ¶
func (s *GetCodeUploadAddressInput) SetFunctionId(v string) *GetCodeUploadAddressInput
SetFunctionId sets the FunctionId field's value.
func (GetCodeUploadAddressInput) String ¶
func (s GetCodeUploadAddressInput) String() string
String returns the string representation
func (*GetCodeUploadAddressInput) Validate ¶
func (s *GetCodeUploadAddressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCodeUploadAddressOutput ¶
type GetCodeUploadAddressOutput struct {
Metadata *response.ResponseMetadata
UploadAddress *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetCodeUploadAddressOutput) GoString ¶
func (s GetCodeUploadAddressOutput) GoString() string
GoString returns the string representation
func (*GetCodeUploadAddressOutput) SetUploadAddress ¶
func (s *GetCodeUploadAddressOutput) SetUploadAddress(v string) *GetCodeUploadAddressOutput
SetUploadAddress sets the UploadAddress field's value.
func (GetCodeUploadAddressOutput) String ¶
func (s GetCodeUploadAddressOutput) String() string
String returns the string representation
type GetDependencyInstallTaskLogDownloadURIInput ¶
type GetDependencyInstallTaskLogDownloadURIInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetDependencyInstallTaskLogDownloadURIInput) GoString ¶
func (s GetDependencyInstallTaskLogDownloadURIInput) GoString() string
GoString returns the string representation
func (*GetDependencyInstallTaskLogDownloadURIInput) SetFunctionId ¶
func (s *GetDependencyInstallTaskLogDownloadURIInput) SetFunctionId(v string) *GetDependencyInstallTaskLogDownloadURIInput
SetFunctionId sets the FunctionId field's value.
func (GetDependencyInstallTaskLogDownloadURIInput) String ¶
func (s GetDependencyInstallTaskLogDownloadURIInput) String() string
String returns the string representation
func (*GetDependencyInstallTaskLogDownloadURIInput) Validate ¶
func (s *GetDependencyInstallTaskLogDownloadURIInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDependencyInstallTaskLogDownloadURIOutput ¶
type GetDependencyInstallTaskLogDownloadURIOutput struct {
Metadata *response.ResponseMetadata
DownloadURL *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetDependencyInstallTaskLogDownloadURIOutput) GoString ¶
func (s GetDependencyInstallTaskLogDownloadURIOutput) GoString() string
GoString returns the string representation
func (*GetDependencyInstallTaskLogDownloadURIOutput) SetDownloadURL ¶
func (s *GetDependencyInstallTaskLogDownloadURIOutput) SetDownloadURL(v string) *GetDependencyInstallTaskLogDownloadURIOutput
SetDownloadURL sets the DownloadURL field's value.
func (*GetDependencyInstallTaskLogDownloadURIOutput) SetFunctionId ¶
func (s *GetDependencyInstallTaskLogDownloadURIOutput) SetFunctionId(v string) *GetDependencyInstallTaskLogDownloadURIOutput
SetFunctionId sets the FunctionId field's value.
func (GetDependencyInstallTaskLogDownloadURIOutput) String ¶
func (s GetDependencyInstallTaskLogDownloadURIOutput) String() string
String returns the string representation
type GetDependencyInstallTaskStatusInput ¶
type GetDependencyInstallTaskStatusInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetDependencyInstallTaskStatusInput) GoString ¶
func (s GetDependencyInstallTaskStatusInput) GoString() string
GoString returns the string representation
func (*GetDependencyInstallTaskStatusInput) SetFunctionId ¶
func (s *GetDependencyInstallTaskStatusInput) SetFunctionId(v string) *GetDependencyInstallTaskStatusInput
SetFunctionId sets the FunctionId field's value.
func (GetDependencyInstallTaskStatusInput) String ¶
func (s GetDependencyInstallTaskStatusInput) String() string
String returns the string representation
func (*GetDependencyInstallTaskStatusInput) Validate ¶
func (s *GetDependencyInstallTaskStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDependencyInstallTaskStatusOutput ¶
type GetDependencyInstallTaskStatusOutput struct {
Metadata *response.ResponseMetadata
CreateTime *string `type:"string" json:",omitempty"`
FinishTime *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetDependencyInstallTaskStatusOutput) GoString ¶
func (s GetDependencyInstallTaskStatusOutput) GoString() string
GoString returns the string representation
func (*GetDependencyInstallTaskStatusOutput) SetCreateTime ¶
func (s *GetDependencyInstallTaskStatusOutput) SetCreateTime(v string) *GetDependencyInstallTaskStatusOutput
SetCreateTime sets the CreateTime field's value.
func (*GetDependencyInstallTaskStatusOutput) SetFinishTime ¶
func (s *GetDependencyInstallTaskStatusOutput) SetFinishTime(v string) *GetDependencyInstallTaskStatusOutput
SetFinishTime sets the FinishTime field's value.
func (*GetDependencyInstallTaskStatusOutput) SetFunctionId ¶
func (s *GetDependencyInstallTaskStatusOutput) SetFunctionId(v string) *GetDependencyInstallTaskStatusOutput
SetFunctionId sets the FunctionId field's value.
func (*GetDependencyInstallTaskStatusOutput) SetStatus ¶
func (s *GetDependencyInstallTaskStatusOutput) SetStatus(v string) *GetDependencyInstallTaskStatusOutput
SetStatus sets the Status field's value.
func (GetDependencyInstallTaskStatusOutput) String ¶
func (s GetDependencyInstallTaskStatusOutput) String() string
String returns the string representation
type GetFunctionInput ¶
type GetFunctionInput struct {
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetFunctionInput) GoString ¶
func (s GetFunctionInput) GoString() string
GoString returns the string representation
func (*GetFunctionInput) SetId ¶
func (s *GetFunctionInput) SetId(v string) *GetFunctionInput
SetId sets the Id field's value.
func (GetFunctionInput) String ¶
func (s GetFunctionInput) String() string
String returns the string representation
func (*GetFunctionInput) Validate ¶
func (s *GetFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFunctionInstanceLogsInput ¶
type GetFunctionInstanceLogsInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
Limit *int64 `type:"int64" json:",omitempty"`
// Name is a required field
Name *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetFunctionInstanceLogsInput) GoString ¶
func (s GetFunctionInstanceLogsInput) GoString() string
GoString returns the string representation
func (*GetFunctionInstanceLogsInput) SetFunctionId ¶
func (s *GetFunctionInstanceLogsInput) SetFunctionId(v string) *GetFunctionInstanceLogsInput
SetFunctionId sets the FunctionId field's value.
func (*GetFunctionInstanceLogsInput) SetLimit ¶
func (s *GetFunctionInstanceLogsInput) SetLimit(v int64) *GetFunctionInstanceLogsInput
SetLimit sets the Limit field's value.
func (*GetFunctionInstanceLogsInput) SetName ¶
func (s *GetFunctionInstanceLogsInput) SetName(v string) *GetFunctionInstanceLogsInput
SetName sets the Name field's value.
func (GetFunctionInstanceLogsInput) String ¶
func (s GetFunctionInstanceLogsInput) String() string
String returns the string representation
func (*GetFunctionInstanceLogsInput) Validate ¶
func (s *GetFunctionInstanceLogsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFunctionInstanceLogsOutput ¶
type GetFunctionInstanceLogsOutput struct {
Metadata *response.ResponseMetadata
Logs *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetFunctionInstanceLogsOutput) GoString ¶
func (s GetFunctionInstanceLogsOutput) GoString() string
GoString returns the string representation
func (*GetFunctionInstanceLogsOutput) SetLogs ¶
func (s *GetFunctionInstanceLogsOutput) SetLogs(v string) *GetFunctionInstanceLogsOutput
SetLogs sets the Logs field's value.
func (GetFunctionInstanceLogsOutput) String ¶
func (s GetFunctionInstanceLogsOutput) String() string
String returns the string representation
type GetFunctionOutput ¶
type GetFunctionOutput struct {
Metadata *response.ResponseMetadata
CodeSize *int32 `type:"int32" json:",omitempty"`
CodeSizeLimit *int32 `type:"int32" json:",omitempty"`
Command *string `type:"string" json:",omitempty"`
CpuStrategy *string `type:"string" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Envs []*EnvForGetFunctionOutput `type:"list" json:",omitempty"`
ExclusiveMode *bool `type:"boolean" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
InitializerSec *int32 `type:"int32" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
MaxConcurrency *int32 `type:"int32" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
NasStorage *NasStorageForGetFunctionOutput `type:"structure" json:",omitempty"`
Owner *string `type:"string" json:",omitempty"`
Port *int32 `type:"int32" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
RequestTimeout *int32 `type:"int32" json:",omitempty"`
Role *string `type:"string" json:",omitempty"`
Runtime *string `type:"string" json:",omitempty"`
Source *string `type:"string" json:",omitempty"`
SourceLocation *string `type:"string" json:",omitempty"`
SourceType *string `type:"string" json:",omitempty"`
TlsConfig *TlsConfigForGetFunctionOutput `type:"structure" json:",omitempty"`
TosMountConfig *TosMountConfigForGetFunctionOutput `type:"structure" json:",omitempty"`
TriggersCount *int32 `type:"int32" json:",omitempty"`
VpcConfig *VpcConfigForGetFunctionOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetFunctionOutput) GoString ¶
func (s GetFunctionOutput) GoString() string
GoString returns the string representation
func (*GetFunctionOutput) SetCodeSize ¶
func (s *GetFunctionOutput) SetCodeSize(v int32) *GetFunctionOutput
SetCodeSize sets the CodeSize field's value.
func (*GetFunctionOutput) SetCodeSizeLimit ¶
func (s *GetFunctionOutput) SetCodeSizeLimit(v int32) *GetFunctionOutput
SetCodeSizeLimit sets the CodeSizeLimit field's value.
func (*GetFunctionOutput) SetCommand ¶
func (s *GetFunctionOutput) SetCommand(v string) *GetFunctionOutput
SetCommand sets the Command field's value.
func (*GetFunctionOutput) SetCpuStrategy ¶
func (s *GetFunctionOutput) SetCpuStrategy(v string) *GetFunctionOutput
SetCpuStrategy sets the CpuStrategy field's value.
func (*GetFunctionOutput) SetCreationTime ¶
func (s *GetFunctionOutput) SetCreationTime(v string) *GetFunctionOutput
SetCreationTime sets the CreationTime field's value.
func (*GetFunctionOutput) SetDescription ¶
func (s *GetFunctionOutput) SetDescription(v string) *GetFunctionOutput
SetDescription sets the Description field's value.
func (*GetFunctionOutput) SetEnvs ¶
func (s *GetFunctionOutput) SetEnvs(v []*EnvForGetFunctionOutput) *GetFunctionOutput
SetEnvs sets the Envs field's value.
func (*GetFunctionOutput) SetExclusiveMode ¶
func (s *GetFunctionOutput) SetExclusiveMode(v bool) *GetFunctionOutput
SetExclusiveMode sets the ExclusiveMode field's value.
func (*GetFunctionOutput) SetId ¶
func (s *GetFunctionOutput) SetId(v string) *GetFunctionOutput
SetId sets the Id field's value.
func (*GetFunctionOutput) SetInitializerSec ¶
func (s *GetFunctionOutput) SetInitializerSec(v int32) *GetFunctionOutput
SetInitializerSec sets the InitializerSec field's value.
func (*GetFunctionOutput) SetInstanceType ¶
func (s *GetFunctionOutput) SetInstanceType(v string) *GetFunctionOutput
SetInstanceType sets the InstanceType field's value.
func (*GetFunctionOutput) SetLastUpdateTime ¶
func (s *GetFunctionOutput) SetLastUpdateTime(v string) *GetFunctionOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*GetFunctionOutput) SetMaxConcurrency ¶
func (s *GetFunctionOutput) SetMaxConcurrency(v int32) *GetFunctionOutput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*GetFunctionOutput) SetMemoryMB ¶
func (s *GetFunctionOutput) SetMemoryMB(v int32) *GetFunctionOutput
SetMemoryMB sets the MemoryMB field's value.
func (*GetFunctionOutput) SetName ¶
func (s *GetFunctionOutput) SetName(v string) *GetFunctionOutput
SetName sets the Name field's value.
func (*GetFunctionOutput) SetNasStorage ¶
func (s *GetFunctionOutput) SetNasStorage(v *NasStorageForGetFunctionOutput) *GetFunctionOutput
SetNasStorage sets the NasStorage field's value.
func (*GetFunctionOutput) SetOwner ¶
func (s *GetFunctionOutput) SetOwner(v string) *GetFunctionOutput
SetOwner sets the Owner field's value.
func (*GetFunctionOutput) SetPort ¶
func (s *GetFunctionOutput) SetPort(v int32) *GetFunctionOutput
SetPort sets the Port field's value.
func (*GetFunctionOutput) SetProjectName ¶
func (s *GetFunctionOutput) SetProjectName(v string) *GetFunctionOutput
SetProjectName sets the ProjectName field's value.
func (*GetFunctionOutput) SetRequestTimeout ¶
func (s *GetFunctionOutput) SetRequestTimeout(v int32) *GetFunctionOutput
SetRequestTimeout sets the RequestTimeout field's value.
func (*GetFunctionOutput) SetRole ¶
func (s *GetFunctionOutput) SetRole(v string) *GetFunctionOutput
SetRole sets the Role field's value.
func (*GetFunctionOutput) SetRuntime ¶
func (s *GetFunctionOutput) SetRuntime(v string) *GetFunctionOutput
SetRuntime sets the Runtime field's value.
func (*GetFunctionOutput) SetSource ¶
func (s *GetFunctionOutput) SetSource(v string) *GetFunctionOutput
SetSource sets the Source field's value.
func (*GetFunctionOutput) SetSourceLocation ¶
func (s *GetFunctionOutput) SetSourceLocation(v string) *GetFunctionOutput
SetSourceLocation sets the SourceLocation field's value.
func (*GetFunctionOutput) SetSourceType ¶
func (s *GetFunctionOutput) SetSourceType(v string) *GetFunctionOutput
SetSourceType sets the SourceType field's value.
func (*GetFunctionOutput) SetTlsConfig ¶
func (s *GetFunctionOutput) SetTlsConfig(v *TlsConfigForGetFunctionOutput) *GetFunctionOutput
SetTlsConfig sets the TlsConfig field's value.
func (*GetFunctionOutput) SetTosMountConfig ¶
func (s *GetFunctionOutput) SetTosMountConfig(v *TosMountConfigForGetFunctionOutput) *GetFunctionOutput
SetTosMountConfig sets the TosMountConfig field's value.
func (*GetFunctionOutput) SetTriggersCount ¶
func (s *GetFunctionOutput) SetTriggersCount(v int32) *GetFunctionOutput
SetTriggersCount sets the TriggersCount field's value.
func (*GetFunctionOutput) SetVpcConfig ¶
func (s *GetFunctionOutput) SetVpcConfig(v *VpcConfigForGetFunctionOutput) *GetFunctionOutput
SetVpcConfig sets the VpcConfig field's value.
func (GetFunctionOutput) String ¶
func (s GetFunctionOutput) String() string
String returns the string representation
type GetFunctionResourceInput ¶
type GetFunctionResourceInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetFunctionResourceInput) GoString ¶
func (s GetFunctionResourceInput) GoString() string
GoString returns the string representation
func (*GetFunctionResourceInput) SetFunctionId ¶
func (s *GetFunctionResourceInput) SetFunctionId(v string) *GetFunctionResourceInput
SetFunctionId sets the FunctionId field's value.
func (GetFunctionResourceInput) String ¶
func (s GetFunctionResourceInput) String() string
String returns the string representation
func (*GetFunctionResourceInput) Validate ¶
func (s *GetFunctionResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFunctionResourceOutput ¶
type GetFunctionResourceOutput struct {
Metadata *response.ResponseMetadata
AccountResource *AccountResourceForGetFunctionResourceOutput `type:"structure" json:",omitempty"`
FunctionResource *FunctionResourceForGetFunctionResourceOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetFunctionResourceOutput) GoString ¶
func (s GetFunctionResourceOutput) GoString() string
GoString returns the string representation
func (*GetFunctionResourceOutput) SetAccountResource ¶
func (s *GetFunctionResourceOutput) SetAccountResource(v *AccountResourceForGetFunctionResourceOutput) *GetFunctionResourceOutput
SetAccountResource sets the AccountResource field's value.
func (*GetFunctionResourceOutput) SetFunctionResource ¶
func (s *GetFunctionResourceOutput) SetFunctionResource(v *FunctionResourceForGetFunctionResourceOutput) *GetFunctionResourceOutput
SetFunctionResource sets the FunctionResource field's value.
func (GetFunctionResourceOutput) String ¶
func (s GetFunctionResourceOutput) String() string
String returns the string representation
type GetImageSyncStatusInput ¶
type GetImageSyncStatusInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// Source is a required field
Source *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetImageSyncStatusInput) GoString ¶
func (s GetImageSyncStatusInput) GoString() string
GoString returns the string representation
func (*GetImageSyncStatusInput) SetFunctionId ¶
func (s *GetImageSyncStatusInput) SetFunctionId(v string) *GetImageSyncStatusInput
SetFunctionId sets the FunctionId field's value.
func (*GetImageSyncStatusInput) SetSource ¶
func (s *GetImageSyncStatusInput) SetSource(v string) *GetImageSyncStatusInput
SetSource sets the Source field's value.
func (GetImageSyncStatusInput) String ¶
func (s GetImageSyncStatusInput) String() string
String returns the string representation
func (*GetImageSyncStatusInput) Validate ¶
func (s *GetImageSyncStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetImageSyncStatusOutput ¶
type GetImageSyncStatusOutput struct {
Metadata *response.ResponseMetadata
Description *string `type:"string" json:",omitempty"`
EndTime *string `type:"string" json:",omitempty"`
ImageCacheDescription *string `type:"string" json:",omitempty"`
ImageCacheEnabled *bool `type:"boolean" json:",omitempty"`
ImageCacheExpireDateTime *string `type:"string" json:",omitempty"`
ImageCacheStatus *string `type:"string" json:",omitempty"`
ImagePreloadEnabled *bool `type:"boolean" json:",omitempty"`
ImagePreloadStatus *string `type:"string" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetImageSyncStatusOutput) GoString ¶
func (s GetImageSyncStatusOutput) GoString() string
GoString returns the string representation
func (*GetImageSyncStatusOutput) SetDescription ¶
func (s *GetImageSyncStatusOutput) SetDescription(v string) *GetImageSyncStatusOutput
SetDescription sets the Description field's value.
func (*GetImageSyncStatusOutput) SetEndTime ¶
func (s *GetImageSyncStatusOutput) SetEndTime(v string) *GetImageSyncStatusOutput
SetEndTime sets the EndTime field's value.
func (*GetImageSyncStatusOutput) SetImageCacheDescription ¶
func (s *GetImageSyncStatusOutput) SetImageCacheDescription(v string) *GetImageSyncStatusOutput
SetImageCacheDescription sets the ImageCacheDescription field's value.
func (*GetImageSyncStatusOutput) SetImageCacheEnabled ¶
func (s *GetImageSyncStatusOutput) SetImageCacheEnabled(v bool) *GetImageSyncStatusOutput
SetImageCacheEnabled sets the ImageCacheEnabled field's value.
func (*GetImageSyncStatusOutput) SetImageCacheExpireDateTime ¶
func (s *GetImageSyncStatusOutput) SetImageCacheExpireDateTime(v string) *GetImageSyncStatusOutput
SetImageCacheExpireDateTime sets the ImageCacheExpireDateTime field's value.
func (*GetImageSyncStatusOutput) SetImageCacheStatus ¶
func (s *GetImageSyncStatusOutput) SetImageCacheStatus(v string) *GetImageSyncStatusOutput
SetImageCacheStatus sets the ImageCacheStatus field's value.
func (*GetImageSyncStatusOutput) SetImagePreloadEnabled ¶
func (s *GetImageSyncStatusOutput) SetImagePreloadEnabled(v bool) *GetImageSyncStatusOutput
SetImagePreloadEnabled sets the ImagePreloadEnabled field's value.
func (*GetImageSyncStatusOutput) SetImagePreloadStatus ¶
func (s *GetImageSyncStatusOutput) SetImagePreloadStatus(v string) *GetImageSyncStatusOutput
SetImagePreloadStatus sets the ImagePreloadStatus field's value.
func (*GetImageSyncStatusOutput) SetStartTime ¶
func (s *GetImageSyncStatusOutput) SetStartTime(v string) *GetImageSyncStatusOutput
SetStartTime sets the StartTime field's value.
func (*GetImageSyncStatusOutput) SetStatus ¶
func (s *GetImageSyncStatusOutput) SetStatus(v string) *GetImageSyncStatusOutput
SetStatus sets the Status field's value.
func (GetImageSyncStatusOutput) String ¶
func (s GetImageSyncStatusOutput) String() string
String returns the string representation
type GetKafkaTriggerInput ¶
type GetKafkaTriggerInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetKafkaTriggerInput) GoString ¶
func (s GetKafkaTriggerInput) GoString() string
GoString returns the string representation
func (*GetKafkaTriggerInput) SetFunctionId ¶
func (s *GetKafkaTriggerInput) SetFunctionId(v string) *GetKafkaTriggerInput
SetFunctionId sets the FunctionId field's value.
func (*GetKafkaTriggerInput) SetId ¶
func (s *GetKafkaTriggerInput) SetId(v string) *GetKafkaTriggerInput
SetId sets the Id field's value.
func (GetKafkaTriggerInput) String ¶
func (s GetKafkaTriggerInput) String() string
String returns the string representation
func (*GetKafkaTriggerInput) Validate ¶
func (s *GetKafkaTriggerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetKafkaTriggerOutput ¶
type GetKafkaTriggerOutput struct {
Metadata *response.ResponseMetadata
BatchFlushDurationMilliseconds *int32 `type:"int32" json:",omitempty"`
BatchSize *int32 `type:"int32" json:",omitempty"`
ConsumerGroup *string `type:"string" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
MaximumRetryAttempts *int32 `type:"int32" json:",omitempty"`
MqInstanceId *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
StartingPosition *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TopicName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetKafkaTriggerOutput) GoString ¶
func (s GetKafkaTriggerOutput) GoString() string
GoString returns the string representation
func (*GetKafkaTriggerOutput) SetBatchFlushDurationMilliseconds ¶
func (s *GetKafkaTriggerOutput) SetBatchFlushDurationMilliseconds(v int32) *GetKafkaTriggerOutput
SetBatchFlushDurationMilliseconds sets the BatchFlushDurationMilliseconds field's value.
func (*GetKafkaTriggerOutput) SetBatchSize ¶
func (s *GetKafkaTriggerOutput) SetBatchSize(v int32) *GetKafkaTriggerOutput
SetBatchSize sets the BatchSize field's value.
func (*GetKafkaTriggerOutput) SetConsumerGroup ¶
func (s *GetKafkaTriggerOutput) SetConsumerGroup(v string) *GetKafkaTriggerOutput
SetConsumerGroup sets the ConsumerGroup field's value.
func (*GetKafkaTriggerOutput) SetCreationTime ¶
func (s *GetKafkaTriggerOutput) SetCreationTime(v string) *GetKafkaTriggerOutput
SetCreationTime sets the CreationTime field's value.
func (*GetKafkaTriggerOutput) SetDescription ¶
func (s *GetKafkaTriggerOutput) SetDescription(v string) *GetKafkaTriggerOutput
SetDescription sets the Description field's value.
func (*GetKafkaTriggerOutput) SetEnabled ¶
func (s *GetKafkaTriggerOutput) SetEnabled(v bool) *GetKafkaTriggerOutput
SetEnabled sets the Enabled field's value.
func (*GetKafkaTriggerOutput) SetFunctionId ¶
func (s *GetKafkaTriggerOutput) SetFunctionId(v string) *GetKafkaTriggerOutput
SetFunctionId sets the FunctionId field's value.
func (*GetKafkaTriggerOutput) SetId ¶
func (s *GetKafkaTriggerOutput) SetId(v string) *GetKafkaTriggerOutput
SetId sets the Id field's value.
func (*GetKafkaTriggerOutput) SetLastUpdateTime ¶
func (s *GetKafkaTriggerOutput) SetLastUpdateTime(v string) *GetKafkaTriggerOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*GetKafkaTriggerOutput) SetMaximumRetryAttempts ¶
func (s *GetKafkaTriggerOutput) SetMaximumRetryAttempts(v int32) *GetKafkaTriggerOutput
SetMaximumRetryAttempts sets the MaximumRetryAttempts field's value.
func (*GetKafkaTriggerOutput) SetMqInstanceId ¶
func (s *GetKafkaTriggerOutput) SetMqInstanceId(v string) *GetKafkaTriggerOutput
SetMqInstanceId sets the MqInstanceId field's value.
func (*GetKafkaTriggerOutput) SetName ¶
func (s *GetKafkaTriggerOutput) SetName(v string) *GetKafkaTriggerOutput
SetName sets the Name field's value.
func (*GetKafkaTriggerOutput) SetStartingPosition ¶
func (s *GetKafkaTriggerOutput) SetStartingPosition(v string) *GetKafkaTriggerOutput
SetStartingPosition sets the StartingPosition field's value.
func (*GetKafkaTriggerOutput) SetStatus ¶
func (s *GetKafkaTriggerOutput) SetStatus(v string) *GetKafkaTriggerOutput
SetStatus sets the Status field's value.
func (*GetKafkaTriggerOutput) SetTopicName ¶
func (s *GetKafkaTriggerOutput) SetTopicName(v string) *GetKafkaTriggerOutput
SetTopicName sets the TopicName field's value.
func (GetKafkaTriggerOutput) String ¶
func (s GetKafkaTriggerOutput) String() string
String returns the string representation
type GetPublicSandboxImageGroupsInput ¶
type GetPublicSandboxImageGroupsInput struct {
// contains filtered or unexported fields
}
func (GetPublicSandboxImageGroupsInput) GoString ¶
func (s GetPublicSandboxImageGroupsInput) GoString() string
GoString returns the string representation
func (GetPublicSandboxImageGroupsInput) String ¶
func (s GetPublicSandboxImageGroupsInput) String() string
String returns the string representation
type GetPublicSandboxImageGroupsOutput ¶
type GetPublicSandboxImageGroupsOutput struct {
Metadata *response.ResponseMetadata
ImageGroups []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetPublicSandboxImageGroupsOutput) GoString ¶
func (s GetPublicSandboxImageGroupsOutput) GoString() string
GoString returns the string representation
func (*GetPublicSandboxImageGroupsOutput) SetImageGroups ¶
func (s *GetPublicSandboxImageGroupsOutput) SetImageGroups(v []*string) *GetPublicSandboxImageGroupsOutput
SetImageGroups sets the ImageGroups field's value.
func (GetPublicSandboxImageGroupsOutput) String ¶
func (s GetPublicSandboxImageGroupsOutput) String() string
String returns the string representation
type GetReleaseStatusInput ¶
type GetReleaseStatusInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetReleaseStatusInput) GoString ¶
func (s GetReleaseStatusInput) GoString() string
GoString returns the string representation
func (*GetReleaseStatusInput) SetFunctionId ¶
func (s *GetReleaseStatusInput) SetFunctionId(v string) *GetReleaseStatusInput
SetFunctionId sets the FunctionId field's value.
func (GetReleaseStatusInput) String ¶
func (s GetReleaseStatusInput) String() string
String returns the string representation
func (*GetReleaseStatusInput) Validate ¶
func (s *GetReleaseStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReleaseStatusOutput ¶
type GetReleaseStatusOutput struct {
Metadata *response.ResponseMetadata
CurrentTrafficWeight *int32 `type:"int32" json:",omitempty"`
ErrorCode *string `type:"string" json:",omitempty"`
FailedInstanceLogs *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
NewRevisionNumber *int32 `type:"int32" json:",omitempty"`
OldRevisionNumber *int32 `type:"int32" json:",omitempty"`
ReleaseRecordId *string `type:"string" json:",omitempty"`
StableRevisionNumber *int32 `type:"int32" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
StatusMessage *string `type:"string" json:",omitempty"`
TargetTrafficWeight *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetReleaseStatusOutput) GoString ¶
func (s GetReleaseStatusOutput) GoString() string
GoString returns the string representation
func (*GetReleaseStatusOutput) SetCurrentTrafficWeight ¶
func (s *GetReleaseStatusOutput) SetCurrentTrafficWeight(v int32) *GetReleaseStatusOutput
SetCurrentTrafficWeight sets the CurrentTrafficWeight field's value.
func (*GetReleaseStatusOutput) SetErrorCode ¶
func (s *GetReleaseStatusOutput) SetErrorCode(v string) *GetReleaseStatusOutput
SetErrorCode sets the ErrorCode field's value.
func (*GetReleaseStatusOutput) SetFailedInstanceLogs ¶
func (s *GetReleaseStatusOutput) SetFailedInstanceLogs(v string) *GetReleaseStatusOutput
SetFailedInstanceLogs sets the FailedInstanceLogs field's value.
func (*GetReleaseStatusOutput) SetFunctionId ¶
func (s *GetReleaseStatusOutput) SetFunctionId(v string) *GetReleaseStatusOutput
SetFunctionId sets the FunctionId field's value.
func (*GetReleaseStatusOutput) SetNewRevisionNumber ¶
func (s *GetReleaseStatusOutput) SetNewRevisionNumber(v int32) *GetReleaseStatusOutput
SetNewRevisionNumber sets the NewRevisionNumber field's value.
func (*GetReleaseStatusOutput) SetOldRevisionNumber ¶
func (s *GetReleaseStatusOutput) SetOldRevisionNumber(v int32) *GetReleaseStatusOutput
SetOldRevisionNumber sets the OldRevisionNumber field's value.
func (*GetReleaseStatusOutput) SetReleaseRecordId ¶
func (s *GetReleaseStatusOutput) SetReleaseRecordId(v string) *GetReleaseStatusOutput
SetReleaseRecordId sets the ReleaseRecordId field's value.
func (*GetReleaseStatusOutput) SetStableRevisionNumber ¶
func (s *GetReleaseStatusOutput) SetStableRevisionNumber(v int32) *GetReleaseStatusOutput
SetStableRevisionNumber sets the StableRevisionNumber field's value.
func (*GetReleaseStatusOutput) SetStartTime ¶
func (s *GetReleaseStatusOutput) SetStartTime(v string) *GetReleaseStatusOutput
SetStartTime sets the StartTime field's value.
func (*GetReleaseStatusOutput) SetStatus ¶
func (s *GetReleaseStatusOutput) SetStatus(v string) *GetReleaseStatusOutput
SetStatus sets the Status field's value.
func (*GetReleaseStatusOutput) SetStatusMessage ¶
func (s *GetReleaseStatusOutput) SetStatusMessage(v string) *GetReleaseStatusOutput
SetStatusMessage sets the StatusMessage field's value.
func (*GetReleaseStatusOutput) SetTargetTrafficWeight ¶
func (s *GetReleaseStatusOutput) SetTargetTrafficWeight(v int32) *GetReleaseStatusOutput
SetTargetTrafficWeight sets the TargetTrafficWeight field's value.
func (GetReleaseStatusOutput) String ¶
func (s GetReleaseStatusOutput) String() string
String returns the string representation
type GetRevisionInput ¶
type GetRevisionInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// RevisionNumber is a required field
RevisionNumber *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetRevisionInput) GoString ¶
func (s GetRevisionInput) GoString() string
GoString returns the string representation
func (*GetRevisionInput) SetFunctionId ¶
func (s *GetRevisionInput) SetFunctionId(v string) *GetRevisionInput
SetFunctionId sets the FunctionId field's value.
func (*GetRevisionInput) SetRevisionNumber ¶
func (s *GetRevisionInput) SetRevisionNumber(v int32) *GetRevisionInput
SetRevisionNumber sets the RevisionNumber field's value.
func (GetRevisionInput) String ¶
func (s GetRevisionInput) String() string
String returns the string representation
func (*GetRevisionInput) Validate ¶
func (s *GetRevisionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRevisionOutput ¶
type GetRevisionOutput struct {
Metadata *response.ResponseMetadata
CodeSize *int32 `type:"int32" json:",omitempty"`
CodeSizeLimit *int32 `type:"int32" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Envs []*EnvForGetRevisionOutput `type:"list" json:",omitempty"`
ExclusiveMode *bool `type:"boolean" json:",omitempty"`
HealthCheckConfig *HealthCheckConfigForGetRevisionOutput `type:"structure" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
InitializerSec *int32 `type:"int32" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
MaxConcurrency *int32 `type:"int32" json:",omitempty"`
MaxReplicas *int32 `type:"int32" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
NasStorage *NasStorageForGetRevisionOutput `type:"structure" json:",omitempty"`
RequestTimeout *int32 `type:"int32" json:",omitempty"`
RevisionCreationTime *string `type:"string" json:",omitempty"`
RevisionDescription *string `type:"string" json:",omitempty"`
RevisionNumber *int32 `type:"int32" json:",omitempty"`
Role *string `type:"string" json:",omitempty"`
Runtime *string `type:"string" json:",omitempty"`
Source *string `type:"string" json:",omitempty"`
SourceLocation *string `type:"string" json:",omitempty"`
SourceType *string `type:"string" json:",omitempty"`
TlsConfig *TlsConfigForGetRevisionOutput `type:"structure" json:",omitempty"`
TosMountConfig *TosMountConfigForGetRevisionOutput `type:"structure" json:",omitempty"`
VpcConfig *VpcConfigForGetRevisionOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetRevisionOutput) GoString ¶
func (s GetRevisionOutput) GoString() string
GoString returns the string representation
func (*GetRevisionOutput) SetCodeSize ¶
func (s *GetRevisionOutput) SetCodeSize(v int32) *GetRevisionOutput
SetCodeSize sets the CodeSize field's value.
func (*GetRevisionOutput) SetCodeSizeLimit ¶
func (s *GetRevisionOutput) SetCodeSizeLimit(v int32) *GetRevisionOutput
SetCodeSizeLimit sets the CodeSizeLimit field's value.
func (*GetRevisionOutput) SetCreationTime ¶
func (s *GetRevisionOutput) SetCreationTime(v string) *GetRevisionOutput
SetCreationTime sets the CreationTime field's value.
func (*GetRevisionOutput) SetDescription ¶
func (s *GetRevisionOutput) SetDescription(v string) *GetRevisionOutput
SetDescription sets the Description field's value.
func (*GetRevisionOutput) SetEnvs ¶
func (s *GetRevisionOutput) SetEnvs(v []*EnvForGetRevisionOutput) *GetRevisionOutput
SetEnvs sets the Envs field's value.
func (*GetRevisionOutput) SetExclusiveMode ¶
func (s *GetRevisionOutput) SetExclusiveMode(v bool) *GetRevisionOutput
SetExclusiveMode sets the ExclusiveMode field's value.
func (*GetRevisionOutput) SetHealthCheckConfig ¶
func (s *GetRevisionOutput) SetHealthCheckConfig(v *HealthCheckConfigForGetRevisionOutput) *GetRevisionOutput
SetHealthCheckConfig sets the HealthCheckConfig field's value.
func (*GetRevisionOutput) SetId ¶
func (s *GetRevisionOutput) SetId(v string) *GetRevisionOutput
SetId sets the Id field's value.
func (*GetRevisionOutput) SetInitializerSec ¶
func (s *GetRevisionOutput) SetInitializerSec(v int32) *GetRevisionOutput
SetInitializerSec sets the InitializerSec field's value.
func (*GetRevisionOutput) SetInstanceType ¶
func (s *GetRevisionOutput) SetInstanceType(v string) *GetRevisionOutput
SetInstanceType sets the InstanceType field's value.
func (*GetRevisionOutput) SetMaxConcurrency ¶
func (s *GetRevisionOutput) SetMaxConcurrency(v int32) *GetRevisionOutput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*GetRevisionOutput) SetMaxReplicas ¶
func (s *GetRevisionOutput) SetMaxReplicas(v int32) *GetRevisionOutput
SetMaxReplicas sets the MaxReplicas field's value.
func (*GetRevisionOutput) SetMemoryMB ¶
func (s *GetRevisionOutput) SetMemoryMB(v int32) *GetRevisionOutput
SetMemoryMB sets the MemoryMB field's value.
func (*GetRevisionOutput) SetName ¶
func (s *GetRevisionOutput) SetName(v string) *GetRevisionOutput
SetName sets the Name field's value.
func (*GetRevisionOutput) SetNasStorage ¶
func (s *GetRevisionOutput) SetNasStorage(v *NasStorageForGetRevisionOutput) *GetRevisionOutput
SetNasStorage sets the NasStorage field's value.
func (*GetRevisionOutput) SetRequestTimeout ¶
func (s *GetRevisionOutput) SetRequestTimeout(v int32) *GetRevisionOutput
SetRequestTimeout sets the RequestTimeout field's value.
func (*GetRevisionOutput) SetRevisionCreationTime ¶
func (s *GetRevisionOutput) SetRevisionCreationTime(v string) *GetRevisionOutput
SetRevisionCreationTime sets the RevisionCreationTime field's value.
func (*GetRevisionOutput) SetRevisionDescription ¶
func (s *GetRevisionOutput) SetRevisionDescription(v string) *GetRevisionOutput
SetRevisionDescription sets the RevisionDescription field's value.
func (*GetRevisionOutput) SetRevisionNumber ¶
func (s *GetRevisionOutput) SetRevisionNumber(v int32) *GetRevisionOutput
SetRevisionNumber sets the RevisionNumber field's value.
func (*GetRevisionOutput) SetRole ¶
func (s *GetRevisionOutput) SetRole(v string) *GetRevisionOutput
SetRole sets the Role field's value.
func (*GetRevisionOutput) SetRuntime ¶
func (s *GetRevisionOutput) SetRuntime(v string) *GetRevisionOutput
SetRuntime sets the Runtime field's value.
func (*GetRevisionOutput) SetSource ¶
func (s *GetRevisionOutput) SetSource(v string) *GetRevisionOutput
SetSource sets the Source field's value.
func (*GetRevisionOutput) SetSourceLocation ¶
func (s *GetRevisionOutput) SetSourceLocation(v string) *GetRevisionOutput
SetSourceLocation sets the SourceLocation field's value.
func (*GetRevisionOutput) SetSourceType ¶
func (s *GetRevisionOutput) SetSourceType(v string) *GetRevisionOutput
SetSourceType sets the SourceType field's value.
func (*GetRevisionOutput) SetTlsConfig ¶
func (s *GetRevisionOutput) SetTlsConfig(v *TlsConfigForGetRevisionOutput) *GetRevisionOutput
SetTlsConfig sets the TlsConfig field's value.
func (*GetRevisionOutput) SetTosMountConfig ¶
func (s *GetRevisionOutput) SetTosMountConfig(v *TosMountConfigForGetRevisionOutput) *GetRevisionOutput
SetTosMountConfig sets the TosMountConfig field's value.
func (*GetRevisionOutput) SetVpcConfig ¶
func (s *GetRevisionOutput) SetVpcConfig(v *VpcConfigForGetRevisionOutput) *GetRevisionOutput
SetVpcConfig sets the VpcConfig field's value.
func (GetRevisionOutput) String ¶
func (s GetRevisionOutput) String() string
String returns the string representation
type GetRocketMQTriggerInput ¶
type GetRocketMQTriggerInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetRocketMQTriggerInput) GoString ¶
func (s GetRocketMQTriggerInput) GoString() string
GoString returns the string representation
func (*GetRocketMQTriggerInput) SetFunctionId ¶
func (s *GetRocketMQTriggerInput) SetFunctionId(v string) *GetRocketMQTriggerInput
SetFunctionId sets the FunctionId field's value.
func (*GetRocketMQTriggerInput) SetId ¶
func (s *GetRocketMQTriggerInput) SetId(v string) *GetRocketMQTriggerInput
SetId sets the Id field's value.
func (GetRocketMQTriggerInput) String ¶
func (s GetRocketMQTriggerInput) String() string
String returns the string representation
func (*GetRocketMQTriggerInput) Validate ¶
func (s *GetRocketMQTriggerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRocketMQTriggerOutput ¶
type GetRocketMQTriggerOutput struct {
Metadata *response.ResponseMetadata
ConsumerGroup *string `type:"string" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
MaximumRetryAttempts *int32 `type:"int32" json:",omitempty"`
MqInstanceId *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Orderly *bool `type:"boolean" json:",omitempty"`
QPSLimit *int32 `type:"int32" json:",omitempty"`
StartingPosition *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TopicName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetRocketMQTriggerOutput) GoString ¶
func (s GetRocketMQTriggerOutput) GoString() string
GoString returns the string representation
func (*GetRocketMQTriggerOutput) SetConsumerGroup ¶
func (s *GetRocketMQTriggerOutput) SetConsumerGroup(v string) *GetRocketMQTriggerOutput
SetConsumerGroup sets the ConsumerGroup field's value.
func (*GetRocketMQTriggerOutput) SetCreationTime ¶
func (s *GetRocketMQTriggerOutput) SetCreationTime(v string) *GetRocketMQTriggerOutput
SetCreationTime sets the CreationTime field's value.
func (*GetRocketMQTriggerOutput) SetDescription ¶
func (s *GetRocketMQTriggerOutput) SetDescription(v string) *GetRocketMQTriggerOutput
SetDescription sets the Description field's value.
func (*GetRocketMQTriggerOutput) SetEnabled ¶
func (s *GetRocketMQTriggerOutput) SetEnabled(v bool) *GetRocketMQTriggerOutput
SetEnabled sets the Enabled field's value.
func (*GetRocketMQTriggerOutput) SetEndpoint ¶
func (s *GetRocketMQTriggerOutput) SetEndpoint(v string) *GetRocketMQTriggerOutput
SetEndpoint sets the Endpoint field's value.
func (*GetRocketMQTriggerOutput) SetFunctionId ¶
func (s *GetRocketMQTriggerOutput) SetFunctionId(v string) *GetRocketMQTriggerOutput
SetFunctionId sets the FunctionId field's value.
func (*GetRocketMQTriggerOutput) SetId ¶
func (s *GetRocketMQTriggerOutput) SetId(v string) *GetRocketMQTriggerOutput
SetId sets the Id field's value.
func (*GetRocketMQTriggerOutput) SetLastUpdateTime ¶
func (s *GetRocketMQTriggerOutput) SetLastUpdateTime(v string) *GetRocketMQTriggerOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*GetRocketMQTriggerOutput) SetMaximumRetryAttempts ¶
func (s *GetRocketMQTriggerOutput) SetMaximumRetryAttempts(v int32) *GetRocketMQTriggerOutput
SetMaximumRetryAttempts sets the MaximumRetryAttempts field's value.
func (*GetRocketMQTriggerOutput) SetMqInstanceId ¶
func (s *GetRocketMQTriggerOutput) SetMqInstanceId(v string) *GetRocketMQTriggerOutput
SetMqInstanceId sets the MqInstanceId field's value.
func (*GetRocketMQTriggerOutput) SetName ¶
func (s *GetRocketMQTriggerOutput) SetName(v string) *GetRocketMQTriggerOutput
SetName sets the Name field's value.
func (*GetRocketMQTriggerOutput) SetOrderly ¶
func (s *GetRocketMQTriggerOutput) SetOrderly(v bool) *GetRocketMQTriggerOutput
SetOrderly sets the Orderly field's value.
func (*GetRocketMQTriggerOutput) SetQPSLimit ¶
func (s *GetRocketMQTriggerOutput) SetQPSLimit(v int32) *GetRocketMQTriggerOutput
SetQPSLimit sets the QPSLimit field's value.
func (*GetRocketMQTriggerOutput) SetStartingPosition ¶
func (s *GetRocketMQTriggerOutput) SetStartingPosition(v string) *GetRocketMQTriggerOutput
SetStartingPosition sets the StartingPosition field's value.
func (*GetRocketMQTriggerOutput) SetStatus ¶
func (s *GetRocketMQTriggerOutput) SetStatus(v string) *GetRocketMQTriggerOutput
SetStatus sets the Status field's value.
func (*GetRocketMQTriggerOutput) SetTopicName ¶
func (s *GetRocketMQTriggerOutput) SetTopicName(v string) *GetRocketMQTriggerOutput
SetTopicName sets the TopicName field's value.
func (GetRocketMQTriggerOutput) String ¶
func (s GetRocketMQTriggerOutput) String() string
String returns the string representation
type GetSandboxImagePrecacheTicketInput ¶
type GetSandboxImagePrecacheTicketInput struct {
TicketId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetSandboxImagePrecacheTicketInput) GoString ¶
func (s GetSandboxImagePrecacheTicketInput) GoString() string
GoString returns the string representation
func (*GetSandboxImagePrecacheTicketInput) SetTicketId ¶
func (s *GetSandboxImagePrecacheTicketInput) SetTicketId(v string) *GetSandboxImagePrecacheTicketInput
SetTicketId sets the TicketId field's value.
func (GetSandboxImagePrecacheTicketInput) String ¶
func (s GetSandboxImagePrecacheTicketInput) String() string
String returns the string representation
type GetSandboxImagePrecacheTicketOutput ¶
type GetSandboxImagePrecacheTicketOutput struct {
Metadata *response.ResponseMetadata
Duration *int64 `type:"int64" json:",omitempty"`
Progress *ProgressForGetSandboxImagePrecacheTicketOutput `type:"structure" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TicketId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetSandboxImagePrecacheTicketOutput) GoString ¶
func (s GetSandboxImagePrecacheTicketOutput) GoString() string
GoString returns the string representation
func (*GetSandboxImagePrecacheTicketOutput) SetDuration ¶
func (s *GetSandboxImagePrecacheTicketOutput) SetDuration(v int64) *GetSandboxImagePrecacheTicketOutput
SetDuration sets the Duration field's value.
func (*GetSandboxImagePrecacheTicketOutput) SetProgress ¶
func (s *GetSandboxImagePrecacheTicketOutput) SetProgress(v *ProgressForGetSandboxImagePrecacheTicketOutput) *GetSandboxImagePrecacheTicketOutput
SetProgress sets the Progress field's value.
func (*GetSandboxImagePrecacheTicketOutput) SetStatus ¶
func (s *GetSandboxImagePrecacheTicketOutput) SetStatus(v string) *GetSandboxImagePrecacheTicketOutput
SetStatus sets the Status field's value.
func (*GetSandboxImagePrecacheTicketOutput) SetTicketId ¶
func (s *GetSandboxImagePrecacheTicketOutput) SetTicketId(v string) *GetSandboxImagePrecacheTicketOutput
SetTicketId sets the TicketId field's value.
func (GetSandboxImagePrecacheTicketOutput) String ¶
func (s GetSandboxImagePrecacheTicketOutput) String() string
String returns the string representation
type GetTimerInput ¶
type GetTimerInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (GetTimerInput) GoString ¶
func (s GetTimerInput) GoString() string
GoString returns the string representation
func (*GetTimerInput) SetFunctionId ¶
func (s *GetTimerInput) SetFunctionId(v string) *GetTimerInput
SetFunctionId sets the FunctionId field's value.
func (*GetTimerInput) SetId ¶
func (s *GetTimerInput) SetId(v string) *GetTimerInput
SetId sets the Id field's value.
func (GetTimerInput) String ¶
func (s GetTimerInput) String() string
String returns the string representation
func (*GetTimerInput) Validate ¶
func (s *GetTimerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTimerOutput ¶
type GetTimerOutput struct {
Metadata *response.ResponseMetadata
CreationTime *string `type:"string" json:",omitempty"`
Crontab *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
EnableConcurrency *bool `type:"boolean" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Payload *string `type:"string" json:",omitempty"`
Retries *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (GetTimerOutput) GoString ¶
func (s GetTimerOutput) GoString() string
GoString returns the string representation
func (*GetTimerOutput) SetCreationTime ¶
func (s *GetTimerOutput) SetCreationTime(v string) *GetTimerOutput
SetCreationTime sets the CreationTime field's value.
func (*GetTimerOutput) SetCrontab ¶
func (s *GetTimerOutput) SetCrontab(v string) *GetTimerOutput
SetCrontab sets the Crontab field's value.
func (*GetTimerOutput) SetDescription ¶
func (s *GetTimerOutput) SetDescription(v string) *GetTimerOutput
SetDescription sets the Description field's value.
func (*GetTimerOutput) SetEnableConcurrency ¶
func (s *GetTimerOutput) SetEnableConcurrency(v bool) *GetTimerOutput
SetEnableConcurrency sets the EnableConcurrency field's value.
func (*GetTimerOutput) SetEnabled ¶
func (s *GetTimerOutput) SetEnabled(v bool) *GetTimerOutput
SetEnabled sets the Enabled field's value.
func (*GetTimerOutput) SetFunctionId ¶
func (s *GetTimerOutput) SetFunctionId(v string) *GetTimerOutput
SetFunctionId sets the FunctionId field's value.
func (*GetTimerOutput) SetId ¶
func (s *GetTimerOutput) SetId(v string) *GetTimerOutput
SetId sets the Id field's value.
func (*GetTimerOutput) SetLastUpdateTime ¶
func (s *GetTimerOutput) SetLastUpdateTime(v string) *GetTimerOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*GetTimerOutput) SetName ¶
func (s *GetTimerOutput) SetName(v string) *GetTimerOutput
SetName sets the Name field's value.
func (*GetTimerOutput) SetPayload ¶
func (s *GetTimerOutput) SetPayload(v string) *GetTimerOutput
SetPayload sets the Payload field's value.
func (*GetTimerOutput) SetRetries ¶
func (s *GetTimerOutput) SetRetries(v int32) *GetTimerOutput
SetRetries sets the Retries field's value.
func (GetTimerOutput) String ¶
func (s GetTimerOutput) String() string
String returns the string representation
type HTTPGetForGetRevisionOutput ¶
type HTTPGetForGetRevisionOutput struct {
HTTPHeaders []*HTTPHeaderForGetRevisionOutput `type:"list" json:",omitempty"`
Path *string `type:"string" json:",omitempty"`
Port *int32 `type:"int32" json:",omitempty"`
Scheme *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (HTTPGetForGetRevisionOutput) GoString ¶
func (s HTTPGetForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*HTTPGetForGetRevisionOutput) SetHTTPHeaders ¶
func (s *HTTPGetForGetRevisionOutput) SetHTTPHeaders(v []*HTTPHeaderForGetRevisionOutput) *HTTPGetForGetRevisionOutput
SetHTTPHeaders sets the HTTPHeaders field's value.
func (*HTTPGetForGetRevisionOutput) SetPath ¶
func (s *HTTPGetForGetRevisionOutput) SetPath(v string) *HTTPGetForGetRevisionOutput
SetPath sets the Path field's value.
func (*HTTPGetForGetRevisionOutput) SetPort ¶
func (s *HTTPGetForGetRevisionOutput) SetPort(v int32) *HTTPGetForGetRevisionOutput
SetPort sets the Port field's value.
func (*HTTPGetForGetRevisionOutput) SetScheme ¶
func (s *HTTPGetForGetRevisionOutput) SetScheme(v string) *HTTPGetForGetRevisionOutput
SetScheme sets the Scheme field's value.
func (HTTPGetForGetRevisionOutput) String ¶
func (s HTTPGetForGetRevisionOutput) String() string
String returns the string representation
type HTTPGetForListRevisionsOutput ¶
type HTTPGetForListRevisionsOutput struct {
HTTPHeaders []*HTTPHeaderForListRevisionsOutput `type:"list" json:",omitempty"`
Path *string `type:"string" json:",omitempty"`
Port *int32 `type:"int32" json:",omitempty"`
Scheme *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (HTTPGetForListRevisionsOutput) GoString ¶
func (s HTTPGetForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*HTTPGetForListRevisionsOutput) SetHTTPHeaders ¶
func (s *HTTPGetForListRevisionsOutput) SetHTTPHeaders(v []*HTTPHeaderForListRevisionsOutput) *HTTPGetForListRevisionsOutput
SetHTTPHeaders sets the HTTPHeaders field's value.
func (*HTTPGetForListRevisionsOutput) SetPath ¶
func (s *HTTPGetForListRevisionsOutput) SetPath(v string) *HTTPGetForListRevisionsOutput
SetPath sets the Path field's value.
func (*HTTPGetForListRevisionsOutput) SetPort ¶
func (s *HTTPGetForListRevisionsOutput) SetPort(v int32) *HTTPGetForListRevisionsOutput
SetPort sets the Port field's value.
func (*HTTPGetForListRevisionsOutput) SetScheme ¶
func (s *HTTPGetForListRevisionsOutput) SetScheme(v string) *HTTPGetForListRevisionsOutput
SetScheme sets the Scheme field's value.
func (HTTPGetForListRevisionsOutput) String ¶
func (s HTTPGetForListRevisionsOutput) String() string
String returns the string representation
type HTTPHeaderForGetRevisionOutput ¶
type HTTPHeaderForGetRevisionOutput struct {
Name *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (HTTPHeaderForGetRevisionOutput) GoString ¶
func (s HTTPHeaderForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*HTTPHeaderForGetRevisionOutput) SetName ¶
func (s *HTTPHeaderForGetRevisionOutput) SetName(v string) *HTTPHeaderForGetRevisionOutput
SetName sets the Name field's value.
func (*HTTPHeaderForGetRevisionOutput) SetValue ¶
func (s *HTTPHeaderForGetRevisionOutput) SetValue(v string) *HTTPHeaderForGetRevisionOutput
SetValue sets the Value field's value.
func (HTTPHeaderForGetRevisionOutput) String ¶
func (s HTTPHeaderForGetRevisionOutput) String() string
String returns the string representation
type HTTPHeaderForListRevisionsOutput ¶
type HTTPHeaderForListRevisionsOutput struct {
Name *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (HTTPHeaderForListRevisionsOutput) GoString ¶
func (s HTTPHeaderForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*HTTPHeaderForListRevisionsOutput) SetName ¶
func (s *HTTPHeaderForListRevisionsOutput) SetName(v string) *HTTPHeaderForListRevisionsOutput
SetName sets the Name field's value.
func (*HTTPHeaderForListRevisionsOutput) SetValue ¶
func (s *HTTPHeaderForListRevisionsOutput) SetValue(v string) *HTTPHeaderForListRevisionsOutput
SetValue sets the Value field's value.
func (HTTPHeaderForListRevisionsOutput) String ¶
func (s HTTPHeaderForListRevisionsOutput) String() string
String returns the string representation
type HealthCheckConfigForGetRevisionOutput ¶
type HealthCheckConfigForGetRevisionOutput struct {
EnableHealthCheck *bool `type:"boolean" json:",omitempty"`
FailureThreshold *int32 `type:"int32" json:",omitempty"`
InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`
PeriodSeconds *int32 `type:"int32" json:",omitempty"`
ProbeHandler *ProbeHandlerForGetRevisionOutput `type:"structure" json:",omitempty"`
SuccessThreshold *int32 `type:"int32" json:",omitempty"`
TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (HealthCheckConfigForGetRevisionOutput) GoString ¶
func (s HealthCheckConfigForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*HealthCheckConfigForGetRevisionOutput) SetEnableHealthCheck ¶
func (s *HealthCheckConfigForGetRevisionOutput) SetEnableHealthCheck(v bool) *HealthCheckConfigForGetRevisionOutput
SetEnableHealthCheck sets the EnableHealthCheck field's value.
func (*HealthCheckConfigForGetRevisionOutput) SetFailureThreshold ¶
func (s *HealthCheckConfigForGetRevisionOutput) SetFailureThreshold(v int32) *HealthCheckConfigForGetRevisionOutput
SetFailureThreshold sets the FailureThreshold field's value.
func (*HealthCheckConfigForGetRevisionOutput) SetInitialDelaySeconds ¶
func (s *HealthCheckConfigForGetRevisionOutput) SetInitialDelaySeconds(v int32) *HealthCheckConfigForGetRevisionOutput
SetInitialDelaySeconds sets the InitialDelaySeconds field's value.
func (*HealthCheckConfigForGetRevisionOutput) SetPeriodSeconds ¶
func (s *HealthCheckConfigForGetRevisionOutput) SetPeriodSeconds(v int32) *HealthCheckConfigForGetRevisionOutput
SetPeriodSeconds sets the PeriodSeconds field's value.
func (*HealthCheckConfigForGetRevisionOutput) SetProbeHandler ¶
func (s *HealthCheckConfigForGetRevisionOutput) SetProbeHandler(v *ProbeHandlerForGetRevisionOutput) *HealthCheckConfigForGetRevisionOutput
SetProbeHandler sets the ProbeHandler field's value.
func (*HealthCheckConfigForGetRevisionOutput) SetSuccessThreshold ¶
func (s *HealthCheckConfigForGetRevisionOutput) SetSuccessThreshold(v int32) *HealthCheckConfigForGetRevisionOutput
SetSuccessThreshold sets the SuccessThreshold field's value.
func (*HealthCheckConfigForGetRevisionOutput) SetTimeoutSeconds ¶
func (s *HealthCheckConfigForGetRevisionOutput) SetTimeoutSeconds(v int32) *HealthCheckConfigForGetRevisionOutput
SetTimeoutSeconds sets the TimeoutSeconds field's value.
func (HealthCheckConfigForGetRevisionOutput) String ¶
func (s HealthCheckConfigForGetRevisionOutput) String() string
String returns the string representation
type HealthCheckConfigForListRevisionsOutput ¶
type HealthCheckConfigForListRevisionsOutput struct {
EnableHealthCheck *bool `type:"boolean" json:",omitempty"`
FailureThreshold *int32 `type:"int32" json:",omitempty"`
InitialDelaySeconds *int32 `type:"int32" json:",omitempty"`
PeriodSeconds *int32 `type:"int32" json:",omitempty"`
ProbeHandler *ProbeHandlerForListRevisionsOutput `type:"structure" json:",omitempty"`
SuccessThreshold *int32 `type:"int32" json:",omitempty"`
TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (HealthCheckConfigForListRevisionsOutput) GoString ¶
func (s HealthCheckConfigForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*HealthCheckConfigForListRevisionsOutput) SetEnableHealthCheck ¶
func (s *HealthCheckConfigForListRevisionsOutput) SetEnableHealthCheck(v bool) *HealthCheckConfigForListRevisionsOutput
SetEnableHealthCheck sets the EnableHealthCheck field's value.
func (*HealthCheckConfigForListRevisionsOutput) SetFailureThreshold ¶
func (s *HealthCheckConfigForListRevisionsOutput) SetFailureThreshold(v int32) *HealthCheckConfigForListRevisionsOutput
SetFailureThreshold sets the FailureThreshold field's value.
func (*HealthCheckConfigForListRevisionsOutput) SetInitialDelaySeconds ¶
func (s *HealthCheckConfigForListRevisionsOutput) SetInitialDelaySeconds(v int32) *HealthCheckConfigForListRevisionsOutput
SetInitialDelaySeconds sets the InitialDelaySeconds field's value.
func (*HealthCheckConfigForListRevisionsOutput) SetPeriodSeconds ¶
func (s *HealthCheckConfigForListRevisionsOutput) SetPeriodSeconds(v int32) *HealthCheckConfigForListRevisionsOutput
SetPeriodSeconds sets the PeriodSeconds field's value.
func (*HealthCheckConfigForListRevisionsOutput) SetProbeHandler ¶
func (s *HealthCheckConfigForListRevisionsOutput) SetProbeHandler(v *ProbeHandlerForListRevisionsOutput) *HealthCheckConfigForListRevisionsOutput
SetProbeHandler sets the ProbeHandler field's value.
func (*HealthCheckConfigForListRevisionsOutput) SetSuccessThreshold ¶
func (s *HealthCheckConfigForListRevisionsOutput) SetSuccessThreshold(v int32) *HealthCheckConfigForListRevisionsOutput
SetSuccessThreshold sets the SuccessThreshold field's value.
func (*HealthCheckConfigForListRevisionsOutput) SetTimeoutSeconds ¶
func (s *HealthCheckConfigForListRevisionsOutput) SetTimeoutSeconds(v int32) *HealthCheckConfigForListRevisionsOutput
SetTimeoutSeconds sets the TimeoutSeconds field's value.
func (HealthCheckConfigForListRevisionsOutput) String ¶
func (s HealthCheckConfigForListRevisionsOutput) String() string
String returns the string representation
type ImageForListSandboxImagesOutput ¶
type ImageForListSandboxImagesOutput struct {
ImageGroup *string `type:"string" json:",omitempty"`
ImageId *string `type:"string" json:",omitempty"`
ImageUrl *string `type:"string" json:",omitempty"`
PrecacheStatus *string `type:"string" json:",omitempty"`
RelatedSandboxApplications []*string `type:"list" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ImageForListSandboxImagesOutput) GoString ¶
func (s ImageForListSandboxImagesOutput) GoString() string
GoString returns the string representation
func (*ImageForListSandboxImagesOutput) SetImageGroup ¶
func (s *ImageForListSandboxImagesOutput) SetImageGroup(v string) *ImageForListSandboxImagesOutput
SetImageGroup sets the ImageGroup field's value.
func (*ImageForListSandboxImagesOutput) SetImageId ¶
func (s *ImageForListSandboxImagesOutput) SetImageId(v string) *ImageForListSandboxImagesOutput
SetImageId sets the ImageId field's value.
func (*ImageForListSandboxImagesOutput) SetImageUrl ¶
func (s *ImageForListSandboxImagesOutput) SetImageUrl(v string) *ImageForListSandboxImagesOutput
SetImageUrl sets the ImageUrl field's value.
func (*ImageForListSandboxImagesOutput) SetPrecacheStatus ¶
func (s *ImageForListSandboxImagesOutput) SetPrecacheStatus(v string) *ImageForListSandboxImagesOutput
SetPrecacheStatus sets the PrecacheStatus field's value.
func (*ImageForListSandboxImagesOutput) SetRelatedSandboxApplications ¶
func (s *ImageForListSandboxImagesOutput) SetRelatedSandboxApplications(v []*string) *ImageForListSandboxImagesOutput
SetRelatedSandboxApplications sets the RelatedSandboxApplications field's value.
func (*ImageForListSandboxImagesOutput) SetUpdateTime ¶
func (s *ImageForListSandboxImagesOutput) SetUpdateTime(v string) *ImageForListSandboxImagesOutput
SetUpdateTime sets the UpdateTime field's value.
func (ImageForListSandboxImagesOutput) String ¶
func (s ImageForListSandboxImagesOutput) String() string
String returns the string representation
type ImageInfoForDescribeSandboxOutput ¶
type ImageInfoForDescribeSandboxOutput struct {
Command *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Image *string `type:"string" json:",omitempty"`
Port *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ImageInfoForDescribeSandboxOutput) GoString ¶
func (s ImageInfoForDescribeSandboxOutput) GoString() string
GoString returns the string representation
func (*ImageInfoForDescribeSandboxOutput) SetCommand ¶
func (s *ImageInfoForDescribeSandboxOutput) SetCommand(v string) *ImageInfoForDescribeSandboxOutput
SetCommand sets the Command field's value.
func (*ImageInfoForDescribeSandboxOutput) SetId ¶
func (s *ImageInfoForDescribeSandboxOutput) SetId(v string) *ImageInfoForDescribeSandboxOutput
SetId sets the Id field's value.
func (*ImageInfoForDescribeSandboxOutput) SetImage ¶
func (s *ImageInfoForDescribeSandboxOutput) SetImage(v string) *ImageInfoForDescribeSandboxOutput
SetImage sets the Image field's value.
func (*ImageInfoForDescribeSandboxOutput) SetPort ¶
func (s *ImageInfoForDescribeSandboxOutput) SetPort(v int32) *ImageInfoForDescribeSandboxOutput
SetPort sets the Port field's value.
func (ImageInfoForDescribeSandboxOutput) String ¶
func (s ImageInfoForDescribeSandboxOutput) String() string
String returns the string representation
type InstanceImageInfoForCreateSandboxInput ¶
type InstanceImageInfoForCreateSandboxInput struct {
Command *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Image *string `type:"string" json:",omitempty"`
Port *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (InstanceImageInfoForCreateSandboxInput) GoString ¶
func (s InstanceImageInfoForCreateSandboxInput) GoString() string
GoString returns the string representation
func (*InstanceImageInfoForCreateSandboxInput) SetCommand ¶
func (s *InstanceImageInfoForCreateSandboxInput) SetCommand(v string) *InstanceImageInfoForCreateSandboxInput
SetCommand sets the Command field's value.
func (*InstanceImageInfoForCreateSandboxInput) SetId ¶
func (s *InstanceImageInfoForCreateSandboxInput) SetId(v string) *InstanceImageInfoForCreateSandboxInput
SetId sets the Id field's value.
func (*InstanceImageInfoForCreateSandboxInput) SetImage ¶
func (s *InstanceImageInfoForCreateSandboxInput) SetImage(v string) *InstanceImageInfoForCreateSandboxInput
SetImage sets the Image field's value.
func (*InstanceImageInfoForCreateSandboxInput) SetPort ¶
func (s *InstanceImageInfoForCreateSandboxInput) SetPort(v int32) *InstanceImageInfoForCreateSandboxInput
SetPort sets the Port field's value.
func (InstanceImageInfoForCreateSandboxInput) String ¶
func (s InstanceImageInfoForCreateSandboxInput) String() string
String returns the string representation
type InstanceTosMountConfigForCreateSandboxInput ¶
type InstanceTosMountConfigForCreateSandboxInput struct {
Enable *bool `type:"boolean" json:",omitempty"`
TosMountPoints []*TosMountPointForCreateSandboxInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (InstanceTosMountConfigForCreateSandboxInput) GoString ¶
func (s InstanceTosMountConfigForCreateSandboxInput) GoString() string
GoString returns the string representation
func (*InstanceTosMountConfigForCreateSandboxInput) SetEnable ¶
func (s *InstanceTosMountConfigForCreateSandboxInput) SetEnable(v bool) *InstanceTosMountConfigForCreateSandboxInput
SetEnable sets the Enable field's value.
func (*InstanceTosMountConfigForCreateSandboxInput) SetTosMountPoints ¶
func (s *InstanceTosMountConfigForCreateSandboxInput) SetTosMountPoints(v []*TosMountPointForCreateSandboxInput) *InstanceTosMountConfigForCreateSandboxInput
SetTosMountPoints sets the TosMountPoints field's value.
func (InstanceTosMountConfigForCreateSandboxInput) String ¶
func (s InstanceTosMountConfigForCreateSandboxInput) String() string
String returns the string representation
type InstanceTosMountConfigForDescribeSandboxOutput ¶
type InstanceTosMountConfigForDescribeSandboxOutput struct {
Enable *bool `type:"boolean" json:",omitempty"`
TosMountPoints []*TosMountPointForDescribeSandboxOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (InstanceTosMountConfigForDescribeSandboxOutput) GoString ¶
func (s InstanceTosMountConfigForDescribeSandboxOutput) GoString() string
GoString returns the string representation
func (*InstanceTosMountConfigForDescribeSandboxOutput) SetEnable ¶
func (s *InstanceTosMountConfigForDescribeSandboxOutput) SetEnable(v bool) *InstanceTosMountConfigForDescribeSandboxOutput
SetEnable sets the Enable field's value.
func (*InstanceTosMountConfigForDescribeSandboxOutput) SetTosMountPoints ¶
func (s *InstanceTosMountConfigForDescribeSandboxOutput) SetTosMountPoints(v []*TosMountPointForDescribeSandboxOutput) *InstanceTosMountConfigForDescribeSandboxOutput
SetTosMountPoints sets the TosMountPoints field's value.
func (InstanceTosMountConfigForDescribeSandboxOutput) String ¶
func (s InstanceTosMountConfigForDescribeSandboxOutput) String() string
String returns the string representation
type ItemForListAsyncTasksOutput ¶
type ItemForListAsyncTasksOutput struct {
EndTime *string `type:"string" json:",omitempty"`
ExecutionRecords []*ExecutionRecordForListAsyncTasksOutput `type:"list" json:",omitempty"`
RequestId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
SubmitTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListAsyncTasksOutput) GoString ¶
func (s ItemForListAsyncTasksOutput) GoString() string
GoString returns the string representation
func (*ItemForListAsyncTasksOutput) SetEndTime ¶
func (s *ItemForListAsyncTasksOutput) SetEndTime(v string) *ItemForListAsyncTasksOutput
SetEndTime sets the EndTime field's value.
func (*ItemForListAsyncTasksOutput) SetExecutionRecords ¶
func (s *ItemForListAsyncTasksOutput) SetExecutionRecords(v []*ExecutionRecordForListAsyncTasksOutput) *ItemForListAsyncTasksOutput
SetExecutionRecords sets the ExecutionRecords field's value.
func (*ItemForListAsyncTasksOutput) SetRequestId ¶
func (s *ItemForListAsyncTasksOutput) SetRequestId(v string) *ItemForListAsyncTasksOutput
SetRequestId sets the RequestId field's value.
func (*ItemForListAsyncTasksOutput) SetStatus ¶
func (s *ItemForListAsyncTasksOutput) SetStatus(v string) *ItemForListAsyncTasksOutput
SetStatus sets the Status field's value.
func (*ItemForListAsyncTasksOutput) SetSubmitTime ¶
func (s *ItemForListAsyncTasksOutput) SetSubmitTime(v string) *ItemForListAsyncTasksOutput
SetSubmitTime sets the SubmitTime field's value.
func (ItemForListAsyncTasksOutput) String ¶
func (s ItemForListAsyncTasksOutput) String() string
String returns the string representation
type ItemForListFunctionInstancesOutput ¶
type ItemForListFunctionInstancesOutput struct {
AvailabilityZone *string `type:"string" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
ExpireAt *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
InstanceName *string `type:"string" json:",omitempty"`
InstanceStatus *string `type:"string" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
Labels *LabelsForListFunctionInstancesOutput `type:"structure" json:",omitempty"`
RevisionNumber *int32 `type:"int32" json:",omitempty"`
UserVpcIP *string `type:"string" json:",omitempty"`
UserVpcIPv6 *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListFunctionInstancesOutput) GoString ¶
func (s ItemForListFunctionInstancesOutput) GoString() string
GoString returns the string representation
func (*ItemForListFunctionInstancesOutput) SetAvailabilityZone ¶
func (s *ItemForListFunctionInstancesOutput) SetAvailabilityZone(v string) *ItemForListFunctionInstancesOutput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*ItemForListFunctionInstancesOutput) SetCreationTime ¶
func (s *ItemForListFunctionInstancesOutput) SetCreationTime(v string) *ItemForListFunctionInstancesOutput
SetCreationTime sets the CreationTime field's value.
func (*ItemForListFunctionInstancesOutput) SetExpireAt ¶
func (s *ItemForListFunctionInstancesOutput) SetExpireAt(v string) *ItemForListFunctionInstancesOutput
SetExpireAt sets the ExpireAt field's value.
func (*ItemForListFunctionInstancesOutput) SetId ¶
func (s *ItemForListFunctionInstancesOutput) SetId(v string) *ItemForListFunctionInstancesOutput
SetId sets the Id field's value.
func (*ItemForListFunctionInstancesOutput) SetInstanceName ¶
func (s *ItemForListFunctionInstancesOutput) SetInstanceName(v string) *ItemForListFunctionInstancesOutput
SetInstanceName sets the InstanceName field's value.
func (*ItemForListFunctionInstancesOutput) SetInstanceStatus ¶
func (s *ItemForListFunctionInstancesOutput) SetInstanceStatus(v string) *ItemForListFunctionInstancesOutput
SetInstanceStatus sets the InstanceStatus field's value.
func (*ItemForListFunctionInstancesOutput) SetInstanceType ¶
func (s *ItemForListFunctionInstancesOutput) SetInstanceType(v string) *ItemForListFunctionInstancesOutput
SetInstanceType sets the InstanceType field's value.
func (*ItemForListFunctionInstancesOutput) SetLabels ¶
func (s *ItemForListFunctionInstancesOutput) SetLabels(v *LabelsForListFunctionInstancesOutput) *ItemForListFunctionInstancesOutput
SetLabels sets the Labels field's value.
func (*ItemForListFunctionInstancesOutput) SetRevisionNumber ¶
func (s *ItemForListFunctionInstancesOutput) SetRevisionNumber(v int32) *ItemForListFunctionInstancesOutput
SetRevisionNumber sets the RevisionNumber field's value.
func (*ItemForListFunctionInstancesOutput) SetUserVpcIP ¶
func (s *ItemForListFunctionInstancesOutput) SetUserVpcIP(v string) *ItemForListFunctionInstancesOutput
SetUserVpcIP sets the UserVpcIP field's value.
func (*ItemForListFunctionInstancesOutput) SetUserVpcIPv6 ¶
func (s *ItemForListFunctionInstancesOutput) SetUserVpcIPv6(v string) *ItemForListFunctionInstancesOutput
SetUserVpcIPv6 sets the UserVpcIPv6 field's value.
func (ItemForListFunctionInstancesOutput) String ¶
func (s ItemForListFunctionInstancesOutput) String() string
String returns the string representation
type ItemForListFunctionsOutput ¶
type ItemForListFunctionsOutput struct {
Cell *string `type:"string" json:",omitempty"`
CodeSize *int32 `type:"int32" json:",omitempty"`
CodeSizeLimit *int32 `type:"int32" json:",omitempty"`
Command *string `type:"string" json:",omitempty"`
CpuStrategy *string `type:"string" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Envs []*EnvForListFunctionsOutput `type:"list" json:",omitempty"`
ExclusiveMode *bool `type:"boolean" json:",omitempty"`
FunctionType *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
InitializerSec *int32 `type:"int32" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
MaxConcurrency *int32 `type:"int32" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
NasStorage *NasStorageForListFunctionsOutput `type:"structure" json:",omitempty"`
Owner *string `type:"string" json:",omitempty"`
Port *int32 `type:"int32" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
RequestTimeout *int32 `type:"int32" json:",omitempty"`
Role *string `type:"string" json:",omitempty"`
Runtime *string `type:"string" json:",omitempty"`
Source *string `type:"string" json:",omitempty"`
SourceLocation *string `type:"string" json:",omitempty"`
SourceType *string `type:"string" json:",omitempty"`
Tags []*TagForListFunctionsOutput `type:"list" json:",omitempty"`
TlsConfig *TlsConfigForListFunctionsOutput `type:"structure" json:",omitempty"`
TosMountConfig *TosMountConfigForListFunctionsOutput `type:"structure" json:",omitempty"`
TriggersCount *int32 `type:"int32" json:",omitempty"`
VpcConfig *VpcConfigForListFunctionsOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListFunctionsOutput) GoString ¶
func (s ItemForListFunctionsOutput) GoString() string
GoString returns the string representation
func (*ItemForListFunctionsOutput) SetCell ¶
func (s *ItemForListFunctionsOutput) SetCell(v string) *ItemForListFunctionsOutput
SetCell sets the Cell field's value.
func (*ItemForListFunctionsOutput) SetCodeSize ¶
func (s *ItemForListFunctionsOutput) SetCodeSize(v int32) *ItemForListFunctionsOutput
SetCodeSize sets the CodeSize field's value.
func (*ItemForListFunctionsOutput) SetCodeSizeLimit ¶
func (s *ItemForListFunctionsOutput) SetCodeSizeLimit(v int32) *ItemForListFunctionsOutput
SetCodeSizeLimit sets the CodeSizeLimit field's value.
func (*ItemForListFunctionsOutput) SetCommand ¶
func (s *ItemForListFunctionsOutput) SetCommand(v string) *ItemForListFunctionsOutput
SetCommand sets the Command field's value.
func (*ItemForListFunctionsOutput) SetCpuStrategy ¶
func (s *ItemForListFunctionsOutput) SetCpuStrategy(v string) *ItemForListFunctionsOutput
SetCpuStrategy sets the CpuStrategy field's value.
func (*ItemForListFunctionsOutput) SetCreationTime ¶
func (s *ItemForListFunctionsOutput) SetCreationTime(v string) *ItemForListFunctionsOutput
SetCreationTime sets the CreationTime field's value.
func (*ItemForListFunctionsOutput) SetDescription ¶
func (s *ItemForListFunctionsOutput) SetDescription(v string) *ItemForListFunctionsOutput
SetDescription sets the Description field's value.
func (*ItemForListFunctionsOutput) SetEnvs ¶
func (s *ItemForListFunctionsOutput) SetEnvs(v []*EnvForListFunctionsOutput) *ItemForListFunctionsOutput
SetEnvs sets the Envs field's value.
func (*ItemForListFunctionsOutput) SetExclusiveMode ¶
func (s *ItemForListFunctionsOutput) SetExclusiveMode(v bool) *ItemForListFunctionsOutput
SetExclusiveMode sets the ExclusiveMode field's value.
func (*ItemForListFunctionsOutput) SetFunctionType ¶
func (s *ItemForListFunctionsOutput) SetFunctionType(v string) *ItemForListFunctionsOutput
SetFunctionType sets the FunctionType field's value.
func (*ItemForListFunctionsOutput) SetId ¶
func (s *ItemForListFunctionsOutput) SetId(v string) *ItemForListFunctionsOutput
SetId sets the Id field's value.
func (*ItemForListFunctionsOutput) SetInitializerSec ¶
func (s *ItemForListFunctionsOutput) SetInitializerSec(v int32) *ItemForListFunctionsOutput
SetInitializerSec sets the InitializerSec field's value.
func (*ItemForListFunctionsOutput) SetInstanceType ¶
func (s *ItemForListFunctionsOutput) SetInstanceType(v string) *ItemForListFunctionsOutput
SetInstanceType sets the InstanceType field's value.
func (*ItemForListFunctionsOutput) SetLastUpdateTime ¶
func (s *ItemForListFunctionsOutput) SetLastUpdateTime(v string) *ItemForListFunctionsOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*ItemForListFunctionsOutput) SetMaxConcurrency ¶
func (s *ItemForListFunctionsOutput) SetMaxConcurrency(v int32) *ItemForListFunctionsOutput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*ItemForListFunctionsOutput) SetMemoryMB ¶
func (s *ItemForListFunctionsOutput) SetMemoryMB(v int32) *ItemForListFunctionsOutput
SetMemoryMB sets the MemoryMB field's value.
func (*ItemForListFunctionsOutput) SetName ¶
func (s *ItemForListFunctionsOutput) SetName(v string) *ItemForListFunctionsOutput
SetName sets the Name field's value.
func (*ItemForListFunctionsOutput) SetNasStorage ¶
func (s *ItemForListFunctionsOutput) SetNasStorage(v *NasStorageForListFunctionsOutput) *ItemForListFunctionsOutput
SetNasStorage sets the NasStorage field's value.
func (*ItemForListFunctionsOutput) SetOwner ¶
func (s *ItemForListFunctionsOutput) SetOwner(v string) *ItemForListFunctionsOutput
SetOwner sets the Owner field's value.
func (*ItemForListFunctionsOutput) SetPort ¶
func (s *ItemForListFunctionsOutput) SetPort(v int32) *ItemForListFunctionsOutput
SetPort sets the Port field's value.
func (*ItemForListFunctionsOutput) SetProjectName ¶
func (s *ItemForListFunctionsOutput) SetProjectName(v string) *ItemForListFunctionsOutput
SetProjectName sets the ProjectName field's value.
func (*ItemForListFunctionsOutput) SetRequestTimeout ¶
func (s *ItemForListFunctionsOutput) SetRequestTimeout(v int32) *ItemForListFunctionsOutput
SetRequestTimeout sets the RequestTimeout field's value.
func (*ItemForListFunctionsOutput) SetRole ¶
func (s *ItemForListFunctionsOutput) SetRole(v string) *ItemForListFunctionsOutput
SetRole sets the Role field's value.
func (*ItemForListFunctionsOutput) SetRuntime ¶
func (s *ItemForListFunctionsOutput) SetRuntime(v string) *ItemForListFunctionsOutput
SetRuntime sets the Runtime field's value.
func (*ItemForListFunctionsOutput) SetSource ¶
func (s *ItemForListFunctionsOutput) SetSource(v string) *ItemForListFunctionsOutput
SetSource sets the Source field's value.
func (*ItemForListFunctionsOutput) SetSourceLocation ¶
func (s *ItemForListFunctionsOutput) SetSourceLocation(v string) *ItemForListFunctionsOutput
SetSourceLocation sets the SourceLocation field's value.
func (*ItemForListFunctionsOutput) SetSourceType ¶
func (s *ItemForListFunctionsOutput) SetSourceType(v string) *ItemForListFunctionsOutput
SetSourceType sets the SourceType field's value.
func (*ItemForListFunctionsOutput) SetTags ¶
func (s *ItemForListFunctionsOutput) SetTags(v []*TagForListFunctionsOutput) *ItemForListFunctionsOutput
SetTags sets the Tags field's value.
func (*ItemForListFunctionsOutput) SetTlsConfig ¶
func (s *ItemForListFunctionsOutput) SetTlsConfig(v *TlsConfigForListFunctionsOutput) *ItemForListFunctionsOutput
SetTlsConfig sets the TlsConfig field's value.
func (*ItemForListFunctionsOutput) SetTosMountConfig ¶
func (s *ItemForListFunctionsOutput) SetTosMountConfig(v *TosMountConfigForListFunctionsOutput) *ItemForListFunctionsOutput
SetTosMountConfig sets the TosMountConfig field's value.
func (*ItemForListFunctionsOutput) SetTriggersCount ¶
func (s *ItemForListFunctionsOutput) SetTriggersCount(v int32) *ItemForListFunctionsOutput
SetTriggersCount sets the TriggersCount field's value.
func (*ItemForListFunctionsOutput) SetVpcConfig ¶
func (s *ItemForListFunctionsOutput) SetVpcConfig(v *VpcConfigForListFunctionsOutput) *ItemForListFunctionsOutput
SetVpcConfig sets the VpcConfig field's value.
func (ItemForListFunctionsOutput) String ¶
func (s ItemForListFunctionsOutput) String() string
String returns the string representation
type ItemForListReleaseRecordsOutput ¶
type ItemForListReleaseRecordsOutput struct {
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
FinishTime *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
SourceRevisionNumber *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TargetRevisionNumber *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListReleaseRecordsOutput) GoString ¶
func (s ItemForListReleaseRecordsOutput) GoString() string
GoString returns the string representation
func (*ItemForListReleaseRecordsOutput) SetCreationTime ¶
func (s *ItemForListReleaseRecordsOutput) SetCreationTime(v string) *ItemForListReleaseRecordsOutput
SetCreationTime sets the CreationTime field's value.
func (*ItemForListReleaseRecordsOutput) SetDescription ¶
func (s *ItemForListReleaseRecordsOutput) SetDescription(v string) *ItemForListReleaseRecordsOutput
SetDescription sets the Description field's value.
func (*ItemForListReleaseRecordsOutput) SetFinishTime ¶
func (s *ItemForListReleaseRecordsOutput) SetFinishTime(v string) *ItemForListReleaseRecordsOutput
SetFinishTime sets the FinishTime field's value.
func (*ItemForListReleaseRecordsOutput) SetFunctionId ¶
func (s *ItemForListReleaseRecordsOutput) SetFunctionId(v string) *ItemForListReleaseRecordsOutput
SetFunctionId sets the FunctionId field's value.
func (*ItemForListReleaseRecordsOutput) SetId ¶
func (s *ItemForListReleaseRecordsOutput) SetId(v string) *ItemForListReleaseRecordsOutput
SetId sets the Id field's value.
func (*ItemForListReleaseRecordsOutput) SetLastUpdateTime ¶
func (s *ItemForListReleaseRecordsOutput) SetLastUpdateTime(v string) *ItemForListReleaseRecordsOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*ItemForListReleaseRecordsOutput) SetSourceRevisionNumber ¶
func (s *ItemForListReleaseRecordsOutput) SetSourceRevisionNumber(v int32) *ItemForListReleaseRecordsOutput
SetSourceRevisionNumber sets the SourceRevisionNumber field's value.
func (*ItemForListReleaseRecordsOutput) SetStatus ¶
func (s *ItemForListReleaseRecordsOutput) SetStatus(v string) *ItemForListReleaseRecordsOutput
SetStatus sets the Status field's value.
func (*ItemForListReleaseRecordsOutput) SetTargetRevisionNumber ¶
func (s *ItemForListReleaseRecordsOutput) SetTargetRevisionNumber(v int32) *ItemForListReleaseRecordsOutput
SetTargetRevisionNumber sets the TargetRevisionNumber field's value.
func (ItemForListReleaseRecordsOutput) String ¶
func (s ItemForListReleaseRecordsOutput) String() string
String returns the string representation
type ItemForListRevisionsOutput ¶
type ItemForListRevisionsOutput struct {
CodeSize *int32 `type:"int32" json:",omitempty"`
CodeSizeLimit *int32 `type:"int32" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Envs []*EnvForListRevisionsOutput `type:"list" json:",omitempty"`
ExclusiveMode *bool `type:"boolean" json:",omitempty"`
FunctionType *string `type:"string" json:",omitempty"`
HealthCheckConfig *HealthCheckConfigForListRevisionsOutput `type:"structure" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
InitializerSec *int32 `type:"int32" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
MaxConcurrency *int32 `type:"int32" json:",omitempty"`
MaxReplicas *int32 `type:"int32" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
NasStorage *NasStorageForListRevisionsOutput `type:"structure" json:",omitempty"`
RequestTimeout *int32 `type:"int32" json:",omitempty"`
RevisionCreationTime *string `type:"string" json:",omitempty"`
RevisionDescription *string `type:"string" json:",omitempty"`
RevisionNumber *int32 `type:"int32" json:",omitempty"`
Role *string `type:"string" json:",omitempty"`
Runtime *string `type:"string" json:",omitempty"`
Source *string `type:"string" json:",omitempty"`
SourceLocation *string `type:"string" json:",omitempty"`
SourceType *string `type:"string" json:",omitempty"`
TlsConfig *TlsConfigForListRevisionsOutput `type:"structure" json:",omitempty"`
TosMountConfig *TosMountConfigForListRevisionsOutput `type:"structure" json:",omitempty"`
VpcConfig *VpcConfigForListRevisionsOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListRevisionsOutput) GoString ¶
func (s ItemForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*ItemForListRevisionsOutput) SetCodeSize ¶
func (s *ItemForListRevisionsOutput) SetCodeSize(v int32) *ItemForListRevisionsOutput
SetCodeSize sets the CodeSize field's value.
func (*ItemForListRevisionsOutput) SetCodeSizeLimit ¶
func (s *ItemForListRevisionsOutput) SetCodeSizeLimit(v int32) *ItemForListRevisionsOutput
SetCodeSizeLimit sets the CodeSizeLimit field's value.
func (*ItemForListRevisionsOutput) SetCreationTime ¶
func (s *ItemForListRevisionsOutput) SetCreationTime(v string) *ItemForListRevisionsOutput
SetCreationTime sets the CreationTime field's value.
func (*ItemForListRevisionsOutput) SetDescription ¶
func (s *ItemForListRevisionsOutput) SetDescription(v string) *ItemForListRevisionsOutput
SetDescription sets the Description field's value.
func (*ItemForListRevisionsOutput) SetEnvs ¶
func (s *ItemForListRevisionsOutput) SetEnvs(v []*EnvForListRevisionsOutput) *ItemForListRevisionsOutput
SetEnvs sets the Envs field's value.
func (*ItemForListRevisionsOutput) SetExclusiveMode ¶
func (s *ItemForListRevisionsOutput) SetExclusiveMode(v bool) *ItemForListRevisionsOutput
SetExclusiveMode sets the ExclusiveMode field's value.
func (*ItemForListRevisionsOutput) SetFunctionType ¶
func (s *ItemForListRevisionsOutput) SetFunctionType(v string) *ItemForListRevisionsOutput
SetFunctionType sets the FunctionType field's value.
func (*ItemForListRevisionsOutput) SetHealthCheckConfig ¶
func (s *ItemForListRevisionsOutput) SetHealthCheckConfig(v *HealthCheckConfigForListRevisionsOutput) *ItemForListRevisionsOutput
SetHealthCheckConfig sets the HealthCheckConfig field's value.
func (*ItemForListRevisionsOutput) SetId ¶
func (s *ItemForListRevisionsOutput) SetId(v string) *ItemForListRevisionsOutput
SetId sets the Id field's value.
func (*ItemForListRevisionsOutput) SetInitializerSec ¶
func (s *ItemForListRevisionsOutput) SetInitializerSec(v int32) *ItemForListRevisionsOutput
SetInitializerSec sets the InitializerSec field's value.
func (*ItemForListRevisionsOutput) SetInstanceType ¶
func (s *ItemForListRevisionsOutput) SetInstanceType(v string) *ItemForListRevisionsOutput
SetInstanceType sets the InstanceType field's value.
func (*ItemForListRevisionsOutput) SetMaxConcurrency ¶
func (s *ItemForListRevisionsOutput) SetMaxConcurrency(v int32) *ItemForListRevisionsOutput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*ItemForListRevisionsOutput) SetMaxReplicas ¶
func (s *ItemForListRevisionsOutput) SetMaxReplicas(v int32) *ItemForListRevisionsOutput
SetMaxReplicas sets the MaxReplicas field's value.
func (*ItemForListRevisionsOutput) SetMemoryMB ¶
func (s *ItemForListRevisionsOutput) SetMemoryMB(v int32) *ItemForListRevisionsOutput
SetMemoryMB sets the MemoryMB field's value.
func (*ItemForListRevisionsOutput) SetName ¶
func (s *ItemForListRevisionsOutput) SetName(v string) *ItemForListRevisionsOutput
SetName sets the Name field's value.
func (*ItemForListRevisionsOutput) SetNasStorage ¶
func (s *ItemForListRevisionsOutput) SetNasStorage(v *NasStorageForListRevisionsOutput) *ItemForListRevisionsOutput
SetNasStorage sets the NasStorage field's value.
func (*ItemForListRevisionsOutput) SetRequestTimeout ¶
func (s *ItemForListRevisionsOutput) SetRequestTimeout(v int32) *ItemForListRevisionsOutput
SetRequestTimeout sets the RequestTimeout field's value.
func (*ItemForListRevisionsOutput) SetRevisionCreationTime ¶
func (s *ItemForListRevisionsOutput) SetRevisionCreationTime(v string) *ItemForListRevisionsOutput
SetRevisionCreationTime sets the RevisionCreationTime field's value.
func (*ItemForListRevisionsOutput) SetRevisionDescription ¶
func (s *ItemForListRevisionsOutput) SetRevisionDescription(v string) *ItemForListRevisionsOutput
SetRevisionDescription sets the RevisionDescription field's value.
func (*ItemForListRevisionsOutput) SetRevisionNumber ¶
func (s *ItemForListRevisionsOutput) SetRevisionNumber(v int32) *ItemForListRevisionsOutput
SetRevisionNumber sets the RevisionNumber field's value.
func (*ItemForListRevisionsOutput) SetRole ¶
func (s *ItemForListRevisionsOutput) SetRole(v string) *ItemForListRevisionsOutput
SetRole sets the Role field's value.
func (*ItemForListRevisionsOutput) SetRuntime ¶
func (s *ItemForListRevisionsOutput) SetRuntime(v string) *ItemForListRevisionsOutput
SetRuntime sets the Runtime field's value.
func (*ItemForListRevisionsOutput) SetSource ¶
func (s *ItemForListRevisionsOutput) SetSource(v string) *ItemForListRevisionsOutput
SetSource sets the Source field's value.
func (*ItemForListRevisionsOutput) SetSourceLocation ¶
func (s *ItemForListRevisionsOutput) SetSourceLocation(v string) *ItemForListRevisionsOutput
SetSourceLocation sets the SourceLocation field's value.
func (*ItemForListRevisionsOutput) SetSourceType ¶
func (s *ItemForListRevisionsOutput) SetSourceType(v string) *ItemForListRevisionsOutput
SetSourceType sets the SourceType field's value.
func (*ItemForListRevisionsOutput) SetTlsConfig ¶
func (s *ItemForListRevisionsOutput) SetTlsConfig(v *TlsConfigForListRevisionsOutput) *ItemForListRevisionsOutput
SetTlsConfig sets the TlsConfig field's value.
func (*ItemForListRevisionsOutput) SetTosMountConfig ¶
func (s *ItemForListRevisionsOutput) SetTosMountConfig(v *TosMountConfigForListRevisionsOutput) *ItemForListRevisionsOutput
SetTosMountConfig sets the TosMountConfig field's value.
func (*ItemForListRevisionsOutput) SetVpcConfig ¶
func (s *ItemForListRevisionsOutput) SetVpcConfig(v *VpcConfigForListRevisionsOutput) *ItemForListRevisionsOutput
SetVpcConfig sets the VpcConfig field's value.
func (ItemForListRevisionsOutput) String ¶
func (s ItemForListRevisionsOutput) String() string
String returns the string representation
type ItemForListTriggersOutput ¶
type ItemForListTriggersOutput struct {
AccountID *string `type:"string" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
DetailedConfig *string `type:"string" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
FunctionID *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
ImageVersion *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ItemForListTriggersOutput) GoString ¶
func (s ItemForListTriggersOutput) GoString() string
GoString returns the string representation
func (*ItemForListTriggersOutput) SetAccountID ¶
func (s *ItemForListTriggersOutput) SetAccountID(v string) *ItemForListTriggersOutput
SetAccountID sets the AccountID field's value.
func (*ItemForListTriggersOutput) SetCreationTime ¶
func (s *ItemForListTriggersOutput) SetCreationTime(v string) *ItemForListTriggersOutput
SetCreationTime sets the CreationTime field's value.
func (*ItemForListTriggersOutput) SetDescription ¶
func (s *ItemForListTriggersOutput) SetDescription(v string) *ItemForListTriggersOutput
SetDescription sets the Description field's value.
func (*ItemForListTriggersOutput) SetDetailedConfig ¶
func (s *ItemForListTriggersOutput) SetDetailedConfig(v string) *ItemForListTriggersOutput
SetDetailedConfig sets the DetailedConfig field's value.
func (*ItemForListTriggersOutput) SetEnabled ¶
func (s *ItemForListTriggersOutput) SetEnabled(v bool) *ItemForListTriggersOutput
SetEnabled sets the Enabled field's value.
func (*ItemForListTriggersOutput) SetFunctionID ¶
func (s *ItemForListTriggersOutput) SetFunctionID(v string) *ItemForListTriggersOutput
SetFunctionID sets the FunctionID field's value.
func (*ItemForListTriggersOutput) SetId ¶
func (s *ItemForListTriggersOutput) SetId(v string) *ItemForListTriggersOutput
SetId sets the Id field's value.
func (*ItemForListTriggersOutput) SetImageVersion ¶
func (s *ItemForListTriggersOutput) SetImageVersion(v string) *ItemForListTriggersOutput
SetImageVersion sets the ImageVersion field's value.
func (*ItemForListTriggersOutput) SetLastUpdateTime ¶
func (s *ItemForListTriggersOutput) SetLastUpdateTime(v string) *ItemForListTriggersOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*ItemForListTriggersOutput) SetName ¶
func (s *ItemForListTriggersOutput) SetName(v string) *ItemForListTriggersOutput
SetName sets the Name field's value.
func (*ItemForListTriggersOutput) SetType ¶
func (s *ItemForListTriggersOutput) SetType(v string) *ItemForListTriggersOutput
SetType sets the Type field's value.
func (ItemForListTriggersOutput) String ¶
func (s ItemForListTriggersOutput) String() string
String returns the string representation
type KafkaCredentialsForCreateKafkaTriggerInput ¶
type KafkaCredentialsForCreateKafkaTriggerInput struct {
Mechanism *string `type:"string" json:",omitempty"`
Password *string `type:"string" json:",omitempty"`
Username *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (KafkaCredentialsForCreateKafkaTriggerInput) GoString ¶
func (s KafkaCredentialsForCreateKafkaTriggerInput) GoString() string
GoString returns the string representation
func (*KafkaCredentialsForCreateKafkaTriggerInput) SetMechanism ¶
func (s *KafkaCredentialsForCreateKafkaTriggerInput) SetMechanism(v string) *KafkaCredentialsForCreateKafkaTriggerInput
SetMechanism sets the Mechanism field's value.
func (*KafkaCredentialsForCreateKafkaTriggerInput) SetPassword ¶
func (s *KafkaCredentialsForCreateKafkaTriggerInput) SetPassword(v string) *KafkaCredentialsForCreateKafkaTriggerInput
SetPassword sets the Password field's value.
func (*KafkaCredentialsForCreateKafkaTriggerInput) SetUsername ¶
func (s *KafkaCredentialsForCreateKafkaTriggerInput) SetUsername(v string) *KafkaCredentialsForCreateKafkaTriggerInput
SetUsername sets the Username field's value.
func (KafkaCredentialsForCreateKafkaTriggerInput) String ¶
func (s KafkaCredentialsForCreateKafkaTriggerInput) String() string
String returns the string representation
type KillSandboxInput ¶
type KillSandboxInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// SandboxId is a required field
SandboxId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (KillSandboxInput) GoString ¶
func (s KillSandboxInput) GoString() string
GoString returns the string representation
func (*KillSandboxInput) SetFunctionId ¶
func (s *KillSandboxInput) SetFunctionId(v string) *KillSandboxInput
SetFunctionId sets the FunctionId field's value.
func (*KillSandboxInput) SetSandboxId ¶
func (s *KillSandboxInput) SetSandboxId(v string) *KillSandboxInput
SetSandboxId sets the SandboxId field's value.
func (KillSandboxInput) String ¶
func (s KillSandboxInput) String() string
String returns the string representation
func (*KillSandboxInput) Validate ¶
func (s *KillSandboxInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type KillSandboxOutput ¶
type KillSandboxOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (KillSandboxOutput) GoString ¶
func (s KillSandboxOutput) GoString() string
GoString returns the string representation
func (KillSandboxOutput) String ¶
func (s KillSandboxOutput) String() string
String returns the string representation
type LabelsForListFunctionInstancesOutput ¶
type LabelsForListFunctionInstancesOutput struct {
// contains filtered or unexported fields
}
func (LabelsForListFunctionInstancesOutput) GoString ¶
func (s LabelsForListFunctionInstancesOutput) GoString() string
GoString returns the string representation
func (LabelsForListFunctionInstancesOutput) String ¶
func (s LabelsForListFunctionInstancesOutput) String() string
String returns the string representation
type ListAsyncTasksInput ¶
type ListAsyncTasksInput struct {
Filter *FilterForListAsyncTasksInput `type:"structure" json:",omitempty"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
OrderBy *OrderByForListAsyncTasksInput `type:"structure" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAsyncTasksInput) GoString ¶
func (s ListAsyncTasksInput) GoString() string
GoString returns the string representation
func (*ListAsyncTasksInput) SetFilter ¶
func (s *ListAsyncTasksInput) SetFilter(v *FilterForListAsyncTasksInput) *ListAsyncTasksInput
SetFilter sets the Filter field's value.
func (*ListAsyncTasksInput) SetFunctionId ¶
func (s *ListAsyncTasksInput) SetFunctionId(v string) *ListAsyncTasksInput
SetFunctionId sets the FunctionId field's value.
func (*ListAsyncTasksInput) SetOrderBy ¶
func (s *ListAsyncTasksInput) SetOrderBy(v *OrderByForListAsyncTasksInput) *ListAsyncTasksInput
SetOrderBy sets the OrderBy field's value.
func (*ListAsyncTasksInput) SetPageNumber ¶
func (s *ListAsyncTasksInput) SetPageNumber(v int32) *ListAsyncTasksInput
SetPageNumber sets the PageNumber field's value.
func (*ListAsyncTasksInput) SetPageSize ¶
func (s *ListAsyncTasksInput) SetPageSize(v int32) *ListAsyncTasksInput
SetPageSize sets the PageSize field's value.
func (ListAsyncTasksInput) String ¶
func (s ListAsyncTasksInput) String() string
String returns the string representation
func (*ListAsyncTasksInput) Validate ¶
func (s *ListAsyncTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAsyncTasksOutput ¶
type ListAsyncTasksOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListAsyncTasksOutput `type:"list" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAsyncTasksOutput) GoString ¶
func (s ListAsyncTasksOutput) GoString() string
GoString returns the string representation
func (*ListAsyncTasksOutput) SetItems ¶
func (s *ListAsyncTasksOutput) SetItems(v []*ItemForListAsyncTasksOutput) *ListAsyncTasksOutput
SetItems sets the Items field's value.
func (*ListAsyncTasksOutput) SetTotal ¶
func (s *ListAsyncTasksOutput) SetTotal(v int32) *ListAsyncTasksOutput
SetTotal sets the Total field's value.
func (ListAsyncTasksOutput) String ¶
func (s ListAsyncTasksOutput) String() string
String returns the string representation
type ListFunctionElasticScaleStrategyInput ¶
type ListFunctionElasticScaleStrategyInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListFunctionElasticScaleStrategyInput) GoString ¶
func (s ListFunctionElasticScaleStrategyInput) GoString() string
GoString returns the string representation
func (*ListFunctionElasticScaleStrategyInput) SetFunctionId ¶
func (s *ListFunctionElasticScaleStrategyInput) SetFunctionId(v string) *ListFunctionElasticScaleStrategyInput
SetFunctionId sets the FunctionId field's value.
func (ListFunctionElasticScaleStrategyInput) String ¶
func (s ListFunctionElasticScaleStrategyInput) String() string
String returns the string representation
func (*ListFunctionElasticScaleStrategyInput) Validate ¶
func (s *ListFunctionElasticScaleStrategyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFunctionElasticScaleStrategyOutput ¶
type ListFunctionElasticScaleStrategyOutput struct {
Metadata *response.ResponseMetadata
ScaleStrategies []*ScaleStrategyForListFunctionElasticScaleStrategyOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListFunctionElasticScaleStrategyOutput) GoString ¶
func (s ListFunctionElasticScaleStrategyOutput) GoString() string
GoString returns the string representation
func (*ListFunctionElasticScaleStrategyOutput) SetScaleStrategies ¶
func (s *ListFunctionElasticScaleStrategyOutput) SetScaleStrategies(v []*ScaleStrategyForListFunctionElasticScaleStrategyOutput) *ListFunctionElasticScaleStrategyOutput
SetScaleStrategies sets the ScaleStrategies field's value.
func (ListFunctionElasticScaleStrategyOutput) String ¶
func (s ListFunctionElasticScaleStrategyOutput) String() string
String returns the string representation
type ListFunctionInstancesInput ¶
type ListFunctionInstancesInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListFunctionInstancesInput) GoString ¶
func (s ListFunctionInstancesInput) GoString() string
GoString returns the string representation
func (*ListFunctionInstancesInput) SetFunctionId ¶
func (s *ListFunctionInstancesInput) SetFunctionId(v string) *ListFunctionInstancesInput
SetFunctionId sets the FunctionId field's value.
func (ListFunctionInstancesInput) String ¶
func (s ListFunctionInstancesInput) String() string
String returns the string representation
func (*ListFunctionInstancesInput) Validate ¶
func (s *ListFunctionInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFunctionInstancesOutput ¶
type ListFunctionInstancesOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListFunctionInstancesOutput `type:"list" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListFunctionInstancesOutput) GoString ¶
func (s ListFunctionInstancesOutput) GoString() string
GoString returns the string representation
func (*ListFunctionInstancesOutput) SetItems ¶
func (s *ListFunctionInstancesOutput) SetItems(v []*ItemForListFunctionInstancesOutput) *ListFunctionInstancesOutput
SetItems sets the Items field's value.
func (*ListFunctionInstancesOutput) SetTotal ¶
func (s *ListFunctionInstancesOutput) SetTotal(v int32) *ListFunctionInstancesOutput
SetTotal sets the Total field's value.
func (ListFunctionInstancesOutput) String ¶
func (s ListFunctionInstancesOutput) String() string
String returns the string representation
type ListFunctionsInput ¶
type ListFunctionsInput struct {
Filters []*FilterForListFunctionsInput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TagFilters []*TagFilterForListFunctionsInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListFunctionsInput) GoString ¶
func (s ListFunctionsInput) GoString() string
GoString returns the string representation
func (*ListFunctionsInput) SetFilters ¶
func (s *ListFunctionsInput) SetFilters(v []*FilterForListFunctionsInput) *ListFunctionsInput
SetFilters sets the Filters field's value.
func (*ListFunctionsInput) SetPageNumber ¶
func (s *ListFunctionsInput) SetPageNumber(v int32) *ListFunctionsInput
SetPageNumber sets the PageNumber field's value.
func (*ListFunctionsInput) SetPageSize ¶
func (s *ListFunctionsInput) SetPageSize(v int32) *ListFunctionsInput
SetPageSize sets the PageSize field's value.
func (*ListFunctionsInput) SetTagFilters ¶
func (s *ListFunctionsInput) SetTagFilters(v []*TagFilterForListFunctionsInput) *ListFunctionsInput
SetTagFilters sets the TagFilters field's value.
func (ListFunctionsInput) String ¶
func (s ListFunctionsInput) String() string
String returns the string representation
type ListFunctionsOutput ¶
type ListFunctionsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListFunctionsOutput `type:"list" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListFunctionsOutput) GoString ¶
func (s ListFunctionsOutput) GoString() string
GoString returns the string representation
func (*ListFunctionsOutput) SetItems ¶
func (s *ListFunctionsOutput) SetItems(v []*ItemForListFunctionsOutput) *ListFunctionsOutput
SetItems sets the Items field's value.
func (*ListFunctionsOutput) SetTotal ¶
func (s *ListFunctionsOutput) SetTotal(v int32) *ListFunctionsOutput
SetTotal sets the Total field's value.
func (ListFunctionsOutput) String ¶
func (s ListFunctionsOutput) String() string
String returns the string representation
type ListReleaseRecordsInput ¶
type ListReleaseRecordsInput struct {
Filters []*FilterForListReleaseRecordsInput `type:"list" json:",omitempty"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
OrderBy *OrderByForListReleaseRecordsInput `type:"structure" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListReleaseRecordsInput) GoString ¶
func (s ListReleaseRecordsInput) GoString() string
GoString returns the string representation
func (*ListReleaseRecordsInput) SetFilters ¶
func (s *ListReleaseRecordsInput) SetFilters(v []*FilterForListReleaseRecordsInput) *ListReleaseRecordsInput
SetFilters sets the Filters field's value.
func (*ListReleaseRecordsInput) SetFunctionId ¶
func (s *ListReleaseRecordsInput) SetFunctionId(v string) *ListReleaseRecordsInput
SetFunctionId sets the FunctionId field's value.
func (*ListReleaseRecordsInput) SetOrderBy ¶
func (s *ListReleaseRecordsInput) SetOrderBy(v *OrderByForListReleaseRecordsInput) *ListReleaseRecordsInput
SetOrderBy sets the OrderBy field's value.
func (*ListReleaseRecordsInput) SetPageNumber ¶
func (s *ListReleaseRecordsInput) SetPageNumber(v int32) *ListReleaseRecordsInput
SetPageNumber sets the PageNumber field's value.
func (*ListReleaseRecordsInput) SetPageSize ¶
func (s *ListReleaseRecordsInput) SetPageSize(v int32) *ListReleaseRecordsInput
SetPageSize sets the PageSize field's value.
func (ListReleaseRecordsInput) String ¶
func (s ListReleaseRecordsInput) String() string
String returns the string representation
func (*ListReleaseRecordsInput) Validate ¶
func (s *ListReleaseRecordsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReleaseRecordsOutput ¶
type ListReleaseRecordsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListReleaseRecordsOutput `type:"list" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListReleaseRecordsOutput) GoString ¶
func (s ListReleaseRecordsOutput) GoString() string
GoString returns the string representation
func (*ListReleaseRecordsOutput) SetItems ¶
func (s *ListReleaseRecordsOutput) SetItems(v []*ItemForListReleaseRecordsOutput) *ListReleaseRecordsOutput
SetItems sets the Items field's value.
func (*ListReleaseRecordsOutput) SetTotal ¶
func (s *ListReleaseRecordsOutput) SetTotal(v int32) *ListReleaseRecordsOutput
SetTotal sets the Total field's value.
func (ListReleaseRecordsOutput) String ¶
func (s ListReleaseRecordsOutput) String() string
String returns the string representation
type ListRevisionsInput ¶
type ListRevisionsInput struct {
Filters []*FilterForListRevisionsInput `type:"list" json:",omitempty"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListRevisionsInput) GoString ¶
func (s ListRevisionsInput) GoString() string
GoString returns the string representation
func (*ListRevisionsInput) SetFilters ¶
func (s *ListRevisionsInput) SetFilters(v []*FilterForListRevisionsInput) *ListRevisionsInput
SetFilters sets the Filters field's value.
func (*ListRevisionsInput) SetFunctionId ¶
func (s *ListRevisionsInput) SetFunctionId(v string) *ListRevisionsInput
SetFunctionId sets the FunctionId field's value.
func (*ListRevisionsInput) SetPageNumber ¶
func (s *ListRevisionsInput) SetPageNumber(v int32) *ListRevisionsInput
SetPageNumber sets the PageNumber field's value.
func (*ListRevisionsInput) SetPageSize ¶
func (s *ListRevisionsInput) SetPageSize(v int32) *ListRevisionsInput
SetPageSize sets the PageSize field's value.
func (ListRevisionsInput) String ¶
func (s ListRevisionsInput) String() string
String returns the string representation
func (*ListRevisionsInput) Validate ¶
func (s *ListRevisionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRevisionsOutput ¶
type ListRevisionsOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListRevisionsOutput `type:"list" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListRevisionsOutput) GoString ¶
func (s ListRevisionsOutput) GoString() string
GoString returns the string representation
func (*ListRevisionsOutput) SetItems ¶
func (s *ListRevisionsOutput) SetItems(v []*ItemForListRevisionsOutput) *ListRevisionsOutput
SetItems sets the Items field's value.
func (*ListRevisionsOutput) SetTotal ¶
func (s *ListRevisionsOutput) SetTotal(v int32) *ListRevisionsOutput
SetTotal sets the Total field's value.
func (ListRevisionsOutput) String ¶
func (s ListRevisionsOutput) String() string
String returns the string representation
type ListSandboxImagesInput ¶
type ListSandboxImagesInput struct {
Filters []*FilterForListSandboxImagesInput `type:"list" json:",omitempty"`
// ImageType is a required field
ImageType *string `type:"string" json:",omitempty" required:"true"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListSandboxImagesInput) GoString ¶
func (s ListSandboxImagesInput) GoString() string
GoString returns the string representation
func (*ListSandboxImagesInput) SetFilters ¶
func (s *ListSandboxImagesInput) SetFilters(v []*FilterForListSandboxImagesInput) *ListSandboxImagesInput
SetFilters sets the Filters field's value.
func (*ListSandboxImagesInput) SetImageType ¶
func (s *ListSandboxImagesInput) SetImageType(v string) *ListSandboxImagesInput
SetImageType sets the ImageType field's value.
func (*ListSandboxImagesInput) SetPageNumber ¶
func (s *ListSandboxImagesInput) SetPageNumber(v int32) *ListSandboxImagesInput
SetPageNumber sets the PageNumber field's value.
func (*ListSandboxImagesInput) SetPageSize ¶
func (s *ListSandboxImagesInput) SetPageSize(v int32) *ListSandboxImagesInput
SetPageSize sets the PageSize field's value.
func (ListSandboxImagesInput) String ¶
func (s ListSandboxImagesInput) String() string
String returns the string representation
func (*ListSandboxImagesInput) Validate ¶
func (s *ListSandboxImagesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSandboxImagesOutput ¶
type ListSandboxImagesOutput struct {
Metadata *response.ResponseMetadata
Images []*ImageForListSandboxImagesOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListSandboxImagesOutput) GoString ¶
func (s ListSandboxImagesOutput) GoString() string
GoString returns the string representation
func (*ListSandboxImagesOutput) SetImages ¶
func (s *ListSandboxImagesOutput) SetImages(v []*ImageForListSandboxImagesOutput) *ListSandboxImagesOutput
SetImages sets the Images field's value.
func (*ListSandboxImagesOutput) SetTotalCount ¶
func (s *ListSandboxImagesOutput) SetTotalCount(v int32) *ListSandboxImagesOutput
SetTotalCount sets the TotalCount field's value.
func (ListSandboxImagesOutput) String ¶
func (s ListSandboxImagesOutput) String() string
String returns the string representation
type ListSandboxesInput ¶
type ListSandboxesInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
ImageUrl *string `type:"string" json:",omitempty"`
Metadata map[string]*string `type:"map" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
SandboxId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListSandboxesInput) GoString ¶
func (s ListSandboxesInput) GoString() string
GoString returns the string representation
func (*ListSandboxesInput) SetFunctionId ¶
func (s *ListSandboxesInput) SetFunctionId(v string) *ListSandboxesInput
SetFunctionId sets the FunctionId field's value.
func (*ListSandboxesInput) SetImageUrl ¶
func (s *ListSandboxesInput) SetImageUrl(v string) *ListSandboxesInput
SetImageUrl sets the ImageUrl field's value.
func (*ListSandboxesInput) SetMetadata ¶
func (s *ListSandboxesInput) SetMetadata(v map[string]*string) *ListSandboxesInput
SetMetadata sets the Metadata field's value.
func (*ListSandboxesInput) SetPageNumber ¶
func (s *ListSandboxesInput) SetPageNumber(v int32) *ListSandboxesInput
SetPageNumber sets the PageNumber field's value.
func (*ListSandboxesInput) SetPageSize ¶
func (s *ListSandboxesInput) SetPageSize(v int32) *ListSandboxesInput
SetPageSize sets the PageSize field's value.
func (*ListSandboxesInput) SetSandboxId ¶
func (s *ListSandboxesInput) SetSandboxId(v string) *ListSandboxesInput
SetSandboxId sets the SandboxId field's value.
func (*ListSandboxesInput) SetStatus ¶
func (s *ListSandboxesInput) SetStatus(v string) *ListSandboxesInput
SetStatus sets the Status field's value.
func (ListSandboxesInput) String ¶
func (s ListSandboxesInput) String() string
String returns the string representation
func (*ListSandboxesInput) Validate ¶
func (s *ListSandboxesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSandboxesOutput ¶
type ListSandboxesOutput struct {
Metadata *response.ResponseMetadata
Sandboxes []*SandboxForListSandboxesOutput `type:"list" json:",omitempty"`
StatusCount map[string]*int32 `type:"map" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListSandboxesOutput) GoString ¶
func (s ListSandboxesOutput) GoString() string
GoString returns the string representation
func (*ListSandboxesOutput) SetSandboxes ¶
func (s *ListSandboxesOutput) SetSandboxes(v []*SandboxForListSandboxesOutput) *ListSandboxesOutput
SetSandboxes sets the Sandboxes field's value.
func (*ListSandboxesOutput) SetStatusCount ¶
func (s *ListSandboxesOutput) SetStatusCount(v map[string]*int32) *ListSandboxesOutput
SetStatusCount sets the StatusCount field's value.
func (*ListSandboxesOutput) SetTotal ¶
func (s *ListSandboxesOutput) SetTotal(v int32) *ListSandboxesOutput
SetTotal sets the Total field's value.
func (ListSandboxesOutput) String ¶
func (s ListSandboxesOutput) String() string
String returns the string representation
type ListTriggersInput ¶
type ListTriggersInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListTriggersInput) GoString ¶
func (s ListTriggersInput) GoString() string
GoString returns the string representation
func (*ListTriggersInput) SetFunctionId ¶
func (s *ListTriggersInput) SetFunctionId(v string) *ListTriggersInput
SetFunctionId sets the FunctionId field's value.
func (ListTriggersInput) String ¶
func (s ListTriggersInput) String() string
String returns the string representation
func (*ListTriggersInput) Validate ¶
func (s *ListTriggersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTriggersOutput ¶
type ListTriggersOutput struct {
Metadata *response.ResponseMetadata
Items []*ItemForListTriggersOutput `type:"list" json:",omitempty"`
Total *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTriggersOutput) GoString ¶
func (s ListTriggersOutput) GoString() string
GoString returns the string representation
func (*ListTriggersOutput) SetItems ¶
func (s *ListTriggersOutput) SetItems(v []*ItemForListTriggersOutput) *ListTriggersOutput
SetItems sets the Items field's value.
func (*ListTriggersOutput) SetTotal ¶
func (s *ListTriggersOutput) SetTotal(v int32) *ListTriggersOutput
SetTotal sets the Total field's value.
func (ListTriggersOutput) String ¶
func (s ListTriggersOutput) String() string
String returns the string representation
type MountPointForCreateFunctionInput ¶
type MountPointForCreateFunctionInput struct {
BucketName *string `type:"string" json:",omitempty"`
BucketPath *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
ReadOnly *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountPointForCreateFunctionInput) GoString ¶
func (s MountPointForCreateFunctionInput) GoString() string
GoString returns the string representation
func (*MountPointForCreateFunctionInput) SetBucketName ¶
func (s *MountPointForCreateFunctionInput) SetBucketName(v string) *MountPointForCreateFunctionInput
SetBucketName sets the BucketName field's value.
func (*MountPointForCreateFunctionInput) SetBucketPath ¶
func (s *MountPointForCreateFunctionInput) SetBucketPath(v string) *MountPointForCreateFunctionInput
SetBucketPath sets the BucketPath field's value.
func (*MountPointForCreateFunctionInput) SetEndpoint ¶
func (s *MountPointForCreateFunctionInput) SetEndpoint(v string) *MountPointForCreateFunctionInput
SetEndpoint sets the Endpoint field's value.
func (*MountPointForCreateFunctionInput) SetLocalMountPath ¶
func (s *MountPointForCreateFunctionInput) SetLocalMountPath(v string) *MountPointForCreateFunctionInput
SetLocalMountPath sets the LocalMountPath field's value.
func (*MountPointForCreateFunctionInput) SetReadOnly ¶
func (s *MountPointForCreateFunctionInput) SetReadOnly(v bool) *MountPointForCreateFunctionInput
SetReadOnly sets the ReadOnly field's value.
func (MountPointForCreateFunctionInput) String ¶
func (s MountPointForCreateFunctionInput) String() string
String returns the string representation
type MountPointForCreateFunctionOutput ¶
type MountPointForCreateFunctionOutput struct {
BucketName *string `type:"string" json:",omitempty"`
BucketPath *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
ReadOnly *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountPointForCreateFunctionOutput) GoString ¶
func (s MountPointForCreateFunctionOutput) GoString() string
GoString returns the string representation
func (*MountPointForCreateFunctionOutput) SetBucketName ¶
func (s *MountPointForCreateFunctionOutput) SetBucketName(v string) *MountPointForCreateFunctionOutput
SetBucketName sets the BucketName field's value.
func (*MountPointForCreateFunctionOutput) SetBucketPath ¶
func (s *MountPointForCreateFunctionOutput) SetBucketPath(v string) *MountPointForCreateFunctionOutput
SetBucketPath sets the BucketPath field's value.
func (*MountPointForCreateFunctionOutput) SetEndpoint ¶
func (s *MountPointForCreateFunctionOutput) SetEndpoint(v string) *MountPointForCreateFunctionOutput
SetEndpoint sets the Endpoint field's value.
func (*MountPointForCreateFunctionOutput) SetLocalMountPath ¶
func (s *MountPointForCreateFunctionOutput) SetLocalMountPath(v string) *MountPointForCreateFunctionOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*MountPointForCreateFunctionOutput) SetReadOnly ¶
func (s *MountPointForCreateFunctionOutput) SetReadOnly(v bool) *MountPointForCreateFunctionOutput
SetReadOnly sets the ReadOnly field's value.
func (MountPointForCreateFunctionOutput) String ¶
func (s MountPointForCreateFunctionOutput) String() string
String returns the string representation
type MountPointForGetFunctionOutput ¶
type MountPointForGetFunctionOutput struct {
BucketName *string `type:"string" json:",omitempty"`
BucketPath *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
ReadOnly *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountPointForGetFunctionOutput) GoString ¶
func (s MountPointForGetFunctionOutput) GoString() string
GoString returns the string representation
func (*MountPointForGetFunctionOutput) SetBucketName ¶
func (s *MountPointForGetFunctionOutput) SetBucketName(v string) *MountPointForGetFunctionOutput
SetBucketName sets the BucketName field's value.
func (*MountPointForGetFunctionOutput) SetBucketPath ¶
func (s *MountPointForGetFunctionOutput) SetBucketPath(v string) *MountPointForGetFunctionOutput
SetBucketPath sets the BucketPath field's value.
func (*MountPointForGetFunctionOutput) SetEndpoint ¶
func (s *MountPointForGetFunctionOutput) SetEndpoint(v string) *MountPointForGetFunctionOutput
SetEndpoint sets the Endpoint field's value.
func (*MountPointForGetFunctionOutput) SetLocalMountPath ¶
func (s *MountPointForGetFunctionOutput) SetLocalMountPath(v string) *MountPointForGetFunctionOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*MountPointForGetFunctionOutput) SetReadOnly ¶
func (s *MountPointForGetFunctionOutput) SetReadOnly(v bool) *MountPointForGetFunctionOutput
SetReadOnly sets the ReadOnly field's value.
func (MountPointForGetFunctionOutput) String ¶
func (s MountPointForGetFunctionOutput) String() string
String returns the string representation
type MountPointForGetRevisionOutput ¶
type MountPointForGetRevisionOutput struct {
BucketName *string `type:"string" json:",omitempty"`
BucketPath *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
ReadOnly *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountPointForGetRevisionOutput) GoString ¶
func (s MountPointForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*MountPointForGetRevisionOutput) SetBucketName ¶
func (s *MountPointForGetRevisionOutput) SetBucketName(v string) *MountPointForGetRevisionOutput
SetBucketName sets the BucketName field's value.
func (*MountPointForGetRevisionOutput) SetBucketPath ¶
func (s *MountPointForGetRevisionOutput) SetBucketPath(v string) *MountPointForGetRevisionOutput
SetBucketPath sets the BucketPath field's value.
func (*MountPointForGetRevisionOutput) SetEndpoint ¶
func (s *MountPointForGetRevisionOutput) SetEndpoint(v string) *MountPointForGetRevisionOutput
SetEndpoint sets the Endpoint field's value.
func (*MountPointForGetRevisionOutput) SetLocalMountPath ¶
func (s *MountPointForGetRevisionOutput) SetLocalMountPath(v string) *MountPointForGetRevisionOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*MountPointForGetRevisionOutput) SetReadOnly ¶
func (s *MountPointForGetRevisionOutput) SetReadOnly(v bool) *MountPointForGetRevisionOutput
SetReadOnly sets the ReadOnly field's value.
func (MountPointForGetRevisionOutput) String ¶
func (s MountPointForGetRevisionOutput) String() string
String returns the string representation
type MountPointForListFunctionsOutput ¶
type MountPointForListFunctionsOutput struct {
BucketName *string `type:"string" json:",omitempty"`
BucketPath *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
ReadOnly *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountPointForListFunctionsOutput) GoString ¶
func (s MountPointForListFunctionsOutput) GoString() string
GoString returns the string representation
func (*MountPointForListFunctionsOutput) SetBucketName ¶
func (s *MountPointForListFunctionsOutput) SetBucketName(v string) *MountPointForListFunctionsOutput
SetBucketName sets the BucketName field's value.
func (*MountPointForListFunctionsOutput) SetBucketPath ¶
func (s *MountPointForListFunctionsOutput) SetBucketPath(v string) *MountPointForListFunctionsOutput
SetBucketPath sets the BucketPath field's value.
func (*MountPointForListFunctionsOutput) SetEndpoint ¶
func (s *MountPointForListFunctionsOutput) SetEndpoint(v string) *MountPointForListFunctionsOutput
SetEndpoint sets the Endpoint field's value.
func (*MountPointForListFunctionsOutput) SetLocalMountPath ¶
func (s *MountPointForListFunctionsOutput) SetLocalMountPath(v string) *MountPointForListFunctionsOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*MountPointForListFunctionsOutput) SetReadOnly ¶
func (s *MountPointForListFunctionsOutput) SetReadOnly(v bool) *MountPointForListFunctionsOutput
SetReadOnly sets the ReadOnly field's value.
func (MountPointForListFunctionsOutput) String ¶
func (s MountPointForListFunctionsOutput) String() string
String returns the string representation
type MountPointForListRevisionsOutput ¶
type MountPointForListRevisionsOutput struct {
BucketName *string `type:"string" json:",omitempty"`
BucketPath *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
ReadOnly *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountPointForListRevisionsOutput) GoString ¶
func (s MountPointForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*MountPointForListRevisionsOutput) SetBucketName ¶
func (s *MountPointForListRevisionsOutput) SetBucketName(v string) *MountPointForListRevisionsOutput
SetBucketName sets the BucketName field's value.
func (*MountPointForListRevisionsOutput) SetBucketPath ¶
func (s *MountPointForListRevisionsOutput) SetBucketPath(v string) *MountPointForListRevisionsOutput
SetBucketPath sets the BucketPath field's value.
func (*MountPointForListRevisionsOutput) SetEndpoint ¶
func (s *MountPointForListRevisionsOutput) SetEndpoint(v string) *MountPointForListRevisionsOutput
SetEndpoint sets the Endpoint field's value.
func (*MountPointForListRevisionsOutput) SetLocalMountPath ¶
func (s *MountPointForListRevisionsOutput) SetLocalMountPath(v string) *MountPointForListRevisionsOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*MountPointForListRevisionsOutput) SetReadOnly ¶
func (s *MountPointForListRevisionsOutput) SetReadOnly(v bool) *MountPointForListRevisionsOutput
SetReadOnly sets the ReadOnly field's value.
func (MountPointForListRevisionsOutput) String ¶
func (s MountPointForListRevisionsOutput) String() string
String returns the string representation
type MountPointForUpdateFunctionInput ¶
type MountPointForUpdateFunctionInput struct {
BucketName *string `type:"string" json:",omitempty"`
BucketPath *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
ReadOnly *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountPointForUpdateFunctionInput) GoString ¶
func (s MountPointForUpdateFunctionInput) GoString() string
GoString returns the string representation
func (*MountPointForUpdateFunctionInput) SetBucketName ¶
func (s *MountPointForUpdateFunctionInput) SetBucketName(v string) *MountPointForUpdateFunctionInput
SetBucketName sets the BucketName field's value.
func (*MountPointForUpdateFunctionInput) SetBucketPath ¶
func (s *MountPointForUpdateFunctionInput) SetBucketPath(v string) *MountPointForUpdateFunctionInput
SetBucketPath sets the BucketPath field's value.
func (*MountPointForUpdateFunctionInput) SetEndpoint ¶
func (s *MountPointForUpdateFunctionInput) SetEndpoint(v string) *MountPointForUpdateFunctionInput
SetEndpoint sets the Endpoint field's value.
func (*MountPointForUpdateFunctionInput) SetLocalMountPath ¶
func (s *MountPointForUpdateFunctionInput) SetLocalMountPath(v string) *MountPointForUpdateFunctionInput
SetLocalMountPath sets the LocalMountPath field's value.
func (*MountPointForUpdateFunctionInput) SetReadOnly ¶
func (s *MountPointForUpdateFunctionInput) SetReadOnly(v bool) *MountPointForUpdateFunctionInput
SetReadOnly sets the ReadOnly field's value.
func (MountPointForUpdateFunctionInput) String ¶
func (s MountPointForUpdateFunctionInput) String() string
String returns the string representation
type MountPointForUpdateFunctionOutput ¶
type MountPointForUpdateFunctionOutput struct {
BucketName *string `type:"string" json:",omitempty"`
BucketPath *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
ReadOnly *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountPointForUpdateFunctionOutput) GoString ¶
func (s MountPointForUpdateFunctionOutput) GoString() string
GoString returns the string representation
func (*MountPointForUpdateFunctionOutput) SetBucketName ¶
func (s *MountPointForUpdateFunctionOutput) SetBucketName(v string) *MountPointForUpdateFunctionOutput
SetBucketName sets the BucketName field's value.
func (*MountPointForUpdateFunctionOutput) SetBucketPath ¶
func (s *MountPointForUpdateFunctionOutput) SetBucketPath(v string) *MountPointForUpdateFunctionOutput
SetBucketPath sets the BucketPath field's value.
func (*MountPointForUpdateFunctionOutput) SetEndpoint ¶
func (s *MountPointForUpdateFunctionOutput) SetEndpoint(v string) *MountPointForUpdateFunctionOutput
SetEndpoint sets the Endpoint field's value.
func (*MountPointForUpdateFunctionOutput) SetLocalMountPath ¶
func (s *MountPointForUpdateFunctionOutput) SetLocalMountPath(v string) *MountPointForUpdateFunctionOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*MountPointForUpdateFunctionOutput) SetReadOnly ¶
func (s *MountPointForUpdateFunctionOutput) SetReadOnly(v bool) *MountPointForUpdateFunctionOutput
SetReadOnly sets the ReadOnly field's value.
func (MountPointForUpdateFunctionOutput) String ¶
func (s MountPointForUpdateFunctionOutput) String() string
String returns the string representation
type NasConfigForCreateFunctionInput ¶
type NasConfigForCreateFunctionInput struct {
FileSystemId *string `type:"string" json:",omitempty"`
Gid *int64 `type:"int64" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
MountPointId *string `type:"string" json:",omitempty"`
RemotePath *string `type:"string" json:",omitempty"`
Uid *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasConfigForCreateFunctionInput) GoString ¶
func (s NasConfigForCreateFunctionInput) GoString() string
GoString returns the string representation
func (*NasConfigForCreateFunctionInput) SetFileSystemId ¶
func (s *NasConfigForCreateFunctionInput) SetFileSystemId(v string) *NasConfigForCreateFunctionInput
SetFileSystemId sets the FileSystemId field's value.
func (*NasConfigForCreateFunctionInput) SetGid ¶
func (s *NasConfigForCreateFunctionInput) SetGid(v int64) *NasConfigForCreateFunctionInput
SetGid sets the Gid field's value.
func (*NasConfigForCreateFunctionInput) SetLocalMountPath ¶
func (s *NasConfigForCreateFunctionInput) SetLocalMountPath(v string) *NasConfigForCreateFunctionInput
SetLocalMountPath sets the LocalMountPath field's value.
func (*NasConfigForCreateFunctionInput) SetMountPointId ¶
func (s *NasConfigForCreateFunctionInput) SetMountPointId(v string) *NasConfigForCreateFunctionInput
SetMountPointId sets the MountPointId field's value.
func (*NasConfigForCreateFunctionInput) SetRemotePath ¶
func (s *NasConfigForCreateFunctionInput) SetRemotePath(v string) *NasConfigForCreateFunctionInput
SetRemotePath sets the RemotePath field's value.
func (*NasConfigForCreateFunctionInput) SetUid ¶
func (s *NasConfigForCreateFunctionInput) SetUid(v int64) *NasConfigForCreateFunctionInput
SetUid sets the Uid field's value.
func (NasConfigForCreateFunctionInput) String ¶
func (s NasConfigForCreateFunctionInput) String() string
String returns the string representation
type NasConfigForCreateFunctionOutput ¶
type NasConfigForCreateFunctionOutput struct {
FileSystemId *string `type:"string" json:",omitempty"`
Gid *int64 `type:"int64" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
MountPointId *string `type:"string" json:",omitempty"`
RemotePath *string `type:"string" json:",omitempty"`
Uid *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasConfigForCreateFunctionOutput) GoString ¶
func (s NasConfigForCreateFunctionOutput) GoString() string
GoString returns the string representation
func (*NasConfigForCreateFunctionOutput) SetFileSystemId ¶
func (s *NasConfigForCreateFunctionOutput) SetFileSystemId(v string) *NasConfigForCreateFunctionOutput
SetFileSystemId sets the FileSystemId field's value.
func (*NasConfigForCreateFunctionOutput) SetGid ¶
func (s *NasConfigForCreateFunctionOutput) SetGid(v int64) *NasConfigForCreateFunctionOutput
SetGid sets the Gid field's value.
func (*NasConfigForCreateFunctionOutput) SetLocalMountPath ¶
func (s *NasConfigForCreateFunctionOutput) SetLocalMountPath(v string) *NasConfigForCreateFunctionOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*NasConfigForCreateFunctionOutput) SetMountPointId ¶
func (s *NasConfigForCreateFunctionOutput) SetMountPointId(v string) *NasConfigForCreateFunctionOutput
SetMountPointId sets the MountPointId field's value.
func (*NasConfigForCreateFunctionOutput) SetRemotePath ¶
func (s *NasConfigForCreateFunctionOutput) SetRemotePath(v string) *NasConfigForCreateFunctionOutput
SetRemotePath sets the RemotePath field's value.
func (*NasConfigForCreateFunctionOutput) SetUid ¶
func (s *NasConfigForCreateFunctionOutput) SetUid(v int64) *NasConfigForCreateFunctionOutput
SetUid sets the Uid field's value.
func (NasConfigForCreateFunctionOutput) String ¶
func (s NasConfigForCreateFunctionOutput) String() string
String returns the string representation
type NasConfigForGetFunctionOutput ¶
type NasConfigForGetFunctionOutput struct {
FileSystemId *string `type:"string" json:",omitempty"`
Gid *int64 `type:"int64" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
MountPointId *string `type:"string" json:",omitempty"`
RemotePath *string `type:"string" json:",omitempty"`
Uid *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasConfigForGetFunctionOutput) GoString ¶
func (s NasConfigForGetFunctionOutput) GoString() string
GoString returns the string representation
func (*NasConfigForGetFunctionOutput) SetFileSystemId ¶
func (s *NasConfigForGetFunctionOutput) SetFileSystemId(v string) *NasConfigForGetFunctionOutput
SetFileSystemId sets the FileSystemId field's value.
func (*NasConfigForGetFunctionOutput) SetGid ¶
func (s *NasConfigForGetFunctionOutput) SetGid(v int64) *NasConfigForGetFunctionOutput
SetGid sets the Gid field's value.
func (*NasConfigForGetFunctionOutput) SetLocalMountPath ¶
func (s *NasConfigForGetFunctionOutput) SetLocalMountPath(v string) *NasConfigForGetFunctionOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*NasConfigForGetFunctionOutput) SetMountPointId ¶
func (s *NasConfigForGetFunctionOutput) SetMountPointId(v string) *NasConfigForGetFunctionOutput
SetMountPointId sets the MountPointId field's value.
func (*NasConfigForGetFunctionOutput) SetRemotePath ¶
func (s *NasConfigForGetFunctionOutput) SetRemotePath(v string) *NasConfigForGetFunctionOutput
SetRemotePath sets the RemotePath field's value.
func (*NasConfigForGetFunctionOutput) SetUid ¶
func (s *NasConfigForGetFunctionOutput) SetUid(v int64) *NasConfigForGetFunctionOutput
SetUid sets the Uid field's value.
func (NasConfigForGetFunctionOutput) String ¶
func (s NasConfigForGetFunctionOutput) String() string
String returns the string representation
type NasConfigForGetRevisionOutput ¶
type NasConfigForGetRevisionOutput struct {
FileSystemId *string `type:"string" json:",omitempty"`
Gid *int64 `type:"int64" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
MountPointId *string `type:"string" json:",omitempty"`
RemotePath *string `type:"string" json:",omitempty"`
Uid *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasConfigForGetRevisionOutput) GoString ¶
func (s NasConfigForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*NasConfigForGetRevisionOutput) SetFileSystemId ¶
func (s *NasConfigForGetRevisionOutput) SetFileSystemId(v string) *NasConfigForGetRevisionOutput
SetFileSystemId sets the FileSystemId field's value.
func (*NasConfigForGetRevisionOutput) SetGid ¶
func (s *NasConfigForGetRevisionOutput) SetGid(v int64) *NasConfigForGetRevisionOutput
SetGid sets the Gid field's value.
func (*NasConfigForGetRevisionOutput) SetLocalMountPath ¶
func (s *NasConfigForGetRevisionOutput) SetLocalMountPath(v string) *NasConfigForGetRevisionOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*NasConfigForGetRevisionOutput) SetMountPointId ¶
func (s *NasConfigForGetRevisionOutput) SetMountPointId(v string) *NasConfigForGetRevisionOutput
SetMountPointId sets the MountPointId field's value.
func (*NasConfigForGetRevisionOutput) SetRemotePath ¶
func (s *NasConfigForGetRevisionOutput) SetRemotePath(v string) *NasConfigForGetRevisionOutput
SetRemotePath sets the RemotePath field's value.
func (*NasConfigForGetRevisionOutput) SetUid ¶
func (s *NasConfigForGetRevisionOutput) SetUid(v int64) *NasConfigForGetRevisionOutput
SetUid sets the Uid field's value.
func (NasConfigForGetRevisionOutput) String ¶
func (s NasConfigForGetRevisionOutput) String() string
String returns the string representation
type NasConfigForListFunctionsOutput ¶
type NasConfigForListFunctionsOutput struct {
FileSystemId *string `type:"string" json:",omitempty"`
Gid *int64 `type:"int64" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
MountPointId *string `type:"string" json:",omitempty"`
RemotePath *string `type:"string" json:",omitempty"`
Uid *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasConfigForListFunctionsOutput) GoString ¶
func (s NasConfigForListFunctionsOutput) GoString() string
GoString returns the string representation
func (*NasConfigForListFunctionsOutput) SetFileSystemId ¶
func (s *NasConfigForListFunctionsOutput) SetFileSystemId(v string) *NasConfigForListFunctionsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*NasConfigForListFunctionsOutput) SetGid ¶
func (s *NasConfigForListFunctionsOutput) SetGid(v int64) *NasConfigForListFunctionsOutput
SetGid sets the Gid field's value.
func (*NasConfigForListFunctionsOutput) SetLocalMountPath ¶
func (s *NasConfigForListFunctionsOutput) SetLocalMountPath(v string) *NasConfigForListFunctionsOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*NasConfigForListFunctionsOutput) SetMountPointId ¶
func (s *NasConfigForListFunctionsOutput) SetMountPointId(v string) *NasConfigForListFunctionsOutput
SetMountPointId sets the MountPointId field's value.
func (*NasConfigForListFunctionsOutput) SetRemotePath ¶
func (s *NasConfigForListFunctionsOutput) SetRemotePath(v string) *NasConfigForListFunctionsOutput
SetRemotePath sets the RemotePath field's value.
func (*NasConfigForListFunctionsOutput) SetUid ¶
func (s *NasConfigForListFunctionsOutput) SetUid(v int64) *NasConfigForListFunctionsOutput
SetUid sets the Uid field's value.
func (NasConfigForListFunctionsOutput) String ¶
func (s NasConfigForListFunctionsOutput) String() string
String returns the string representation
type NasConfigForListRevisionsOutput ¶
type NasConfigForListRevisionsOutput struct {
FileSystemId *string `type:"string" json:",omitempty"`
Gid *int64 `type:"int64" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
MountPointId *string `type:"string" json:",omitempty"`
RemotePath *string `type:"string" json:",omitempty"`
Uid *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasConfigForListRevisionsOutput) GoString ¶
func (s NasConfigForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*NasConfigForListRevisionsOutput) SetFileSystemId ¶
func (s *NasConfigForListRevisionsOutput) SetFileSystemId(v string) *NasConfigForListRevisionsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*NasConfigForListRevisionsOutput) SetGid ¶
func (s *NasConfigForListRevisionsOutput) SetGid(v int64) *NasConfigForListRevisionsOutput
SetGid sets the Gid field's value.
func (*NasConfigForListRevisionsOutput) SetLocalMountPath ¶
func (s *NasConfigForListRevisionsOutput) SetLocalMountPath(v string) *NasConfigForListRevisionsOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*NasConfigForListRevisionsOutput) SetMountPointId ¶
func (s *NasConfigForListRevisionsOutput) SetMountPointId(v string) *NasConfigForListRevisionsOutput
SetMountPointId sets the MountPointId field's value.
func (*NasConfigForListRevisionsOutput) SetRemotePath ¶
func (s *NasConfigForListRevisionsOutput) SetRemotePath(v string) *NasConfigForListRevisionsOutput
SetRemotePath sets the RemotePath field's value.
func (*NasConfigForListRevisionsOutput) SetUid ¶
func (s *NasConfigForListRevisionsOutput) SetUid(v int64) *NasConfigForListRevisionsOutput
SetUid sets the Uid field's value.
func (NasConfigForListRevisionsOutput) String ¶
func (s NasConfigForListRevisionsOutput) String() string
String returns the string representation
type NasConfigForUpdateFunctionInput ¶
type NasConfigForUpdateFunctionInput struct {
FileSystemId *string `type:"string" json:",omitempty"`
Gid *int64 `type:"int64" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
MountPointId *string `type:"string" json:",omitempty"`
RemotePath *string `type:"string" json:",omitempty"`
Uid *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasConfigForUpdateFunctionInput) GoString ¶
func (s NasConfigForUpdateFunctionInput) GoString() string
GoString returns the string representation
func (*NasConfigForUpdateFunctionInput) SetFileSystemId ¶
func (s *NasConfigForUpdateFunctionInput) SetFileSystemId(v string) *NasConfigForUpdateFunctionInput
SetFileSystemId sets the FileSystemId field's value.
func (*NasConfigForUpdateFunctionInput) SetGid ¶
func (s *NasConfigForUpdateFunctionInput) SetGid(v int64) *NasConfigForUpdateFunctionInput
SetGid sets the Gid field's value.
func (*NasConfigForUpdateFunctionInput) SetLocalMountPath ¶
func (s *NasConfigForUpdateFunctionInput) SetLocalMountPath(v string) *NasConfigForUpdateFunctionInput
SetLocalMountPath sets the LocalMountPath field's value.
func (*NasConfigForUpdateFunctionInput) SetMountPointId ¶
func (s *NasConfigForUpdateFunctionInput) SetMountPointId(v string) *NasConfigForUpdateFunctionInput
SetMountPointId sets the MountPointId field's value.
func (*NasConfigForUpdateFunctionInput) SetRemotePath ¶
func (s *NasConfigForUpdateFunctionInput) SetRemotePath(v string) *NasConfigForUpdateFunctionInput
SetRemotePath sets the RemotePath field's value.
func (*NasConfigForUpdateFunctionInput) SetUid ¶
func (s *NasConfigForUpdateFunctionInput) SetUid(v int64) *NasConfigForUpdateFunctionInput
SetUid sets the Uid field's value.
func (NasConfigForUpdateFunctionInput) String ¶
func (s NasConfigForUpdateFunctionInput) String() string
String returns the string representation
type NasConfigForUpdateFunctionOutput ¶
type NasConfigForUpdateFunctionOutput struct {
FileSystemId *string `type:"string" json:",omitempty"`
Gid *int64 `type:"int64" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
MountPointId *string `type:"string" json:",omitempty"`
RemotePath *string `type:"string" json:",omitempty"`
Uid *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasConfigForUpdateFunctionOutput) GoString ¶
func (s NasConfigForUpdateFunctionOutput) GoString() string
GoString returns the string representation
func (*NasConfigForUpdateFunctionOutput) SetFileSystemId ¶
func (s *NasConfigForUpdateFunctionOutput) SetFileSystemId(v string) *NasConfigForUpdateFunctionOutput
SetFileSystemId sets the FileSystemId field's value.
func (*NasConfigForUpdateFunctionOutput) SetGid ¶
func (s *NasConfigForUpdateFunctionOutput) SetGid(v int64) *NasConfigForUpdateFunctionOutput
SetGid sets the Gid field's value.
func (*NasConfigForUpdateFunctionOutput) SetLocalMountPath ¶
func (s *NasConfigForUpdateFunctionOutput) SetLocalMountPath(v string) *NasConfigForUpdateFunctionOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (*NasConfigForUpdateFunctionOutput) SetMountPointId ¶
func (s *NasConfigForUpdateFunctionOutput) SetMountPointId(v string) *NasConfigForUpdateFunctionOutput
SetMountPointId sets the MountPointId field's value.
func (*NasConfigForUpdateFunctionOutput) SetRemotePath ¶
func (s *NasConfigForUpdateFunctionOutput) SetRemotePath(v string) *NasConfigForUpdateFunctionOutput
SetRemotePath sets the RemotePath field's value.
func (*NasConfigForUpdateFunctionOutput) SetUid ¶
func (s *NasConfigForUpdateFunctionOutput) SetUid(v int64) *NasConfigForUpdateFunctionOutput
SetUid sets the Uid field's value.
func (NasConfigForUpdateFunctionOutput) String ¶
func (s NasConfigForUpdateFunctionOutput) String() string
String returns the string representation
type NasStorageForCreateFunctionInput ¶
type NasStorageForCreateFunctionInput struct {
EnableNas *bool `type:"boolean" json:",omitempty"`
NasConfigs []*NasConfigForCreateFunctionInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasStorageForCreateFunctionInput) GoString ¶
func (s NasStorageForCreateFunctionInput) GoString() string
GoString returns the string representation
func (*NasStorageForCreateFunctionInput) SetEnableNas ¶
func (s *NasStorageForCreateFunctionInput) SetEnableNas(v bool) *NasStorageForCreateFunctionInput
SetEnableNas sets the EnableNas field's value.
func (*NasStorageForCreateFunctionInput) SetNasConfigs ¶
func (s *NasStorageForCreateFunctionInput) SetNasConfigs(v []*NasConfigForCreateFunctionInput) *NasStorageForCreateFunctionInput
SetNasConfigs sets the NasConfigs field's value.
func (NasStorageForCreateFunctionInput) String ¶
func (s NasStorageForCreateFunctionInput) String() string
String returns the string representation
type NasStorageForCreateFunctionOutput ¶
type NasStorageForCreateFunctionOutput struct {
EnableNas *bool `type:"boolean" json:",omitempty"`
NasConfigs []*NasConfigForCreateFunctionOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasStorageForCreateFunctionOutput) GoString ¶
func (s NasStorageForCreateFunctionOutput) GoString() string
GoString returns the string representation
func (*NasStorageForCreateFunctionOutput) SetEnableNas ¶
func (s *NasStorageForCreateFunctionOutput) SetEnableNas(v bool) *NasStorageForCreateFunctionOutput
SetEnableNas sets the EnableNas field's value.
func (*NasStorageForCreateFunctionOutput) SetNasConfigs ¶
func (s *NasStorageForCreateFunctionOutput) SetNasConfigs(v []*NasConfigForCreateFunctionOutput) *NasStorageForCreateFunctionOutput
SetNasConfigs sets the NasConfigs field's value.
func (NasStorageForCreateFunctionOutput) String ¶
func (s NasStorageForCreateFunctionOutput) String() string
String returns the string representation
type NasStorageForGetFunctionOutput ¶
type NasStorageForGetFunctionOutput struct {
EnableNas *bool `type:"boolean" json:",omitempty"`
NasConfigs []*NasConfigForGetFunctionOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasStorageForGetFunctionOutput) GoString ¶
func (s NasStorageForGetFunctionOutput) GoString() string
GoString returns the string representation
func (*NasStorageForGetFunctionOutput) SetEnableNas ¶
func (s *NasStorageForGetFunctionOutput) SetEnableNas(v bool) *NasStorageForGetFunctionOutput
SetEnableNas sets the EnableNas field's value.
func (*NasStorageForGetFunctionOutput) SetNasConfigs ¶
func (s *NasStorageForGetFunctionOutput) SetNasConfigs(v []*NasConfigForGetFunctionOutput) *NasStorageForGetFunctionOutput
SetNasConfigs sets the NasConfigs field's value.
func (NasStorageForGetFunctionOutput) String ¶
func (s NasStorageForGetFunctionOutput) String() string
String returns the string representation
type NasStorageForGetRevisionOutput ¶
type NasStorageForGetRevisionOutput struct {
EnableNas *bool `type:"boolean" json:",omitempty"`
NasConfigs []*NasConfigForGetRevisionOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasStorageForGetRevisionOutput) GoString ¶
func (s NasStorageForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*NasStorageForGetRevisionOutput) SetEnableNas ¶
func (s *NasStorageForGetRevisionOutput) SetEnableNas(v bool) *NasStorageForGetRevisionOutput
SetEnableNas sets the EnableNas field's value.
func (*NasStorageForGetRevisionOutput) SetNasConfigs ¶
func (s *NasStorageForGetRevisionOutput) SetNasConfigs(v []*NasConfigForGetRevisionOutput) *NasStorageForGetRevisionOutput
SetNasConfigs sets the NasConfigs field's value.
func (NasStorageForGetRevisionOutput) String ¶
func (s NasStorageForGetRevisionOutput) String() string
String returns the string representation
type NasStorageForListFunctionsOutput ¶
type NasStorageForListFunctionsOutput struct {
EnableNas *bool `type:"boolean" json:",omitempty"`
NasConfigs []*NasConfigForListFunctionsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasStorageForListFunctionsOutput) GoString ¶
func (s NasStorageForListFunctionsOutput) GoString() string
GoString returns the string representation
func (*NasStorageForListFunctionsOutput) SetEnableNas ¶
func (s *NasStorageForListFunctionsOutput) SetEnableNas(v bool) *NasStorageForListFunctionsOutput
SetEnableNas sets the EnableNas field's value.
func (*NasStorageForListFunctionsOutput) SetNasConfigs ¶
func (s *NasStorageForListFunctionsOutput) SetNasConfigs(v []*NasConfigForListFunctionsOutput) *NasStorageForListFunctionsOutput
SetNasConfigs sets the NasConfigs field's value.
func (NasStorageForListFunctionsOutput) String ¶
func (s NasStorageForListFunctionsOutput) String() string
String returns the string representation
type NasStorageForListRevisionsOutput ¶
type NasStorageForListRevisionsOutput struct {
EnableNas *bool `type:"boolean" json:",omitempty"`
NasConfigs []*NasConfigForListRevisionsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasStorageForListRevisionsOutput) GoString ¶
func (s NasStorageForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*NasStorageForListRevisionsOutput) SetEnableNas ¶
func (s *NasStorageForListRevisionsOutput) SetEnableNas(v bool) *NasStorageForListRevisionsOutput
SetEnableNas sets the EnableNas field's value.
func (*NasStorageForListRevisionsOutput) SetNasConfigs ¶
func (s *NasStorageForListRevisionsOutput) SetNasConfigs(v []*NasConfigForListRevisionsOutput) *NasStorageForListRevisionsOutput
SetNasConfigs sets the NasConfigs field's value.
func (NasStorageForListRevisionsOutput) String ¶
func (s NasStorageForListRevisionsOutput) String() string
String returns the string representation
type NasStorageForUpdateFunctionInput ¶
type NasStorageForUpdateFunctionInput struct {
EnableNas *bool `type:"boolean" json:",omitempty"`
NasConfigs []*NasConfigForUpdateFunctionInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasStorageForUpdateFunctionInput) GoString ¶
func (s NasStorageForUpdateFunctionInput) GoString() string
GoString returns the string representation
func (*NasStorageForUpdateFunctionInput) SetEnableNas ¶
func (s *NasStorageForUpdateFunctionInput) SetEnableNas(v bool) *NasStorageForUpdateFunctionInput
SetEnableNas sets the EnableNas field's value.
func (*NasStorageForUpdateFunctionInput) SetNasConfigs ¶
func (s *NasStorageForUpdateFunctionInput) SetNasConfigs(v []*NasConfigForUpdateFunctionInput) *NasStorageForUpdateFunctionInput
SetNasConfigs sets the NasConfigs field's value.
func (NasStorageForUpdateFunctionInput) String ¶
func (s NasStorageForUpdateFunctionInput) String() string
String returns the string representation
type NasStorageForUpdateFunctionOutput ¶
type NasStorageForUpdateFunctionOutput struct {
EnableNas *bool `type:"boolean" json:",omitempty"`
NasConfigs []*NasConfigForUpdateFunctionOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (NasStorageForUpdateFunctionOutput) GoString ¶
func (s NasStorageForUpdateFunctionOutput) GoString() string
GoString returns the string representation
func (*NasStorageForUpdateFunctionOutput) SetEnableNas ¶
func (s *NasStorageForUpdateFunctionOutput) SetEnableNas(v bool) *NasStorageForUpdateFunctionOutput
SetEnableNas sets the EnableNas field's value.
func (*NasStorageForUpdateFunctionOutput) SetNasConfigs ¶
func (s *NasStorageForUpdateFunctionOutput) SetNasConfigs(v []*NasConfigForUpdateFunctionOutput) *NasStorageForUpdateFunctionOutput
SetNasConfigs sets the NasConfigs field's value.
func (NasStorageForUpdateFunctionOutput) String ¶
func (s NasStorageForUpdateFunctionOutput) String() string
String returns the string representation
type OrderByForListAsyncTasksInput ¶
type OrderByForListAsyncTasksInput struct {
Ascend *bool `type:"boolean" json:",omitempty"`
Key *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OrderByForListAsyncTasksInput) GoString ¶
func (s OrderByForListAsyncTasksInput) GoString() string
GoString returns the string representation
func (*OrderByForListAsyncTasksInput) SetAscend ¶
func (s *OrderByForListAsyncTasksInput) SetAscend(v bool) *OrderByForListAsyncTasksInput
SetAscend sets the Ascend field's value.
func (*OrderByForListAsyncTasksInput) SetKey ¶
func (s *OrderByForListAsyncTasksInput) SetKey(v string) *OrderByForListAsyncTasksInput
SetKey sets the Key field's value.
func (OrderByForListAsyncTasksInput) String ¶
func (s OrderByForListAsyncTasksInput) String() string
String returns the string representation
type OrderByForListReleaseRecordsInput ¶
type OrderByForListReleaseRecordsInput struct {
Ascend *bool `type:"boolean" json:",omitempty"`
Key *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (OrderByForListReleaseRecordsInput) GoString ¶
func (s OrderByForListReleaseRecordsInput) GoString() string
GoString returns the string representation
func (*OrderByForListReleaseRecordsInput) SetAscend ¶
func (s *OrderByForListReleaseRecordsInput) SetAscend(v bool) *OrderByForListReleaseRecordsInput
SetAscend sets the Ascend field's value.
func (*OrderByForListReleaseRecordsInput) SetKey ¶
func (s *OrderByForListReleaseRecordsInput) SetKey(v string) *OrderByForListReleaseRecordsInput
SetKey sets the Key field's value.
func (OrderByForListReleaseRecordsInput) String ¶
func (s OrderByForListReleaseRecordsInput) String() string
String returns the string representation
type PrecacheSandboxImagesInput ¶
type PrecacheSandboxImagesInput struct {
ImageUrls []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (PrecacheSandboxImagesInput) GoString ¶
func (s PrecacheSandboxImagesInput) GoString() string
GoString returns the string representation
func (*PrecacheSandboxImagesInput) SetImageUrls ¶
func (s *PrecacheSandboxImagesInput) SetImageUrls(v []*string) *PrecacheSandboxImagesInput
SetImageUrls sets the ImageUrls field's value.
func (PrecacheSandboxImagesInput) String ¶
func (s PrecacheSandboxImagesInput) String() string
String returns the string representation
type PrecacheSandboxImagesOutput ¶
type PrecacheSandboxImagesOutput struct {
Metadata *response.ResponseMetadata
TicketId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (PrecacheSandboxImagesOutput) GoString ¶
func (s PrecacheSandboxImagesOutput) GoString() string
GoString returns the string representation
func (*PrecacheSandboxImagesOutput) SetTicketId ¶
func (s *PrecacheSandboxImagesOutput) SetTicketId(v string) *PrecacheSandboxImagesOutput
SetTicketId sets the TicketId field's value.
func (PrecacheSandboxImagesOutput) String ¶
func (s PrecacheSandboxImagesOutput) String() string
String returns the string representation
type ProbeHandlerForGetRevisionOutput ¶
type ProbeHandlerForGetRevisionOutput struct {
HTTPGet *HTTPGetForGetRevisionOutput `type:"structure" json:",omitempty"`
TCPSocket *TCPSocketForGetRevisionOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ProbeHandlerForGetRevisionOutput) GoString ¶
func (s ProbeHandlerForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*ProbeHandlerForGetRevisionOutput) SetHTTPGet ¶
func (s *ProbeHandlerForGetRevisionOutput) SetHTTPGet(v *HTTPGetForGetRevisionOutput) *ProbeHandlerForGetRevisionOutput
SetHTTPGet sets the HTTPGet field's value.
func (*ProbeHandlerForGetRevisionOutput) SetTCPSocket ¶
func (s *ProbeHandlerForGetRevisionOutput) SetTCPSocket(v *TCPSocketForGetRevisionOutput) *ProbeHandlerForGetRevisionOutput
SetTCPSocket sets the TCPSocket field's value.
func (ProbeHandlerForGetRevisionOutput) String ¶
func (s ProbeHandlerForGetRevisionOutput) String() string
String returns the string representation
type ProbeHandlerForListRevisionsOutput ¶
type ProbeHandlerForListRevisionsOutput struct {
HTTPGet *HTTPGetForListRevisionsOutput `type:"structure" json:",omitempty"`
TCPSocket *TCPSocketForListRevisionsOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (ProbeHandlerForListRevisionsOutput) GoString ¶
func (s ProbeHandlerForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*ProbeHandlerForListRevisionsOutput) SetHTTPGet ¶
func (s *ProbeHandlerForListRevisionsOutput) SetHTTPGet(v *HTTPGetForListRevisionsOutput) *ProbeHandlerForListRevisionsOutput
SetHTTPGet sets the HTTPGet field's value.
func (*ProbeHandlerForListRevisionsOutput) SetTCPSocket ¶
func (s *ProbeHandlerForListRevisionsOutput) SetTCPSocket(v *TCPSocketForListRevisionsOutput) *ProbeHandlerForListRevisionsOutput
SetTCPSocket sets the TCPSocket field's value.
func (ProbeHandlerForListRevisionsOutput) String ¶
func (s ProbeHandlerForListRevisionsOutput) String() string
String returns the string representation
type ProgressForGetSandboxImagePrecacheTicketOutput ¶
type ProgressForGetSandboxImagePrecacheTicketOutput struct {
// contains filtered or unexported fields
}
func (ProgressForGetSandboxImagePrecacheTicketOutput) GoString ¶
func (s ProgressForGetSandboxImagePrecacheTicketOutput) GoString() string
GoString returns the string representation
func (ProgressForGetSandboxImagePrecacheTicketOutput) String ¶
func (s ProgressForGetSandboxImagePrecacheTicketOutput) String() string
String returns the string representation
type ReleaseInput ¶
type ReleaseInput struct {
Description *string `type:"string" json:",omitempty"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
MaxInstance *int32 `type:"int32" json:",omitempty"`
// RevisionNumber is a required field
RevisionNumber *int32 `type:"int32" json:",omitempty" required:"true"`
RollingStep *int32 `type:"int32" json:",omitempty"`
TargetTrafficWeight *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ReleaseInput) GoString ¶
func (s ReleaseInput) GoString() string
GoString returns the string representation
func (*ReleaseInput) SetDescription ¶
func (s *ReleaseInput) SetDescription(v string) *ReleaseInput
SetDescription sets the Description field's value.
func (*ReleaseInput) SetFunctionId ¶
func (s *ReleaseInput) SetFunctionId(v string) *ReleaseInput
SetFunctionId sets the FunctionId field's value.
func (*ReleaseInput) SetMaxInstance ¶
func (s *ReleaseInput) SetMaxInstance(v int32) *ReleaseInput
SetMaxInstance sets the MaxInstance field's value.
func (*ReleaseInput) SetRevisionNumber ¶
func (s *ReleaseInput) SetRevisionNumber(v int32) *ReleaseInput
SetRevisionNumber sets the RevisionNumber field's value.
func (*ReleaseInput) SetRollingStep ¶
func (s *ReleaseInput) SetRollingStep(v int32) *ReleaseInput
SetRollingStep sets the RollingStep field's value.
func (*ReleaseInput) SetTargetTrafficWeight ¶
func (s *ReleaseInput) SetTargetTrafficWeight(v int32) *ReleaseInput
SetTargetTrafficWeight sets the TargetTrafficWeight field's value.
func (ReleaseInput) String ¶
func (s ReleaseInput) String() string
String returns the string representation
func (*ReleaseInput) Validate ¶
func (s *ReleaseInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ReleaseOutput ¶
type ReleaseOutput struct {
Metadata *response.ResponseMetadata
CurrentTrafficWeight *int32 `type:"int32" json:",omitempty"`
ErrorCode *string `type:"string" json:",omitempty"`
FailedInstanceLogs *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
NewRevisionNumber *int32 `type:"int32" json:",omitempty"`
OldRevisionNumber *int32 `type:"int32" json:",omitempty"`
ReleaseRecordId *string `type:"string" json:",omitempty"`
StableRevisionNumber *int32 `type:"int32" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
StatusMessage *string `type:"string" json:",omitempty"`
TargetTrafficWeight *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ReleaseOutput) GoString ¶
func (s ReleaseOutput) GoString() string
GoString returns the string representation
func (*ReleaseOutput) SetCurrentTrafficWeight ¶
func (s *ReleaseOutput) SetCurrentTrafficWeight(v int32) *ReleaseOutput
SetCurrentTrafficWeight sets the CurrentTrafficWeight field's value.
func (*ReleaseOutput) SetErrorCode ¶
func (s *ReleaseOutput) SetErrorCode(v string) *ReleaseOutput
SetErrorCode sets the ErrorCode field's value.
func (*ReleaseOutput) SetFailedInstanceLogs ¶
func (s *ReleaseOutput) SetFailedInstanceLogs(v string) *ReleaseOutput
SetFailedInstanceLogs sets the FailedInstanceLogs field's value.
func (*ReleaseOutput) SetFunctionId ¶
func (s *ReleaseOutput) SetFunctionId(v string) *ReleaseOutput
SetFunctionId sets the FunctionId field's value.
func (*ReleaseOutput) SetNewRevisionNumber ¶
func (s *ReleaseOutput) SetNewRevisionNumber(v int32) *ReleaseOutput
SetNewRevisionNumber sets the NewRevisionNumber field's value.
func (*ReleaseOutput) SetOldRevisionNumber ¶
func (s *ReleaseOutput) SetOldRevisionNumber(v int32) *ReleaseOutput
SetOldRevisionNumber sets the OldRevisionNumber field's value.
func (*ReleaseOutput) SetReleaseRecordId ¶
func (s *ReleaseOutput) SetReleaseRecordId(v string) *ReleaseOutput
SetReleaseRecordId sets the ReleaseRecordId field's value.
func (*ReleaseOutput) SetStableRevisionNumber ¶
func (s *ReleaseOutput) SetStableRevisionNumber(v int32) *ReleaseOutput
SetStableRevisionNumber sets the StableRevisionNumber field's value.
func (*ReleaseOutput) SetStartTime ¶
func (s *ReleaseOutput) SetStartTime(v string) *ReleaseOutput
SetStartTime sets the StartTime field's value.
func (*ReleaseOutput) SetStatus ¶
func (s *ReleaseOutput) SetStatus(v string) *ReleaseOutput
SetStatus sets the Status field's value.
func (*ReleaseOutput) SetStatusMessage ¶
func (s *ReleaseOutput) SetStatusMessage(v string) *ReleaseOutput
SetStatusMessage sets the StatusMessage field's value.
func (*ReleaseOutput) SetTargetTrafficWeight ¶
func (s *ReleaseOutput) SetTargetTrafficWeight(v int32) *ReleaseOutput
SetTargetTrafficWeight sets the TargetTrafficWeight field's value.
func (ReleaseOutput) String ¶
func (s ReleaseOutput) String() string
String returns the string representation
type RuleForListFunctionElasticScaleStrategyOutput ¶
type RuleForListFunctionElasticScaleStrategyOutput struct {
AggregateSeconds *int32 `type:"int32" json:",omitempty"`
AggregateType *string `type:"string" json:",omitempty"`
MetricType *string `type:"string" json:",omitempty"`
ScaleDownThreshold *int32 `type:"int32" json:",omitempty"`
ScaleUpThreshold *int32 `type:"int32" json:",omitempty"`
Target *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (RuleForListFunctionElasticScaleStrategyOutput) GoString ¶
func (s RuleForListFunctionElasticScaleStrategyOutput) GoString() string
GoString returns the string representation
func (*RuleForListFunctionElasticScaleStrategyOutput) SetAggregateSeconds ¶
func (s *RuleForListFunctionElasticScaleStrategyOutput) SetAggregateSeconds(v int32) *RuleForListFunctionElasticScaleStrategyOutput
SetAggregateSeconds sets the AggregateSeconds field's value.
func (*RuleForListFunctionElasticScaleStrategyOutput) SetAggregateType ¶
func (s *RuleForListFunctionElasticScaleStrategyOutput) SetAggregateType(v string) *RuleForListFunctionElasticScaleStrategyOutput
SetAggregateType sets the AggregateType field's value.
func (*RuleForListFunctionElasticScaleStrategyOutput) SetMetricType ¶
func (s *RuleForListFunctionElasticScaleStrategyOutput) SetMetricType(v string) *RuleForListFunctionElasticScaleStrategyOutput
SetMetricType sets the MetricType field's value.
func (*RuleForListFunctionElasticScaleStrategyOutput) SetScaleDownThreshold ¶
func (s *RuleForListFunctionElasticScaleStrategyOutput) SetScaleDownThreshold(v int32) *RuleForListFunctionElasticScaleStrategyOutput
SetScaleDownThreshold sets the ScaleDownThreshold field's value.
func (*RuleForListFunctionElasticScaleStrategyOutput) SetScaleUpThreshold ¶
func (s *RuleForListFunctionElasticScaleStrategyOutput) SetScaleUpThreshold(v int32) *RuleForListFunctionElasticScaleStrategyOutput
SetScaleUpThreshold sets the ScaleUpThreshold field's value.
func (*RuleForListFunctionElasticScaleStrategyOutput) SetTarget ¶
func (s *RuleForListFunctionElasticScaleStrategyOutput) SetTarget(v int32) *RuleForListFunctionElasticScaleStrategyOutput
SetTarget sets the Target field's value.
func (RuleForListFunctionElasticScaleStrategyOutput) String ¶
func (s RuleForListFunctionElasticScaleStrategyOutput) String() string
String returns the string representation
type RuleForUpdateFunctionMetricScaleStrategyRulesInput ¶
type RuleForUpdateFunctionMetricScaleStrategyRulesInput struct {
MetricType *string `type:"string" json:",omitempty"`
Target *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (RuleForUpdateFunctionMetricScaleStrategyRulesInput) GoString ¶
func (s RuleForUpdateFunctionMetricScaleStrategyRulesInput) GoString() string
GoString returns the string representation
func (*RuleForUpdateFunctionMetricScaleStrategyRulesInput) SetMetricType ¶
func (s *RuleForUpdateFunctionMetricScaleStrategyRulesInput) SetMetricType(v string) *RuleForUpdateFunctionMetricScaleStrategyRulesInput
SetMetricType sets the MetricType field's value.
func (*RuleForUpdateFunctionMetricScaleStrategyRulesInput) SetTarget ¶
func (s *RuleForUpdateFunctionMetricScaleStrategyRulesInput) SetTarget(v int32) *RuleForUpdateFunctionMetricScaleStrategyRulesInput
SetTarget sets the Target field's value.
func (RuleForUpdateFunctionMetricScaleStrategyRulesInput) String ¶
func (s RuleForUpdateFunctionMetricScaleStrategyRulesInput) String() string
String returns the string representation
type RunCodeInput ¶
type RunCodeInput struct {
// Data is a required field
Data *string `type:"string" json:",omitempty" required:"true"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
SandboxId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RunCodeInput) GoString ¶
func (s RunCodeInput) GoString() string
GoString returns the string representation
func (*RunCodeInput) SetData ¶
func (s *RunCodeInput) SetData(v string) *RunCodeInput
SetData sets the Data field's value.
func (*RunCodeInput) SetFunctionId ¶
func (s *RunCodeInput) SetFunctionId(v string) *RunCodeInput
SetFunctionId sets the FunctionId field's value.
func (*RunCodeInput) SetSandboxId ¶
func (s *RunCodeInput) SetSandboxId(v string) *RunCodeInput
SetSandboxId sets the SandboxId field's value.
func (RunCodeInput) String ¶
func (s RunCodeInput) String() string
String returns the string representation
func (*RunCodeInput) Validate ¶
func (s *RunCodeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RunCodeOutput ¶
type RunCodeOutput struct {
Metadata *response.ResponseMetadata
Result *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RunCodeOutput) GoString ¶
func (s RunCodeOutput) GoString() string
GoString returns the string representation
func (*RunCodeOutput) SetResult ¶
func (s *RunCodeOutput) SetResult(v string) *RunCodeOutput
SetResult sets the Result field's value.
func (RunCodeOutput) String ¶
func (s RunCodeOutput) String() string
String returns the string representation
type SandboxForListSandboxesOutput ¶
type SandboxForListSandboxesOutput struct {
AvailabilityZone *string `type:"string" json:",omitempty"`
CpuMilli *int32 `type:"int32" json:",omitempty"`
CreatedAt *string `type:"string" json:",omitempty"`
ErrorCode *string `type:"string" json:",omitempty"`
ErrorMessage *string `type:"string" json:",omitempty"`
ExpireAt *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
Image *string `type:"string" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
Metadata map[string]*string `type:"map" json:",omitempty"`
Pending *bool `type:"boolean" json:",omitempty"`
RevisionNumber *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SandboxForListSandboxesOutput) GoString ¶
func (s SandboxForListSandboxesOutput) GoString() string
GoString returns the string representation
func (*SandboxForListSandboxesOutput) SetAvailabilityZone ¶
func (s *SandboxForListSandboxesOutput) SetAvailabilityZone(v string) *SandboxForListSandboxesOutput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*SandboxForListSandboxesOutput) SetCpuMilli ¶
func (s *SandboxForListSandboxesOutput) SetCpuMilli(v int32) *SandboxForListSandboxesOutput
SetCpuMilli sets the CpuMilli field's value.
func (*SandboxForListSandboxesOutput) SetCreatedAt ¶
func (s *SandboxForListSandboxesOutput) SetCreatedAt(v string) *SandboxForListSandboxesOutput
SetCreatedAt sets the CreatedAt field's value.
func (*SandboxForListSandboxesOutput) SetErrorCode ¶
func (s *SandboxForListSandboxesOutput) SetErrorCode(v string) *SandboxForListSandboxesOutput
SetErrorCode sets the ErrorCode field's value.
func (*SandboxForListSandboxesOutput) SetErrorMessage ¶
func (s *SandboxForListSandboxesOutput) SetErrorMessage(v string) *SandboxForListSandboxesOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*SandboxForListSandboxesOutput) SetExpireAt ¶
func (s *SandboxForListSandboxesOutput) SetExpireAt(v string) *SandboxForListSandboxesOutput
SetExpireAt sets the ExpireAt field's value.
func (*SandboxForListSandboxesOutput) SetFunctionId ¶
func (s *SandboxForListSandboxesOutput) SetFunctionId(v string) *SandboxForListSandboxesOutput
SetFunctionId sets the FunctionId field's value.
func (*SandboxForListSandboxesOutput) SetId ¶
func (s *SandboxForListSandboxesOutput) SetId(v string) *SandboxForListSandboxesOutput
SetId sets the Id field's value.
func (*SandboxForListSandboxesOutput) SetImage ¶
func (s *SandboxForListSandboxesOutput) SetImage(v string) *SandboxForListSandboxesOutput
SetImage sets the Image field's value.
func (*SandboxForListSandboxesOutput) SetInstanceType ¶
func (s *SandboxForListSandboxesOutput) SetInstanceType(v string) *SandboxForListSandboxesOutput
SetInstanceType sets the InstanceType field's value.
func (*SandboxForListSandboxesOutput) SetMemoryMB ¶
func (s *SandboxForListSandboxesOutput) SetMemoryMB(v int32) *SandboxForListSandboxesOutput
SetMemoryMB sets the MemoryMB field's value.
func (*SandboxForListSandboxesOutput) SetMetadata ¶
func (s *SandboxForListSandboxesOutput) SetMetadata(v map[string]*string) *SandboxForListSandboxesOutput
SetMetadata sets the Metadata field's value.
func (*SandboxForListSandboxesOutput) SetPending ¶
func (s *SandboxForListSandboxesOutput) SetPending(v bool) *SandboxForListSandboxesOutput
SetPending sets the Pending field's value.
func (*SandboxForListSandboxesOutput) SetRevisionNumber ¶
func (s *SandboxForListSandboxesOutput) SetRevisionNumber(v int32) *SandboxForListSandboxesOutput
SetRevisionNumber sets the RevisionNumber field's value.
func (*SandboxForListSandboxesOutput) SetStatus ¶
func (s *SandboxForListSandboxesOutput) SetStatus(v string) *SandboxForListSandboxesOutput
SetStatus sets the Status field's value.
func (SandboxForListSandboxesOutput) String ¶
func (s SandboxForListSandboxesOutput) String() string
String returns the string representation
type ScaleStrategyForListFunctionElasticScaleStrategyOutput ¶
type ScaleStrategyForListFunctionElasticScaleStrategyOutput struct {
CreateTime *string `type:"string" json:",omitempty"`
Rules []*RuleForListFunctionElasticScaleStrategyOutput `type:"list" json:",omitempty"`
Type *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ScaleStrategyForListFunctionElasticScaleStrategyOutput) GoString ¶
func (s ScaleStrategyForListFunctionElasticScaleStrategyOutput) GoString() string
GoString returns the string representation
func (*ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetCreateTime ¶
func (s *ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetCreateTime(v string) *ScaleStrategyForListFunctionElasticScaleStrategyOutput
SetCreateTime sets the CreateTime field's value.
func (*ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetRules ¶
func (s *ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetRules(v []*RuleForListFunctionElasticScaleStrategyOutput) *ScaleStrategyForListFunctionElasticScaleStrategyOutput
SetRules sets the Rules field's value.
func (*ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetType ¶
func (s *ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetType(v string) *ScaleStrategyForListFunctionElasticScaleStrategyOutput
SetType sets the Type field's value.
func (*ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetUpdateTime ¶
func (s *ScaleStrategyForListFunctionElasticScaleStrategyOutput) SetUpdateTime(v string) *ScaleStrategyForListFunctionElasticScaleStrategyOutput
SetUpdateTime sets the UpdateTime field's value.
func (ScaleStrategyForListFunctionElasticScaleStrategyOutput) String ¶
func (s ScaleStrategyForListFunctionElasticScaleStrategyOutput) String() string
String returns the string representation
type SetSandboxTimeoutInput ¶
type SetSandboxTimeoutInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// SandboxId is a required field
SandboxId *string `type:"string" json:",omitempty" required:"true"`
// Timeout is a required field
Timeout *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (SetSandboxTimeoutInput) GoString ¶
func (s SetSandboxTimeoutInput) GoString() string
GoString returns the string representation
func (*SetSandboxTimeoutInput) SetFunctionId ¶
func (s *SetSandboxTimeoutInput) SetFunctionId(v string) *SetSandboxTimeoutInput
SetFunctionId sets the FunctionId field's value.
func (*SetSandboxTimeoutInput) SetSandboxId ¶
func (s *SetSandboxTimeoutInput) SetSandboxId(v string) *SetSandboxTimeoutInput
SetSandboxId sets the SandboxId field's value.
func (*SetSandboxTimeoutInput) SetTimeout ¶
func (s *SetSandboxTimeoutInput) SetTimeout(v int32) *SetSandboxTimeoutInput
SetTimeout sets the Timeout field's value.
func (SetSandboxTimeoutInput) String ¶
func (s SetSandboxTimeoutInput) String() string
String returns the string representation
func (*SetSandboxTimeoutInput) Validate ¶
func (s *SetSandboxTimeoutInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetSandboxTimeoutOutput ¶
type SetSandboxTimeoutOutput struct {
Metadata *response.ResponseMetadata
ExpireAt *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
SandboxId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SetSandboxTimeoutOutput) GoString ¶
func (s SetSandboxTimeoutOutput) GoString() string
GoString returns the string representation
func (*SetSandboxTimeoutOutput) SetExpireAt ¶
func (s *SetSandboxTimeoutOutput) SetExpireAt(v string) *SetSandboxTimeoutOutput
SetExpireAt sets the ExpireAt field's value.
func (*SetSandboxTimeoutOutput) SetFunctionId ¶
func (s *SetSandboxTimeoutOutput) SetFunctionId(v string) *SetSandboxTimeoutOutput
SetFunctionId sets the FunctionId field's value.
func (*SetSandboxTimeoutOutput) SetSandboxId ¶
func (s *SetSandboxTimeoutOutput) SetSandboxId(v string) *SetSandboxTimeoutOutput
SetSandboxId sets the SandboxId field's value.
func (SetSandboxTimeoutOutput) String ¶
func (s SetSandboxTimeoutOutput) String() string
String returns the string representation
type SourceAccessConfigForCreateFunctionInput ¶
type SourceAccessConfigForCreateFunctionInput struct {
Password *string `type:"string" json:",omitempty"`
Username *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SourceAccessConfigForCreateFunctionInput) GoString ¶
func (s SourceAccessConfigForCreateFunctionInput) GoString() string
GoString returns the string representation
func (*SourceAccessConfigForCreateFunctionInput) SetPassword ¶
func (s *SourceAccessConfigForCreateFunctionInput) SetPassword(v string) *SourceAccessConfigForCreateFunctionInput
SetPassword sets the Password field's value.
func (*SourceAccessConfigForCreateFunctionInput) SetUsername ¶
func (s *SourceAccessConfigForCreateFunctionInput) SetUsername(v string) *SourceAccessConfigForCreateFunctionInput
SetUsername sets the Username field's value.
func (SourceAccessConfigForCreateFunctionInput) String ¶
func (s SourceAccessConfigForCreateFunctionInput) String() string
String returns the string representation
type SourceAccessConfigForUpdateFunctionInput ¶
type SourceAccessConfigForUpdateFunctionInput struct {
Password *string `type:"string" json:",omitempty"`
Username *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SourceAccessConfigForUpdateFunctionInput) GoString ¶
func (s SourceAccessConfigForUpdateFunctionInput) GoString() string
GoString returns the string representation
func (*SourceAccessConfigForUpdateFunctionInput) SetPassword ¶
func (s *SourceAccessConfigForUpdateFunctionInput) SetPassword(v string) *SourceAccessConfigForUpdateFunctionInput
SetPassword sets the Password field's value.
func (*SourceAccessConfigForUpdateFunctionInput) SetUsername ¶
func (s *SourceAccessConfigForUpdateFunctionInput) SetUsername(v string) *SourceAccessConfigForUpdateFunctionInput
SetUsername sets the Username field's value.
func (SourceAccessConfigForUpdateFunctionInput) String ¶
func (s SourceAccessConfigForUpdateFunctionInput) String() string
String returns the string representation
type TCPSocketForGetRevisionOutput ¶
type TCPSocketForGetRevisionOutput struct {
Port *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (TCPSocketForGetRevisionOutput) GoString ¶
func (s TCPSocketForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*TCPSocketForGetRevisionOutput) SetPort ¶
func (s *TCPSocketForGetRevisionOutput) SetPort(v int32) *TCPSocketForGetRevisionOutput
SetPort sets the Port field's value.
func (TCPSocketForGetRevisionOutput) String ¶
func (s TCPSocketForGetRevisionOutput) String() string
String returns the string representation
type TCPSocketForListRevisionsOutput ¶
type TCPSocketForListRevisionsOutput struct {
Port *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (TCPSocketForListRevisionsOutput) GoString ¶
func (s TCPSocketForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*TCPSocketForListRevisionsOutput) SetPort ¶
func (s *TCPSocketForListRevisionsOutput) SetPort(v int32) *TCPSocketForListRevisionsOutput
SetPort sets the Port field's value.
func (TCPSocketForListRevisionsOutput) String ¶
func (s TCPSocketForListRevisionsOutput) String() string
String returns the string representation
type TagFilterForListFunctionsInput ¶
type TagFilterForListFunctionsInput struct {
Key *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagFilterForListFunctionsInput) GoString ¶
func (s TagFilterForListFunctionsInput) GoString() string
GoString returns the string representation
func (*TagFilterForListFunctionsInput) SetKey ¶
func (s *TagFilterForListFunctionsInput) SetKey(v string) *TagFilterForListFunctionsInput
SetKey sets the Key field's value.
func (*TagFilterForListFunctionsInput) SetValues ¶
func (s *TagFilterForListFunctionsInput) SetValues(v []*string) *TagFilterForListFunctionsInput
SetValues sets the Values field's value.
func (TagFilterForListFunctionsInput) String ¶
func (s TagFilterForListFunctionsInput) String() string
String returns the string representation
type TagForCreateFunctionInput ¶
type TagForCreateFunctionInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForCreateFunctionInput) GoString ¶
func (s TagForCreateFunctionInput) GoString() string
GoString returns the string representation
func (*TagForCreateFunctionInput) SetKey ¶
func (s *TagForCreateFunctionInput) SetKey(v string) *TagForCreateFunctionInput
SetKey sets the Key field's value.
func (*TagForCreateFunctionInput) SetValue ¶
func (s *TagForCreateFunctionInput) SetValue(v string) *TagForCreateFunctionInput
SetValue sets the Value field's value.
func (TagForCreateFunctionInput) String ¶
func (s TagForCreateFunctionInput) String() string
String returns the string representation
type TagForCreateFunctionOutput ¶
type TagForCreateFunctionOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForCreateFunctionOutput) GoString ¶
func (s TagForCreateFunctionOutput) GoString() string
GoString returns the string representation
func (*TagForCreateFunctionOutput) SetKey ¶
func (s *TagForCreateFunctionOutput) SetKey(v string) *TagForCreateFunctionOutput
SetKey sets the Key field's value.
func (*TagForCreateFunctionOutput) SetValue ¶
func (s *TagForCreateFunctionOutput) SetValue(v string) *TagForCreateFunctionOutput
SetValue sets the Value field's value.
func (TagForCreateFunctionOutput) String ¶
func (s TagForCreateFunctionOutput) String() string
String returns the string representation
type TagForListFunctionsOutput ¶
type TagForListFunctionsOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForListFunctionsOutput) GoString ¶
func (s TagForListFunctionsOutput) GoString() string
GoString returns the string representation
func (*TagForListFunctionsOutput) SetKey ¶
func (s *TagForListFunctionsOutput) SetKey(v string) *TagForListFunctionsOutput
SetKey sets the Key field's value.
func (*TagForListFunctionsOutput) SetValue ¶
func (s *TagForListFunctionsOutput) SetValue(v string) *TagForListFunctionsOutput
SetValue sets the Value field's value.
func (TagForListFunctionsOutput) String ¶
func (s TagForListFunctionsOutput) String() string
String returns the string representation
type TagForUpdateFunctionInput ¶
type TagForUpdateFunctionInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForUpdateFunctionInput) GoString ¶
func (s TagForUpdateFunctionInput) GoString() string
GoString returns the string representation
func (*TagForUpdateFunctionInput) SetKey ¶
func (s *TagForUpdateFunctionInput) SetKey(v string) *TagForUpdateFunctionInput
SetKey sets the Key field's value.
func (*TagForUpdateFunctionInput) SetValue ¶
func (s *TagForUpdateFunctionInput) SetValue(v string) *TagForUpdateFunctionInput
SetValue sets the Value field's value.
func (TagForUpdateFunctionInput) String ¶
func (s TagForUpdateFunctionInput) String() string
String returns the string representation
type TagForUpdateFunctionOutput ¶
type TagForUpdateFunctionOutput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForUpdateFunctionOutput) GoString ¶
func (s TagForUpdateFunctionOutput) GoString() string
GoString returns the string representation
func (*TagForUpdateFunctionOutput) SetKey ¶
func (s *TagForUpdateFunctionOutput) SetKey(v string) *TagForUpdateFunctionOutput
SetKey sets the Key field's value.
func (*TagForUpdateFunctionOutput) SetValue ¶
func (s *TagForUpdateFunctionOutput) SetValue(v string) *TagForUpdateFunctionOutput
SetValue sets the Value field's value.
func (TagForUpdateFunctionOutput) String ¶
func (s TagForUpdateFunctionOutput) String() string
String returns the string representation
type TerminateAsyncTaskInput ¶
type TerminateAsyncTaskInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// RequestId is a required field
RequestId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (TerminateAsyncTaskInput) GoString ¶
func (s TerminateAsyncTaskInput) GoString() string
GoString returns the string representation
func (*TerminateAsyncTaskInput) SetFunctionId ¶
func (s *TerminateAsyncTaskInput) SetFunctionId(v string) *TerminateAsyncTaskInput
SetFunctionId sets the FunctionId field's value.
func (*TerminateAsyncTaskInput) SetRequestId ¶
func (s *TerminateAsyncTaskInput) SetRequestId(v string) *TerminateAsyncTaskInput
SetRequestId sets the RequestId field's value.
func (TerminateAsyncTaskInput) String ¶
func (s TerminateAsyncTaskInput) String() string
String returns the string representation
func (*TerminateAsyncTaskInput) Validate ¶
func (s *TerminateAsyncTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TerminateAsyncTaskOutput ¶
type TerminateAsyncTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (TerminateAsyncTaskOutput) GoString ¶
func (s TerminateAsyncTaskOutput) GoString() string
GoString returns the string representation
func (TerminateAsyncTaskOutput) String ¶
func (s TerminateAsyncTaskOutput) String() string
String returns the string representation
type TerminateDependencyInstallTaskInput ¶
type TerminateDependencyInstallTaskInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (TerminateDependencyInstallTaskInput) GoString ¶
func (s TerminateDependencyInstallTaskInput) GoString() string
GoString returns the string representation
func (*TerminateDependencyInstallTaskInput) SetFunctionId ¶
func (s *TerminateDependencyInstallTaskInput) SetFunctionId(v string) *TerminateDependencyInstallTaskInput
SetFunctionId sets the FunctionId field's value.
func (TerminateDependencyInstallTaskInput) String ¶
func (s TerminateDependencyInstallTaskInput) String() string
String returns the string representation
func (*TerminateDependencyInstallTaskInput) Validate ¶
func (s *TerminateDependencyInstallTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TerminateDependencyInstallTaskOutput ¶
type TerminateDependencyInstallTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (TerminateDependencyInstallTaskOutput) GoString ¶
func (s TerminateDependencyInstallTaskOutput) GoString() string
GoString returns the string representation
func (TerminateDependencyInstallTaskOutput) String ¶
func (s TerminateDependencyInstallTaskOutput) String() string
String returns the string representation
type TlsConfigForCreateFunctionInput ¶
type TlsConfigForCreateFunctionInput struct {
EnableLog *bool `type:"boolean" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TlsConfigForCreateFunctionInput) GoString ¶
func (s TlsConfigForCreateFunctionInput) GoString() string
GoString returns the string representation
func (*TlsConfigForCreateFunctionInput) SetEnableLog ¶
func (s *TlsConfigForCreateFunctionInput) SetEnableLog(v bool) *TlsConfigForCreateFunctionInput
SetEnableLog sets the EnableLog field's value.
func (*TlsConfigForCreateFunctionInput) SetTlsProjectId ¶
func (s *TlsConfigForCreateFunctionInput) SetTlsProjectId(v string) *TlsConfigForCreateFunctionInput
SetTlsProjectId sets the TlsProjectId field's value.
func (*TlsConfigForCreateFunctionInput) SetTlsTopicId ¶
func (s *TlsConfigForCreateFunctionInput) SetTlsTopicId(v string) *TlsConfigForCreateFunctionInput
SetTlsTopicId sets the TlsTopicId field's value.
func (TlsConfigForCreateFunctionInput) String ¶
func (s TlsConfigForCreateFunctionInput) String() string
String returns the string representation
type TlsConfigForCreateFunctionOutput ¶
type TlsConfigForCreateFunctionOutput struct {
EnableLog *bool `type:"boolean" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TlsConfigForCreateFunctionOutput) GoString ¶
func (s TlsConfigForCreateFunctionOutput) GoString() string
GoString returns the string representation
func (*TlsConfigForCreateFunctionOutput) SetEnableLog ¶
func (s *TlsConfigForCreateFunctionOutput) SetEnableLog(v bool) *TlsConfigForCreateFunctionOutput
SetEnableLog sets the EnableLog field's value.
func (*TlsConfigForCreateFunctionOutput) SetTlsProjectId ¶
func (s *TlsConfigForCreateFunctionOutput) SetTlsProjectId(v string) *TlsConfigForCreateFunctionOutput
SetTlsProjectId sets the TlsProjectId field's value.
func (*TlsConfigForCreateFunctionOutput) SetTlsTopicId ¶
func (s *TlsConfigForCreateFunctionOutput) SetTlsTopicId(v string) *TlsConfigForCreateFunctionOutput
SetTlsTopicId sets the TlsTopicId field's value.
func (TlsConfigForCreateFunctionOutput) String ¶
func (s TlsConfigForCreateFunctionOutput) String() string
String returns the string representation
type TlsConfigForGetFunctionOutput ¶
type TlsConfigForGetFunctionOutput struct {
EnableLog *bool `type:"boolean" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TlsConfigForGetFunctionOutput) GoString ¶
func (s TlsConfigForGetFunctionOutput) GoString() string
GoString returns the string representation
func (*TlsConfigForGetFunctionOutput) SetEnableLog ¶
func (s *TlsConfigForGetFunctionOutput) SetEnableLog(v bool) *TlsConfigForGetFunctionOutput
SetEnableLog sets the EnableLog field's value.
func (*TlsConfigForGetFunctionOutput) SetTlsProjectId ¶
func (s *TlsConfigForGetFunctionOutput) SetTlsProjectId(v string) *TlsConfigForGetFunctionOutput
SetTlsProjectId sets the TlsProjectId field's value.
func (*TlsConfigForGetFunctionOutput) SetTlsTopicId ¶
func (s *TlsConfigForGetFunctionOutput) SetTlsTopicId(v string) *TlsConfigForGetFunctionOutput
SetTlsTopicId sets the TlsTopicId field's value.
func (TlsConfigForGetFunctionOutput) String ¶
func (s TlsConfigForGetFunctionOutput) String() string
String returns the string representation
type TlsConfigForGetRevisionOutput ¶
type TlsConfigForGetRevisionOutput struct {
EnableLog *bool `type:"boolean" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TlsConfigForGetRevisionOutput) GoString ¶
func (s TlsConfigForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*TlsConfigForGetRevisionOutput) SetEnableLog ¶
func (s *TlsConfigForGetRevisionOutput) SetEnableLog(v bool) *TlsConfigForGetRevisionOutput
SetEnableLog sets the EnableLog field's value.
func (*TlsConfigForGetRevisionOutput) SetTlsProjectId ¶
func (s *TlsConfigForGetRevisionOutput) SetTlsProjectId(v string) *TlsConfigForGetRevisionOutput
SetTlsProjectId sets the TlsProjectId field's value.
func (*TlsConfigForGetRevisionOutput) SetTlsTopicId ¶
func (s *TlsConfigForGetRevisionOutput) SetTlsTopicId(v string) *TlsConfigForGetRevisionOutput
SetTlsTopicId sets the TlsTopicId field's value.
func (TlsConfigForGetRevisionOutput) String ¶
func (s TlsConfigForGetRevisionOutput) String() string
String returns the string representation
type TlsConfigForListFunctionsOutput ¶
type TlsConfigForListFunctionsOutput struct {
EnableLog *bool `type:"boolean" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TlsConfigForListFunctionsOutput) GoString ¶
func (s TlsConfigForListFunctionsOutput) GoString() string
GoString returns the string representation
func (*TlsConfigForListFunctionsOutput) SetEnableLog ¶
func (s *TlsConfigForListFunctionsOutput) SetEnableLog(v bool) *TlsConfigForListFunctionsOutput
SetEnableLog sets the EnableLog field's value.
func (*TlsConfigForListFunctionsOutput) SetTlsProjectId ¶
func (s *TlsConfigForListFunctionsOutput) SetTlsProjectId(v string) *TlsConfigForListFunctionsOutput
SetTlsProjectId sets the TlsProjectId field's value.
func (*TlsConfigForListFunctionsOutput) SetTlsTopicId ¶
func (s *TlsConfigForListFunctionsOutput) SetTlsTopicId(v string) *TlsConfigForListFunctionsOutput
SetTlsTopicId sets the TlsTopicId field's value.
func (TlsConfigForListFunctionsOutput) String ¶
func (s TlsConfigForListFunctionsOutput) String() string
String returns the string representation
type TlsConfigForListRevisionsOutput ¶
type TlsConfigForListRevisionsOutput struct {
EnableLog *bool `type:"boolean" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TlsConfigForListRevisionsOutput) GoString ¶
func (s TlsConfigForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*TlsConfigForListRevisionsOutput) SetEnableLog ¶
func (s *TlsConfigForListRevisionsOutput) SetEnableLog(v bool) *TlsConfigForListRevisionsOutput
SetEnableLog sets the EnableLog field's value.
func (*TlsConfigForListRevisionsOutput) SetTlsProjectId ¶
func (s *TlsConfigForListRevisionsOutput) SetTlsProjectId(v string) *TlsConfigForListRevisionsOutput
SetTlsProjectId sets the TlsProjectId field's value.
func (*TlsConfigForListRevisionsOutput) SetTlsTopicId ¶
func (s *TlsConfigForListRevisionsOutput) SetTlsTopicId(v string) *TlsConfigForListRevisionsOutput
SetTlsTopicId sets the TlsTopicId field's value.
func (TlsConfigForListRevisionsOutput) String ¶
func (s TlsConfigForListRevisionsOutput) String() string
String returns the string representation
type TlsConfigForUpdateFunctionInput ¶
type TlsConfigForUpdateFunctionInput struct {
EnableLog *bool `type:"boolean" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TlsConfigForUpdateFunctionInput) GoString ¶
func (s TlsConfigForUpdateFunctionInput) GoString() string
GoString returns the string representation
func (*TlsConfigForUpdateFunctionInput) SetEnableLog ¶
func (s *TlsConfigForUpdateFunctionInput) SetEnableLog(v bool) *TlsConfigForUpdateFunctionInput
SetEnableLog sets the EnableLog field's value.
func (*TlsConfigForUpdateFunctionInput) SetTlsProjectId ¶
func (s *TlsConfigForUpdateFunctionInput) SetTlsProjectId(v string) *TlsConfigForUpdateFunctionInput
SetTlsProjectId sets the TlsProjectId field's value.
func (*TlsConfigForUpdateFunctionInput) SetTlsTopicId ¶
func (s *TlsConfigForUpdateFunctionInput) SetTlsTopicId(v string) *TlsConfigForUpdateFunctionInput
SetTlsTopicId sets the TlsTopicId field's value.
func (TlsConfigForUpdateFunctionInput) String ¶
func (s TlsConfigForUpdateFunctionInput) String() string
String returns the string representation
type TlsConfigForUpdateFunctionOutput ¶
type TlsConfigForUpdateFunctionOutput struct {
EnableLog *bool `type:"boolean" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TlsConfigForUpdateFunctionOutput) GoString ¶
func (s TlsConfigForUpdateFunctionOutput) GoString() string
GoString returns the string representation
func (*TlsConfigForUpdateFunctionOutput) SetEnableLog ¶
func (s *TlsConfigForUpdateFunctionOutput) SetEnableLog(v bool) *TlsConfigForUpdateFunctionOutput
SetEnableLog sets the EnableLog field's value.
func (*TlsConfigForUpdateFunctionOutput) SetTlsProjectId ¶
func (s *TlsConfigForUpdateFunctionOutput) SetTlsProjectId(v string) *TlsConfigForUpdateFunctionOutput
SetTlsProjectId sets the TlsProjectId field's value.
func (*TlsConfigForUpdateFunctionOutput) SetTlsTopicId ¶
func (s *TlsConfigForUpdateFunctionOutput) SetTlsTopicId(v string) *TlsConfigForUpdateFunctionOutput
SetTlsTopicId sets the TlsTopicId field's value.
func (TlsConfigForUpdateFunctionOutput) String ¶
func (s TlsConfigForUpdateFunctionOutput) String() string
String returns the string representation
type TosMountConfigForCreateFunctionInput ¶
type TosMountConfigForCreateFunctionInput struct {
Credentials *CredentialsForCreateFunctionInput `type:"structure" json:",omitempty"`
EnableTos *bool `type:"boolean" json:",omitempty"`
MountPoints []*MountPointForCreateFunctionInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosMountConfigForCreateFunctionInput) GoString ¶
func (s TosMountConfigForCreateFunctionInput) GoString() string
GoString returns the string representation
func (*TosMountConfigForCreateFunctionInput) SetCredentials ¶
func (s *TosMountConfigForCreateFunctionInput) SetCredentials(v *CredentialsForCreateFunctionInput) *TosMountConfigForCreateFunctionInput
SetCredentials sets the Credentials field's value.
func (*TosMountConfigForCreateFunctionInput) SetEnableTos ¶
func (s *TosMountConfigForCreateFunctionInput) SetEnableTos(v bool) *TosMountConfigForCreateFunctionInput
SetEnableTos sets the EnableTos field's value.
func (*TosMountConfigForCreateFunctionInput) SetMountPoints ¶
func (s *TosMountConfigForCreateFunctionInput) SetMountPoints(v []*MountPointForCreateFunctionInput) *TosMountConfigForCreateFunctionInput
SetMountPoints sets the MountPoints field's value.
func (TosMountConfigForCreateFunctionInput) String ¶
func (s TosMountConfigForCreateFunctionInput) String() string
String returns the string representation
type TosMountConfigForCreateFunctionOutput ¶
type TosMountConfigForCreateFunctionOutput struct {
Credentials *CredentialsForCreateFunctionOutput `type:"structure" json:",omitempty"`
EnableTos *bool `type:"boolean" json:",omitempty"`
MountPoints []*MountPointForCreateFunctionOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosMountConfigForCreateFunctionOutput) GoString ¶
func (s TosMountConfigForCreateFunctionOutput) GoString() string
GoString returns the string representation
func (*TosMountConfigForCreateFunctionOutput) SetCredentials ¶
func (s *TosMountConfigForCreateFunctionOutput) SetCredentials(v *CredentialsForCreateFunctionOutput) *TosMountConfigForCreateFunctionOutput
SetCredentials sets the Credentials field's value.
func (*TosMountConfigForCreateFunctionOutput) SetEnableTos ¶
func (s *TosMountConfigForCreateFunctionOutput) SetEnableTos(v bool) *TosMountConfigForCreateFunctionOutput
SetEnableTos sets the EnableTos field's value.
func (*TosMountConfigForCreateFunctionOutput) SetMountPoints ¶
func (s *TosMountConfigForCreateFunctionOutput) SetMountPoints(v []*MountPointForCreateFunctionOutput) *TosMountConfigForCreateFunctionOutput
SetMountPoints sets the MountPoints field's value.
func (TosMountConfigForCreateFunctionOutput) String ¶
func (s TosMountConfigForCreateFunctionOutput) String() string
String returns the string representation
type TosMountConfigForGetFunctionOutput ¶
type TosMountConfigForGetFunctionOutput struct {
Credentials *CredentialsForGetFunctionOutput `type:"structure" json:",omitempty"`
EnableTos *bool `type:"boolean" json:",omitempty"`
MountPoints []*MountPointForGetFunctionOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosMountConfigForGetFunctionOutput) GoString ¶
func (s TosMountConfigForGetFunctionOutput) GoString() string
GoString returns the string representation
func (*TosMountConfigForGetFunctionOutput) SetCredentials ¶
func (s *TosMountConfigForGetFunctionOutput) SetCredentials(v *CredentialsForGetFunctionOutput) *TosMountConfigForGetFunctionOutput
SetCredentials sets the Credentials field's value.
func (*TosMountConfigForGetFunctionOutput) SetEnableTos ¶
func (s *TosMountConfigForGetFunctionOutput) SetEnableTos(v bool) *TosMountConfigForGetFunctionOutput
SetEnableTos sets the EnableTos field's value.
func (*TosMountConfigForGetFunctionOutput) SetMountPoints ¶
func (s *TosMountConfigForGetFunctionOutput) SetMountPoints(v []*MountPointForGetFunctionOutput) *TosMountConfigForGetFunctionOutput
SetMountPoints sets the MountPoints field's value.
func (TosMountConfigForGetFunctionOutput) String ¶
func (s TosMountConfigForGetFunctionOutput) String() string
String returns the string representation
type TosMountConfigForGetRevisionOutput ¶
type TosMountConfigForGetRevisionOutput struct {
Credentials *CredentialsForGetRevisionOutput `type:"structure" json:",omitempty"`
EnableTos *bool `type:"boolean" json:",omitempty"`
MountPoints []*MountPointForGetRevisionOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosMountConfigForGetRevisionOutput) GoString ¶
func (s TosMountConfigForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*TosMountConfigForGetRevisionOutput) SetCredentials ¶
func (s *TosMountConfigForGetRevisionOutput) SetCredentials(v *CredentialsForGetRevisionOutput) *TosMountConfigForGetRevisionOutput
SetCredentials sets the Credentials field's value.
func (*TosMountConfigForGetRevisionOutput) SetEnableTos ¶
func (s *TosMountConfigForGetRevisionOutput) SetEnableTos(v bool) *TosMountConfigForGetRevisionOutput
SetEnableTos sets the EnableTos field's value.
func (*TosMountConfigForGetRevisionOutput) SetMountPoints ¶
func (s *TosMountConfigForGetRevisionOutput) SetMountPoints(v []*MountPointForGetRevisionOutput) *TosMountConfigForGetRevisionOutput
SetMountPoints sets the MountPoints field's value.
func (TosMountConfigForGetRevisionOutput) String ¶
func (s TosMountConfigForGetRevisionOutput) String() string
String returns the string representation
type TosMountConfigForListFunctionsOutput ¶
type TosMountConfigForListFunctionsOutput struct {
Credentials *CredentialsForListFunctionsOutput `type:"structure" json:",omitempty"`
EnableTos *bool `type:"boolean" json:",omitempty"`
MountPoints []*MountPointForListFunctionsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosMountConfigForListFunctionsOutput) GoString ¶
func (s TosMountConfigForListFunctionsOutput) GoString() string
GoString returns the string representation
func (*TosMountConfigForListFunctionsOutput) SetCredentials ¶
func (s *TosMountConfigForListFunctionsOutput) SetCredentials(v *CredentialsForListFunctionsOutput) *TosMountConfigForListFunctionsOutput
SetCredentials sets the Credentials field's value.
func (*TosMountConfigForListFunctionsOutput) SetEnableTos ¶
func (s *TosMountConfigForListFunctionsOutput) SetEnableTos(v bool) *TosMountConfigForListFunctionsOutput
SetEnableTos sets the EnableTos field's value.
func (*TosMountConfigForListFunctionsOutput) SetMountPoints ¶
func (s *TosMountConfigForListFunctionsOutput) SetMountPoints(v []*MountPointForListFunctionsOutput) *TosMountConfigForListFunctionsOutput
SetMountPoints sets the MountPoints field's value.
func (TosMountConfigForListFunctionsOutput) String ¶
func (s TosMountConfigForListFunctionsOutput) String() string
String returns the string representation
type TosMountConfigForListRevisionsOutput ¶
type TosMountConfigForListRevisionsOutput struct {
Credentials *CredentialsForListRevisionsOutput `type:"structure" json:",omitempty"`
EnableTos *bool `type:"boolean" json:",omitempty"`
MountPoints []*MountPointForListRevisionsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosMountConfigForListRevisionsOutput) GoString ¶
func (s TosMountConfigForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*TosMountConfigForListRevisionsOutput) SetCredentials ¶
func (s *TosMountConfigForListRevisionsOutput) SetCredentials(v *CredentialsForListRevisionsOutput) *TosMountConfigForListRevisionsOutput
SetCredentials sets the Credentials field's value.
func (*TosMountConfigForListRevisionsOutput) SetEnableTos ¶
func (s *TosMountConfigForListRevisionsOutput) SetEnableTos(v bool) *TosMountConfigForListRevisionsOutput
SetEnableTos sets the EnableTos field's value.
func (*TosMountConfigForListRevisionsOutput) SetMountPoints ¶
func (s *TosMountConfigForListRevisionsOutput) SetMountPoints(v []*MountPointForListRevisionsOutput) *TosMountConfigForListRevisionsOutput
SetMountPoints sets the MountPoints field's value.
func (TosMountConfigForListRevisionsOutput) String ¶
func (s TosMountConfigForListRevisionsOutput) String() string
String returns the string representation
type TosMountConfigForUpdateFunctionInput ¶
type TosMountConfigForUpdateFunctionInput struct {
Credentials *CredentialsForUpdateFunctionInput `type:"structure" json:",omitempty"`
EnableTos *bool `type:"boolean" json:",omitempty"`
MountPoints []*MountPointForUpdateFunctionInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosMountConfigForUpdateFunctionInput) GoString ¶
func (s TosMountConfigForUpdateFunctionInput) GoString() string
GoString returns the string representation
func (*TosMountConfigForUpdateFunctionInput) SetCredentials ¶
func (s *TosMountConfigForUpdateFunctionInput) SetCredentials(v *CredentialsForUpdateFunctionInput) *TosMountConfigForUpdateFunctionInput
SetCredentials sets the Credentials field's value.
func (*TosMountConfigForUpdateFunctionInput) SetEnableTos ¶
func (s *TosMountConfigForUpdateFunctionInput) SetEnableTos(v bool) *TosMountConfigForUpdateFunctionInput
SetEnableTos sets the EnableTos field's value.
func (*TosMountConfigForUpdateFunctionInput) SetMountPoints ¶
func (s *TosMountConfigForUpdateFunctionInput) SetMountPoints(v []*MountPointForUpdateFunctionInput) *TosMountConfigForUpdateFunctionInput
SetMountPoints sets the MountPoints field's value.
func (TosMountConfigForUpdateFunctionInput) String ¶
func (s TosMountConfigForUpdateFunctionInput) String() string
String returns the string representation
type TosMountConfigForUpdateFunctionOutput ¶
type TosMountConfigForUpdateFunctionOutput struct {
Credentials *CredentialsForUpdateFunctionOutput `type:"structure" json:",omitempty"`
EnableTos *bool `type:"boolean" json:",omitempty"`
MountPoints []*MountPointForUpdateFunctionOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosMountConfigForUpdateFunctionOutput) GoString ¶
func (s TosMountConfigForUpdateFunctionOutput) GoString() string
GoString returns the string representation
func (*TosMountConfigForUpdateFunctionOutput) SetCredentials ¶
func (s *TosMountConfigForUpdateFunctionOutput) SetCredentials(v *CredentialsForUpdateFunctionOutput) *TosMountConfigForUpdateFunctionOutput
SetCredentials sets the Credentials field's value.
func (*TosMountConfigForUpdateFunctionOutput) SetEnableTos ¶
func (s *TosMountConfigForUpdateFunctionOutput) SetEnableTos(v bool) *TosMountConfigForUpdateFunctionOutput
SetEnableTos sets the EnableTos field's value.
func (*TosMountConfigForUpdateFunctionOutput) SetMountPoints ¶
func (s *TosMountConfigForUpdateFunctionOutput) SetMountPoints(v []*MountPointForUpdateFunctionOutput) *TosMountConfigForUpdateFunctionOutput
SetMountPoints sets the MountPoints field's value.
func (TosMountConfigForUpdateFunctionOutput) String ¶
func (s TosMountConfigForUpdateFunctionOutput) String() string
String returns the string representation
type TosMountPointForCreateSandboxInput ¶
type TosMountPointForCreateSandboxInput struct {
BucketPath *string `type:"string" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosMountPointForCreateSandboxInput) GoString ¶
func (s TosMountPointForCreateSandboxInput) GoString() string
GoString returns the string representation
func (*TosMountPointForCreateSandboxInput) SetBucketPath ¶
func (s *TosMountPointForCreateSandboxInput) SetBucketPath(v string) *TosMountPointForCreateSandboxInput
SetBucketPath sets the BucketPath field's value.
func (*TosMountPointForCreateSandboxInput) SetLocalMountPath ¶
func (s *TosMountPointForCreateSandboxInput) SetLocalMountPath(v string) *TosMountPointForCreateSandboxInput
SetLocalMountPath sets the LocalMountPath field's value.
func (TosMountPointForCreateSandboxInput) String ¶
func (s TosMountPointForCreateSandboxInput) String() string
String returns the string representation
type TosMountPointForDescribeSandboxOutput ¶
type TosMountPointForDescribeSandboxOutput struct {
BucketPath *string `type:"string" json:",omitempty"`
LocalMountPath *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosMountPointForDescribeSandboxOutput) GoString ¶
func (s TosMountPointForDescribeSandboxOutput) GoString() string
GoString returns the string representation
func (*TosMountPointForDescribeSandboxOutput) SetBucketPath ¶
func (s *TosMountPointForDescribeSandboxOutput) SetBucketPath(v string) *TosMountPointForDescribeSandboxOutput
SetBucketPath sets the BucketPath field's value.
func (*TosMountPointForDescribeSandboxOutput) SetLocalMountPath ¶
func (s *TosMountPointForDescribeSandboxOutput) SetLocalMountPath(v string) *TosMountPointForDescribeSandboxOutput
SetLocalMountPath sets the LocalMountPath field's value.
func (TosMountPointForDescribeSandboxOutput) String ¶
func (s TosMountPointForDescribeSandboxOutput) String() string
String returns the string representation
type TransitionSandboxInput ¶
type TransitionSandboxInput struct {
// Action is a required field
Action *string `type:"string" json:",omitempty" required:"true"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// SandboxId is a required field
SandboxId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (TransitionSandboxInput) GoString ¶
func (s TransitionSandboxInput) GoString() string
GoString returns the string representation
func (*TransitionSandboxInput) SetAction ¶
func (s *TransitionSandboxInput) SetAction(v string) *TransitionSandboxInput
SetAction sets the Action field's value.
func (*TransitionSandboxInput) SetFunctionId ¶
func (s *TransitionSandboxInput) SetFunctionId(v string) *TransitionSandboxInput
SetFunctionId sets the FunctionId field's value.
func (*TransitionSandboxInput) SetSandboxId ¶
func (s *TransitionSandboxInput) SetSandboxId(v string) *TransitionSandboxInput
SetSandboxId sets the SandboxId field's value.
func (TransitionSandboxInput) String ¶
func (s TransitionSandboxInput) String() string
String returns the string representation
func (*TransitionSandboxInput) Validate ¶
func (s *TransitionSandboxInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TransitionSandboxOutput ¶
type TransitionSandboxOutput struct {
Metadata *response.ResponseMetadata
FunctionId *string `type:"string" json:",omitempty"`
SandboxId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TransitionSandboxOutput) GoString ¶
func (s TransitionSandboxOutput) GoString() string
GoString returns the string representation
func (*TransitionSandboxOutput) SetFunctionId ¶
func (s *TransitionSandboxOutput) SetFunctionId(v string) *TransitionSandboxOutput
SetFunctionId sets the FunctionId field's value.
func (*TransitionSandboxOutput) SetSandboxId ¶
func (s *TransitionSandboxOutput) SetSandboxId(v string) *TransitionSandboxOutput
SetSandboxId sets the SandboxId field's value.
func (*TransitionSandboxOutput) SetStatus ¶
func (s *TransitionSandboxOutput) SetStatus(v string) *TransitionSandboxOutput
SetStatus sets the Status field's value.
func (TransitionSandboxOutput) String ¶
func (s TransitionSandboxOutput) String() string
String returns the string representation
type UpdateFunctionInput ¶
type UpdateFunctionInput struct {
CpuMilli *int32 `type:"int32" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Envs []*EnvForUpdateFunctionInput `type:"list" json:",omitempty"`
ExclusiveMode *bool `type:"boolean" json:",omitempty"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
InitializerSec *int32 `type:"int32" json:",omitempty"`
MaxConcurrency *int32 `type:"int32" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
NasStorage *NasStorageForUpdateFunctionInput `type:"structure" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
RequestTimeout *int32 `type:"int32" json:",omitempty"`
Role *string `type:"string" json:",omitempty"`
Source *string `type:"string" json:",omitempty"`
SourceAccessConfig *SourceAccessConfigForUpdateFunctionInput `type:"structure" json:",omitempty"`
SourceType *string `type:"string" json:",omitempty"`
Tags []*TagForUpdateFunctionInput `type:"list" json:",omitempty"`
TlsConfig *TlsConfigForUpdateFunctionInput `type:"structure" json:",omitempty"`
TosMountConfig *TosMountConfigForUpdateFunctionInput `type:"structure" json:",omitempty"`
VpcConfig *VpcConfigForUpdateFunctionInput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFunctionInput) GoString ¶
func (s UpdateFunctionInput) GoString() string
GoString returns the string representation
func (*UpdateFunctionInput) SetCpuMilli ¶
func (s *UpdateFunctionInput) SetCpuMilli(v int32) *UpdateFunctionInput
SetCpuMilli sets the CpuMilli field's value.
func (*UpdateFunctionInput) SetDescription ¶
func (s *UpdateFunctionInput) SetDescription(v string) *UpdateFunctionInput
SetDescription sets the Description field's value.
func (*UpdateFunctionInput) SetEnvs ¶
func (s *UpdateFunctionInput) SetEnvs(v []*EnvForUpdateFunctionInput) *UpdateFunctionInput
SetEnvs sets the Envs field's value.
func (*UpdateFunctionInput) SetExclusiveMode ¶
func (s *UpdateFunctionInput) SetExclusiveMode(v bool) *UpdateFunctionInput
SetExclusiveMode sets the ExclusiveMode field's value.
func (*UpdateFunctionInput) SetId ¶
func (s *UpdateFunctionInput) SetId(v string) *UpdateFunctionInput
SetId sets the Id field's value.
func (*UpdateFunctionInput) SetInitializerSec ¶
func (s *UpdateFunctionInput) SetInitializerSec(v int32) *UpdateFunctionInput
SetInitializerSec sets the InitializerSec field's value.
func (*UpdateFunctionInput) SetMaxConcurrency ¶
func (s *UpdateFunctionInput) SetMaxConcurrency(v int32) *UpdateFunctionInput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*UpdateFunctionInput) SetMemoryMB ¶
func (s *UpdateFunctionInput) SetMemoryMB(v int32) *UpdateFunctionInput
SetMemoryMB sets the MemoryMB field's value.
func (*UpdateFunctionInput) SetNasStorage ¶
func (s *UpdateFunctionInput) SetNasStorage(v *NasStorageForUpdateFunctionInput) *UpdateFunctionInput
SetNasStorage sets the NasStorage field's value.
func (*UpdateFunctionInput) SetProjectName ¶
func (s *UpdateFunctionInput) SetProjectName(v string) *UpdateFunctionInput
SetProjectName sets the ProjectName field's value.
func (*UpdateFunctionInput) SetRequestTimeout ¶
func (s *UpdateFunctionInput) SetRequestTimeout(v int32) *UpdateFunctionInput
SetRequestTimeout sets the RequestTimeout field's value.
func (*UpdateFunctionInput) SetRole ¶
func (s *UpdateFunctionInput) SetRole(v string) *UpdateFunctionInput
SetRole sets the Role field's value.
func (*UpdateFunctionInput) SetSource ¶
func (s *UpdateFunctionInput) SetSource(v string) *UpdateFunctionInput
SetSource sets the Source field's value.
func (*UpdateFunctionInput) SetSourceAccessConfig ¶
func (s *UpdateFunctionInput) SetSourceAccessConfig(v *SourceAccessConfigForUpdateFunctionInput) *UpdateFunctionInput
SetSourceAccessConfig sets the SourceAccessConfig field's value.
func (*UpdateFunctionInput) SetSourceType ¶
func (s *UpdateFunctionInput) SetSourceType(v string) *UpdateFunctionInput
SetSourceType sets the SourceType field's value.
func (*UpdateFunctionInput) SetTags ¶
func (s *UpdateFunctionInput) SetTags(v []*TagForUpdateFunctionInput) *UpdateFunctionInput
SetTags sets the Tags field's value.
func (*UpdateFunctionInput) SetTlsConfig ¶
func (s *UpdateFunctionInput) SetTlsConfig(v *TlsConfigForUpdateFunctionInput) *UpdateFunctionInput
SetTlsConfig sets the TlsConfig field's value.
func (*UpdateFunctionInput) SetTosMountConfig ¶
func (s *UpdateFunctionInput) SetTosMountConfig(v *TosMountConfigForUpdateFunctionInput) *UpdateFunctionInput
SetTosMountConfig sets the TosMountConfig field's value.
func (*UpdateFunctionInput) SetVpcConfig ¶
func (s *UpdateFunctionInput) SetVpcConfig(v *VpcConfigForUpdateFunctionInput) *UpdateFunctionInput
SetVpcConfig sets the VpcConfig field's value.
func (UpdateFunctionInput) String ¶
func (s UpdateFunctionInput) String() string
String returns the string representation
func (*UpdateFunctionInput) Validate ¶
func (s *UpdateFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFunctionMetricScaleStrategyRulesInput ¶
type UpdateFunctionMetricScaleStrategyRulesInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
Rules []*RuleForUpdateFunctionMetricScaleStrategyRulesInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFunctionMetricScaleStrategyRulesInput) GoString ¶
func (s UpdateFunctionMetricScaleStrategyRulesInput) GoString() string
GoString returns the string representation
func (*UpdateFunctionMetricScaleStrategyRulesInput) SetFunctionId ¶
func (s *UpdateFunctionMetricScaleStrategyRulesInput) SetFunctionId(v string) *UpdateFunctionMetricScaleStrategyRulesInput
SetFunctionId sets the FunctionId field's value.
func (*UpdateFunctionMetricScaleStrategyRulesInput) SetRules ¶
func (s *UpdateFunctionMetricScaleStrategyRulesInput) SetRules(v []*RuleForUpdateFunctionMetricScaleStrategyRulesInput) *UpdateFunctionMetricScaleStrategyRulesInput
SetRules sets the Rules field's value.
func (UpdateFunctionMetricScaleStrategyRulesInput) String ¶
func (s UpdateFunctionMetricScaleStrategyRulesInput) String() string
String returns the string representation
func (*UpdateFunctionMetricScaleStrategyRulesInput) Validate ¶
func (s *UpdateFunctionMetricScaleStrategyRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFunctionMetricScaleStrategyRulesOutput ¶
type UpdateFunctionMetricScaleStrategyRulesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateFunctionMetricScaleStrategyRulesOutput) GoString ¶
func (s UpdateFunctionMetricScaleStrategyRulesOutput) GoString() string
GoString returns the string representation
func (UpdateFunctionMetricScaleStrategyRulesOutput) String ¶
func (s UpdateFunctionMetricScaleStrategyRulesOutput) String() string
String returns the string representation
type UpdateFunctionOutput ¶
type UpdateFunctionOutput struct {
Metadata *response.ResponseMetadata
Cell *string `type:"string" json:",omitempty"`
CodeSize *int32 `type:"int32" json:",omitempty"`
CodeSizeLimit *int32 `type:"int32" json:",omitempty"`
Command *string `type:"string" json:",omitempty"`
CpuStrategy *string `type:"string" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Envs []*EnvForUpdateFunctionOutput `type:"list" json:",omitempty"`
ExclusiveMode *bool `type:"boolean" json:",omitempty"`
FunctionType *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
InitializerSec *int32 `type:"int32" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
MaxConcurrency *int32 `type:"int32" json:",omitempty"`
MemoryMB *int32 `type:"int32" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
NasStorage *NasStorageForUpdateFunctionOutput `type:"structure" json:",omitempty"`
Owner *string `type:"string" json:",omitempty"`
Port *int32 `type:"int32" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
RequestTimeout *int32 `type:"int32" json:",omitempty"`
Role *string `type:"string" json:",omitempty"`
Runtime *string `type:"string" json:",omitempty"`
Source *string `type:"string" json:",omitempty"`
SourceLocation *string `type:"string" json:",omitempty"`
SourceType *string `type:"string" json:",omitempty"`
Tags []*TagForUpdateFunctionOutput `type:"list" json:",omitempty"`
TlsConfig *TlsConfigForUpdateFunctionOutput `type:"structure" json:",omitempty"`
TosMountConfig *TosMountConfigForUpdateFunctionOutput `type:"structure" json:",omitempty"`
TriggersCount *int32 `type:"int32" json:",omitempty"`
VpcConfig *VpcConfigForUpdateFunctionOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFunctionOutput) GoString ¶
func (s UpdateFunctionOutput) GoString() string
GoString returns the string representation
func (*UpdateFunctionOutput) SetCell ¶
func (s *UpdateFunctionOutput) SetCell(v string) *UpdateFunctionOutput
SetCell sets the Cell field's value.
func (*UpdateFunctionOutput) SetCodeSize ¶
func (s *UpdateFunctionOutput) SetCodeSize(v int32) *UpdateFunctionOutput
SetCodeSize sets the CodeSize field's value.
func (*UpdateFunctionOutput) SetCodeSizeLimit ¶
func (s *UpdateFunctionOutput) SetCodeSizeLimit(v int32) *UpdateFunctionOutput
SetCodeSizeLimit sets the CodeSizeLimit field's value.
func (*UpdateFunctionOutput) SetCommand ¶
func (s *UpdateFunctionOutput) SetCommand(v string) *UpdateFunctionOutput
SetCommand sets the Command field's value.
func (*UpdateFunctionOutput) SetCpuStrategy ¶
func (s *UpdateFunctionOutput) SetCpuStrategy(v string) *UpdateFunctionOutput
SetCpuStrategy sets the CpuStrategy field's value.
func (*UpdateFunctionOutput) SetCreationTime ¶
func (s *UpdateFunctionOutput) SetCreationTime(v string) *UpdateFunctionOutput
SetCreationTime sets the CreationTime field's value.
func (*UpdateFunctionOutput) SetDescription ¶
func (s *UpdateFunctionOutput) SetDescription(v string) *UpdateFunctionOutput
SetDescription sets the Description field's value.
func (*UpdateFunctionOutput) SetEnvs ¶
func (s *UpdateFunctionOutput) SetEnvs(v []*EnvForUpdateFunctionOutput) *UpdateFunctionOutput
SetEnvs sets the Envs field's value.
func (*UpdateFunctionOutput) SetExclusiveMode ¶
func (s *UpdateFunctionOutput) SetExclusiveMode(v bool) *UpdateFunctionOutput
SetExclusiveMode sets the ExclusiveMode field's value.
func (*UpdateFunctionOutput) SetFunctionType ¶
func (s *UpdateFunctionOutput) SetFunctionType(v string) *UpdateFunctionOutput
SetFunctionType sets the FunctionType field's value.
func (*UpdateFunctionOutput) SetId ¶
func (s *UpdateFunctionOutput) SetId(v string) *UpdateFunctionOutput
SetId sets the Id field's value.
func (*UpdateFunctionOutput) SetInitializerSec ¶
func (s *UpdateFunctionOutput) SetInitializerSec(v int32) *UpdateFunctionOutput
SetInitializerSec sets the InitializerSec field's value.
func (*UpdateFunctionOutput) SetInstanceType ¶
func (s *UpdateFunctionOutput) SetInstanceType(v string) *UpdateFunctionOutput
SetInstanceType sets the InstanceType field's value.
func (*UpdateFunctionOutput) SetLastUpdateTime ¶
func (s *UpdateFunctionOutput) SetLastUpdateTime(v string) *UpdateFunctionOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*UpdateFunctionOutput) SetMaxConcurrency ¶
func (s *UpdateFunctionOutput) SetMaxConcurrency(v int32) *UpdateFunctionOutput
SetMaxConcurrency sets the MaxConcurrency field's value.
func (*UpdateFunctionOutput) SetMemoryMB ¶
func (s *UpdateFunctionOutput) SetMemoryMB(v int32) *UpdateFunctionOutput
SetMemoryMB sets the MemoryMB field's value.
func (*UpdateFunctionOutput) SetName ¶
func (s *UpdateFunctionOutput) SetName(v string) *UpdateFunctionOutput
SetName sets the Name field's value.
func (*UpdateFunctionOutput) SetNasStorage ¶
func (s *UpdateFunctionOutput) SetNasStorage(v *NasStorageForUpdateFunctionOutput) *UpdateFunctionOutput
SetNasStorage sets the NasStorage field's value.
func (*UpdateFunctionOutput) SetOwner ¶
func (s *UpdateFunctionOutput) SetOwner(v string) *UpdateFunctionOutput
SetOwner sets the Owner field's value.
func (*UpdateFunctionOutput) SetPort ¶
func (s *UpdateFunctionOutput) SetPort(v int32) *UpdateFunctionOutput
SetPort sets the Port field's value.
func (*UpdateFunctionOutput) SetProjectName ¶
func (s *UpdateFunctionOutput) SetProjectName(v string) *UpdateFunctionOutput
SetProjectName sets the ProjectName field's value.
func (*UpdateFunctionOutput) SetRequestTimeout ¶
func (s *UpdateFunctionOutput) SetRequestTimeout(v int32) *UpdateFunctionOutput
SetRequestTimeout sets the RequestTimeout field's value.
func (*UpdateFunctionOutput) SetRole ¶
func (s *UpdateFunctionOutput) SetRole(v string) *UpdateFunctionOutput
SetRole sets the Role field's value.
func (*UpdateFunctionOutput) SetRuntime ¶
func (s *UpdateFunctionOutput) SetRuntime(v string) *UpdateFunctionOutput
SetRuntime sets the Runtime field's value.
func (*UpdateFunctionOutput) SetSource ¶
func (s *UpdateFunctionOutput) SetSource(v string) *UpdateFunctionOutput
SetSource sets the Source field's value.
func (*UpdateFunctionOutput) SetSourceLocation ¶
func (s *UpdateFunctionOutput) SetSourceLocation(v string) *UpdateFunctionOutput
SetSourceLocation sets the SourceLocation field's value.
func (*UpdateFunctionOutput) SetSourceType ¶
func (s *UpdateFunctionOutput) SetSourceType(v string) *UpdateFunctionOutput
SetSourceType sets the SourceType field's value.
func (*UpdateFunctionOutput) SetTags ¶
func (s *UpdateFunctionOutput) SetTags(v []*TagForUpdateFunctionOutput) *UpdateFunctionOutput
SetTags sets the Tags field's value.
func (*UpdateFunctionOutput) SetTlsConfig ¶
func (s *UpdateFunctionOutput) SetTlsConfig(v *TlsConfigForUpdateFunctionOutput) *UpdateFunctionOutput
SetTlsConfig sets the TlsConfig field's value.
func (*UpdateFunctionOutput) SetTosMountConfig ¶
func (s *UpdateFunctionOutput) SetTosMountConfig(v *TosMountConfigForUpdateFunctionOutput) *UpdateFunctionOutput
SetTosMountConfig sets the TosMountConfig field's value.
func (*UpdateFunctionOutput) SetTriggersCount ¶
func (s *UpdateFunctionOutput) SetTriggersCount(v int32) *UpdateFunctionOutput
SetTriggersCount sets the TriggersCount field's value.
func (*UpdateFunctionOutput) SetVpcConfig ¶
func (s *UpdateFunctionOutput) SetVpcConfig(v *VpcConfigForUpdateFunctionOutput) *UpdateFunctionOutput
SetVpcConfig sets the VpcConfig field's value.
func (UpdateFunctionOutput) String ¶
func (s UpdateFunctionOutput) String() string
String returns the string representation
type UpdateFunctionResourceInput ¶
type UpdateFunctionResourceInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
MaxInstance *int32 `type:"int32" json:",omitempty"`
MinInstance *int32 `type:"int32" json:",omitempty"`
ReservedFrozenInstance *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFunctionResourceInput) GoString ¶
func (s UpdateFunctionResourceInput) GoString() string
GoString returns the string representation
func (*UpdateFunctionResourceInput) SetFunctionId ¶
func (s *UpdateFunctionResourceInput) SetFunctionId(v string) *UpdateFunctionResourceInput
SetFunctionId sets the FunctionId field's value.
func (*UpdateFunctionResourceInput) SetMaxInstance ¶
func (s *UpdateFunctionResourceInput) SetMaxInstance(v int32) *UpdateFunctionResourceInput
SetMaxInstance sets the MaxInstance field's value.
func (*UpdateFunctionResourceInput) SetMinInstance ¶
func (s *UpdateFunctionResourceInput) SetMinInstance(v int32) *UpdateFunctionResourceInput
SetMinInstance sets the MinInstance field's value.
func (*UpdateFunctionResourceInput) SetReservedFrozenInstance ¶
func (s *UpdateFunctionResourceInput) SetReservedFrozenInstance(v int32) *UpdateFunctionResourceInput
SetReservedFrozenInstance sets the ReservedFrozenInstance field's value.
func (UpdateFunctionResourceInput) String ¶
func (s UpdateFunctionResourceInput) String() string
String returns the string representation
func (*UpdateFunctionResourceInput) Validate ¶
func (s *UpdateFunctionResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFunctionResourceOutput ¶
type UpdateFunctionResourceOutput struct {
Metadata *response.ResponseMetadata
Id *string `type:"string" json:",omitempty"`
MaxInstance *int32 `type:"int32" json:",omitempty"`
MinInstance *int32 `type:"int32" json:",omitempty"`
ReservedFrozenInstance *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFunctionResourceOutput) GoString ¶
func (s UpdateFunctionResourceOutput) GoString() string
GoString returns the string representation
func (*UpdateFunctionResourceOutput) SetId ¶
func (s *UpdateFunctionResourceOutput) SetId(v string) *UpdateFunctionResourceOutput
SetId sets the Id field's value.
func (*UpdateFunctionResourceOutput) SetMaxInstance ¶
func (s *UpdateFunctionResourceOutput) SetMaxInstance(v int32) *UpdateFunctionResourceOutput
SetMaxInstance sets the MaxInstance field's value.
func (*UpdateFunctionResourceOutput) SetMinInstance ¶
func (s *UpdateFunctionResourceOutput) SetMinInstance(v int32) *UpdateFunctionResourceOutput
SetMinInstance sets the MinInstance field's value.
func (*UpdateFunctionResourceOutput) SetReservedFrozenInstance ¶
func (s *UpdateFunctionResourceOutput) SetReservedFrozenInstance(v int32) *UpdateFunctionResourceOutput
SetReservedFrozenInstance sets the ReservedFrozenInstance field's value.
func (UpdateFunctionResourceOutput) String ¶
func (s UpdateFunctionResourceOutput) String() string
String returns the string representation
type UpdateKafkaTriggerInput ¶
type UpdateKafkaTriggerInput struct {
BatchFlushDurationMilliseconds *int32 `type:"int32" json:",omitempty"`
BatchSize *int32 `type:"int32" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
MaximumRetryAttempts *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateKafkaTriggerInput) GoString ¶
func (s UpdateKafkaTriggerInput) GoString() string
GoString returns the string representation
func (*UpdateKafkaTriggerInput) SetBatchFlushDurationMilliseconds ¶
func (s *UpdateKafkaTriggerInput) SetBatchFlushDurationMilliseconds(v int32) *UpdateKafkaTriggerInput
SetBatchFlushDurationMilliseconds sets the BatchFlushDurationMilliseconds field's value.
func (*UpdateKafkaTriggerInput) SetBatchSize ¶
func (s *UpdateKafkaTriggerInput) SetBatchSize(v int32) *UpdateKafkaTriggerInput
SetBatchSize sets the BatchSize field's value.
func (*UpdateKafkaTriggerInput) SetDescription ¶
func (s *UpdateKafkaTriggerInput) SetDescription(v string) *UpdateKafkaTriggerInput
SetDescription sets the Description field's value.
func (*UpdateKafkaTriggerInput) SetEnabled ¶
func (s *UpdateKafkaTriggerInput) SetEnabled(v bool) *UpdateKafkaTriggerInput
SetEnabled sets the Enabled field's value.
func (*UpdateKafkaTriggerInput) SetFunctionId ¶
func (s *UpdateKafkaTriggerInput) SetFunctionId(v string) *UpdateKafkaTriggerInput
SetFunctionId sets the FunctionId field's value.
func (*UpdateKafkaTriggerInput) SetId ¶
func (s *UpdateKafkaTriggerInput) SetId(v string) *UpdateKafkaTriggerInput
SetId sets the Id field's value.
func (*UpdateKafkaTriggerInput) SetMaximumRetryAttempts ¶
func (s *UpdateKafkaTriggerInput) SetMaximumRetryAttempts(v int32) *UpdateKafkaTriggerInput
SetMaximumRetryAttempts sets the MaximumRetryAttempts field's value.
func (UpdateKafkaTriggerInput) String ¶
func (s UpdateKafkaTriggerInput) String() string
String returns the string representation
func (*UpdateKafkaTriggerInput) Validate ¶
func (s *UpdateKafkaTriggerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateKafkaTriggerOutput ¶
type UpdateKafkaTriggerOutput struct {
Metadata *response.ResponseMetadata
BatchFlushDurationMilliseconds *int32 `type:"int32" json:",omitempty"`
BatchSize *int32 `type:"int32" json:",omitempty"`
ConsumerGroup *string `type:"string" json:",omitempty"`
CreationTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
MaximumRetryAttempts *int32 `type:"int32" json:",omitempty"`
MqInstanceId *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
StartingPosition *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TopicName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateKafkaTriggerOutput) GoString ¶
func (s UpdateKafkaTriggerOutput) GoString() string
GoString returns the string representation
func (*UpdateKafkaTriggerOutput) SetBatchFlushDurationMilliseconds ¶
func (s *UpdateKafkaTriggerOutput) SetBatchFlushDurationMilliseconds(v int32) *UpdateKafkaTriggerOutput
SetBatchFlushDurationMilliseconds sets the BatchFlushDurationMilliseconds field's value.
func (*UpdateKafkaTriggerOutput) SetBatchSize ¶
func (s *UpdateKafkaTriggerOutput) SetBatchSize(v int32) *UpdateKafkaTriggerOutput
SetBatchSize sets the BatchSize field's value.
func (*UpdateKafkaTriggerOutput) SetConsumerGroup ¶
func (s *UpdateKafkaTriggerOutput) SetConsumerGroup(v string) *UpdateKafkaTriggerOutput
SetConsumerGroup sets the ConsumerGroup field's value.
func (*UpdateKafkaTriggerOutput) SetCreationTime ¶
func (s *UpdateKafkaTriggerOutput) SetCreationTime(v string) *UpdateKafkaTriggerOutput
SetCreationTime sets the CreationTime field's value.
func (*UpdateKafkaTriggerOutput) SetDescription ¶
func (s *UpdateKafkaTriggerOutput) SetDescription(v string) *UpdateKafkaTriggerOutput
SetDescription sets the Description field's value.
func (*UpdateKafkaTriggerOutput) SetEnabled ¶
func (s *UpdateKafkaTriggerOutput) SetEnabled(v bool) *UpdateKafkaTriggerOutput
SetEnabled sets the Enabled field's value.
func (*UpdateKafkaTriggerOutput) SetFunctionId ¶
func (s *UpdateKafkaTriggerOutput) SetFunctionId(v string) *UpdateKafkaTriggerOutput
SetFunctionId sets the FunctionId field's value.
func (*UpdateKafkaTriggerOutput) SetId ¶
func (s *UpdateKafkaTriggerOutput) SetId(v string) *UpdateKafkaTriggerOutput
SetId sets the Id field's value.
func (*UpdateKafkaTriggerOutput) SetLastUpdateTime ¶
func (s *UpdateKafkaTriggerOutput) SetLastUpdateTime(v string) *UpdateKafkaTriggerOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*UpdateKafkaTriggerOutput) SetMaximumRetryAttempts ¶
func (s *UpdateKafkaTriggerOutput) SetMaximumRetryAttempts(v int32) *UpdateKafkaTriggerOutput
SetMaximumRetryAttempts sets the MaximumRetryAttempts field's value.
func (*UpdateKafkaTriggerOutput) SetMqInstanceId ¶
func (s *UpdateKafkaTriggerOutput) SetMqInstanceId(v string) *UpdateKafkaTriggerOutput
SetMqInstanceId sets the MqInstanceId field's value.
func (*UpdateKafkaTriggerOutput) SetName ¶
func (s *UpdateKafkaTriggerOutput) SetName(v string) *UpdateKafkaTriggerOutput
SetName sets the Name field's value.
func (*UpdateKafkaTriggerOutput) SetStartingPosition ¶
func (s *UpdateKafkaTriggerOutput) SetStartingPosition(v string) *UpdateKafkaTriggerOutput
SetStartingPosition sets the StartingPosition field's value.
func (*UpdateKafkaTriggerOutput) SetStatus ¶
func (s *UpdateKafkaTriggerOutput) SetStatus(v string) *UpdateKafkaTriggerOutput
SetStatus sets the Status field's value.
func (*UpdateKafkaTriggerOutput) SetTopicName ¶
func (s *UpdateKafkaTriggerOutput) SetTopicName(v string) *UpdateKafkaTriggerOutput
SetTopicName sets the TopicName field's value.
func (UpdateKafkaTriggerOutput) String ¶
func (s UpdateKafkaTriggerOutput) String() string
String returns the string representation
type UpdateReleaseInput ¶
type UpdateReleaseInput struct {
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// TargetTrafficWeight is a required field
TargetTrafficWeight *int32 `type:"int32" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateReleaseInput) GoString ¶
func (s UpdateReleaseInput) GoString() string
GoString returns the string representation
func (*UpdateReleaseInput) SetFunctionId ¶
func (s *UpdateReleaseInput) SetFunctionId(v string) *UpdateReleaseInput
SetFunctionId sets the FunctionId field's value.
func (*UpdateReleaseInput) SetTargetTrafficWeight ¶
func (s *UpdateReleaseInput) SetTargetTrafficWeight(v int32) *UpdateReleaseInput
SetTargetTrafficWeight sets the TargetTrafficWeight field's value.
func (UpdateReleaseInput) String ¶
func (s UpdateReleaseInput) String() string
String returns the string representation
func (*UpdateReleaseInput) Validate ¶
func (s *UpdateReleaseInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateReleaseOutput ¶
type UpdateReleaseOutput struct {
Metadata *response.ResponseMetadata
CurrentTrafficWeight *int32 `type:"int32" json:",omitempty"`
ErrorCode *string `type:"string" json:",omitempty"`
FailedInstanceLogs *string `type:"string" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
NewRevisionNumber *int32 `type:"int32" json:",omitempty"`
OldRevisionNumber *int32 `type:"int32" json:",omitempty"`
ReleaseRecordId *string `type:"string" json:",omitempty"`
StableRevisionNumber *int32 `type:"int32" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
StatusMessage *string `type:"string" json:",omitempty"`
TargetTrafficWeight *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateReleaseOutput) GoString ¶
func (s UpdateReleaseOutput) GoString() string
GoString returns the string representation
func (*UpdateReleaseOutput) SetCurrentTrafficWeight ¶
func (s *UpdateReleaseOutput) SetCurrentTrafficWeight(v int32) *UpdateReleaseOutput
SetCurrentTrafficWeight sets the CurrentTrafficWeight field's value.
func (*UpdateReleaseOutput) SetErrorCode ¶
func (s *UpdateReleaseOutput) SetErrorCode(v string) *UpdateReleaseOutput
SetErrorCode sets the ErrorCode field's value.
func (*UpdateReleaseOutput) SetFailedInstanceLogs ¶
func (s *UpdateReleaseOutput) SetFailedInstanceLogs(v string) *UpdateReleaseOutput
SetFailedInstanceLogs sets the FailedInstanceLogs field's value.
func (*UpdateReleaseOutput) SetFunctionId ¶
func (s *UpdateReleaseOutput) SetFunctionId(v string) *UpdateReleaseOutput
SetFunctionId sets the FunctionId field's value.
func (*UpdateReleaseOutput) SetNewRevisionNumber ¶
func (s *UpdateReleaseOutput) SetNewRevisionNumber(v int32) *UpdateReleaseOutput
SetNewRevisionNumber sets the NewRevisionNumber field's value.
func (*UpdateReleaseOutput) SetOldRevisionNumber ¶
func (s *UpdateReleaseOutput) SetOldRevisionNumber(v int32) *UpdateReleaseOutput
SetOldRevisionNumber sets the OldRevisionNumber field's value.
func (*UpdateReleaseOutput) SetReleaseRecordId ¶
func (s *UpdateReleaseOutput) SetReleaseRecordId(v string) *UpdateReleaseOutput
SetReleaseRecordId sets the ReleaseRecordId field's value.
func (*UpdateReleaseOutput) SetStableRevisionNumber ¶
func (s *UpdateReleaseOutput) SetStableRevisionNumber(v int32) *UpdateReleaseOutput
SetStableRevisionNumber sets the StableRevisionNumber field's value.
func (*UpdateReleaseOutput) SetStartTime ¶
func (s *UpdateReleaseOutput) SetStartTime(v string) *UpdateReleaseOutput
SetStartTime sets the StartTime field's value.
func (*UpdateReleaseOutput) SetStatus ¶
func (s *UpdateReleaseOutput) SetStatus(v string) *UpdateReleaseOutput
SetStatus sets the Status field's value.
func (*UpdateReleaseOutput) SetStatusMessage ¶
func (s *UpdateReleaseOutput) SetStatusMessage(v string) *UpdateReleaseOutput
SetStatusMessage sets the StatusMessage field's value.
func (*UpdateReleaseOutput) SetTargetTrafficWeight ¶
func (s *UpdateReleaseOutput) SetTargetTrafficWeight(v int32) *UpdateReleaseOutput
SetTargetTrafficWeight sets the TargetTrafficWeight field's value.
func (UpdateReleaseOutput) String ¶
func (s UpdateReleaseOutput) String() string
String returns the string representation
type UpdateTimerInput ¶
type UpdateTimerInput struct {
Crontab *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
EnableConcurrency *bool `type:"boolean" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
// FunctionId is a required field
FunctionId *string `type:"string" json:",omitempty" required:"true"`
// Id is a required field
Id *string `type:"string" json:",omitempty" required:"true"`
Payload *string `type:"string" json:",omitempty"`
Retries *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateTimerInput) GoString ¶
func (s UpdateTimerInput) GoString() string
GoString returns the string representation
func (*UpdateTimerInput) SetCrontab ¶
func (s *UpdateTimerInput) SetCrontab(v string) *UpdateTimerInput
SetCrontab sets the Crontab field's value.
func (*UpdateTimerInput) SetDescription ¶
func (s *UpdateTimerInput) SetDescription(v string) *UpdateTimerInput
SetDescription sets the Description field's value.
func (*UpdateTimerInput) SetEnableConcurrency ¶
func (s *UpdateTimerInput) SetEnableConcurrency(v bool) *UpdateTimerInput
SetEnableConcurrency sets the EnableConcurrency field's value.
func (*UpdateTimerInput) SetEnabled ¶
func (s *UpdateTimerInput) SetEnabled(v bool) *UpdateTimerInput
SetEnabled sets the Enabled field's value.
func (*UpdateTimerInput) SetFunctionId ¶
func (s *UpdateTimerInput) SetFunctionId(v string) *UpdateTimerInput
SetFunctionId sets the FunctionId field's value.
func (*UpdateTimerInput) SetId ¶
func (s *UpdateTimerInput) SetId(v string) *UpdateTimerInput
SetId sets the Id field's value.
func (*UpdateTimerInput) SetPayload ¶
func (s *UpdateTimerInput) SetPayload(v string) *UpdateTimerInput
SetPayload sets the Payload field's value.
func (*UpdateTimerInput) SetRetries ¶
func (s *UpdateTimerInput) SetRetries(v int32) *UpdateTimerInput
SetRetries sets the Retries field's value.
func (UpdateTimerInput) String ¶
func (s UpdateTimerInput) String() string
String returns the string representation
func (*UpdateTimerInput) Validate ¶
func (s *UpdateTimerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateTimerOutput ¶
type UpdateTimerOutput struct {
Metadata *response.ResponseMetadata
CreationTime *string `type:"string" json:",omitempty"`
Crontab *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
EnableConcurrency *bool `type:"boolean" json:",omitempty"`
Enabled *bool `type:"boolean" json:",omitempty"`
FunctionId *string `type:"string" json:",omitempty"`
Id *string `type:"string" json:",omitempty"`
LastUpdateTime *string `type:"string" json:",omitempty"`
Name *string `type:"string" json:",omitempty"`
Payload *string `type:"string" json:",omitempty"`
Retries *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateTimerOutput) GoString ¶
func (s UpdateTimerOutput) GoString() string
GoString returns the string representation
func (*UpdateTimerOutput) SetCreationTime ¶
func (s *UpdateTimerOutput) SetCreationTime(v string) *UpdateTimerOutput
SetCreationTime sets the CreationTime field's value.
func (*UpdateTimerOutput) SetCrontab ¶
func (s *UpdateTimerOutput) SetCrontab(v string) *UpdateTimerOutput
SetCrontab sets the Crontab field's value.
func (*UpdateTimerOutput) SetDescription ¶
func (s *UpdateTimerOutput) SetDescription(v string) *UpdateTimerOutput
SetDescription sets the Description field's value.
func (*UpdateTimerOutput) SetEnableConcurrency ¶
func (s *UpdateTimerOutput) SetEnableConcurrency(v bool) *UpdateTimerOutput
SetEnableConcurrency sets the EnableConcurrency field's value.
func (*UpdateTimerOutput) SetEnabled ¶
func (s *UpdateTimerOutput) SetEnabled(v bool) *UpdateTimerOutput
SetEnabled sets the Enabled field's value.
func (*UpdateTimerOutput) SetFunctionId ¶
func (s *UpdateTimerOutput) SetFunctionId(v string) *UpdateTimerOutput
SetFunctionId sets the FunctionId field's value.
func (*UpdateTimerOutput) SetId ¶
func (s *UpdateTimerOutput) SetId(v string) *UpdateTimerOutput
SetId sets the Id field's value.
func (*UpdateTimerOutput) SetLastUpdateTime ¶
func (s *UpdateTimerOutput) SetLastUpdateTime(v string) *UpdateTimerOutput
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*UpdateTimerOutput) SetName ¶
func (s *UpdateTimerOutput) SetName(v string) *UpdateTimerOutput
SetName sets the Name field's value.
func (*UpdateTimerOutput) SetPayload ¶
func (s *UpdateTimerOutput) SetPayload(v string) *UpdateTimerOutput
SetPayload sets the Payload field's value.
func (*UpdateTimerOutput) SetRetries ¶
func (s *UpdateTimerOutput) SetRetries(v int32) *UpdateTimerOutput
SetRetries sets the Retries field's value.
func (UpdateTimerOutput) String ¶
func (s UpdateTimerOutput) String() string
String returns the string representation
type VEFAAS ¶
VEFAAS provides the API operation methods for making requests to VEFAAS. See this package's package overview docs for details on the service.
VEFAAS methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*byteplus.Config) *VEFAAS
New create int can support ssl or region locate set
func (*VEFAAS) AbortRelease ¶
func (c *VEFAAS) AbortRelease(input *AbortReleaseInput) (*AbortReleaseOutput, error)
AbortRelease API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation AbortRelease for usage and error information.
func (*VEFAAS) AbortReleaseCommon ¶
AbortReleaseCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation AbortReleaseCommon for usage and error information.
func (*VEFAAS) AbortReleaseCommonRequest ¶
func (c *VEFAAS) AbortReleaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AbortReleaseCommonRequest generates a "byteplus/request.Request" representing the client's request for the AbortReleaseCommon operation. The "output" return value will be populated with the AbortReleaseCommon request's response once the request completes successfully.
Use "Send" method on the returned AbortReleaseCommon Request to send the API call to the service. the "output" return value is not valid until after AbortReleaseCommon Send returns without error.
See AbortReleaseCommon for more information on using the AbortReleaseCommon API call, and error handling.
// Example sending a request using the AbortReleaseCommonRequest method.
req, resp := client.AbortReleaseCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) AbortReleaseCommonWithContext ¶
func (c *VEFAAS) AbortReleaseCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AbortReleaseCommonWithContext is the same as AbortReleaseCommon with the addition of the ability to pass a context and additional request options.
See AbortReleaseCommon 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 (*VEFAAS) AbortReleaseRequest ¶
func (c *VEFAAS) AbortReleaseRequest(input *AbortReleaseInput) (req *request.Request, output *AbortReleaseOutput)
AbortReleaseRequest generates a "byteplus/request.Request" representing the client's request for the AbortRelease operation. The "output" return value will be populated with the AbortReleaseCommon request's response once the request completes successfully.
Use "Send" method on the returned AbortReleaseCommon Request to send the API call to the service. the "output" return value is not valid until after AbortReleaseCommon Send returns without error.
See AbortRelease for more information on using the AbortRelease API call, and error handling.
// Example sending a request using the AbortReleaseRequest method.
req, resp := client.AbortReleaseRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) AbortReleaseWithContext ¶
func (c *VEFAAS) AbortReleaseWithContext(ctx byteplus.Context, input *AbortReleaseInput, opts ...request.Option) (*AbortReleaseOutput, error)
AbortReleaseWithContext is the same as AbortRelease with the addition of the ability to pass a context and additional request options.
See AbortRelease 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 (*VEFAAS) CreateDependencyInstallTask ¶
func (c *VEFAAS) CreateDependencyInstallTask(input *CreateDependencyInstallTaskInput) (*CreateDependencyInstallTaskOutput, error)
CreateDependencyInstallTask API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation CreateDependencyInstallTask for usage and error information.
func (*VEFAAS) CreateDependencyInstallTaskCommon ¶
func (c *VEFAAS) CreateDependencyInstallTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateDependencyInstallTaskCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation CreateDependencyInstallTaskCommon for usage and error information.
func (*VEFAAS) CreateDependencyInstallTaskCommonRequest ¶
func (c *VEFAAS) CreateDependencyInstallTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateDependencyInstallTaskCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateDependencyInstallTaskCommon operation. The "output" return value will be populated with the CreateDependencyInstallTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDependencyInstallTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDependencyInstallTaskCommon Send returns without error.
See CreateDependencyInstallTaskCommon for more information on using the CreateDependencyInstallTaskCommon API call, and error handling.
// Example sending a request using the CreateDependencyInstallTaskCommonRequest method.
req, resp := client.CreateDependencyInstallTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) CreateDependencyInstallTaskCommonWithContext ¶
func (c *VEFAAS) CreateDependencyInstallTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateDependencyInstallTaskCommonWithContext is the same as CreateDependencyInstallTaskCommon with the addition of the ability to pass a context and additional request options.
See CreateDependencyInstallTaskCommon 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 (*VEFAAS) CreateDependencyInstallTaskRequest ¶
func (c *VEFAAS) CreateDependencyInstallTaskRequest(input *CreateDependencyInstallTaskInput) (req *request.Request, output *CreateDependencyInstallTaskOutput)
CreateDependencyInstallTaskRequest generates a "byteplus/request.Request" representing the client's request for the CreateDependencyInstallTask operation. The "output" return value will be populated with the CreateDependencyInstallTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDependencyInstallTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDependencyInstallTaskCommon Send returns without error.
See CreateDependencyInstallTask for more information on using the CreateDependencyInstallTask API call, and error handling.
// Example sending a request using the CreateDependencyInstallTaskRequest method.
req, resp := client.CreateDependencyInstallTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) CreateDependencyInstallTaskWithContext ¶
func (c *VEFAAS) CreateDependencyInstallTaskWithContext(ctx byteplus.Context, input *CreateDependencyInstallTaskInput, opts ...request.Option) (*CreateDependencyInstallTaskOutput, error)
CreateDependencyInstallTaskWithContext is the same as CreateDependencyInstallTask with the addition of the ability to pass a context and additional request options.
See CreateDependencyInstallTask 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 (*VEFAAS) CreateFunction ¶
func (c *VEFAAS) CreateFunction(input *CreateFunctionInput) (*CreateFunctionOutput, error)
CreateFunction API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation CreateFunction for usage and error information.
func (*VEFAAS) CreateFunctionCommon ¶
func (c *VEFAAS) CreateFunctionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateFunctionCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation CreateFunctionCommon for usage and error information.
func (*VEFAAS) CreateFunctionCommonRequest ¶
func (c *VEFAAS) CreateFunctionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateFunctionCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateFunctionCommon operation. The "output" return value will be populated with the CreateFunctionCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFunctionCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFunctionCommon Send returns without error.
See CreateFunctionCommon for more information on using the CreateFunctionCommon API call, and error handling.
// Example sending a request using the CreateFunctionCommonRequest method.
req, resp := client.CreateFunctionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) CreateFunctionCommonWithContext ¶
func (c *VEFAAS) CreateFunctionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateFunctionCommonWithContext is the same as CreateFunctionCommon with the addition of the ability to pass a context and additional request options.
See CreateFunctionCommon 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 (*VEFAAS) CreateFunctionRequest ¶
func (c *VEFAAS) CreateFunctionRequest(input *CreateFunctionInput) (req *request.Request, output *CreateFunctionOutput)
CreateFunctionRequest generates a "byteplus/request.Request" representing the client's request for the CreateFunction operation. The "output" return value will be populated with the CreateFunctionCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFunctionCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFunctionCommon Send returns without error.
See CreateFunction for more information on using the CreateFunction API call, and error handling.
// Example sending a request using the CreateFunctionRequest method.
req, resp := client.CreateFunctionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) CreateFunctionWithContext ¶
func (c *VEFAAS) CreateFunctionWithContext(ctx byteplus.Context, input *CreateFunctionInput, opts ...request.Option) (*CreateFunctionOutput, error)
CreateFunctionWithContext is the same as CreateFunction with the addition of the ability to pass a context and additional request options.
See CreateFunction 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 (*VEFAAS) CreateKafkaTrigger ¶
func (c *VEFAAS) CreateKafkaTrigger(input *CreateKafkaTriggerInput) (*CreateKafkaTriggerOutput, error)
CreateKafkaTrigger API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation CreateKafkaTrigger for usage and error information.
func (*VEFAAS) CreateKafkaTriggerCommon ¶
func (c *VEFAAS) CreateKafkaTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateKafkaTriggerCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation CreateKafkaTriggerCommon for usage and error information.
func (*VEFAAS) CreateKafkaTriggerCommonRequest ¶
func (c *VEFAAS) CreateKafkaTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateKafkaTriggerCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateKafkaTriggerCommon operation. The "output" return value will be populated with the CreateKafkaTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateKafkaTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after CreateKafkaTriggerCommon Send returns without error.
See CreateKafkaTriggerCommon for more information on using the CreateKafkaTriggerCommon API call, and error handling.
// Example sending a request using the CreateKafkaTriggerCommonRequest method.
req, resp := client.CreateKafkaTriggerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) CreateKafkaTriggerCommonWithContext ¶
func (c *VEFAAS) CreateKafkaTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateKafkaTriggerCommonWithContext is the same as CreateKafkaTriggerCommon with the addition of the ability to pass a context and additional request options.
See CreateKafkaTriggerCommon 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 (*VEFAAS) CreateKafkaTriggerRequest ¶
func (c *VEFAAS) CreateKafkaTriggerRequest(input *CreateKafkaTriggerInput) (req *request.Request, output *CreateKafkaTriggerOutput)
CreateKafkaTriggerRequest generates a "byteplus/request.Request" representing the client's request for the CreateKafkaTrigger operation. The "output" return value will be populated with the CreateKafkaTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateKafkaTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after CreateKafkaTriggerCommon Send returns without error.
See CreateKafkaTrigger for more information on using the CreateKafkaTrigger API call, and error handling.
// Example sending a request using the CreateKafkaTriggerRequest method.
req, resp := client.CreateKafkaTriggerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) CreateKafkaTriggerWithContext ¶
func (c *VEFAAS) CreateKafkaTriggerWithContext(ctx byteplus.Context, input *CreateKafkaTriggerInput, opts ...request.Option) (*CreateKafkaTriggerOutput, error)
CreateKafkaTriggerWithContext is the same as CreateKafkaTrigger with the addition of the ability to pass a context and additional request options.
See CreateKafkaTrigger 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 (*VEFAAS) CreateSandbox ¶
func (c *VEFAAS) CreateSandbox(input *CreateSandboxInput) (*CreateSandboxOutput, error)
CreateSandbox API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation CreateSandbox for usage and error information.
func (*VEFAAS) CreateSandboxCommon ¶
func (c *VEFAAS) CreateSandboxCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateSandboxCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation CreateSandboxCommon for usage and error information.
func (*VEFAAS) CreateSandboxCommonRequest ¶
func (c *VEFAAS) CreateSandboxCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateSandboxCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateSandboxCommon operation. The "output" return value will be populated with the CreateSandboxCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateSandboxCommon Request to send the API call to the service. the "output" return value is not valid until after CreateSandboxCommon Send returns without error.
See CreateSandboxCommon for more information on using the CreateSandboxCommon API call, and error handling.
// Example sending a request using the CreateSandboxCommonRequest method.
req, resp := client.CreateSandboxCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) CreateSandboxCommonWithContext ¶
func (c *VEFAAS) CreateSandboxCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateSandboxCommonWithContext is the same as CreateSandboxCommon with the addition of the ability to pass a context and additional request options.
See CreateSandboxCommon 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 (*VEFAAS) CreateSandboxRequest ¶
func (c *VEFAAS) CreateSandboxRequest(input *CreateSandboxInput) (req *request.Request, output *CreateSandboxOutput)
CreateSandboxRequest generates a "byteplus/request.Request" representing the client's request for the CreateSandbox operation. The "output" return value will be populated with the CreateSandboxCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateSandboxCommon Request to send the API call to the service. the "output" return value is not valid until after CreateSandboxCommon Send returns without error.
See CreateSandbox for more information on using the CreateSandbox API call, and error handling.
// Example sending a request using the CreateSandboxRequest method.
req, resp := client.CreateSandboxRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) CreateSandboxWithContext ¶
func (c *VEFAAS) CreateSandboxWithContext(ctx byteplus.Context, input *CreateSandboxInput, opts ...request.Option) (*CreateSandboxOutput, error)
CreateSandboxWithContext is the same as CreateSandbox with the addition of the ability to pass a context and additional request options.
See CreateSandbox 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 (*VEFAAS) CreateTimer ¶
func (c *VEFAAS) CreateTimer(input *CreateTimerInput) (*CreateTimerOutput, error)
CreateTimer API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation CreateTimer for usage and error information.
func (*VEFAAS) CreateTimerCommon ¶
CreateTimerCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation CreateTimerCommon for usage and error information.
func (*VEFAAS) CreateTimerCommonRequest ¶
func (c *VEFAAS) CreateTimerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateTimerCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateTimerCommon operation. The "output" return value will be populated with the CreateTimerCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateTimerCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTimerCommon Send returns without error.
See CreateTimerCommon for more information on using the CreateTimerCommon API call, and error handling.
// Example sending a request using the CreateTimerCommonRequest method.
req, resp := client.CreateTimerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) CreateTimerCommonWithContext ¶
func (c *VEFAAS) CreateTimerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateTimerCommonWithContext is the same as CreateTimerCommon with the addition of the ability to pass a context and additional request options.
See CreateTimerCommon 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 (*VEFAAS) CreateTimerRequest ¶
func (c *VEFAAS) CreateTimerRequest(input *CreateTimerInput) (req *request.Request, output *CreateTimerOutput)
CreateTimerRequest generates a "byteplus/request.Request" representing the client's request for the CreateTimer operation. The "output" return value will be populated with the CreateTimerCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateTimerCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTimerCommon Send returns without error.
See CreateTimer for more information on using the CreateTimer API call, and error handling.
// Example sending a request using the CreateTimerRequest method.
req, resp := client.CreateTimerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) CreateTimerWithContext ¶
func (c *VEFAAS) CreateTimerWithContext(ctx byteplus.Context, input *CreateTimerInput, opts ...request.Option) (*CreateTimerOutput, error)
CreateTimerWithContext is the same as CreateTimer with the addition of the ability to pass a context and additional request options.
See CreateTimer 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 (*VEFAAS) DeleteFunction ¶
func (c *VEFAAS) DeleteFunction(input *DeleteFunctionInput) (*DeleteFunctionOutput, error)
DeleteFunction API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation DeleteFunction for usage and error information.
func (*VEFAAS) DeleteFunctionCommon ¶
func (c *VEFAAS) DeleteFunctionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteFunctionCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation DeleteFunctionCommon for usage and error information.
func (*VEFAAS) DeleteFunctionCommonRequest ¶
func (c *VEFAAS) DeleteFunctionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteFunctionCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteFunctionCommon operation. The "output" return value will be populated with the DeleteFunctionCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFunctionCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFunctionCommon Send returns without error.
See DeleteFunctionCommon for more information on using the DeleteFunctionCommon API call, and error handling.
// Example sending a request using the DeleteFunctionCommonRequest method.
req, resp := client.DeleteFunctionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) DeleteFunctionCommonWithContext ¶
func (c *VEFAAS) DeleteFunctionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteFunctionCommonWithContext is the same as DeleteFunctionCommon with the addition of the ability to pass a context and additional request options.
See DeleteFunctionCommon 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 (*VEFAAS) DeleteFunctionRequest ¶
func (c *VEFAAS) DeleteFunctionRequest(input *DeleteFunctionInput) (req *request.Request, output *DeleteFunctionOutput)
DeleteFunctionRequest generates a "byteplus/request.Request" representing the client's request for the DeleteFunction operation. The "output" return value will be populated with the DeleteFunctionCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFunctionCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFunctionCommon Send returns without error.
See DeleteFunction for more information on using the DeleteFunction API call, and error handling.
// Example sending a request using the DeleteFunctionRequest method.
req, resp := client.DeleteFunctionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) DeleteFunctionWithContext ¶
func (c *VEFAAS) DeleteFunctionWithContext(ctx byteplus.Context, input *DeleteFunctionInput, opts ...request.Option) (*DeleteFunctionOutput, error)
DeleteFunctionWithContext is the same as DeleteFunction with the addition of the ability to pass a context and additional request options.
See DeleteFunction 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 (*VEFAAS) DeleteKafkaTrigger ¶
func (c *VEFAAS) DeleteKafkaTrigger(input *DeleteKafkaTriggerInput) (*DeleteKafkaTriggerOutput, error)
DeleteKafkaTrigger API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation DeleteKafkaTrigger for usage and error information.
func (*VEFAAS) DeleteKafkaTriggerCommon ¶
func (c *VEFAAS) DeleteKafkaTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteKafkaTriggerCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation DeleteKafkaTriggerCommon for usage and error information.
func (*VEFAAS) DeleteKafkaTriggerCommonRequest ¶
func (c *VEFAAS) DeleteKafkaTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteKafkaTriggerCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteKafkaTriggerCommon operation. The "output" return value will be populated with the DeleteKafkaTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteKafkaTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteKafkaTriggerCommon Send returns without error.
See DeleteKafkaTriggerCommon for more information on using the DeleteKafkaTriggerCommon API call, and error handling.
// Example sending a request using the DeleteKafkaTriggerCommonRequest method.
req, resp := client.DeleteKafkaTriggerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) DeleteKafkaTriggerCommonWithContext ¶
func (c *VEFAAS) DeleteKafkaTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteKafkaTriggerCommonWithContext is the same as DeleteKafkaTriggerCommon with the addition of the ability to pass a context and additional request options.
See DeleteKafkaTriggerCommon 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 (*VEFAAS) DeleteKafkaTriggerRequest ¶
func (c *VEFAAS) DeleteKafkaTriggerRequest(input *DeleteKafkaTriggerInput) (req *request.Request, output *DeleteKafkaTriggerOutput)
DeleteKafkaTriggerRequest generates a "byteplus/request.Request" representing the client's request for the DeleteKafkaTrigger operation. The "output" return value will be populated with the DeleteKafkaTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteKafkaTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteKafkaTriggerCommon Send returns without error.
See DeleteKafkaTrigger for more information on using the DeleteKafkaTrigger API call, and error handling.
// Example sending a request using the DeleteKafkaTriggerRequest method.
req, resp := client.DeleteKafkaTriggerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) DeleteKafkaTriggerWithContext ¶
func (c *VEFAAS) DeleteKafkaTriggerWithContext(ctx byteplus.Context, input *DeleteKafkaTriggerInput, opts ...request.Option) (*DeleteKafkaTriggerOutput, error)
DeleteKafkaTriggerWithContext is the same as DeleteKafkaTrigger with the addition of the ability to pass a context and additional request options.
See DeleteKafkaTrigger 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 (*VEFAAS) DeleteSandboxImage ¶
func (c *VEFAAS) DeleteSandboxImage(input *DeleteSandboxImageInput) (*DeleteSandboxImageOutput, error)
DeleteSandboxImage API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation DeleteSandboxImage for usage and error information.
func (*VEFAAS) DeleteSandboxImageCommon ¶
func (c *VEFAAS) DeleteSandboxImageCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteSandboxImageCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation DeleteSandboxImageCommon for usage and error information.
func (*VEFAAS) DeleteSandboxImageCommonRequest ¶
func (c *VEFAAS) DeleteSandboxImageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteSandboxImageCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteSandboxImageCommon operation. The "output" return value will be populated with the DeleteSandboxImageCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteSandboxImageCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteSandboxImageCommon Send returns without error.
See DeleteSandboxImageCommon for more information on using the DeleteSandboxImageCommon API call, and error handling.
// Example sending a request using the DeleteSandboxImageCommonRequest method.
req, resp := client.DeleteSandboxImageCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) DeleteSandboxImageCommonWithContext ¶
func (c *VEFAAS) DeleteSandboxImageCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteSandboxImageCommonWithContext is the same as DeleteSandboxImageCommon with the addition of the ability to pass a context and additional request options.
See DeleteSandboxImageCommon 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 (*VEFAAS) DeleteSandboxImageRequest ¶
func (c *VEFAAS) DeleteSandboxImageRequest(input *DeleteSandboxImageInput) (req *request.Request, output *DeleteSandboxImageOutput)
DeleteSandboxImageRequest generates a "byteplus/request.Request" representing the client's request for the DeleteSandboxImage operation. The "output" return value will be populated with the DeleteSandboxImageCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteSandboxImageCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteSandboxImageCommon Send returns without error.
See DeleteSandboxImage for more information on using the DeleteSandboxImage API call, and error handling.
// Example sending a request using the DeleteSandboxImageRequest method.
req, resp := client.DeleteSandboxImageRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) DeleteSandboxImageWithContext ¶
func (c *VEFAAS) DeleteSandboxImageWithContext(ctx byteplus.Context, input *DeleteSandboxImageInput, opts ...request.Option) (*DeleteSandboxImageOutput, error)
DeleteSandboxImageWithContext is the same as DeleteSandboxImage with the addition of the ability to pass a context and additional request options.
See DeleteSandboxImage 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 (*VEFAAS) DeleteTimer ¶
func (c *VEFAAS) DeleteTimer(input *DeleteTimerInput) (*DeleteTimerOutput, error)
DeleteTimer API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation DeleteTimer for usage and error information.
func (*VEFAAS) DeleteTimerCommon ¶
DeleteTimerCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation DeleteTimerCommon for usage and error information.
func (*VEFAAS) DeleteTimerCommonRequest ¶
func (c *VEFAAS) DeleteTimerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteTimerCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteTimerCommon operation. The "output" return value will be populated with the DeleteTimerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteTimerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTimerCommon Send returns without error.
See DeleteTimerCommon for more information on using the DeleteTimerCommon API call, and error handling.
// Example sending a request using the DeleteTimerCommonRequest method.
req, resp := client.DeleteTimerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) DeleteTimerCommonWithContext ¶
func (c *VEFAAS) DeleteTimerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteTimerCommonWithContext is the same as DeleteTimerCommon with the addition of the ability to pass a context and additional request options.
See DeleteTimerCommon 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 (*VEFAAS) DeleteTimerRequest ¶
func (c *VEFAAS) DeleteTimerRequest(input *DeleteTimerInput) (req *request.Request, output *DeleteTimerOutput)
DeleteTimerRequest generates a "byteplus/request.Request" representing the client's request for the DeleteTimer operation. The "output" return value will be populated with the DeleteTimerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteTimerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTimerCommon Send returns without error.
See DeleteTimer for more information on using the DeleteTimer API call, and error handling.
// Example sending a request using the DeleteTimerRequest method.
req, resp := client.DeleteTimerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) DeleteTimerWithContext ¶
func (c *VEFAAS) DeleteTimerWithContext(ctx byteplus.Context, input *DeleteTimerInput, opts ...request.Option) (*DeleteTimerOutput, error)
DeleteTimerWithContext is the same as DeleteTimer with the addition of the ability to pass a context and additional request options.
See DeleteTimer 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 (*VEFAAS) DescribeSandbox ¶
func (c *VEFAAS) DescribeSandbox(input *DescribeSandboxInput) (*DescribeSandboxOutput, error)
DescribeSandbox API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation DescribeSandbox for usage and error information.
func (*VEFAAS) DescribeSandboxCommon ¶
func (c *VEFAAS) DescribeSandboxCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeSandboxCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation DescribeSandboxCommon for usage and error information.
func (*VEFAAS) DescribeSandboxCommonRequest ¶
func (c *VEFAAS) DescribeSandboxCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeSandboxCommonRequest generates a "byteplus/request.Request" representing the client's request for the DescribeSandboxCommon operation. The "output" return value will be populated with the DescribeSandboxCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeSandboxCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSandboxCommon Send returns without error.
See DescribeSandboxCommon for more information on using the DescribeSandboxCommon API call, and error handling.
// Example sending a request using the DescribeSandboxCommonRequest method.
req, resp := client.DescribeSandboxCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) DescribeSandboxCommonWithContext ¶
func (c *VEFAAS) DescribeSandboxCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeSandboxCommonWithContext is the same as DescribeSandboxCommon with the addition of the ability to pass a context and additional request options.
See DescribeSandboxCommon 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 (*VEFAAS) DescribeSandboxRequest ¶
func (c *VEFAAS) DescribeSandboxRequest(input *DescribeSandboxInput) (req *request.Request, output *DescribeSandboxOutput)
DescribeSandboxRequest generates a "byteplus/request.Request" representing the client's request for the DescribeSandbox operation. The "output" return value will be populated with the DescribeSandboxCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeSandboxCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSandboxCommon Send returns without error.
See DescribeSandbox for more information on using the DescribeSandbox API call, and error handling.
// Example sending a request using the DescribeSandboxRequest method.
req, resp := client.DescribeSandboxRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) DescribeSandboxWithContext ¶
func (c *VEFAAS) DescribeSandboxWithContext(ctx byteplus.Context, input *DescribeSandboxInput, opts ...request.Option) (*DescribeSandboxOutput, error)
DescribeSandboxWithContext is the same as DescribeSandbox with the addition of the ability to pass a context and additional request options.
See DescribeSandbox 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 (*VEFAAS) GenWebshellEndpoint ¶
func (c *VEFAAS) GenWebshellEndpoint(input *GenWebshellEndpointInput) (*GenWebshellEndpointOutput, error)
GenWebshellEndpoint API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GenWebshellEndpoint for usage and error information.
func (*VEFAAS) GenWebshellEndpointCommon ¶
func (c *VEFAAS) GenWebshellEndpointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GenWebshellEndpointCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GenWebshellEndpointCommon for usage and error information.
func (*VEFAAS) GenWebshellEndpointCommonRequest ¶
func (c *VEFAAS) GenWebshellEndpointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GenWebshellEndpointCommonRequest generates a "byteplus/request.Request" representing the client's request for the GenWebshellEndpointCommon operation. The "output" return value will be populated with the GenWebshellEndpointCommon request's response once the request completes successfully.
Use "Send" method on the returned GenWebshellEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after GenWebshellEndpointCommon Send returns without error.
See GenWebshellEndpointCommon for more information on using the GenWebshellEndpointCommon API call, and error handling.
// Example sending a request using the GenWebshellEndpointCommonRequest method.
req, resp := client.GenWebshellEndpointCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GenWebshellEndpointCommonWithContext ¶
func (c *VEFAAS) GenWebshellEndpointCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GenWebshellEndpointCommonWithContext is the same as GenWebshellEndpointCommon with the addition of the ability to pass a context and additional request options.
See GenWebshellEndpointCommon 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 (*VEFAAS) GenWebshellEndpointRequest ¶
func (c *VEFAAS) GenWebshellEndpointRequest(input *GenWebshellEndpointInput) (req *request.Request, output *GenWebshellEndpointOutput)
GenWebshellEndpointRequest generates a "byteplus/request.Request" representing the client's request for the GenWebshellEndpoint operation. The "output" return value will be populated with the GenWebshellEndpointCommon request's response once the request completes successfully.
Use "Send" method on the returned GenWebshellEndpointCommon Request to send the API call to the service. the "output" return value is not valid until after GenWebshellEndpointCommon Send returns without error.
See GenWebshellEndpoint for more information on using the GenWebshellEndpoint API call, and error handling.
// Example sending a request using the GenWebshellEndpointRequest method.
req, resp := client.GenWebshellEndpointRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GenWebshellEndpointWithContext ¶
func (c *VEFAAS) GenWebshellEndpointWithContext(ctx byteplus.Context, input *GenWebshellEndpointInput, opts ...request.Option) (*GenWebshellEndpointOutput, error)
GenWebshellEndpointWithContext is the same as GenWebshellEndpoint with the addition of the ability to pass a context and additional request options.
See GenWebshellEndpoint 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 (*VEFAAS) GetCodeUploadAddress ¶
func (c *VEFAAS) GetCodeUploadAddress(input *GetCodeUploadAddressInput) (*GetCodeUploadAddressOutput, error)
GetCodeUploadAddress API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetCodeUploadAddress for usage and error information.
func (*VEFAAS) GetCodeUploadAddressCommon ¶
func (c *VEFAAS) GetCodeUploadAddressCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetCodeUploadAddressCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetCodeUploadAddressCommon for usage and error information.
func (*VEFAAS) GetCodeUploadAddressCommonRequest ¶
func (c *VEFAAS) GetCodeUploadAddressCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetCodeUploadAddressCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetCodeUploadAddressCommon operation. The "output" return value will be populated with the GetCodeUploadAddressCommon request's response once the request completes successfully.
Use "Send" method on the returned GetCodeUploadAddressCommon Request to send the API call to the service. the "output" return value is not valid until after GetCodeUploadAddressCommon Send returns without error.
See GetCodeUploadAddressCommon for more information on using the GetCodeUploadAddressCommon API call, and error handling.
// Example sending a request using the GetCodeUploadAddressCommonRequest method.
req, resp := client.GetCodeUploadAddressCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetCodeUploadAddressCommonWithContext ¶
func (c *VEFAAS) GetCodeUploadAddressCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetCodeUploadAddressCommonWithContext is the same as GetCodeUploadAddressCommon with the addition of the ability to pass a context and additional request options.
See GetCodeUploadAddressCommon 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 (*VEFAAS) GetCodeUploadAddressRequest ¶
func (c *VEFAAS) GetCodeUploadAddressRequest(input *GetCodeUploadAddressInput) (req *request.Request, output *GetCodeUploadAddressOutput)
GetCodeUploadAddressRequest generates a "byteplus/request.Request" representing the client's request for the GetCodeUploadAddress operation. The "output" return value will be populated with the GetCodeUploadAddressCommon request's response once the request completes successfully.
Use "Send" method on the returned GetCodeUploadAddressCommon Request to send the API call to the service. the "output" return value is not valid until after GetCodeUploadAddressCommon Send returns without error.
See GetCodeUploadAddress for more information on using the GetCodeUploadAddress API call, and error handling.
// Example sending a request using the GetCodeUploadAddressRequest method.
req, resp := client.GetCodeUploadAddressRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetCodeUploadAddressWithContext ¶
func (c *VEFAAS) GetCodeUploadAddressWithContext(ctx byteplus.Context, input *GetCodeUploadAddressInput, opts ...request.Option) (*GetCodeUploadAddressOutput, error)
GetCodeUploadAddressWithContext is the same as GetCodeUploadAddress with the addition of the ability to pass a context and additional request options.
See GetCodeUploadAddress 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 (*VEFAAS) GetDependencyInstallTaskLogDownloadURI ¶
func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURI(input *GetDependencyInstallTaskLogDownloadURIInput) (*GetDependencyInstallTaskLogDownloadURIOutput, error)
GetDependencyInstallTaskLogDownloadURI API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetDependencyInstallTaskLogDownloadURI for usage and error information.
func (*VEFAAS) GetDependencyInstallTaskLogDownloadURICommon ¶
func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURICommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetDependencyInstallTaskLogDownloadURICommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetDependencyInstallTaskLogDownloadURICommon for usage and error information.
func (*VEFAAS) GetDependencyInstallTaskLogDownloadURICommonRequest ¶
func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURICommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetDependencyInstallTaskLogDownloadURICommonRequest generates a "byteplus/request.Request" representing the client's request for the GetDependencyInstallTaskLogDownloadURICommon operation. The "output" return value will be populated with the GetDependencyInstallTaskLogDownloadURICommon request's response once the request completes successfully.
Use "Send" method on the returned GetDependencyInstallTaskLogDownloadURICommon Request to send the API call to the service. the "output" return value is not valid until after GetDependencyInstallTaskLogDownloadURICommon Send returns without error.
See GetDependencyInstallTaskLogDownloadURICommon for more information on using the GetDependencyInstallTaskLogDownloadURICommon API call, and error handling.
// Example sending a request using the GetDependencyInstallTaskLogDownloadURICommonRequest method.
req, resp := client.GetDependencyInstallTaskLogDownloadURICommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetDependencyInstallTaskLogDownloadURICommonWithContext ¶
func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURICommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetDependencyInstallTaskLogDownloadURICommonWithContext is the same as GetDependencyInstallTaskLogDownloadURICommon with the addition of the ability to pass a context and additional request options.
See GetDependencyInstallTaskLogDownloadURICommon 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 (*VEFAAS) GetDependencyInstallTaskLogDownloadURIRequest ¶
func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURIRequest(input *GetDependencyInstallTaskLogDownloadURIInput) (req *request.Request, output *GetDependencyInstallTaskLogDownloadURIOutput)
GetDependencyInstallTaskLogDownloadURIRequest generates a "byteplus/request.Request" representing the client's request for the GetDependencyInstallTaskLogDownloadURI operation. The "output" return value will be populated with the GetDependencyInstallTaskLogDownloadURICommon request's response once the request completes successfully.
Use "Send" method on the returned GetDependencyInstallTaskLogDownloadURICommon Request to send the API call to the service. the "output" return value is not valid until after GetDependencyInstallTaskLogDownloadURICommon Send returns without error.
See GetDependencyInstallTaskLogDownloadURI for more information on using the GetDependencyInstallTaskLogDownloadURI API call, and error handling.
// Example sending a request using the GetDependencyInstallTaskLogDownloadURIRequest method.
req, resp := client.GetDependencyInstallTaskLogDownloadURIRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetDependencyInstallTaskLogDownloadURIWithContext ¶
func (c *VEFAAS) GetDependencyInstallTaskLogDownloadURIWithContext(ctx byteplus.Context, input *GetDependencyInstallTaskLogDownloadURIInput, opts ...request.Option) (*GetDependencyInstallTaskLogDownloadURIOutput, error)
GetDependencyInstallTaskLogDownloadURIWithContext is the same as GetDependencyInstallTaskLogDownloadURI with the addition of the ability to pass a context and additional request options.
See GetDependencyInstallTaskLogDownloadURI 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 (*VEFAAS) GetDependencyInstallTaskStatus ¶
func (c *VEFAAS) GetDependencyInstallTaskStatus(input *GetDependencyInstallTaskStatusInput) (*GetDependencyInstallTaskStatusOutput, error)
GetDependencyInstallTaskStatus API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetDependencyInstallTaskStatus for usage and error information.
func (*VEFAAS) GetDependencyInstallTaskStatusCommon ¶
func (c *VEFAAS) GetDependencyInstallTaskStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetDependencyInstallTaskStatusCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetDependencyInstallTaskStatusCommon for usage and error information.
func (*VEFAAS) GetDependencyInstallTaskStatusCommonRequest ¶
func (c *VEFAAS) GetDependencyInstallTaskStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetDependencyInstallTaskStatusCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetDependencyInstallTaskStatusCommon operation. The "output" return value will be populated with the GetDependencyInstallTaskStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetDependencyInstallTaskStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetDependencyInstallTaskStatusCommon Send returns without error.
See GetDependencyInstallTaskStatusCommon for more information on using the GetDependencyInstallTaskStatusCommon API call, and error handling.
// Example sending a request using the GetDependencyInstallTaskStatusCommonRequest method.
req, resp := client.GetDependencyInstallTaskStatusCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetDependencyInstallTaskStatusCommonWithContext ¶
func (c *VEFAAS) GetDependencyInstallTaskStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetDependencyInstallTaskStatusCommonWithContext is the same as GetDependencyInstallTaskStatusCommon with the addition of the ability to pass a context and additional request options.
See GetDependencyInstallTaskStatusCommon 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 (*VEFAAS) GetDependencyInstallTaskStatusRequest ¶
func (c *VEFAAS) GetDependencyInstallTaskStatusRequest(input *GetDependencyInstallTaskStatusInput) (req *request.Request, output *GetDependencyInstallTaskStatusOutput)
GetDependencyInstallTaskStatusRequest generates a "byteplus/request.Request" representing the client's request for the GetDependencyInstallTaskStatus operation. The "output" return value will be populated with the GetDependencyInstallTaskStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetDependencyInstallTaskStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetDependencyInstallTaskStatusCommon Send returns without error.
See GetDependencyInstallTaskStatus for more information on using the GetDependencyInstallTaskStatus API call, and error handling.
// Example sending a request using the GetDependencyInstallTaskStatusRequest method.
req, resp := client.GetDependencyInstallTaskStatusRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetDependencyInstallTaskStatusWithContext ¶
func (c *VEFAAS) GetDependencyInstallTaskStatusWithContext(ctx byteplus.Context, input *GetDependencyInstallTaskStatusInput, opts ...request.Option) (*GetDependencyInstallTaskStatusOutput, error)
GetDependencyInstallTaskStatusWithContext is the same as GetDependencyInstallTaskStatus with the addition of the ability to pass a context and additional request options.
See GetDependencyInstallTaskStatus 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 (*VEFAAS) GetFunction ¶
func (c *VEFAAS) GetFunction(input *GetFunctionInput) (*GetFunctionOutput, error)
GetFunction API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetFunction for usage and error information.
func (*VEFAAS) GetFunctionCommon ¶
GetFunctionCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetFunctionCommon for usage and error information.
func (*VEFAAS) GetFunctionCommonRequest ¶
func (c *VEFAAS) GetFunctionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetFunctionCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetFunctionCommon operation. The "output" return value will be populated with the GetFunctionCommon request's response once the request completes successfully.
Use "Send" method on the returned GetFunctionCommon Request to send the API call to the service. the "output" return value is not valid until after GetFunctionCommon Send returns without error.
See GetFunctionCommon for more information on using the GetFunctionCommon API call, and error handling.
// Example sending a request using the GetFunctionCommonRequest method.
req, resp := client.GetFunctionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetFunctionCommonWithContext ¶
func (c *VEFAAS) GetFunctionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetFunctionCommonWithContext is the same as GetFunctionCommon with the addition of the ability to pass a context and additional request options.
See GetFunctionCommon 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 (*VEFAAS) GetFunctionInstanceLogs ¶
func (c *VEFAAS) GetFunctionInstanceLogs(input *GetFunctionInstanceLogsInput) (*GetFunctionInstanceLogsOutput, error)
GetFunctionInstanceLogs API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetFunctionInstanceLogs for usage and error information.
func (*VEFAAS) GetFunctionInstanceLogsCommon ¶
func (c *VEFAAS) GetFunctionInstanceLogsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetFunctionInstanceLogsCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetFunctionInstanceLogsCommon for usage and error information.
func (*VEFAAS) GetFunctionInstanceLogsCommonRequest ¶
func (c *VEFAAS) GetFunctionInstanceLogsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetFunctionInstanceLogsCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetFunctionInstanceLogsCommon operation. The "output" return value will be populated with the GetFunctionInstanceLogsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetFunctionInstanceLogsCommon Request to send the API call to the service. the "output" return value is not valid until after GetFunctionInstanceLogsCommon Send returns without error.
See GetFunctionInstanceLogsCommon for more information on using the GetFunctionInstanceLogsCommon API call, and error handling.
// Example sending a request using the GetFunctionInstanceLogsCommonRequest method.
req, resp := client.GetFunctionInstanceLogsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetFunctionInstanceLogsCommonWithContext ¶
func (c *VEFAAS) GetFunctionInstanceLogsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetFunctionInstanceLogsCommonWithContext is the same as GetFunctionInstanceLogsCommon with the addition of the ability to pass a context and additional request options.
See GetFunctionInstanceLogsCommon 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 (*VEFAAS) GetFunctionInstanceLogsRequest ¶
func (c *VEFAAS) GetFunctionInstanceLogsRequest(input *GetFunctionInstanceLogsInput) (req *request.Request, output *GetFunctionInstanceLogsOutput)
GetFunctionInstanceLogsRequest generates a "byteplus/request.Request" representing the client's request for the GetFunctionInstanceLogs operation. The "output" return value will be populated with the GetFunctionInstanceLogsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetFunctionInstanceLogsCommon Request to send the API call to the service. the "output" return value is not valid until after GetFunctionInstanceLogsCommon Send returns without error.
See GetFunctionInstanceLogs for more information on using the GetFunctionInstanceLogs API call, and error handling.
// Example sending a request using the GetFunctionInstanceLogsRequest method.
req, resp := client.GetFunctionInstanceLogsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetFunctionInstanceLogsWithContext ¶
func (c *VEFAAS) GetFunctionInstanceLogsWithContext(ctx byteplus.Context, input *GetFunctionInstanceLogsInput, opts ...request.Option) (*GetFunctionInstanceLogsOutput, error)
GetFunctionInstanceLogsWithContext is the same as GetFunctionInstanceLogs with the addition of the ability to pass a context and additional request options.
See GetFunctionInstanceLogs 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 (*VEFAAS) GetFunctionRequest ¶
func (c *VEFAAS) GetFunctionRequest(input *GetFunctionInput) (req *request.Request, output *GetFunctionOutput)
GetFunctionRequest generates a "byteplus/request.Request" representing the client's request for the GetFunction operation. The "output" return value will be populated with the GetFunctionCommon request's response once the request completes successfully.
Use "Send" method on the returned GetFunctionCommon Request to send the API call to the service. the "output" return value is not valid until after GetFunctionCommon Send returns without error.
See GetFunction for more information on using the GetFunction API call, and error handling.
// Example sending a request using the GetFunctionRequest method.
req, resp := client.GetFunctionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetFunctionResource ¶
func (c *VEFAAS) GetFunctionResource(input *GetFunctionResourceInput) (*GetFunctionResourceOutput, error)
GetFunctionResource API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetFunctionResource for usage and error information.
func (*VEFAAS) GetFunctionResourceCommon ¶
func (c *VEFAAS) GetFunctionResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetFunctionResourceCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetFunctionResourceCommon for usage and error information.
func (*VEFAAS) GetFunctionResourceCommonRequest ¶
func (c *VEFAAS) GetFunctionResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetFunctionResourceCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetFunctionResourceCommon operation. The "output" return value will be populated with the GetFunctionResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned GetFunctionResourceCommon Request to send the API call to the service. the "output" return value is not valid until after GetFunctionResourceCommon Send returns without error.
See GetFunctionResourceCommon for more information on using the GetFunctionResourceCommon API call, and error handling.
// Example sending a request using the GetFunctionResourceCommonRequest method.
req, resp := client.GetFunctionResourceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetFunctionResourceCommonWithContext ¶
func (c *VEFAAS) GetFunctionResourceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetFunctionResourceCommonWithContext is the same as GetFunctionResourceCommon with the addition of the ability to pass a context and additional request options.
See GetFunctionResourceCommon 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 (*VEFAAS) GetFunctionResourceRequest ¶
func (c *VEFAAS) GetFunctionResourceRequest(input *GetFunctionResourceInput) (req *request.Request, output *GetFunctionResourceOutput)
GetFunctionResourceRequest generates a "byteplus/request.Request" representing the client's request for the GetFunctionResource operation. The "output" return value will be populated with the GetFunctionResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned GetFunctionResourceCommon Request to send the API call to the service. the "output" return value is not valid until after GetFunctionResourceCommon Send returns without error.
See GetFunctionResource for more information on using the GetFunctionResource API call, and error handling.
// Example sending a request using the GetFunctionResourceRequest method.
req, resp := client.GetFunctionResourceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetFunctionResourceWithContext ¶
func (c *VEFAAS) GetFunctionResourceWithContext(ctx byteplus.Context, input *GetFunctionResourceInput, opts ...request.Option) (*GetFunctionResourceOutput, error)
GetFunctionResourceWithContext is the same as GetFunctionResource with the addition of the ability to pass a context and additional request options.
See GetFunctionResource 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 (*VEFAAS) GetFunctionWithContext ¶
func (c *VEFAAS) GetFunctionWithContext(ctx byteplus.Context, input *GetFunctionInput, opts ...request.Option) (*GetFunctionOutput, error)
GetFunctionWithContext is the same as GetFunction with the addition of the ability to pass a context and additional request options.
See GetFunction 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 (*VEFAAS) GetImageSyncStatus ¶
func (c *VEFAAS) GetImageSyncStatus(input *GetImageSyncStatusInput) (*GetImageSyncStatusOutput, error)
GetImageSyncStatus API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetImageSyncStatus for usage and error information.
func (*VEFAAS) GetImageSyncStatusCommon ¶
func (c *VEFAAS) GetImageSyncStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetImageSyncStatusCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetImageSyncStatusCommon for usage and error information.
func (*VEFAAS) GetImageSyncStatusCommonRequest ¶
func (c *VEFAAS) GetImageSyncStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetImageSyncStatusCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetImageSyncStatusCommon operation. The "output" return value will be populated with the GetImageSyncStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetImageSyncStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetImageSyncStatusCommon Send returns without error.
See GetImageSyncStatusCommon for more information on using the GetImageSyncStatusCommon API call, and error handling.
// Example sending a request using the GetImageSyncStatusCommonRequest method.
req, resp := client.GetImageSyncStatusCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetImageSyncStatusCommonWithContext ¶
func (c *VEFAAS) GetImageSyncStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetImageSyncStatusCommonWithContext is the same as GetImageSyncStatusCommon with the addition of the ability to pass a context and additional request options.
See GetImageSyncStatusCommon 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 (*VEFAAS) GetImageSyncStatusRequest ¶
func (c *VEFAAS) GetImageSyncStatusRequest(input *GetImageSyncStatusInput) (req *request.Request, output *GetImageSyncStatusOutput)
GetImageSyncStatusRequest generates a "byteplus/request.Request" representing the client's request for the GetImageSyncStatus operation. The "output" return value will be populated with the GetImageSyncStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetImageSyncStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetImageSyncStatusCommon Send returns without error.
See GetImageSyncStatus for more information on using the GetImageSyncStatus API call, and error handling.
// Example sending a request using the GetImageSyncStatusRequest method.
req, resp := client.GetImageSyncStatusRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetImageSyncStatusWithContext ¶
func (c *VEFAAS) GetImageSyncStatusWithContext(ctx byteplus.Context, input *GetImageSyncStatusInput, opts ...request.Option) (*GetImageSyncStatusOutput, error)
GetImageSyncStatusWithContext is the same as GetImageSyncStatus with the addition of the ability to pass a context and additional request options.
See GetImageSyncStatus 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 (*VEFAAS) GetKafkaTrigger ¶
func (c *VEFAAS) GetKafkaTrigger(input *GetKafkaTriggerInput) (*GetKafkaTriggerOutput, error)
GetKafkaTrigger API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetKafkaTrigger for usage and error information.
func (*VEFAAS) GetKafkaTriggerCommon ¶
func (c *VEFAAS) GetKafkaTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetKafkaTriggerCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetKafkaTriggerCommon for usage and error information.
func (*VEFAAS) GetKafkaTriggerCommonRequest ¶
func (c *VEFAAS) GetKafkaTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetKafkaTriggerCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetKafkaTriggerCommon operation. The "output" return value will be populated with the GetKafkaTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned GetKafkaTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after GetKafkaTriggerCommon Send returns without error.
See GetKafkaTriggerCommon for more information on using the GetKafkaTriggerCommon API call, and error handling.
// Example sending a request using the GetKafkaTriggerCommonRequest method.
req, resp := client.GetKafkaTriggerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetKafkaTriggerCommonWithContext ¶
func (c *VEFAAS) GetKafkaTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetKafkaTriggerCommonWithContext is the same as GetKafkaTriggerCommon with the addition of the ability to pass a context and additional request options.
See GetKafkaTriggerCommon 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 (*VEFAAS) GetKafkaTriggerRequest ¶
func (c *VEFAAS) GetKafkaTriggerRequest(input *GetKafkaTriggerInput) (req *request.Request, output *GetKafkaTriggerOutput)
GetKafkaTriggerRequest generates a "byteplus/request.Request" representing the client's request for the GetKafkaTrigger operation. The "output" return value will be populated with the GetKafkaTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned GetKafkaTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after GetKafkaTriggerCommon Send returns without error.
See GetKafkaTrigger for more information on using the GetKafkaTrigger API call, and error handling.
// Example sending a request using the GetKafkaTriggerRequest method.
req, resp := client.GetKafkaTriggerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetKafkaTriggerWithContext ¶
func (c *VEFAAS) GetKafkaTriggerWithContext(ctx byteplus.Context, input *GetKafkaTriggerInput, opts ...request.Option) (*GetKafkaTriggerOutput, error)
GetKafkaTriggerWithContext is the same as GetKafkaTrigger with the addition of the ability to pass a context and additional request options.
See GetKafkaTrigger 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 (*VEFAAS) GetPublicSandboxImageGroups ¶
func (c *VEFAAS) GetPublicSandboxImageGroups(input *GetPublicSandboxImageGroupsInput) (*GetPublicSandboxImageGroupsOutput, error)
GetPublicSandboxImageGroups API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetPublicSandboxImageGroups for usage and error information.
func (*VEFAAS) GetPublicSandboxImageGroupsCommon ¶
func (c *VEFAAS) GetPublicSandboxImageGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetPublicSandboxImageGroupsCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetPublicSandboxImageGroupsCommon for usage and error information.
func (*VEFAAS) GetPublicSandboxImageGroupsCommonRequest ¶
func (c *VEFAAS) GetPublicSandboxImageGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetPublicSandboxImageGroupsCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetPublicSandboxImageGroupsCommon operation. The "output" return value will be populated with the GetPublicSandboxImageGroupsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetPublicSandboxImageGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after GetPublicSandboxImageGroupsCommon Send returns without error.
See GetPublicSandboxImageGroupsCommon for more information on using the GetPublicSandboxImageGroupsCommon API call, and error handling.
// Example sending a request using the GetPublicSandboxImageGroupsCommonRequest method.
req, resp := client.GetPublicSandboxImageGroupsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetPublicSandboxImageGroupsCommonWithContext ¶
func (c *VEFAAS) GetPublicSandboxImageGroupsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetPublicSandboxImageGroupsCommonWithContext is the same as GetPublicSandboxImageGroupsCommon with the addition of the ability to pass a context and additional request options.
See GetPublicSandboxImageGroupsCommon 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 (*VEFAAS) GetPublicSandboxImageGroupsRequest ¶
func (c *VEFAAS) GetPublicSandboxImageGroupsRequest(input *GetPublicSandboxImageGroupsInput) (req *request.Request, output *GetPublicSandboxImageGroupsOutput)
GetPublicSandboxImageGroupsRequest generates a "byteplus/request.Request" representing the client's request for the GetPublicSandboxImageGroups operation. The "output" return value will be populated with the GetPublicSandboxImageGroupsCommon request's response once the request completes successfully.
Use "Send" method on the returned GetPublicSandboxImageGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after GetPublicSandboxImageGroupsCommon Send returns without error.
See GetPublicSandboxImageGroups for more information on using the GetPublicSandboxImageGroups API call, and error handling.
// Example sending a request using the GetPublicSandboxImageGroupsRequest method.
req, resp := client.GetPublicSandboxImageGroupsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetPublicSandboxImageGroupsWithContext ¶
func (c *VEFAAS) GetPublicSandboxImageGroupsWithContext(ctx byteplus.Context, input *GetPublicSandboxImageGroupsInput, opts ...request.Option) (*GetPublicSandboxImageGroupsOutput, error)
GetPublicSandboxImageGroupsWithContext is the same as GetPublicSandboxImageGroups with the addition of the ability to pass a context and additional request options.
See GetPublicSandboxImageGroups 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 (*VEFAAS) GetReleaseStatus ¶
func (c *VEFAAS) GetReleaseStatus(input *GetReleaseStatusInput) (*GetReleaseStatusOutput, error)
GetReleaseStatus API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetReleaseStatus for usage and error information.
func (*VEFAAS) GetReleaseStatusCommon ¶
func (c *VEFAAS) GetReleaseStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetReleaseStatusCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetReleaseStatusCommon for usage and error information.
func (*VEFAAS) GetReleaseStatusCommonRequest ¶
func (c *VEFAAS) GetReleaseStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetReleaseStatusCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetReleaseStatusCommon operation. The "output" return value will be populated with the GetReleaseStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetReleaseStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetReleaseStatusCommon Send returns without error.
See GetReleaseStatusCommon for more information on using the GetReleaseStatusCommon API call, and error handling.
// Example sending a request using the GetReleaseStatusCommonRequest method.
req, resp := client.GetReleaseStatusCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetReleaseStatusCommonWithContext ¶
func (c *VEFAAS) GetReleaseStatusCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetReleaseStatusCommonWithContext is the same as GetReleaseStatusCommon with the addition of the ability to pass a context and additional request options.
See GetReleaseStatusCommon 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 (*VEFAAS) GetReleaseStatusRequest ¶
func (c *VEFAAS) GetReleaseStatusRequest(input *GetReleaseStatusInput) (req *request.Request, output *GetReleaseStatusOutput)
GetReleaseStatusRequest generates a "byteplus/request.Request" representing the client's request for the GetReleaseStatus operation. The "output" return value will be populated with the GetReleaseStatusCommon request's response once the request completes successfully.
Use "Send" method on the returned GetReleaseStatusCommon Request to send the API call to the service. the "output" return value is not valid until after GetReleaseStatusCommon Send returns without error.
See GetReleaseStatus for more information on using the GetReleaseStatus API call, and error handling.
// Example sending a request using the GetReleaseStatusRequest method.
req, resp := client.GetReleaseStatusRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetReleaseStatusWithContext ¶
func (c *VEFAAS) GetReleaseStatusWithContext(ctx byteplus.Context, input *GetReleaseStatusInput, opts ...request.Option) (*GetReleaseStatusOutput, error)
GetReleaseStatusWithContext is the same as GetReleaseStatus with the addition of the ability to pass a context and additional request options.
See GetReleaseStatus 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 (*VEFAAS) GetRevision ¶
func (c *VEFAAS) GetRevision(input *GetRevisionInput) (*GetRevisionOutput, error)
GetRevision API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetRevision for usage and error information.
func (*VEFAAS) GetRevisionCommon ¶
GetRevisionCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetRevisionCommon for usage and error information.
func (*VEFAAS) GetRevisionCommonRequest ¶
func (c *VEFAAS) GetRevisionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetRevisionCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetRevisionCommon operation. The "output" return value will be populated with the GetRevisionCommon request's response once the request completes successfully.
Use "Send" method on the returned GetRevisionCommon Request to send the API call to the service. the "output" return value is not valid until after GetRevisionCommon Send returns without error.
See GetRevisionCommon for more information on using the GetRevisionCommon API call, and error handling.
// Example sending a request using the GetRevisionCommonRequest method.
req, resp := client.GetRevisionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetRevisionCommonWithContext ¶
func (c *VEFAAS) GetRevisionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetRevisionCommonWithContext is the same as GetRevisionCommon with the addition of the ability to pass a context and additional request options.
See GetRevisionCommon 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 (*VEFAAS) GetRevisionRequest ¶
func (c *VEFAAS) GetRevisionRequest(input *GetRevisionInput) (req *request.Request, output *GetRevisionOutput)
GetRevisionRequest generates a "byteplus/request.Request" representing the client's request for the GetRevision operation. The "output" return value will be populated with the GetRevisionCommon request's response once the request completes successfully.
Use "Send" method on the returned GetRevisionCommon Request to send the API call to the service. the "output" return value is not valid until after GetRevisionCommon Send returns without error.
See GetRevision for more information on using the GetRevision API call, and error handling.
// Example sending a request using the GetRevisionRequest method.
req, resp := client.GetRevisionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetRevisionWithContext ¶
func (c *VEFAAS) GetRevisionWithContext(ctx byteplus.Context, input *GetRevisionInput, opts ...request.Option) (*GetRevisionOutput, error)
GetRevisionWithContext is the same as GetRevision with the addition of the ability to pass a context and additional request options.
See GetRevision 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 (*VEFAAS) GetRocketMQTrigger ¶
func (c *VEFAAS) GetRocketMQTrigger(input *GetRocketMQTriggerInput) (*GetRocketMQTriggerOutput, error)
GetRocketMQTrigger API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetRocketMQTrigger for usage and error information.
func (*VEFAAS) GetRocketMQTriggerCommon ¶
func (c *VEFAAS) GetRocketMQTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetRocketMQTriggerCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetRocketMQTriggerCommon for usage and error information.
func (*VEFAAS) GetRocketMQTriggerCommonRequest ¶
func (c *VEFAAS) GetRocketMQTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetRocketMQTriggerCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetRocketMQTriggerCommon operation. The "output" return value will be populated with the GetRocketMQTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned GetRocketMQTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after GetRocketMQTriggerCommon Send returns without error.
See GetRocketMQTriggerCommon for more information on using the GetRocketMQTriggerCommon API call, and error handling.
// Example sending a request using the GetRocketMQTriggerCommonRequest method.
req, resp := client.GetRocketMQTriggerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetRocketMQTriggerCommonWithContext ¶
func (c *VEFAAS) GetRocketMQTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetRocketMQTriggerCommonWithContext is the same as GetRocketMQTriggerCommon with the addition of the ability to pass a context and additional request options.
See GetRocketMQTriggerCommon 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 (*VEFAAS) GetRocketMQTriggerRequest ¶
func (c *VEFAAS) GetRocketMQTriggerRequest(input *GetRocketMQTriggerInput) (req *request.Request, output *GetRocketMQTriggerOutput)
GetRocketMQTriggerRequest generates a "byteplus/request.Request" representing the client's request for the GetRocketMQTrigger operation. The "output" return value will be populated with the GetRocketMQTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned GetRocketMQTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after GetRocketMQTriggerCommon Send returns without error.
See GetRocketMQTrigger for more information on using the GetRocketMQTrigger API call, and error handling.
// Example sending a request using the GetRocketMQTriggerRequest method.
req, resp := client.GetRocketMQTriggerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetRocketMQTriggerWithContext ¶
func (c *VEFAAS) GetRocketMQTriggerWithContext(ctx byteplus.Context, input *GetRocketMQTriggerInput, opts ...request.Option) (*GetRocketMQTriggerOutput, error)
GetRocketMQTriggerWithContext is the same as GetRocketMQTrigger with the addition of the ability to pass a context and additional request options.
See GetRocketMQTrigger 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 (*VEFAAS) GetSandboxImagePrecacheTicket ¶
func (c *VEFAAS) GetSandboxImagePrecacheTicket(input *GetSandboxImagePrecacheTicketInput) (*GetSandboxImagePrecacheTicketOutput, error)
GetSandboxImagePrecacheTicket API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetSandboxImagePrecacheTicket for usage and error information.
func (*VEFAAS) GetSandboxImagePrecacheTicketCommon ¶
func (c *VEFAAS) GetSandboxImagePrecacheTicketCommon(input *map[string]interface{}) (*map[string]interface{}, error)
GetSandboxImagePrecacheTicketCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetSandboxImagePrecacheTicketCommon for usage and error information.
func (*VEFAAS) GetSandboxImagePrecacheTicketCommonRequest ¶
func (c *VEFAAS) GetSandboxImagePrecacheTicketCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetSandboxImagePrecacheTicketCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetSandboxImagePrecacheTicketCommon operation. The "output" return value will be populated with the GetSandboxImagePrecacheTicketCommon request's response once the request completes successfully.
Use "Send" method on the returned GetSandboxImagePrecacheTicketCommon Request to send the API call to the service. the "output" return value is not valid until after GetSandboxImagePrecacheTicketCommon Send returns without error.
See GetSandboxImagePrecacheTicketCommon for more information on using the GetSandboxImagePrecacheTicketCommon API call, and error handling.
// Example sending a request using the GetSandboxImagePrecacheTicketCommonRequest method.
req, resp := client.GetSandboxImagePrecacheTicketCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetSandboxImagePrecacheTicketCommonWithContext ¶
func (c *VEFAAS) GetSandboxImagePrecacheTicketCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetSandboxImagePrecacheTicketCommonWithContext is the same as GetSandboxImagePrecacheTicketCommon with the addition of the ability to pass a context and additional request options.
See GetSandboxImagePrecacheTicketCommon 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 (*VEFAAS) GetSandboxImagePrecacheTicketRequest ¶
func (c *VEFAAS) GetSandboxImagePrecacheTicketRequest(input *GetSandboxImagePrecacheTicketInput) (req *request.Request, output *GetSandboxImagePrecacheTicketOutput)
GetSandboxImagePrecacheTicketRequest generates a "byteplus/request.Request" representing the client's request for the GetSandboxImagePrecacheTicket operation. The "output" return value will be populated with the GetSandboxImagePrecacheTicketCommon request's response once the request completes successfully.
Use "Send" method on the returned GetSandboxImagePrecacheTicketCommon Request to send the API call to the service. the "output" return value is not valid until after GetSandboxImagePrecacheTicketCommon Send returns without error.
See GetSandboxImagePrecacheTicket for more information on using the GetSandboxImagePrecacheTicket API call, and error handling.
// Example sending a request using the GetSandboxImagePrecacheTicketRequest method.
req, resp := client.GetSandboxImagePrecacheTicketRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetSandboxImagePrecacheTicketWithContext ¶
func (c *VEFAAS) GetSandboxImagePrecacheTicketWithContext(ctx byteplus.Context, input *GetSandboxImagePrecacheTicketInput, opts ...request.Option) (*GetSandboxImagePrecacheTicketOutput, error)
GetSandboxImagePrecacheTicketWithContext is the same as GetSandboxImagePrecacheTicket with the addition of the ability to pass a context and additional request options.
See GetSandboxImagePrecacheTicket 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 (*VEFAAS) GetTimer ¶
func (c *VEFAAS) GetTimer(input *GetTimerInput) (*GetTimerOutput, error)
GetTimer API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetTimer for usage and error information.
func (*VEFAAS) GetTimerCommon ¶
GetTimerCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation GetTimerCommon for usage and error information.
func (*VEFAAS) GetTimerCommonRequest ¶
func (c *VEFAAS) GetTimerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
GetTimerCommonRequest generates a "byteplus/request.Request" representing the client's request for the GetTimerCommon operation. The "output" return value will be populated with the GetTimerCommon request's response once the request completes successfully.
Use "Send" method on the returned GetTimerCommon Request to send the API call to the service. the "output" return value is not valid until after GetTimerCommon Send returns without error.
See GetTimerCommon for more information on using the GetTimerCommon API call, and error handling.
// Example sending a request using the GetTimerCommonRequest method.
req, resp := client.GetTimerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetTimerCommonWithContext ¶
func (c *VEFAAS) GetTimerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
GetTimerCommonWithContext is the same as GetTimerCommon with the addition of the ability to pass a context and additional request options.
See GetTimerCommon 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 (*VEFAAS) GetTimerRequest ¶
func (c *VEFAAS) GetTimerRequest(input *GetTimerInput) (req *request.Request, output *GetTimerOutput)
GetTimerRequest generates a "byteplus/request.Request" representing the client's request for the GetTimer operation. The "output" return value will be populated with the GetTimerCommon request's response once the request completes successfully.
Use "Send" method on the returned GetTimerCommon Request to send the API call to the service. the "output" return value is not valid until after GetTimerCommon Send returns without error.
See GetTimer for more information on using the GetTimer API call, and error handling.
// Example sending a request using the GetTimerRequest method.
req, resp := client.GetTimerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) GetTimerWithContext ¶
func (c *VEFAAS) GetTimerWithContext(ctx byteplus.Context, input *GetTimerInput, opts ...request.Option) (*GetTimerOutput, error)
GetTimerWithContext is the same as GetTimer with the addition of the ability to pass a context and additional request options.
See GetTimer 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 (*VEFAAS) KillSandbox ¶
func (c *VEFAAS) KillSandbox(input *KillSandboxInput) (*KillSandboxOutput, error)
KillSandbox API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation KillSandbox for usage and error information.
func (*VEFAAS) KillSandboxCommon ¶
KillSandboxCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation KillSandboxCommon for usage and error information.
func (*VEFAAS) KillSandboxCommonRequest ¶
func (c *VEFAAS) KillSandboxCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
KillSandboxCommonRequest generates a "byteplus/request.Request" representing the client's request for the KillSandboxCommon operation. The "output" return value will be populated with the KillSandboxCommon request's response once the request completes successfully.
Use "Send" method on the returned KillSandboxCommon Request to send the API call to the service. the "output" return value is not valid until after KillSandboxCommon Send returns without error.
See KillSandboxCommon for more information on using the KillSandboxCommon API call, and error handling.
// Example sending a request using the KillSandboxCommonRequest method.
req, resp := client.KillSandboxCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) KillSandboxCommonWithContext ¶
func (c *VEFAAS) KillSandboxCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
KillSandboxCommonWithContext is the same as KillSandboxCommon with the addition of the ability to pass a context and additional request options.
See KillSandboxCommon 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 (*VEFAAS) KillSandboxRequest ¶
func (c *VEFAAS) KillSandboxRequest(input *KillSandboxInput) (req *request.Request, output *KillSandboxOutput)
KillSandboxRequest generates a "byteplus/request.Request" representing the client's request for the KillSandbox operation. The "output" return value will be populated with the KillSandboxCommon request's response once the request completes successfully.
Use "Send" method on the returned KillSandboxCommon Request to send the API call to the service. the "output" return value is not valid until after KillSandboxCommon Send returns without error.
See KillSandbox for more information on using the KillSandbox API call, and error handling.
// Example sending a request using the KillSandboxRequest method.
req, resp := client.KillSandboxRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) KillSandboxWithContext ¶
func (c *VEFAAS) KillSandboxWithContext(ctx byteplus.Context, input *KillSandboxInput, opts ...request.Option) (*KillSandboxOutput, error)
KillSandboxWithContext is the same as KillSandbox with the addition of the ability to pass a context and additional request options.
See KillSandbox 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 (*VEFAAS) ListAsyncTasks ¶
func (c *VEFAAS) ListAsyncTasks(input *ListAsyncTasksInput) (*ListAsyncTasksOutput, error)
ListAsyncTasks API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListAsyncTasks for usage and error information.
func (*VEFAAS) ListAsyncTasksCommon ¶
func (c *VEFAAS) ListAsyncTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListAsyncTasksCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListAsyncTasksCommon for usage and error information.
func (*VEFAAS) ListAsyncTasksCommonRequest ¶
func (c *VEFAAS) ListAsyncTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAsyncTasksCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListAsyncTasksCommon operation. The "output" return value will be populated with the ListAsyncTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAsyncTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListAsyncTasksCommon Send returns without error.
See ListAsyncTasksCommon for more information on using the ListAsyncTasksCommon API call, and error handling.
// Example sending a request using the ListAsyncTasksCommonRequest method.
req, resp := client.ListAsyncTasksCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListAsyncTasksCommonWithContext ¶
func (c *VEFAAS) ListAsyncTasksCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAsyncTasksCommonWithContext is the same as ListAsyncTasksCommon with the addition of the ability to pass a context and additional request options.
See ListAsyncTasksCommon 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 (*VEFAAS) ListAsyncTasksRequest ¶
func (c *VEFAAS) ListAsyncTasksRequest(input *ListAsyncTasksInput) (req *request.Request, output *ListAsyncTasksOutput)
ListAsyncTasksRequest generates a "byteplus/request.Request" representing the client's request for the ListAsyncTasks operation. The "output" return value will be populated with the ListAsyncTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAsyncTasksCommon Request to send the API call to the service. the "output" return value is not valid until after ListAsyncTasksCommon Send returns without error.
See ListAsyncTasks for more information on using the ListAsyncTasks API call, and error handling.
// Example sending a request using the ListAsyncTasksRequest method.
req, resp := client.ListAsyncTasksRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListAsyncTasksWithContext ¶
func (c *VEFAAS) ListAsyncTasksWithContext(ctx byteplus.Context, input *ListAsyncTasksInput, opts ...request.Option) (*ListAsyncTasksOutput, error)
ListAsyncTasksWithContext is the same as ListAsyncTasks with the addition of the ability to pass a context and additional request options.
See ListAsyncTasks 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 (*VEFAAS) ListFunctionElasticScaleStrategy ¶
func (c *VEFAAS) ListFunctionElasticScaleStrategy(input *ListFunctionElasticScaleStrategyInput) (*ListFunctionElasticScaleStrategyOutput, error)
ListFunctionElasticScaleStrategy API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListFunctionElasticScaleStrategy for usage and error information.
func (*VEFAAS) ListFunctionElasticScaleStrategyCommon ¶
func (c *VEFAAS) ListFunctionElasticScaleStrategyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListFunctionElasticScaleStrategyCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListFunctionElasticScaleStrategyCommon for usage and error information.
func (*VEFAAS) ListFunctionElasticScaleStrategyCommonRequest ¶
func (c *VEFAAS) ListFunctionElasticScaleStrategyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListFunctionElasticScaleStrategyCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListFunctionElasticScaleStrategyCommon operation. The "output" return value will be populated with the ListFunctionElasticScaleStrategyCommon request's response once the request completes successfully.
Use "Send" method on the returned ListFunctionElasticScaleStrategyCommon Request to send the API call to the service. the "output" return value is not valid until after ListFunctionElasticScaleStrategyCommon Send returns without error.
See ListFunctionElasticScaleStrategyCommon for more information on using the ListFunctionElasticScaleStrategyCommon API call, and error handling.
// Example sending a request using the ListFunctionElasticScaleStrategyCommonRequest method.
req, resp := client.ListFunctionElasticScaleStrategyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListFunctionElasticScaleStrategyCommonWithContext ¶
func (c *VEFAAS) ListFunctionElasticScaleStrategyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListFunctionElasticScaleStrategyCommonWithContext is the same as ListFunctionElasticScaleStrategyCommon with the addition of the ability to pass a context and additional request options.
See ListFunctionElasticScaleStrategyCommon 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 (*VEFAAS) ListFunctionElasticScaleStrategyRequest ¶
func (c *VEFAAS) ListFunctionElasticScaleStrategyRequest(input *ListFunctionElasticScaleStrategyInput) (req *request.Request, output *ListFunctionElasticScaleStrategyOutput)
ListFunctionElasticScaleStrategyRequest generates a "byteplus/request.Request" representing the client's request for the ListFunctionElasticScaleStrategy operation. The "output" return value will be populated with the ListFunctionElasticScaleStrategyCommon request's response once the request completes successfully.
Use "Send" method on the returned ListFunctionElasticScaleStrategyCommon Request to send the API call to the service. the "output" return value is not valid until after ListFunctionElasticScaleStrategyCommon Send returns without error.
See ListFunctionElasticScaleStrategy for more information on using the ListFunctionElasticScaleStrategy API call, and error handling.
// Example sending a request using the ListFunctionElasticScaleStrategyRequest method.
req, resp := client.ListFunctionElasticScaleStrategyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListFunctionElasticScaleStrategyWithContext ¶
func (c *VEFAAS) ListFunctionElasticScaleStrategyWithContext(ctx byteplus.Context, input *ListFunctionElasticScaleStrategyInput, opts ...request.Option) (*ListFunctionElasticScaleStrategyOutput, error)
ListFunctionElasticScaleStrategyWithContext is the same as ListFunctionElasticScaleStrategy with the addition of the ability to pass a context and additional request options.
See ListFunctionElasticScaleStrategy 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 (*VEFAAS) ListFunctionInstances ¶
func (c *VEFAAS) ListFunctionInstances(input *ListFunctionInstancesInput) (*ListFunctionInstancesOutput, error)
ListFunctionInstances API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListFunctionInstances for usage and error information.
func (*VEFAAS) ListFunctionInstancesCommon ¶
func (c *VEFAAS) ListFunctionInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListFunctionInstancesCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListFunctionInstancesCommon for usage and error information.
func (*VEFAAS) ListFunctionInstancesCommonRequest ¶
func (c *VEFAAS) ListFunctionInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListFunctionInstancesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListFunctionInstancesCommon operation. The "output" return value will be populated with the ListFunctionInstancesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListFunctionInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListFunctionInstancesCommon Send returns without error.
See ListFunctionInstancesCommon for more information on using the ListFunctionInstancesCommon API call, and error handling.
// Example sending a request using the ListFunctionInstancesCommonRequest method.
req, resp := client.ListFunctionInstancesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListFunctionInstancesCommonWithContext ¶
func (c *VEFAAS) ListFunctionInstancesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListFunctionInstancesCommonWithContext is the same as ListFunctionInstancesCommon with the addition of the ability to pass a context and additional request options.
See ListFunctionInstancesCommon 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 (*VEFAAS) ListFunctionInstancesRequest ¶
func (c *VEFAAS) ListFunctionInstancesRequest(input *ListFunctionInstancesInput) (req *request.Request, output *ListFunctionInstancesOutput)
ListFunctionInstancesRequest generates a "byteplus/request.Request" representing the client's request for the ListFunctionInstances operation. The "output" return value will be populated with the ListFunctionInstancesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListFunctionInstancesCommon Request to send the API call to the service. the "output" return value is not valid until after ListFunctionInstancesCommon Send returns without error.
See ListFunctionInstances for more information on using the ListFunctionInstances API call, and error handling.
// Example sending a request using the ListFunctionInstancesRequest method.
req, resp := client.ListFunctionInstancesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListFunctionInstancesWithContext ¶
func (c *VEFAAS) ListFunctionInstancesWithContext(ctx byteplus.Context, input *ListFunctionInstancesInput, opts ...request.Option) (*ListFunctionInstancesOutput, error)
ListFunctionInstancesWithContext is the same as ListFunctionInstances with the addition of the ability to pass a context and additional request options.
See ListFunctionInstances 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 (*VEFAAS) ListFunctions ¶
func (c *VEFAAS) ListFunctions(input *ListFunctionsInput) (*ListFunctionsOutput, error)
ListFunctions API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListFunctions for usage and error information.
func (*VEFAAS) ListFunctionsCommon ¶
func (c *VEFAAS) ListFunctionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListFunctionsCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListFunctionsCommon for usage and error information.
func (*VEFAAS) ListFunctionsCommonRequest ¶
func (c *VEFAAS) ListFunctionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListFunctionsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListFunctionsCommon operation. The "output" return value will be populated with the ListFunctionsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListFunctionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListFunctionsCommon Send returns without error.
See ListFunctionsCommon for more information on using the ListFunctionsCommon API call, and error handling.
// Example sending a request using the ListFunctionsCommonRequest method.
req, resp := client.ListFunctionsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListFunctionsCommonWithContext ¶
func (c *VEFAAS) ListFunctionsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListFunctionsCommonWithContext is the same as ListFunctionsCommon with the addition of the ability to pass a context and additional request options.
See ListFunctionsCommon 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 (*VEFAAS) ListFunctionsRequest ¶
func (c *VEFAAS) ListFunctionsRequest(input *ListFunctionsInput) (req *request.Request, output *ListFunctionsOutput)
ListFunctionsRequest generates a "byteplus/request.Request" representing the client's request for the ListFunctions operation. The "output" return value will be populated with the ListFunctionsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListFunctionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListFunctionsCommon Send returns without error.
See ListFunctions for more information on using the ListFunctions API call, and error handling.
// Example sending a request using the ListFunctionsRequest method.
req, resp := client.ListFunctionsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListFunctionsWithContext ¶
func (c *VEFAAS) ListFunctionsWithContext(ctx byteplus.Context, input *ListFunctionsInput, opts ...request.Option) (*ListFunctionsOutput, error)
ListFunctionsWithContext is the same as ListFunctions with the addition of the ability to pass a context and additional request options.
See ListFunctions 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 (*VEFAAS) ListReleaseRecords ¶
func (c *VEFAAS) ListReleaseRecords(input *ListReleaseRecordsInput) (*ListReleaseRecordsOutput, error)
ListReleaseRecords API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListReleaseRecords for usage and error information.
func (*VEFAAS) ListReleaseRecordsCommon ¶
func (c *VEFAAS) ListReleaseRecordsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListReleaseRecordsCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListReleaseRecordsCommon for usage and error information.
func (*VEFAAS) ListReleaseRecordsCommonRequest ¶
func (c *VEFAAS) ListReleaseRecordsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListReleaseRecordsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListReleaseRecordsCommon operation. The "output" return value will be populated with the ListReleaseRecordsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListReleaseRecordsCommon Request to send the API call to the service. the "output" return value is not valid until after ListReleaseRecordsCommon Send returns without error.
See ListReleaseRecordsCommon for more information on using the ListReleaseRecordsCommon API call, and error handling.
// Example sending a request using the ListReleaseRecordsCommonRequest method.
req, resp := client.ListReleaseRecordsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListReleaseRecordsCommonWithContext ¶
func (c *VEFAAS) ListReleaseRecordsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListReleaseRecordsCommonWithContext is the same as ListReleaseRecordsCommon with the addition of the ability to pass a context and additional request options.
See ListReleaseRecordsCommon 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 (*VEFAAS) ListReleaseRecordsRequest ¶
func (c *VEFAAS) ListReleaseRecordsRequest(input *ListReleaseRecordsInput) (req *request.Request, output *ListReleaseRecordsOutput)
ListReleaseRecordsRequest generates a "byteplus/request.Request" representing the client's request for the ListReleaseRecords operation. The "output" return value will be populated with the ListReleaseRecordsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListReleaseRecordsCommon Request to send the API call to the service. the "output" return value is not valid until after ListReleaseRecordsCommon Send returns without error.
See ListReleaseRecords for more information on using the ListReleaseRecords API call, and error handling.
// Example sending a request using the ListReleaseRecordsRequest method.
req, resp := client.ListReleaseRecordsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListReleaseRecordsWithContext ¶
func (c *VEFAAS) ListReleaseRecordsWithContext(ctx byteplus.Context, input *ListReleaseRecordsInput, opts ...request.Option) (*ListReleaseRecordsOutput, error)
ListReleaseRecordsWithContext is the same as ListReleaseRecords with the addition of the ability to pass a context and additional request options.
See ListReleaseRecords 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 (*VEFAAS) ListRevisions ¶
func (c *VEFAAS) ListRevisions(input *ListRevisionsInput) (*ListRevisionsOutput, error)
ListRevisions API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListRevisions for usage and error information.
func (*VEFAAS) ListRevisionsCommon ¶
func (c *VEFAAS) ListRevisionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListRevisionsCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListRevisionsCommon for usage and error information.
func (*VEFAAS) ListRevisionsCommonRequest ¶
func (c *VEFAAS) ListRevisionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListRevisionsCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListRevisionsCommon operation. The "output" return value will be populated with the ListRevisionsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListRevisionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListRevisionsCommon Send returns without error.
See ListRevisionsCommon for more information on using the ListRevisionsCommon API call, and error handling.
// Example sending a request using the ListRevisionsCommonRequest method.
req, resp := client.ListRevisionsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListRevisionsCommonWithContext ¶
func (c *VEFAAS) ListRevisionsCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListRevisionsCommonWithContext is the same as ListRevisionsCommon with the addition of the ability to pass a context and additional request options.
See ListRevisionsCommon 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 (*VEFAAS) ListRevisionsRequest ¶
func (c *VEFAAS) ListRevisionsRequest(input *ListRevisionsInput) (req *request.Request, output *ListRevisionsOutput)
ListRevisionsRequest generates a "byteplus/request.Request" representing the client's request for the ListRevisions operation. The "output" return value will be populated with the ListRevisionsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListRevisionsCommon Request to send the API call to the service. the "output" return value is not valid until after ListRevisionsCommon Send returns without error.
See ListRevisions for more information on using the ListRevisions API call, and error handling.
// Example sending a request using the ListRevisionsRequest method.
req, resp := client.ListRevisionsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListRevisionsWithContext ¶
func (c *VEFAAS) ListRevisionsWithContext(ctx byteplus.Context, input *ListRevisionsInput, opts ...request.Option) (*ListRevisionsOutput, error)
ListRevisionsWithContext is the same as ListRevisions with the addition of the ability to pass a context and additional request options.
See ListRevisions 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 (*VEFAAS) ListSandboxImages ¶
func (c *VEFAAS) ListSandboxImages(input *ListSandboxImagesInput) (*ListSandboxImagesOutput, error)
ListSandboxImages API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListSandboxImages for usage and error information.
func (*VEFAAS) ListSandboxImagesCommon ¶
func (c *VEFAAS) ListSandboxImagesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListSandboxImagesCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListSandboxImagesCommon for usage and error information.
func (*VEFAAS) ListSandboxImagesCommonRequest ¶
func (c *VEFAAS) ListSandboxImagesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListSandboxImagesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListSandboxImagesCommon operation. The "output" return value will be populated with the ListSandboxImagesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSandboxImagesCommon Request to send the API call to the service. the "output" return value is not valid until after ListSandboxImagesCommon Send returns without error.
See ListSandboxImagesCommon for more information on using the ListSandboxImagesCommon API call, and error handling.
// Example sending a request using the ListSandboxImagesCommonRequest method.
req, resp := client.ListSandboxImagesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListSandboxImagesCommonWithContext ¶
func (c *VEFAAS) ListSandboxImagesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListSandboxImagesCommonWithContext is the same as ListSandboxImagesCommon with the addition of the ability to pass a context and additional request options.
See ListSandboxImagesCommon 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 (*VEFAAS) ListSandboxImagesRequest ¶
func (c *VEFAAS) ListSandboxImagesRequest(input *ListSandboxImagesInput) (req *request.Request, output *ListSandboxImagesOutput)
ListSandboxImagesRequest generates a "byteplus/request.Request" representing the client's request for the ListSandboxImages operation. The "output" return value will be populated with the ListSandboxImagesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSandboxImagesCommon Request to send the API call to the service. the "output" return value is not valid until after ListSandboxImagesCommon Send returns without error.
See ListSandboxImages for more information on using the ListSandboxImages API call, and error handling.
// Example sending a request using the ListSandboxImagesRequest method.
req, resp := client.ListSandboxImagesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListSandboxImagesWithContext ¶
func (c *VEFAAS) ListSandboxImagesWithContext(ctx byteplus.Context, input *ListSandboxImagesInput, opts ...request.Option) (*ListSandboxImagesOutput, error)
ListSandboxImagesWithContext is the same as ListSandboxImages with the addition of the ability to pass a context and additional request options.
See ListSandboxImages 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 (*VEFAAS) ListSandboxes ¶
func (c *VEFAAS) ListSandboxes(input *ListSandboxesInput) (*ListSandboxesOutput, error)
ListSandboxes API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListSandboxes for usage and error information.
func (*VEFAAS) ListSandboxesCommon ¶
func (c *VEFAAS) ListSandboxesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListSandboxesCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListSandboxesCommon for usage and error information.
func (*VEFAAS) ListSandboxesCommonRequest ¶
func (c *VEFAAS) ListSandboxesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListSandboxesCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListSandboxesCommon operation. The "output" return value will be populated with the ListSandboxesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSandboxesCommon Request to send the API call to the service. the "output" return value is not valid until after ListSandboxesCommon Send returns without error.
See ListSandboxesCommon for more information on using the ListSandboxesCommon API call, and error handling.
// Example sending a request using the ListSandboxesCommonRequest method.
req, resp := client.ListSandboxesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListSandboxesCommonWithContext ¶
func (c *VEFAAS) ListSandboxesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListSandboxesCommonWithContext is the same as ListSandboxesCommon with the addition of the ability to pass a context and additional request options.
See ListSandboxesCommon 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 (*VEFAAS) ListSandboxesRequest ¶
func (c *VEFAAS) ListSandboxesRequest(input *ListSandboxesInput) (req *request.Request, output *ListSandboxesOutput)
ListSandboxesRequest generates a "byteplus/request.Request" representing the client's request for the ListSandboxes operation. The "output" return value will be populated with the ListSandboxesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListSandboxesCommon Request to send the API call to the service. the "output" return value is not valid until after ListSandboxesCommon Send returns without error.
See ListSandboxes for more information on using the ListSandboxes API call, and error handling.
// Example sending a request using the ListSandboxesRequest method.
req, resp := client.ListSandboxesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListSandboxesWithContext ¶
func (c *VEFAAS) ListSandboxesWithContext(ctx byteplus.Context, input *ListSandboxesInput, opts ...request.Option) (*ListSandboxesOutput, error)
ListSandboxesWithContext is the same as ListSandboxes with the addition of the ability to pass a context and additional request options.
See ListSandboxes 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 (*VEFAAS) ListTriggers ¶
func (c *VEFAAS) ListTriggers(input *ListTriggersInput) (*ListTriggersOutput, error)
ListTriggers API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListTriggers for usage and error information.
func (*VEFAAS) ListTriggersCommon ¶
ListTriggersCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ListTriggersCommon for usage and error information.
func (*VEFAAS) ListTriggersCommonRequest ¶
func (c *VEFAAS) ListTriggersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListTriggersCommonRequest generates a "byteplus/request.Request" representing the client's request for the ListTriggersCommon operation. The "output" return value will be populated with the ListTriggersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTriggersCommon Request to send the API call to the service. the "output" return value is not valid until after ListTriggersCommon Send returns without error.
See ListTriggersCommon for more information on using the ListTriggersCommon API call, and error handling.
// Example sending a request using the ListTriggersCommonRequest method.
req, resp := client.ListTriggersCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListTriggersCommonWithContext ¶
func (c *VEFAAS) ListTriggersCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListTriggersCommonWithContext is the same as ListTriggersCommon with the addition of the ability to pass a context and additional request options.
See ListTriggersCommon 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 (*VEFAAS) ListTriggersRequest ¶
func (c *VEFAAS) ListTriggersRequest(input *ListTriggersInput) (req *request.Request, output *ListTriggersOutput)
ListTriggersRequest generates a "byteplus/request.Request" representing the client's request for the ListTriggers operation. The "output" return value will be populated with the ListTriggersCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTriggersCommon Request to send the API call to the service. the "output" return value is not valid until after ListTriggersCommon Send returns without error.
See ListTriggers for more information on using the ListTriggers API call, and error handling.
// Example sending a request using the ListTriggersRequest method.
req, resp := client.ListTriggersRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ListTriggersWithContext ¶
func (c *VEFAAS) ListTriggersWithContext(ctx byteplus.Context, input *ListTriggersInput, opts ...request.Option) (*ListTriggersOutput, error)
ListTriggersWithContext is the same as ListTriggers with the addition of the ability to pass a context and additional request options.
See ListTriggers 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 (*VEFAAS) PrecacheSandboxImages ¶
func (c *VEFAAS) PrecacheSandboxImages(input *PrecacheSandboxImagesInput) (*PrecacheSandboxImagesOutput, error)
PrecacheSandboxImages API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation PrecacheSandboxImages for usage and error information.
func (*VEFAAS) PrecacheSandboxImagesCommon ¶
func (c *VEFAAS) PrecacheSandboxImagesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
PrecacheSandboxImagesCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation PrecacheSandboxImagesCommon for usage and error information.
func (*VEFAAS) PrecacheSandboxImagesCommonRequest ¶
func (c *VEFAAS) PrecacheSandboxImagesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
PrecacheSandboxImagesCommonRequest generates a "byteplus/request.Request" representing the client's request for the PrecacheSandboxImagesCommon operation. The "output" return value will be populated with the PrecacheSandboxImagesCommon request's response once the request completes successfully.
Use "Send" method on the returned PrecacheSandboxImagesCommon Request to send the API call to the service. the "output" return value is not valid until after PrecacheSandboxImagesCommon Send returns without error.
See PrecacheSandboxImagesCommon for more information on using the PrecacheSandboxImagesCommon API call, and error handling.
// Example sending a request using the PrecacheSandboxImagesCommonRequest method.
req, resp := client.PrecacheSandboxImagesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) PrecacheSandboxImagesCommonWithContext ¶
func (c *VEFAAS) PrecacheSandboxImagesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
PrecacheSandboxImagesCommonWithContext is the same as PrecacheSandboxImagesCommon with the addition of the ability to pass a context and additional request options.
See PrecacheSandboxImagesCommon 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 (*VEFAAS) PrecacheSandboxImagesRequest ¶
func (c *VEFAAS) PrecacheSandboxImagesRequest(input *PrecacheSandboxImagesInput) (req *request.Request, output *PrecacheSandboxImagesOutput)
PrecacheSandboxImagesRequest generates a "byteplus/request.Request" representing the client's request for the PrecacheSandboxImages operation. The "output" return value will be populated with the PrecacheSandboxImagesCommon request's response once the request completes successfully.
Use "Send" method on the returned PrecacheSandboxImagesCommon Request to send the API call to the service. the "output" return value is not valid until after PrecacheSandboxImagesCommon Send returns without error.
See PrecacheSandboxImages for more information on using the PrecacheSandboxImages API call, and error handling.
// Example sending a request using the PrecacheSandboxImagesRequest method.
req, resp := client.PrecacheSandboxImagesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) PrecacheSandboxImagesWithContext ¶
func (c *VEFAAS) PrecacheSandboxImagesWithContext(ctx byteplus.Context, input *PrecacheSandboxImagesInput, opts ...request.Option) (*PrecacheSandboxImagesOutput, error)
PrecacheSandboxImagesWithContext is the same as PrecacheSandboxImages with the addition of the ability to pass a context and additional request options.
See PrecacheSandboxImages 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 (*VEFAAS) Release ¶
func (c *VEFAAS) Release(input *ReleaseInput) (*ReleaseOutput, error)
Release API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation Release for usage and error information.
func (*VEFAAS) ReleaseCommon ¶
ReleaseCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation ReleaseCommon for usage and error information.
func (*VEFAAS) ReleaseCommonRequest ¶
func (c *VEFAAS) ReleaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ReleaseCommonRequest generates a "byteplus/request.Request" representing the client's request for the ReleaseCommon operation. The "output" return value will be populated with the ReleaseCommon request's response once the request completes successfully.
Use "Send" method on the returned ReleaseCommon Request to send the API call to the service. the "output" return value is not valid until after ReleaseCommon Send returns without error.
See ReleaseCommon for more information on using the ReleaseCommon API call, and error handling.
// Example sending a request using the ReleaseCommonRequest method.
req, resp := client.ReleaseCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ReleaseCommonWithContext ¶
func (c *VEFAAS) ReleaseCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ReleaseCommonWithContext is the same as ReleaseCommon with the addition of the ability to pass a context and additional request options.
See ReleaseCommon 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 (*VEFAAS) ReleaseRequest ¶
func (c *VEFAAS) ReleaseRequest(input *ReleaseInput) (req *request.Request, output *ReleaseOutput)
ReleaseRequest generates a "byteplus/request.Request" representing the client's request for the Release operation. The "output" return value will be populated with the ReleaseCommon request's response once the request completes successfully.
Use "Send" method on the returned ReleaseCommon Request to send the API call to the service. the "output" return value is not valid until after ReleaseCommon Send returns without error.
See Release for more information on using the Release API call, and error handling.
// Example sending a request using the ReleaseRequest method.
req, resp := client.ReleaseRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) ReleaseWithContext ¶
func (c *VEFAAS) ReleaseWithContext(ctx byteplus.Context, input *ReleaseInput, opts ...request.Option) (*ReleaseOutput, error)
ReleaseWithContext is the same as Release with the addition of the ability to pass a context and additional request options.
See Release 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 (*VEFAAS) RunCode ¶
func (c *VEFAAS) RunCode(input *RunCodeInput) (*RunCodeOutput, error)
RunCode API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation RunCode for usage and error information.
func (*VEFAAS) RunCodeCommon ¶
RunCodeCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation RunCodeCommon for usage and error information.
func (*VEFAAS) RunCodeCommonRequest ¶
func (c *VEFAAS) RunCodeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RunCodeCommonRequest generates a "byteplus/request.Request" representing the client's request for the RunCodeCommon operation. The "output" return value will be populated with the RunCodeCommon request's response once the request completes successfully.
Use "Send" method on the returned RunCodeCommon Request to send the API call to the service. the "output" return value is not valid until after RunCodeCommon Send returns without error.
See RunCodeCommon for more information on using the RunCodeCommon API call, and error handling.
// Example sending a request using the RunCodeCommonRequest method.
req, resp := client.RunCodeCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) RunCodeCommonWithContext ¶
func (c *VEFAAS) RunCodeCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RunCodeCommonWithContext is the same as RunCodeCommon with the addition of the ability to pass a context and additional request options.
See RunCodeCommon 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 (*VEFAAS) RunCodeRequest ¶
func (c *VEFAAS) RunCodeRequest(input *RunCodeInput) (req *request.Request, output *RunCodeOutput)
RunCodeRequest generates a "byteplus/request.Request" representing the client's request for the RunCode operation. The "output" return value will be populated with the RunCodeCommon request's response once the request completes successfully.
Use "Send" method on the returned RunCodeCommon Request to send the API call to the service. the "output" return value is not valid until after RunCodeCommon Send returns without error.
See RunCode for more information on using the RunCode API call, and error handling.
// Example sending a request using the RunCodeRequest method.
req, resp := client.RunCodeRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) RunCodeWithContext ¶
func (c *VEFAAS) RunCodeWithContext(ctx byteplus.Context, input *RunCodeInput, opts ...request.Option) (*RunCodeOutput, error)
RunCodeWithContext is the same as RunCode with the addition of the ability to pass a context and additional request options.
See RunCode 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 (*VEFAAS) SetSandboxTimeout ¶
func (c *VEFAAS) SetSandboxTimeout(input *SetSandboxTimeoutInput) (*SetSandboxTimeoutOutput, error)
SetSandboxTimeout API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation SetSandboxTimeout for usage and error information.
func (*VEFAAS) SetSandboxTimeoutCommon ¶
func (c *VEFAAS) SetSandboxTimeoutCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SetSandboxTimeoutCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation SetSandboxTimeoutCommon for usage and error information.
func (*VEFAAS) SetSandboxTimeoutCommonRequest ¶
func (c *VEFAAS) SetSandboxTimeoutCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SetSandboxTimeoutCommonRequest generates a "byteplus/request.Request" representing the client's request for the SetSandboxTimeoutCommon operation. The "output" return value will be populated with the SetSandboxTimeoutCommon request's response once the request completes successfully.
Use "Send" method on the returned SetSandboxTimeoutCommon Request to send the API call to the service. the "output" return value is not valid until after SetSandboxTimeoutCommon Send returns without error.
See SetSandboxTimeoutCommon for more information on using the SetSandboxTimeoutCommon API call, and error handling.
// Example sending a request using the SetSandboxTimeoutCommonRequest method.
req, resp := client.SetSandboxTimeoutCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) SetSandboxTimeoutCommonWithContext ¶
func (c *VEFAAS) SetSandboxTimeoutCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SetSandboxTimeoutCommonWithContext is the same as SetSandboxTimeoutCommon with the addition of the ability to pass a context and additional request options.
See SetSandboxTimeoutCommon 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 (*VEFAAS) SetSandboxTimeoutRequest ¶
func (c *VEFAAS) SetSandboxTimeoutRequest(input *SetSandboxTimeoutInput) (req *request.Request, output *SetSandboxTimeoutOutput)
SetSandboxTimeoutRequest generates a "byteplus/request.Request" representing the client's request for the SetSandboxTimeout operation. The "output" return value will be populated with the SetSandboxTimeoutCommon request's response once the request completes successfully.
Use "Send" method on the returned SetSandboxTimeoutCommon Request to send the API call to the service. the "output" return value is not valid until after SetSandboxTimeoutCommon Send returns without error.
See SetSandboxTimeout for more information on using the SetSandboxTimeout API call, and error handling.
// Example sending a request using the SetSandboxTimeoutRequest method.
req, resp := client.SetSandboxTimeoutRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) SetSandboxTimeoutWithContext ¶
func (c *VEFAAS) SetSandboxTimeoutWithContext(ctx byteplus.Context, input *SetSandboxTimeoutInput, opts ...request.Option) (*SetSandboxTimeoutOutput, error)
SetSandboxTimeoutWithContext is the same as SetSandboxTimeout with the addition of the ability to pass a context and additional request options.
See SetSandboxTimeout 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 (*VEFAAS) TerminateAsyncTask ¶
func (c *VEFAAS) TerminateAsyncTask(input *TerminateAsyncTaskInput) (*TerminateAsyncTaskOutput, error)
TerminateAsyncTask API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation TerminateAsyncTask for usage and error information.
func (*VEFAAS) TerminateAsyncTaskCommon ¶
func (c *VEFAAS) TerminateAsyncTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
TerminateAsyncTaskCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation TerminateAsyncTaskCommon for usage and error information.
func (*VEFAAS) TerminateAsyncTaskCommonRequest ¶
func (c *VEFAAS) TerminateAsyncTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
TerminateAsyncTaskCommonRequest generates a "byteplus/request.Request" representing the client's request for the TerminateAsyncTaskCommon operation. The "output" return value will be populated with the TerminateAsyncTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned TerminateAsyncTaskCommon Request to send the API call to the service. the "output" return value is not valid until after TerminateAsyncTaskCommon Send returns without error.
See TerminateAsyncTaskCommon for more information on using the TerminateAsyncTaskCommon API call, and error handling.
// Example sending a request using the TerminateAsyncTaskCommonRequest method.
req, resp := client.TerminateAsyncTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) TerminateAsyncTaskCommonWithContext ¶
func (c *VEFAAS) TerminateAsyncTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
TerminateAsyncTaskCommonWithContext is the same as TerminateAsyncTaskCommon with the addition of the ability to pass a context and additional request options.
See TerminateAsyncTaskCommon 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 (*VEFAAS) TerminateAsyncTaskRequest ¶
func (c *VEFAAS) TerminateAsyncTaskRequest(input *TerminateAsyncTaskInput) (req *request.Request, output *TerminateAsyncTaskOutput)
TerminateAsyncTaskRequest generates a "byteplus/request.Request" representing the client's request for the TerminateAsyncTask operation. The "output" return value will be populated with the TerminateAsyncTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned TerminateAsyncTaskCommon Request to send the API call to the service. the "output" return value is not valid until after TerminateAsyncTaskCommon Send returns without error.
See TerminateAsyncTask for more information on using the TerminateAsyncTask API call, and error handling.
// Example sending a request using the TerminateAsyncTaskRequest method.
req, resp := client.TerminateAsyncTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) TerminateAsyncTaskWithContext ¶
func (c *VEFAAS) TerminateAsyncTaskWithContext(ctx byteplus.Context, input *TerminateAsyncTaskInput, opts ...request.Option) (*TerminateAsyncTaskOutput, error)
TerminateAsyncTaskWithContext is the same as TerminateAsyncTask with the addition of the ability to pass a context and additional request options.
See TerminateAsyncTask 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 (*VEFAAS) TerminateDependencyInstallTask ¶
func (c *VEFAAS) TerminateDependencyInstallTask(input *TerminateDependencyInstallTaskInput) (*TerminateDependencyInstallTaskOutput, error)
TerminateDependencyInstallTask API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation TerminateDependencyInstallTask for usage and error information.
func (*VEFAAS) TerminateDependencyInstallTaskCommon ¶
func (c *VEFAAS) TerminateDependencyInstallTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
TerminateDependencyInstallTaskCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation TerminateDependencyInstallTaskCommon for usage and error information.
func (*VEFAAS) TerminateDependencyInstallTaskCommonRequest ¶
func (c *VEFAAS) TerminateDependencyInstallTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
TerminateDependencyInstallTaskCommonRequest generates a "byteplus/request.Request" representing the client's request for the TerminateDependencyInstallTaskCommon operation. The "output" return value will be populated with the TerminateDependencyInstallTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned TerminateDependencyInstallTaskCommon Request to send the API call to the service. the "output" return value is not valid until after TerminateDependencyInstallTaskCommon Send returns without error.
See TerminateDependencyInstallTaskCommon for more information on using the TerminateDependencyInstallTaskCommon API call, and error handling.
// Example sending a request using the TerminateDependencyInstallTaskCommonRequest method.
req, resp := client.TerminateDependencyInstallTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) TerminateDependencyInstallTaskCommonWithContext ¶
func (c *VEFAAS) TerminateDependencyInstallTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
TerminateDependencyInstallTaskCommonWithContext is the same as TerminateDependencyInstallTaskCommon with the addition of the ability to pass a context and additional request options.
See TerminateDependencyInstallTaskCommon 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 (*VEFAAS) TerminateDependencyInstallTaskRequest ¶
func (c *VEFAAS) TerminateDependencyInstallTaskRequest(input *TerminateDependencyInstallTaskInput) (req *request.Request, output *TerminateDependencyInstallTaskOutput)
TerminateDependencyInstallTaskRequest generates a "byteplus/request.Request" representing the client's request for the TerminateDependencyInstallTask operation. The "output" return value will be populated with the TerminateDependencyInstallTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned TerminateDependencyInstallTaskCommon Request to send the API call to the service. the "output" return value is not valid until after TerminateDependencyInstallTaskCommon Send returns without error.
See TerminateDependencyInstallTask for more information on using the TerminateDependencyInstallTask API call, and error handling.
// Example sending a request using the TerminateDependencyInstallTaskRequest method.
req, resp := client.TerminateDependencyInstallTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) TerminateDependencyInstallTaskWithContext ¶
func (c *VEFAAS) TerminateDependencyInstallTaskWithContext(ctx byteplus.Context, input *TerminateDependencyInstallTaskInput, opts ...request.Option) (*TerminateDependencyInstallTaskOutput, error)
TerminateDependencyInstallTaskWithContext is the same as TerminateDependencyInstallTask with the addition of the ability to pass a context and additional request options.
See TerminateDependencyInstallTask 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 (*VEFAAS) TransitionSandbox ¶
func (c *VEFAAS) TransitionSandbox(input *TransitionSandboxInput) (*TransitionSandboxOutput, error)
TransitionSandbox API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation TransitionSandbox for usage and error information.
func (*VEFAAS) TransitionSandboxCommon ¶
func (c *VEFAAS) TransitionSandboxCommon(input *map[string]interface{}) (*map[string]interface{}, error)
TransitionSandboxCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation TransitionSandboxCommon for usage and error information.
func (*VEFAAS) TransitionSandboxCommonRequest ¶
func (c *VEFAAS) TransitionSandboxCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
TransitionSandboxCommonRequest generates a "byteplus/request.Request" representing the client's request for the TransitionSandboxCommon operation. The "output" return value will be populated with the TransitionSandboxCommon request's response once the request completes successfully.
Use "Send" method on the returned TransitionSandboxCommon Request to send the API call to the service. the "output" return value is not valid until after TransitionSandboxCommon Send returns without error.
See TransitionSandboxCommon for more information on using the TransitionSandboxCommon API call, and error handling.
// Example sending a request using the TransitionSandboxCommonRequest method.
req, resp := client.TransitionSandboxCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) TransitionSandboxCommonWithContext ¶
func (c *VEFAAS) TransitionSandboxCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
TransitionSandboxCommonWithContext is the same as TransitionSandboxCommon with the addition of the ability to pass a context and additional request options.
See TransitionSandboxCommon 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 (*VEFAAS) TransitionSandboxRequest ¶
func (c *VEFAAS) TransitionSandboxRequest(input *TransitionSandboxInput) (req *request.Request, output *TransitionSandboxOutput)
TransitionSandboxRequest generates a "byteplus/request.Request" representing the client's request for the TransitionSandbox operation. The "output" return value will be populated with the TransitionSandboxCommon request's response once the request completes successfully.
Use "Send" method on the returned TransitionSandboxCommon Request to send the API call to the service. the "output" return value is not valid until after TransitionSandboxCommon Send returns without error.
See TransitionSandbox for more information on using the TransitionSandbox API call, and error handling.
// Example sending a request using the TransitionSandboxRequest method.
req, resp := client.TransitionSandboxRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) TransitionSandboxWithContext ¶
func (c *VEFAAS) TransitionSandboxWithContext(ctx byteplus.Context, input *TransitionSandboxInput, opts ...request.Option) (*TransitionSandboxOutput, error)
TransitionSandboxWithContext is the same as TransitionSandbox with the addition of the ability to pass a context and additional request options.
See TransitionSandbox 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 (*VEFAAS) UpdateFunction ¶
func (c *VEFAAS) UpdateFunction(input *UpdateFunctionInput) (*UpdateFunctionOutput, error)
UpdateFunction API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateFunction for usage and error information.
func (*VEFAAS) UpdateFunctionCommon ¶
func (c *VEFAAS) UpdateFunctionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateFunctionCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateFunctionCommon for usage and error information.
func (*VEFAAS) UpdateFunctionCommonRequest ¶
func (c *VEFAAS) UpdateFunctionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateFunctionCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateFunctionCommon operation. The "output" return value will be populated with the UpdateFunctionCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFunctionCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFunctionCommon Send returns without error.
See UpdateFunctionCommon for more information on using the UpdateFunctionCommon API call, and error handling.
// Example sending a request using the UpdateFunctionCommonRequest method.
req, resp := client.UpdateFunctionCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateFunctionCommonWithContext ¶
func (c *VEFAAS) UpdateFunctionCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateFunctionCommonWithContext is the same as UpdateFunctionCommon with the addition of the ability to pass a context and additional request options.
See UpdateFunctionCommon 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 (*VEFAAS) UpdateFunctionMetricScaleStrategyRules ¶
func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRules(input *UpdateFunctionMetricScaleStrategyRulesInput) (*UpdateFunctionMetricScaleStrategyRulesOutput, error)
UpdateFunctionMetricScaleStrategyRules API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateFunctionMetricScaleStrategyRules for usage and error information.
func (*VEFAAS) UpdateFunctionMetricScaleStrategyRulesCommon ¶
func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateFunctionMetricScaleStrategyRulesCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateFunctionMetricScaleStrategyRulesCommon for usage and error information.
func (*VEFAAS) UpdateFunctionMetricScaleStrategyRulesCommonRequest ¶
func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateFunctionMetricScaleStrategyRulesCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateFunctionMetricScaleStrategyRulesCommon operation. The "output" return value will be populated with the UpdateFunctionMetricScaleStrategyRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFunctionMetricScaleStrategyRulesCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFunctionMetricScaleStrategyRulesCommon Send returns without error.
See UpdateFunctionMetricScaleStrategyRulesCommon for more information on using the UpdateFunctionMetricScaleStrategyRulesCommon API call, and error handling.
// Example sending a request using the UpdateFunctionMetricScaleStrategyRulesCommonRequest method.
req, resp := client.UpdateFunctionMetricScaleStrategyRulesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateFunctionMetricScaleStrategyRulesCommonWithContext ¶
func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRulesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateFunctionMetricScaleStrategyRulesCommonWithContext is the same as UpdateFunctionMetricScaleStrategyRulesCommon with the addition of the ability to pass a context and additional request options.
See UpdateFunctionMetricScaleStrategyRulesCommon 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 (*VEFAAS) UpdateFunctionMetricScaleStrategyRulesRequest ¶
func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRulesRequest(input *UpdateFunctionMetricScaleStrategyRulesInput) (req *request.Request, output *UpdateFunctionMetricScaleStrategyRulesOutput)
UpdateFunctionMetricScaleStrategyRulesRequest generates a "byteplus/request.Request" representing the client's request for the UpdateFunctionMetricScaleStrategyRules operation. The "output" return value will be populated with the UpdateFunctionMetricScaleStrategyRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFunctionMetricScaleStrategyRulesCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFunctionMetricScaleStrategyRulesCommon Send returns without error.
See UpdateFunctionMetricScaleStrategyRules for more information on using the UpdateFunctionMetricScaleStrategyRules API call, and error handling.
// Example sending a request using the UpdateFunctionMetricScaleStrategyRulesRequest method.
req, resp := client.UpdateFunctionMetricScaleStrategyRulesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateFunctionMetricScaleStrategyRulesWithContext ¶
func (c *VEFAAS) UpdateFunctionMetricScaleStrategyRulesWithContext(ctx byteplus.Context, input *UpdateFunctionMetricScaleStrategyRulesInput, opts ...request.Option) (*UpdateFunctionMetricScaleStrategyRulesOutput, error)
UpdateFunctionMetricScaleStrategyRulesWithContext is the same as UpdateFunctionMetricScaleStrategyRules with the addition of the ability to pass a context and additional request options.
See UpdateFunctionMetricScaleStrategyRules 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 (*VEFAAS) UpdateFunctionRequest ¶
func (c *VEFAAS) UpdateFunctionRequest(input *UpdateFunctionInput) (req *request.Request, output *UpdateFunctionOutput)
UpdateFunctionRequest generates a "byteplus/request.Request" representing the client's request for the UpdateFunction operation. The "output" return value will be populated with the UpdateFunctionCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFunctionCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFunctionCommon Send returns without error.
See UpdateFunction for more information on using the UpdateFunction API call, and error handling.
// Example sending a request using the UpdateFunctionRequest method.
req, resp := client.UpdateFunctionRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateFunctionResource ¶
func (c *VEFAAS) UpdateFunctionResource(input *UpdateFunctionResourceInput) (*UpdateFunctionResourceOutput, error)
UpdateFunctionResource API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateFunctionResource for usage and error information.
func (*VEFAAS) UpdateFunctionResourceCommon ¶
func (c *VEFAAS) UpdateFunctionResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateFunctionResourceCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateFunctionResourceCommon for usage and error information.
func (*VEFAAS) UpdateFunctionResourceCommonRequest ¶
func (c *VEFAAS) UpdateFunctionResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateFunctionResourceCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateFunctionResourceCommon operation. The "output" return value will be populated with the UpdateFunctionResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFunctionResourceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFunctionResourceCommon Send returns without error.
See UpdateFunctionResourceCommon for more information on using the UpdateFunctionResourceCommon API call, and error handling.
// Example sending a request using the UpdateFunctionResourceCommonRequest method.
req, resp := client.UpdateFunctionResourceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateFunctionResourceCommonWithContext ¶
func (c *VEFAAS) UpdateFunctionResourceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateFunctionResourceCommonWithContext is the same as UpdateFunctionResourceCommon with the addition of the ability to pass a context and additional request options.
See UpdateFunctionResourceCommon 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 (*VEFAAS) UpdateFunctionResourceRequest ¶
func (c *VEFAAS) UpdateFunctionResourceRequest(input *UpdateFunctionResourceInput) (req *request.Request, output *UpdateFunctionResourceOutput)
UpdateFunctionResourceRequest generates a "byteplus/request.Request" representing the client's request for the UpdateFunctionResource operation. The "output" return value will be populated with the UpdateFunctionResourceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFunctionResourceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFunctionResourceCommon Send returns without error.
See UpdateFunctionResource for more information on using the UpdateFunctionResource API call, and error handling.
// Example sending a request using the UpdateFunctionResourceRequest method.
req, resp := client.UpdateFunctionResourceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateFunctionResourceWithContext ¶
func (c *VEFAAS) UpdateFunctionResourceWithContext(ctx byteplus.Context, input *UpdateFunctionResourceInput, opts ...request.Option) (*UpdateFunctionResourceOutput, error)
UpdateFunctionResourceWithContext is the same as UpdateFunctionResource with the addition of the ability to pass a context and additional request options.
See UpdateFunctionResource 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 (*VEFAAS) UpdateFunctionWithContext ¶
func (c *VEFAAS) UpdateFunctionWithContext(ctx byteplus.Context, input *UpdateFunctionInput, opts ...request.Option) (*UpdateFunctionOutput, error)
UpdateFunctionWithContext is the same as UpdateFunction with the addition of the ability to pass a context and additional request options.
See UpdateFunction 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 (*VEFAAS) UpdateKafkaTrigger ¶
func (c *VEFAAS) UpdateKafkaTrigger(input *UpdateKafkaTriggerInput) (*UpdateKafkaTriggerOutput, error)
UpdateKafkaTrigger API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateKafkaTrigger for usage and error information.
func (*VEFAAS) UpdateKafkaTriggerCommon ¶
func (c *VEFAAS) UpdateKafkaTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateKafkaTriggerCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateKafkaTriggerCommon for usage and error information.
func (*VEFAAS) UpdateKafkaTriggerCommonRequest ¶
func (c *VEFAAS) UpdateKafkaTriggerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateKafkaTriggerCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateKafkaTriggerCommon operation. The "output" return value will be populated with the UpdateKafkaTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateKafkaTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateKafkaTriggerCommon Send returns without error.
See UpdateKafkaTriggerCommon for more information on using the UpdateKafkaTriggerCommon API call, and error handling.
// Example sending a request using the UpdateKafkaTriggerCommonRequest method.
req, resp := client.UpdateKafkaTriggerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateKafkaTriggerCommonWithContext ¶
func (c *VEFAAS) UpdateKafkaTriggerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateKafkaTriggerCommonWithContext is the same as UpdateKafkaTriggerCommon with the addition of the ability to pass a context and additional request options.
See UpdateKafkaTriggerCommon 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 (*VEFAAS) UpdateKafkaTriggerRequest ¶
func (c *VEFAAS) UpdateKafkaTriggerRequest(input *UpdateKafkaTriggerInput) (req *request.Request, output *UpdateKafkaTriggerOutput)
UpdateKafkaTriggerRequest generates a "byteplus/request.Request" representing the client's request for the UpdateKafkaTrigger operation. The "output" return value will be populated with the UpdateKafkaTriggerCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateKafkaTriggerCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateKafkaTriggerCommon Send returns without error.
See UpdateKafkaTrigger for more information on using the UpdateKafkaTrigger API call, and error handling.
// Example sending a request using the UpdateKafkaTriggerRequest method.
req, resp := client.UpdateKafkaTriggerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateKafkaTriggerWithContext ¶
func (c *VEFAAS) UpdateKafkaTriggerWithContext(ctx byteplus.Context, input *UpdateKafkaTriggerInput, opts ...request.Option) (*UpdateKafkaTriggerOutput, error)
UpdateKafkaTriggerWithContext is the same as UpdateKafkaTrigger with the addition of the ability to pass a context and additional request options.
See UpdateKafkaTrigger 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 (*VEFAAS) UpdateRelease ¶
func (c *VEFAAS) UpdateRelease(input *UpdateReleaseInput) (*UpdateReleaseOutput, error)
UpdateRelease API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateRelease for usage and error information.
func (*VEFAAS) UpdateReleaseCommon ¶
func (c *VEFAAS) UpdateReleaseCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateReleaseCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateReleaseCommon for usage and error information.
func (*VEFAAS) UpdateReleaseCommonRequest ¶
func (c *VEFAAS) UpdateReleaseCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateReleaseCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateReleaseCommon operation. The "output" return value will be populated with the UpdateReleaseCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateReleaseCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateReleaseCommon Send returns without error.
See UpdateReleaseCommon for more information on using the UpdateReleaseCommon API call, and error handling.
// Example sending a request using the UpdateReleaseCommonRequest method.
req, resp := client.UpdateReleaseCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateReleaseCommonWithContext ¶
func (c *VEFAAS) UpdateReleaseCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateReleaseCommonWithContext is the same as UpdateReleaseCommon with the addition of the ability to pass a context and additional request options.
See UpdateReleaseCommon 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 (*VEFAAS) UpdateReleaseRequest ¶
func (c *VEFAAS) UpdateReleaseRequest(input *UpdateReleaseInput) (req *request.Request, output *UpdateReleaseOutput)
UpdateReleaseRequest generates a "byteplus/request.Request" representing the client's request for the UpdateRelease operation. The "output" return value will be populated with the UpdateReleaseCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateReleaseCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateReleaseCommon Send returns without error.
See UpdateRelease for more information on using the UpdateRelease API call, and error handling.
// Example sending a request using the UpdateReleaseRequest method.
req, resp := client.UpdateReleaseRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateReleaseWithContext ¶
func (c *VEFAAS) UpdateReleaseWithContext(ctx byteplus.Context, input *UpdateReleaseInput, opts ...request.Option) (*UpdateReleaseOutput, error)
UpdateReleaseWithContext is the same as UpdateRelease with the addition of the ability to pass a context and additional request options.
See UpdateRelease 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 (*VEFAAS) UpdateTimer ¶
func (c *VEFAAS) UpdateTimer(input *UpdateTimerInput) (*UpdateTimerOutput, error)
UpdateTimer API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateTimer for usage and error information.
func (*VEFAAS) UpdateTimerCommon ¶
UpdateTimerCommon API operation for VEFAAS.
Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.
See the BYTEPLUS API reference guide for VEFAAS's API operation UpdateTimerCommon for usage and error information.
func (*VEFAAS) UpdateTimerCommonRequest ¶
func (c *VEFAAS) UpdateTimerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateTimerCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateTimerCommon operation. The "output" return value will be populated with the UpdateTimerCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateTimerCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateTimerCommon Send returns without error.
See UpdateTimerCommon for more information on using the UpdateTimerCommon API call, and error handling.
// Example sending a request using the UpdateTimerCommonRequest method.
req, resp := client.UpdateTimerCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateTimerCommonWithContext ¶
func (c *VEFAAS) UpdateTimerCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateTimerCommonWithContext is the same as UpdateTimerCommon with the addition of the ability to pass a context and additional request options.
See UpdateTimerCommon 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 (*VEFAAS) UpdateTimerRequest ¶
func (c *VEFAAS) UpdateTimerRequest(input *UpdateTimerInput) (req *request.Request, output *UpdateTimerOutput)
UpdateTimerRequest generates a "byteplus/request.Request" representing the client's request for the UpdateTimer operation. The "output" return value will be populated with the UpdateTimerCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateTimerCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateTimerCommon Send returns without error.
See UpdateTimer for more information on using the UpdateTimer API call, and error handling.
// Example sending a request using the UpdateTimerRequest method.
req, resp := client.UpdateTimerRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEFAAS) UpdateTimerWithContext ¶
func (c *VEFAAS) UpdateTimerWithContext(ctx byteplus.Context, input *UpdateTimerInput, opts ...request.Option) (*UpdateTimerOutput, error)
UpdateTimerWithContext is the same as UpdateTimer with the addition of the ability to pass a context and additional request options.
See UpdateTimer 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 VEFAASAPI ¶
type VEFAASAPI interface {
AbortReleaseCommon(*map[string]interface{}) (*map[string]interface{}, error)
AbortReleaseCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
AbortReleaseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
AbortRelease(*AbortReleaseInput) (*AbortReleaseOutput, error)
AbortReleaseWithContext(byteplus.Context, *AbortReleaseInput, ...request.Option) (*AbortReleaseOutput, error)
AbortReleaseRequest(*AbortReleaseInput) (*request.Request, *AbortReleaseOutput)
CreateDependencyInstallTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateDependencyInstallTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateDependencyInstallTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateDependencyInstallTask(*CreateDependencyInstallTaskInput) (*CreateDependencyInstallTaskOutput, error)
CreateDependencyInstallTaskWithContext(byteplus.Context, *CreateDependencyInstallTaskInput, ...request.Option) (*CreateDependencyInstallTaskOutput, error)
CreateDependencyInstallTaskRequest(*CreateDependencyInstallTaskInput) (*request.Request, *CreateDependencyInstallTaskOutput)
CreateFunctionCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateFunctionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateFunctionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateFunction(*CreateFunctionInput) (*CreateFunctionOutput, error)
CreateFunctionWithContext(byteplus.Context, *CreateFunctionInput, ...request.Option) (*CreateFunctionOutput, error)
CreateFunctionRequest(*CreateFunctionInput) (*request.Request, *CreateFunctionOutput)
CreateKafkaTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateKafkaTriggerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateKafkaTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateKafkaTrigger(*CreateKafkaTriggerInput) (*CreateKafkaTriggerOutput, error)
CreateKafkaTriggerWithContext(byteplus.Context, *CreateKafkaTriggerInput, ...request.Option) (*CreateKafkaTriggerOutput, error)
CreateKafkaTriggerRequest(*CreateKafkaTriggerInput) (*request.Request, *CreateKafkaTriggerOutput)
CreateSandboxCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateSandboxCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateSandboxCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateSandbox(*CreateSandboxInput) (*CreateSandboxOutput, error)
CreateSandboxWithContext(byteplus.Context, *CreateSandboxInput, ...request.Option) (*CreateSandboxOutput, error)
CreateSandboxRequest(*CreateSandboxInput) (*request.Request, *CreateSandboxOutput)
CreateTimerCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateTimerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateTimerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateTimer(*CreateTimerInput) (*CreateTimerOutput, error)
CreateTimerWithContext(byteplus.Context, *CreateTimerInput, ...request.Option) (*CreateTimerOutput, error)
CreateTimerRequest(*CreateTimerInput) (*request.Request, *CreateTimerOutput)
DeleteFunctionCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteFunctionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteFunctionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteFunction(*DeleteFunctionInput) (*DeleteFunctionOutput, error)
DeleteFunctionWithContext(byteplus.Context, *DeleteFunctionInput, ...request.Option) (*DeleteFunctionOutput, error)
DeleteFunctionRequest(*DeleteFunctionInput) (*request.Request, *DeleteFunctionOutput)
DeleteKafkaTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteKafkaTriggerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteKafkaTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteKafkaTrigger(*DeleteKafkaTriggerInput) (*DeleteKafkaTriggerOutput, error)
DeleteKafkaTriggerWithContext(byteplus.Context, *DeleteKafkaTriggerInput, ...request.Option) (*DeleteKafkaTriggerOutput, error)
DeleteKafkaTriggerRequest(*DeleteKafkaTriggerInput) (*request.Request, *DeleteKafkaTriggerOutput)
DeleteSandboxImageCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteSandboxImageCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteSandboxImageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteSandboxImage(*DeleteSandboxImageInput) (*DeleteSandboxImageOutput, error)
DeleteSandboxImageWithContext(byteplus.Context, *DeleteSandboxImageInput, ...request.Option) (*DeleteSandboxImageOutput, error)
DeleteSandboxImageRequest(*DeleteSandboxImageInput) (*request.Request, *DeleteSandboxImageOutput)
DeleteTimerCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteTimerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteTimerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteTimer(*DeleteTimerInput) (*DeleteTimerOutput, error)
DeleteTimerWithContext(byteplus.Context, *DeleteTimerInput, ...request.Option) (*DeleteTimerOutput, error)
DeleteTimerRequest(*DeleteTimerInput) (*request.Request, *DeleteTimerOutput)
DescribeSandboxCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeSandboxCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeSandboxCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeSandbox(*DescribeSandboxInput) (*DescribeSandboxOutput, error)
DescribeSandboxWithContext(byteplus.Context, *DescribeSandboxInput, ...request.Option) (*DescribeSandboxOutput, error)
DescribeSandboxRequest(*DescribeSandboxInput) (*request.Request, *DescribeSandboxOutput)
GenWebshellEndpointCommon(*map[string]interface{}) (*map[string]interface{}, error)
GenWebshellEndpointCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GenWebshellEndpointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GenWebshellEndpoint(*GenWebshellEndpointInput) (*GenWebshellEndpointOutput, error)
GenWebshellEndpointWithContext(byteplus.Context, *GenWebshellEndpointInput, ...request.Option) (*GenWebshellEndpointOutput, error)
GenWebshellEndpointRequest(*GenWebshellEndpointInput) (*request.Request, *GenWebshellEndpointOutput)
GetCodeUploadAddressCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetCodeUploadAddressCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetCodeUploadAddressCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetCodeUploadAddress(*GetCodeUploadAddressInput) (*GetCodeUploadAddressOutput, error)
GetCodeUploadAddressWithContext(byteplus.Context, *GetCodeUploadAddressInput, ...request.Option) (*GetCodeUploadAddressOutput, error)
GetCodeUploadAddressRequest(*GetCodeUploadAddressInput) (*request.Request, *GetCodeUploadAddressOutput)
GetDependencyInstallTaskLogDownloadURICommon(*map[string]interface{}) (*map[string]interface{}, error)
GetDependencyInstallTaskLogDownloadURICommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetDependencyInstallTaskLogDownloadURICommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetDependencyInstallTaskLogDownloadURI(*GetDependencyInstallTaskLogDownloadURIInput) (*GetDependencyInstallTaskLogDownloadURIOutput, error)
GetDependencyInstallTaskLogDownloadURIWithContext(byteplus.Context, *GetDependencyInstallTaskLogDownloadURIInput, ...request.Option) (*GetDependencyInstallTaskLogDownloadURIOutput, error)
GetDependencyInstallTaskLogDownloadURIRequest(*GetDependencyInstallTaskLogDownloadURIInput) (*request.Request, *GetDependencyInstallTaskLogDownloadURIOutput)
GetDependencyInstallTaskStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetDependencyInstallTaskStatusCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetDependencyInstallTaskStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetDependencyInstallTaskStatus(*GetDependencyInstallTaskStatusInput) (*GetDependencyInstallTaskStatusOutput, error)
GetDependencyInstallTaskStatusWithContext(byteplus.Context, *GetDependencyInstallTaskStatusInput, ...request.Option) (*GetDependencyInstallTaskStatusOutput, error)
GetDependencyInstallTaskStatusRequest(*GetDependencyInstallTaskStatusInput) (*request.Request, *GetDependencyInstallTaskStatusOutput)
GetFunctionCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetFunctionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetFunctionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetFunction(*GetFunctionInput) (*GetFunctionOutput, error)
GetFunctionWithContext(byteplus.Context, *GetFunctionInput, ...request.Option) (*GetFunctionOutput, error)
GetFunctionRequest(*GetFunctionInput) (*request.Request, *GetFunctionOutput)
GetFunctionInstanceLogsCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetFunctionInstanceLogsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetFunctionInstanceLogsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetFunctionInstanceLogs(*GetFunctionInstanceLogsInput) (*GetFunctionInstanceLogsOutput, error)
GetFunctionInstanceLogsWithContext(byteplus.Context, *GetFunctionInstanceLogsInput, ...request.Option) (*GetFunctionInstanceLogsOutput, error)
GetFunctionInstanceLogsRequest(*GetFunctionInstanceLogsInput) (*request.Request, *GetFunctionInstanceLogsOutput)
GetFunctionResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetFunctionResourceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetFunctionResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetFunctionResource(*GetFunctionResourceInput) (*GetFunctionResourceOutput, error)
GetFunctionResourceWithContext(byteplus.Context, *GetFunctionResourceInput, ...request.Option) (*GetFunctionResourceOutput, error)
GetFunctionResourceRequest(*GetFunctionResourceInput) (*request.Request, *GetFunctionResourceOutput)
GetImageSyncStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetImageSyncStatusCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetImageSyncStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetImageSyncStatus(*GetImageSyncStatusInput) (*GetImageSyncStatusOutput, error)
GetImageSyncStatusWithContext(byteplus.Context, *GetImageSyncStatusInput, ...request.Option) (*GetImageSyncStatusOutput, error)
GetImageSyncStatusRequest(*GetImageSyncStatusInput) (*request.Request, *GetImageSyncStatusOutput)
GetKafkaTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetKafkaTriggerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetKafkaTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetKafkaTrigger(*GetKafkaTriggerInput) (*GetKafkaTriggerOutput, error)
GetKafkaTriggerWithContext(byteplus.Context, *GetKafkaTriggerInput, ...request.Option) (*GetKafkaTriggerOutput, error)
GetKafkaTriggerRequest(*GetKafkaTriggerInput) (*request.Request, *GetKafkaTriggerOutput)
GetPublicSandboxImageGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetPublicSandboxImageGroupsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetPublicSandboxImageGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetPublicSandboxImageGroups(*GetPublicSandboxImageGroupsInput) (*GetPublicSandboxImageGroupsOutput, error)
GetPublicSandboxImageGroupsWithContext(byteplus.Context, *GetPublicSandboxImageGroupsInput, ...request.Option) (*GetPublicSandboxImageGroupsOutput, error)
GetPublicSandboxImageGroupsRequest(*GetPublicSandboxImageGroupsInput) (*request.Request, *GetPublicSandboxImageGroupsOutput)
GetReleaseStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetReleaseStatusCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetReleaseStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetReleaseStatus(*GetReleaseStatusInput) (*GetReleaseStatusOutput, error)
GetReleaseStatusWithContext(byteplus.Context, *GetReleaseStatusInput, ...request.Option) (*GetReleaseStatusOutput, error)
GetReleaseStatusRequest(*GetReleaseStatusInput) (*request.Request, *GetReleaseStatusOutput)
GetRevisionCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetRevisionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetRevisionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetRevision(*GetRevisionInput) (*GetRevisionOutput, error)
GetRevisionWithContext(byteplus.Context, *GetRevisionInput, ...request.Option) (*GetRevisionOutput, error)
GetRevisionRequest(*GetRevisionInput) (*request.Request, *GetRevisionOutput)
GetRocketMQTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetRocketMQTriggerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetRocketMQTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetRocketMQTrigger(*GetRocketMQTriggerInput) (*GetRocketMQTriggerOutput, error)
GetRocketMQTriggerWithContext(byteplus.Context, *GetRocketMQTriggerInput, ...request.Option) (*GetRocketMQTriggerOutput, error)
GetRocketMQTriggerRequest(*GetRocketMQTriggerInput) (*request.Request, *GetRocketMQTriggerOutput)
GetSandboxImagePrecacheTicketCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetSandboxImagePrecacheTicketCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetSandboxImagePrecacheTicketCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetSandboxImagePrecacheTicket(*GetSandboxImagePrecacheTicketInput) (*GetSandboxImagePrecacheTicketOutput, error)
GetSandboxImagePrecacheTicketWithContext(byteplus.Context, *GetSandboxImagePrecacheTicketInput, ...request.Option) (*GetSandboxImagePrecacheTicketOutput, error)
GetSandboxImagePrecacheTicketRequest(*GetSandboxImagePrecacheTicketInput) (*request.Request, *GetSandboxImagePrecacheTicketOutput)
GetTimerCommon(*map[string]interface{}) (*map[string]interface{}, error)
GetTimerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
GetTimerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
GetTimer(*GetTimerInput) (*GetTimerOutput, error)
GetTimerWithContext(byteplus.Context, *GetTimerInput, ...request.Option) (*GetTimerOutput, error)
GetTimerRequest(*GetTimerInput) (*request.Request, *GetTimerOutput)
KillSandboxCommon(*map[string]interface{}) (*map[string]interface{}, error)
KillSandboxCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
KillSandboxCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
KillSandbox(*KillSandboxInput) (*KillSandboxOutput, error)
KillSandboxWithContext(byteplus.Context, *KillSandboxInput, ...request.Option) (*KillSandboxOutput, error)
KillSandboxRequest(*KillSandboxInput) (*request.Request, *KillSandboxOutput)
ListAsyncTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAsyncTasksCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAsyncTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListAsyncTasks(*ListAsyncTasksInput) (*ListAsyncTasksOutput, error)
ListAsyncTasksWithContext(byteplus.Context, *ListAsyncTasksInput, ...request.Option) (*ListAsyncTasksOutput, error)
ListAsyncTasksRequest(*ListAsyncTasksInput) (*request.Request, *ListAsyncTasksOutput)
ListFunctionElasticScaleStrategyCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListFunctionElasticScaleStrategyCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListFunctionElasticScaleStrategyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListFunctionElasticScaleStrategy(*ListFunctionElasticScaleStrategyInput) (*ListFunctionElasticScaleStrategyOutput, error)
ListFunctionElasticScaleStrategyWithContext(byteplus.Context, *ListFunctionElasticScaleStrategyInput, ...request.Option) (*ListFunctionElasticScaleStrategyOutput, error)
ListFunctionElasticScaleStrategyRequest(*ListFunctionElasticScaleStrategyInput) (*request.Request, *ListFunctionElasticScaleStrategyOutput)
ListFunctionInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListFunctionInstancesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListFunctionInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListFunctionInstances(*ListFunctionInstancesInput) (*ListFunctionInstancesOutput, error)
ListFunctionInstancesWithContext(byteplus.Context, *ListFunctionInstancesInput, ...request.Option) (*ListFunctionInstancesOutput, error)
ListFunctionInstancesRequest(*ListFunctionInstancesInput) (*request.Request, *ListFunctionInstancesOutput)
ListFunctionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListFunctionsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListFunctionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListFunctions(*ListFunctionsInput) (*ListFunctionsOutput, error)
ListFunctionsWithContext(byteplus.Context, *ListFunctionsInput, ...request.Option) (*ListFunctionsOutput, error)
ListFunctionsRequest(*ListFunctionsInput) (*request.Request, *ListFunctionsOutput)
ListReleaseRecordsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListReleaseRecordsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListReleaseRecordsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListReleaseRecords(*ListReleaseRecordsInput) (*ListReleaseRecordsOutput, error)
ListReleaseRecordsWithContext(byteplus.Context, *ListReleaseRecordsInput, ...request.Option) (*ListReleaseRecordsOutput, error)
ListReleaseRecordsRequest(*ListReleaseRecordsInput) (*request.Request, *ListReleaseRecordsOutput)
ListRevisionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListRevisionsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListRevisionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListRevisions(*ListRevisionsInput) (*ListRevisionsOutput, error)
ListRevisionsWithContext(byteplus.Context, *ListRevisionsInput, ...request.Option) (*ListRevisionsOutput, error)
ListRevisionsRequest(*ListRevisionsInput) (*request.Request, *ListRevisionsOutput)
ListSandboxImagesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListSandboxImagesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListSandboxImagesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListSandboxImages(*ListSandboxImagesInput) (*ListSandboxImagesOutput, error)
ListSandboxImagesWithContext(byteplus.Context, *ListSandboxImagesInput, ...request.Option) (*ListSandboxImagesOutput, error)
ListSandboxImagesRequest(*ListSandboxImagesInput) (*request.Request, *ListSandboxImagesOutput)
ListSandboxesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListSandboxesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListSandboxesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListSandboxes(*ListSandboxesInput) (*ListSandboxesOutput, error)
ListSandboxesWithContext(byteplus.Context, *ListSandboxesInput, ...request.Option) (*ListSandboxesOutput, error)
ListSandboxesRequest(*ListSandboxesInput) (*request.Request, *ListSandboxesOutput)
ListTriggersCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListTriggersCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListTriggersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListTriggers(*ListTriggersInput) (*ListTriggersOutput, error)
ListTriggersWithContext(byteplus.Context, *ListTriggersInput, ...request.Option) (*ListTriggersOutput, error)
ListTriggersRequest(*ListTriggersInput) (*request.Request, *ListTriggersOutput)
PrecacheSandboxImagesCommon(*map[string]interface{}) (*map[string]interface{}, error)
PrecacheSandboxImagesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
PrecacheSandboxImagesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
PrecacheSandboxImages(*PrecacheSandboxImagesInput) (*PrecacheSandboxImagesOutput, error)
PrecacheSandboxImagesWithContext(byteplus.Context, *PrecacheSandboxImagesInput, ...request.Option) (*PrecacheSandboxImagesOutput, error)
PrecacheSandboxImagesRequest(*PrecacheSandboxImagesInput) (*request.Request, *PrecacheSandboxImagesOutput)
ReleaseCommon(*map[string]interface{}) (*map[string]interface{}, error)
ReleaseCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ReleaseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
Release(*ReleaseInput) (*ReleaseOutput, error)
ReleaseWithContext(byteplus.Context, *ReleaseInput, ...request.Option) (*ReleaseOutput, error)
ReleaseRequest(*ReleaseInput) (*request.Request, *ReleaseOutput)
RunCodeCommon(*map[string]interface{}) (*map[string]interface{}, error)
RunCodeCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
RunCodeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
RunCode(*RunCodeInput) (*RunCodeOutput, error)
RunCodeWithContext(byteplus.Context, *RunCodeInput, ...request.Option) (*RunCodeOutput, error)
RunCodeRequest(*RunCodeInput) (*request.Request, *RunCodeOutput)
SetSandboxTimeoutCommon(*map[string]interface{}) (*map[string]interface{}, error)
SetSandboxTimeoutCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
SetSandboxTimeoutCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
SetSandboxTimeout(*SetSandboxTimeoutInput) (*SetSandboxTimeoutOutput, error)
SetSandboxTimeoutWithContext(byteplus.Context, *SetSandboxTimeoutInput, ...request.Option) (*SetSandboxTimeoutOutput, error)
SetSandboxTimeoutRequest(*SetSandboxTimeoutInput) (*request.Request, *SetSandboxTimeoutOutput)
TerminateAsyncTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
TerminateAsyncTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
TerminateAsyncTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
TerminateAsyncTask(*TerminateAsyncTaskInput) (*TerminateAsyncTaskOutput, error)
TerminateAsyncTaskWithContext(byteplus.Context, *TerminateAsyncTaskInput, ...request.Option) (*TerminateAsyncTaskOutput, error)
TerminateAsyncTaskRequest(*TerminateAsyncTaskInput) (*request.Request, *TerminateAsyncTaskOutput)
TerminateDependencyInstallTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
TerminateDependencyInstallTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
TerminateDependencyInstallTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
TerminateDependencyInstallTask(*TerminateDependencyInstallTaskInput) (*TerminateDependencyInstallTaskOutput, error)
TerminateDependencyInstallTaskWithContext(byteplus.Context, *TerminateDependencyInstallTaskInput, ...request.Option) (*TerminateDependencyInstallTaskOutput, error)
TerminateDependencyInstallTaskRequest(*TerminateDependencyInstallTaskInput) (*request.Request, *TerminateDependencyInstallTaskOutput)
TransitionSandboxCommon(*map[string]interface{}) (*map[string]interface{}, error)
TransitionSandboxCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
TransitionSandboxCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
TransitionSandbox(*TransitionSandboxInput) (*TransitionSandboxOutput, error)
TransitionSandboxWithContext(byteplus.Context, *TransitionSandboxInput, ...request.Option) (*TransitionSandboxOutput, error)
TransitionSandboxRequest(*TransitionSandboxInput) (*request.Request, *TransitionSandboxOutput)
UpdateFunctionCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateFunctionCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateFunctionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateFunction(*UpdateFunctionInput) (*UpdateFunctionOutput, error)
UpdateFunctionWithContext(byteplus.Context, *UpdateFunctionInput, ...request.Option) (*UpdateFunctionOutput, error)
UpdateFunctionRequest(*UpdateFunctionInput) (*request.Request, *UpdateFunctionOutput)
UpdateFunctionMetricScaleStrategyRulesCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateFunctionMetricScaleStrategyRulesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateFunctionMetricScaleStrategyRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateFunctionMetricScaleStrategyRules(*UpdateFunctionMetricScaleStrategyRulesInput) (*UpdateFunctionMetricScaleStrategyRulesOutput, error)
UpdateFunctionMetricScaleStrategyRulesWithContext(byteplus.Context, *UpdateFunctionMetricScaleStrategyRulesInput, ...request.Option) (*UpdateFunctionMetricScaleStrategyRulesOutput, error)
UpdateFunctionMetricScaleStrategyRulesRequest(*UpdateFunctionMetricScaleStrategyRulesInput) (*request.Request, *UpdateFunctionMetricScaleStrategyRulesOutput)
UpdateFunctionResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateFunctionResourceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateFunctionResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateFunctionResource(*UpdateFunctionResourceInput) (*UpdateFunctionResourceOutput, error)
UpdateFunctionResourceWithContext(byteplus.Context, *UpdateFunctionResourceInput, ...request.Option) (*UpdateFunctionResourceOutput, error)
UpdateFunctionResourceRequest(*UpdateFunctionResourceInput) (*request.Request, *UpdateFunctionResourceOutput)
UpdateKafkaTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateKafkaTriggerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateKafkaTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateKafkaTrigger(*UpdateKafkaTriggerInput) (*UpdateKafkaTriggerOutput, error)
UpdateKafkaTriggerWithContext(byteplus.Context, *UpdateKafkaTriggerInput, ...request.Option) (*UpdateKafkaTriggerOutput, error)
UpdateKafkaTriggerRequest(*UpdateKafkaTriggerInput) (*request.Request, *UpdateKafkaTriggerOutput)
UpdateReleaseCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateReleaseCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateReleaseCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateRelease(*UpdateReleaseInput) (*UpdateReleaseOutput, error)
UpdateReleaseWithContext(byteplus.Context, *UpdateReleaseInput, ...request.Option) (*UpdateReleaseOutput, error)
UpdateReleaseRequest(*UpdateReleaseInput) (*request.Request, *UpdateReleaseOutput)
UpdateTimerCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateTimerCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateTimerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateTimer(*UpdateTimerInput) (*UpdateTimerOutput, error)
UpdateTimerWithContext(byteplus.Context, *UpdateTimerInput, ...request.Option) (*UpdateTimerOutput, error)
UpdateTimerRequest(*UpdateTimerInput) (*request.Request, *UpdateTimerOutput)
}
VEFAASAPI provides an interface to enable mocking the vefaas.VEFAAS service client's API operation,
// byteplus sdk func uses an SDK service client to make a request to
// VEFAAS.
func myFunc(svc VEFAASAPI) bool {
// Make svc.AbortRelease request
}
func main() {
sess := session.New()
svc := vefaas.New(sess)
myFunc(svc)
}
type VpcConfigForCreateFunctionInput ¶
type VpcConfigForCreateFunctionInput struct {
EnableVpc *bool `type:"boolean" json:",omitempty"`
SecurityGroupIds []*string `type:"list" json:",omitempty"`
SubnetIds []*string `type:"list" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (VpcConfigForCreateFunctionInput) GoString ¶
func (s VpcConfigForCreateFunctionInput) GoString() string
GoString returns the string representation
func (*VpcConfigForCreateFunctionInput) SetEnableSharedInternetAccess ¶
func (s *VpcConfigForCreateFunctionInput) SetEnableSharedInternetAccess(v bool) *VpcConfigForCreateFunctionInput
SetEnableSharedInternetAccess sets the EnableSharedInternetAccess field's value.
func (*VpcConfigForCreateFunctionInput) SetEnableVpc ¶
func (s *VpcConfigForCreateFunctionInput) SetEnableVpc(v bool) *VpcConfigForCreateFunctionInput
SetEnableVpc sets the EnableVpc field's value.
func (*VpcConfigForCreateFunctionInput) SetSecurityGroupIds ¶
func (s *VpcConfigForCreateFunctionInput) SetSecurityGroupIds(v []*string) *VpcConfigForCreateFunctionInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfigForCreateFunctionInput) SetSubnetIds ¶
func (s *VpcConfigForCreateFunctionInput) SetSubnetIds(v []*string) *VpcConfigForCreateFunctionInput
SetSubnetIds sets the SubnetIds field's value.
func (*VpcConfigForCreateFunctionInput) SetVpcId ¶
func (s *VpcConfigForCreateFunctionInput) SetVpcId(v string) *VpcConfigForCreateFunctionInput
SetVpcId sets the VpcId field's value.
func (VpcConfigForCreateFunctionInput) String ¶
func (s VpcConfigForCreateFunctionInput) String() string
String returns the string representation
type VpcConfigForCreateFunctionOutput ¶
type VpcConfigForCreateFunctionOutput struct {
EnableVpc *bool `type:"boolean" json:",omitempty"`
SecurityGroupIds []*string `type:"list" json:",omitempty"`
SubnetIds []*string `type:"list" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (VpcConfigForCreateFunctionOutput) GoString ¶
func (s VpcConfigForCreateFunctionOutput) GoString() string
GoString returns the string representation
func (*VpcConfigForCreateFunctionOutput) SetEnableSharedInternetAccess ¶
func (s *VpcConfigForCreateFunctionOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForCreateFunctionOutput
SetEnableSharedInternetAccess sets the EnableSharedInternetAccess field's value.
func (*VpcConfigForCreateFunctionOutput) SetEnableVpc ¶
func (s *VpcConfigForCreateFunctionOutput) SetEnableVpc(v bool) *VpcConfigForCreateFunctionOutput
SetEnableVpc sets the EnableVpc field's value.
func (*VpcConfigForCreateFunctionOutput) SetSecurityGroupIds ¶
func (s *VpcConfigForCreateFunctionOutput) SetSecurityGroupIds(v []*string) *VpcConfigForCreateFunctionOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfigForCreateFunctionOutput) SetSubnetIds ¶
func (s *VpcConfigForCreateFunctionOutput) SetSubnetIds(v []*string) *VpcConfigForCreateFunctionOutput
SetSubnetIds sets the SubnetIds field's value.
func (*VpcConfigForCreateFunctionOutput) SetVpcId ¶
func (s *VpcConfigForCreateFunctionOutput) SetVpcId(v string) *VpcConfigForCreateFunctionOutput
SetVpcId sets the VpcId field's value.
func (VpcConfigForCreateFunctionOutput) String ¶
func (s VpcConfigForCreateFunctionOutput) String() string
String returns the string representation
type VpcConfigForGetFunctionOutput ¶
type VpcConfigForGetFunctionOutput struct {
EnableVpc *bool `type:"boolean" json:",omitempty"`
SecurityGroupIds []*string `type:"list" json:",omitempty"`
SubnetIds []*string `type:"list" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (VpcConfigForGetFunctionOutput) GoString ¶
func (s VpcConfigForGetFunctionOutput) GoString() string
GoString returns the string representation
func (*VpcConfigForGetFunctionOutput) SetEnableSharedInternetAccess ¶
func (s *VpcConfigForGetFunctionOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForGetFunctionOutput
SetEnableSharedInternetAccess sets the EnableSharedInternetAccess field's value.
func (*VpcConfigForGetFunctionOutput) SetEnableVpc ¶
func (s *VpcConfigForGetFunctionOutput) SetEnableVpc(v bool) *VpcConfigForGetFunctionOutput
SetEnableVpc sets the EnableVpc field's value.
func (*VpcConfigForGetFunctionOutput) SetSecurityGroupIds ¶
func (s *VpcConfigForGetFunctionOutput) SetSecurityGroupIds(v []*string) *VpcConfigForGetFunctionOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfigForGetFunctionOutput) SetSubnetIds ¶
func (s *VpcConfigForGetFunctionOutput) SetSubnetIds(v []*string) *VpcConfigForGetFunctionOutput
SetSubnetIds sets the SubnetIds field's value.
func (*VpcConfigForGetFunctionOutput) SetVpcId ¶
func (s *VpcConfigForGetFunctionOutput) SetVpcId(v string) *VpcConfigForGetFunctionOutput
SetVpcId sets the VpcId field's value.
func (VpcConfigForGetFunctionOutput) String ¶
func (s VpcConfigForGetFunctionOutput) String() string
String returns the string representation
type VpcConfigForGetRevisionOutput ¶
type VpcConfigForGetRevisionOutput struct {
EnableVpc *bool `type:"boolean" json:",omitempty"`
SecurityGroupIds []*string `type:"list" json:",omitempty"`
SubnetIds []*string `type:"list" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (VpcConfigForGetRevisionOutput) GoString ¶
func (s VpcConfigForGetRevisionOutput) GoString() string
GoString returns the string representation
func (*VpcConfigForGetRevisionOutput) SetEnableSharedInternetAccess ¶
func (s *VpcConfigForGetRevisionOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForGetRevisionOutput
SetEnableSharedInternetAccess sets the EnableSharedInternetAccess field's value.
func (*VpcConfigForGetRevisionOutput) SetEnableVpc ¶
func (s *VpcConfigForGetRevisionOutput) SetEnableVpc(v bool) *VpcConfigForGetRevisionOutput
SetEnableVpc sets the EnableVpc field's value.
func (*VpcConfigForGetRevisionOutput) SetSecurityGroupIds ¶
func (s *VpcConfigForGetRevisionOutput) SetSecurityGroupIds(v []*string) *VpcConfigForGetRevisionOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfigForGetRevisionOutput) SetSubnetIds ¶
func (s *VpcConfigForGetRevisionOutput) SetSubnetIds(v []*string) *VpcConfigForGetRevisionOutput
SetSubnetIds sets the SubnetIds field's value.
func (*VpcConfigForGetRevisionOutput) SetVpcId ¶
func (s *VpcConfigForGetRevisionOutput) SetVpcId(v string) *VpcConfigForGetRevisionOutput
SetVpcId sets the VpcId field's value.
func (VpcConfigForGetRevisionOutput) String ¶
func (s VpcConfigForGetRevisionOutput) String() string
String returns the string representation
type VpcConfigForListFunctionsOutput ¶
type VpcConfigForListFunctionsOutput struct {
EnableVpc *bool `type:"boolean" json:",omitempty"`
SecurityGroupIds []*string `type:"list" json:",omitempty"`
SubnetIds []*string `type:"list" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (VpcConfigForListFunctionsOutput) GoString ¶
func (s VpcConfigForListFunctionsOutput) GoString() string
GoString returns the string representation
func (*VpcConfigForListFunctionsOutput) SetEnableSharedInternetAccess ¶
func (s *VpcConfigForListFunctionsOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForListFunctionsOutput
SetEnableSharedInternetAccess sets the EnableSharedInternetAccess field's value.
func (*VpcConfigForListFunctionsOutput) SetEnableVpc ¶
func (s *VpcConfigForListFunctionsOutput) SetEnableVpc(v bool) *VpcConfigForListFunctionsOutput
SetEnableVpc sets the EnableVpc field's value.
func (*VpcConfigForListFunctionsOutput) SetSecurityGroupIds ¶
func (s *VpcConfigForListFunctionsOutput) SetSecurityGroupIds(v []*string) *VpcConfigForListFunctionsOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfigForListFunctionsOutput) SetSubnetIds ¶
func (s *VpcConfigForListFunctionsOutput) SetSubnetIds(v []*string) *VpcConfigForListFunctionsOutput
SetSubnetIds sets the SubnetIds field's value.
func (*VpcConfigForListFunctionsOutput) SetVpcId ¶
func (s *VpcConfigForListFunctionsOutput) SetVpcId(v string) *VpcConfigForListFunctionsOutput
SetVpcId sets the VpcId field's value.
func (VpcConfigForListFunctionsOutput) String ¶
func (s VpcConfigForListFunctionsOutput) String() string
String returns the string representation
type VpcConfigForListRevisionsOutput ¶
type VpcConfigForListRevisionsOutput struct {
EnableVpc *bool `type:"boolean" json:",omitempty"`
SecurityGroupIds []*string `type:"list" json:",omitempty"`
SubnetIds []*string `type:"list" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (VpcConfigForListRevisionsOutput) GoString ¶
func (s VpcConfigForListRevisionsOutput) GoString() string
GoString returns the string representation
func (*VpcConfigForListRevisionsOutput) SetEnableSharedInternetAccess ¶
func (s *VpcConfigForListRevisionsOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForListRevisionsOutput
SetEnableSharedInternetAccess sets the EnableSharedInternetAccess field's value.
func (*VpcConfigForListRevisionsOutput) SetEnableVpc ¶
func (s *VpcConfigForListRevisionsOutput) SetEnableVpc(v bool) *VpcConfigForListRevisionsOutput
SetEnableVpc sets the EnableVpc field's value.
func (*VpcConfigForListRevisionsOutput) SetSecurityGroupIds ¶
func (s *VpcConfigForListRevisionsOutput) SetSecurityGroupIds(v []*string) *VpcConfigForListRevisionsOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfigForListRevisionsOutput) SetSubnetIds ¶
func (s *VpcConfigForListRevisionsOutput) SetSubnetIds(v []*string) *VpcConfigForListRevisionsOutput
SetSubnetIds sets the SubnetIds field's value.
func (*VpcConfigForListRevisionsOutput) SetVpcId ¶
func (s *VpcConfigForListRevisionsOutput) SetVpcId(v string) *VpcConfigForListRevisionsOutput
SetVpcId sets the VpcId field's value.
func (VpcConfigForListRevisionsOutput) String ¶
func (s VpcConfigForListRevisionsOutput) String() string
String returns the string representation
type VpcConfigForUpdateFunctionInput ¶
type VpcConfigForUpdateFunctionInput struct {
EnableVpc *bool `type:"boolean" json:",omitempty"`
SecurityGroupIds []*string `type:"list" json:",omitempty"`
SubnetIds []*string `type:"list" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (VpcConfigForUpdateFunctionInput) GoString ¶
func (s VpcConfigForUpdateFunctionInput) GoString() string
GoString returns the string representation
func (*VpcConfigForUpdateFunctionInput) SetEnableSharedInternetAccess ¶
func (s *VpcConfigForUpdateFunctionInput) SetEnableSharedInternetAccess(v bool) *VpcConfigForUpdateFunctionInput
SetEnableSharedInternetAccess sets the EnableSharedInternetAccess field's value.
func (*VpcConfigForUpdateFunctionInput) SetEnableVpc ¶
func (s *VpcConfigForUpdateFunctionInput) SetEnableVpc(v bool) *VpcConfigForUpdateFunctionInput
SetEnableVpc sets the EnableVpc field's value.
func (*VpcConfigForUpdateFunctionInput) SetSecurityGroupIds ¶
func (s *VpcConfigForUpdateFunctionInput) SetSecurityGroupIds(v []*string) *VpcConfigForUpdateFunctionInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfigForUpdateFunctionInput) SetSubnetIds ¶
func (s *VpcConfigForUpdateFunctionInput) SetSubnetIds(v []*string) *VpcConfigForUpdateFunctionInput
SetSubnetIds sets the SubnetIds field's value.
func (*VpcConfigForUpdateFunctionInput) SetVpcId ¶
func (s *VpcConfigForUpdateFunctionInput) SetVpcId(v string) *VpcConfigForUpdateFunctionInput
SetVpcId sets the VpcId field's value.
func (VpcConfigForUpdateFunctionInput) String ¶
func (s VpcConfigForUpdateFunctionInput) String() string
String returns the string representation
type VpcConfigForUpdateFunctionOutput ¶
type VpcConfigForUpdateFunctionOutput struct {
EnableVpc *bool `type:"boolean" json:",omitempty"`
SecurityGroupIds []*string `type:"list" json:",omitempty"`
SubnetIds []*string `type:"list" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (VpcConfigForUpdateFunctionOutput) GoString ¶
func (s VpcConfigForUpdateFunctionOutput) GoString() string
GoString returns the string representation
func (*VpcConfigForUpdateFunctionOutput) SetEnableSharedInternetAccess ¶
func (s *VpcConfigForUpdateFunctionOutput) SetEnableSharedInternetAccess(v bool) *VpcConfigForUpdateFunctionOutput
SetEnableSharedInternetAccess sets the EnableSharedInternetAccess field's value.
func (*VpcConfigForUpdateFunctionOutput) SetEnableVpc ¶
func (s *VpcConfigForUpdateFunctionOutput) SetEnableVpc(v bool) *VpcConfigForUpdateFunctionOutput
SetEnableVpc sets the EnableVpc field's value.
func (*VpcConfigForUpdateFunctionOutput) SetSecurityGroupIds ¶
func (s *VpcConfigForUpdateFunctionOutput) SetSecurityGroupIds(v []*string) *VpcConfigForUpdateFunctionOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfigForUpdateFunctionOutput) SetSubnetIds ¶
func (s *VpcConfigForUpdateFunctionOutput) SetSubnetIds(v []*string) *VpcConfigForUpdateFunctionOutput
SetSubnetIds sets the SubnetIds field's value.
func (*VpcConfigForUpdateFunctionOutput) SetVpcId ¶
func (s *VpcConfigForUpdateFunctionOutput) SetVpcId(v string) *VpcConfigForUpdateFunctionOutput
SetVpcId sets the VpcId field's value.
func (VpcConfigForUpdateFunctionOutput) String ¶
func (s VpcConfigForUpdateFunctionOutput) String() string
String returns the string representation
Source Files
¶
- api_abort_release.go
- api_create_dependency_install_task.go
- api_create_function.go
- api_create_kafka_trigger.go
- api_create_sandbox.go
- api_create_timer.go
- api_delete_function.go
- api_delete_kafka_trigger.go
- api_delete_sandbox_image.go
- api_delete_timer.go
- api_describe_sandbox.go
- api_gen_webshell_endpoint.go
- api_get_code_upload_address.go
- api_get_dependency_install_task_log_download_ur_i.go
- api_get_dependency_install_task_status.go
- api_get_function.go
- api_get_function_instance_logs.go
- api_get_function_resource.go
- api_get_image_sync_status.go
- api_get_kafka_trigger.go
- api_get_public_sandbox_image_groups.go
- api_get_release_status.go
- api_get_revision.go
- api_get_rocket_mq_trigger.go
- api_get_sandbox_image_precache_ticket.go
- api_get_timer.go
- api_kill_sandbox.go
- api_list_async_tasks.go
- api_list_function_elastic_scale_strategy.go
- api_list_function_instances.go
- api_list_functions.go
- api_list_release_records.go
- api_list_revisions.go
- api_list_sandbox_images.go
- api_list_sandboxes.go
- api_list_triggers.go
- api_precache_sandbox_images.go
- api_release.go
- api_run_code.go
- api_set_sandbox_timeout.go
- api_terminate_async_task.go
- api_terminate_dependency_install_task.go
- api_transition_sandbox.go
- api_update_function.go
- api_update_function_metric_scale_strategy_rules.go
- api_update_function_resource.go
- api_update_kafka_trigger.go
- api_update_release.go
- api_update_timer.go
- interface_vefaas.go
- service_vefaas.go