Documentation
¶
Overview ¶
Package acepiface provides an interface to enable mocking the ACEP 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 ACEP
- func (c *ACEP) AddCustomRoute(input *AddCustomRouteInput) (*AddCustomRouteOutput, error)
- func (c *ACEP) AddCustomRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) AddCustomRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) AddCustomRouteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) AddCustomRouteRequest(input *AddCustomRouteInput) (req *request.Request, output *AddCustomRouteOutput)
- func (c *ACEP) AddCustomRouteWithContext(ctx volcengine.Context, input *AddCustomRouteInput, opts ...request.Option) (*AddCustomRouteOutput, error)
- func (c *ACEP) BackupPod(input *BackupPodInput) (*BackupPodOutput, error)
- func (c *ACEP) BackupPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) BackupPodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) BackupPodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) BackupPodRequest(input *BackupPodInput) (req *request.Request, output *BackupPodOutput)
- func (c *ACEP) BackupPodWithContext(ctx volcengine.Context, input *BackupPodInput, opts ...request.Option) (*BackupPodOutput, error)
- func (c *ACEP) CancelBackupPod(input *CancelBackupPodInput) (*CancelBackupPodOutput, error)
- func (c *ACEP) CancelBackupPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) CancelBackupPodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) CancelBackupPodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) CancelBackupPodRequest(input *CancelBackupPodInput) (req *request.Request, output *CancelBackupPodOutput)
- func (c *ACEP) CancelBackupPodWithContext(ctx volcengine.Context, input *CancelBackupPodInput, opts ...request.Option) (*CancelBackupPodOutput, error)
- func (c *ACEP) CancelRestorePod(input *CancelRestorePodInput) (*CancelRestorePodOutput, error)
- func (c *ACEP) CancelRestorePodCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) CancelRestorePodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) CancelRestorePodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) CancelRestorePodRequest(input *CancelRestorePodInput) (req *request.Request, output *CancelRestorePodOutput)
- func (c *ACEP) CancelRestorePodWithContext(ctx volcengine.Context, input *CancelRestorePodInput, opts ...request.Option) (*CancelRestorePodOutput, error)
- func (c *ACEP) DeleteCustomRoute(input *DeleteCustomRouteInput) (*DeleteCustomRouteOutput, error)
- func (c *ACEP) DeleteCustomRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) DeleteCustomRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) DeleteCustomRouteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) DeleteCustomRouteRequest(input *DeleteCustomRouteInput) (req *request.Request, output *DeleteCustomRouteOutput)
- func (c *ACEP) DeleteCustomRouteWithContext(ctx volcengine.Context, input *DeleteCustomRouteInput, opts ...request.Option) (*DeleteCustomRouteOutput, error)
- func (c *ACEP) ListApp(input *ListAppInput) (*ListAppOutput, error)
- func (c *ACEP) ListAppCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) ListAppCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) ListAppCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) ListAppRequest(input *ListAppInput) (req *request.Request, output *ListAppOutput)
- func (c *ACEP) ListAppWithContext(ctx volcengine.Context, input *ListAppInput, opts ...request.Option) (*ListAppOutput, error)
- func (c *ACEP) ListCustomRoute(input *ListCustomRouteInput) (*ListCustomRouteOutput, error)
- func (c *ACEP) ListCustomRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) ListCustomRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) ListCustomRouteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) ListCustomRouteRequest(input *ListCustomRouteInput) (req *request.Request, output *ListCustomRouteOutput)
- func (c *ACEP) ListCustomRouteWithContext(ctx volcengine.Context, input *ListCustomRouteInput, opts ...request.Option) (*ListCustomRouteOutput, error)
- func (c *ACEP) ListPod(input *ListPodInput) (*ListPodOutput, error)
- func (c *ACEP) ListPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) ListPodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) ListPodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) ListPodRequest(input *ListPodInput) (req *request.Request, output *ListPodOutput)
- func (c *ACEP) ListPodWithContext(ctx volcengine.Context, input *ListPodInput, opts ...request.Option) (*ListPodOutput, error)
- func (c *ACEP) MigratePod(input *MigratePodInput) (*MigratePodOutput, error)
- func (c *ACEP) MigratePodCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) MigratePodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) MigratePodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) MigratePodRequest(input *MigratePodInput) (req *request.Request, output *MigratePodOutput)
- func (c *ACEP) MigratePodWithContext(ctx volcengine.Context, input *MigratePodInput, opts ...request.Option) (*MigratePodOutput, error)
- func (c *ACEP) RestorePod(input *RestorePodInput) (*RestorePodOutput, error)
- func (c *ACEP) RestorePodCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) RestorePodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) RestorePodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) RestorePodRequest(input *RestorePodInput) (req *request.Request, output *RestorePodOutput)
- func (c *ACEP) RestorePodWithContext(ctx volcengine.Context, input *RestorePodInput, opts ...request.Option) (*RestorePodOutput, error)
- func (c *ACEP) StartScreenShot(input *StartScreenShotInput) (*StartScreenShotOutput, error)
- func (c *ACEP) StartScreenShotCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) StartScreenShotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) StartScreenShotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) StartScreenShotRequest(input *StartScreenShotInput) (req *request.Request, output *StartScreenShotOutput)
- func (c *ACEP) StartScreenShotWithContext(ctx volcengine.Context, input *StartScreenShotInput, opts ...request.Option) (*StartScreenShotOutput, error)
- func (c *ACEP) StopScreenShot(input *StopScreenShotInput) (*StopScreenShotOutput, error)
- func (c *ACEP) StopScreenShotCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) StopScreenShotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) StopScreenShotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) StopScreenShotRequest(input *StopScreenShotInput) (req *request.Request, output *StopScreenShotOutput)
- func (c *ACEP) StopScreenShotWithContext(ctx volcengine.Context, input *StopScreenShotInput, opts ...request.Option) (*StopScreenShotOutput, error)
- func (c *ACEP) UpdateCustomRoute(input *UpdateCustomRouteInput) (*UpdateCustomRouteOutput, error)
- func (c *ACEP) UpdateCustomRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *ACEP) UpdateCustomRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *ACEP) UpdateCustomRouteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *ACEP) UpdateCustomRouteRequest(input *UpdateCustomRouteInput) (req *request.Request, output *UpdateCustomRouteOutput)
- func (c *ACEP) UpdateCustomRouteWithContext(ctx volcengine.Context, input *UpdateCustomRouteInput, opts ...request.Option) (*UpdateCustomRouteOutput, error)
- type ACEPAPI
- type AddCustomRouteInput
- func (s AddCustomRouteInput) GoString() string
- func (s *AddCustomRouteInput) SetCustomRouteName(v string) *AddCustomRouteInput
- func (s *AddCustomRouteInput) SetDstIP(v string) *AddCustomRouteInput
- func (s *AddCustomRouteInput) SetProductId(v string) *AddCustomRouteInput
- func (s *AddCustomRouteInput) SetProxyCipher(v string) *AddCustomRouteInput
- func (s *AddCustomRouteInput) SetProxyPassword(v string) *AddCustomRouteInput
- func (s *AddCustomRouteInput) SetProxyPort(v int32) *AddCustomRouteInput
- func (s *AddCustomRouteInput) SetProxyProtocol(v string) *AddCustomRouteInput
- func (s *AddCustomRouteInput) SetProxyUserName(v string) *AddCustomRouteInput
- func (s *AddCustomRouteInput) SetZone(v string) *AddCustomRouteInput
- func (s AddCustomRouteInput) String() string
- func (s *AddCustomRouteInput) Validate() error
- type AddCustomRouteOutput
- type BackupPodInput
- type BackupPodOutput
- type CancelBackupPodInput
- type CancelBackupPodOutput
- type CancelRestorePodInput
- func (s CancelRestorePodInput) GoString() string
- func (s *CancelRestorePodInput) SetPodIdList(v []*string) *CancelRestorePodInput
- func (s *CancelRestorePodInput) SetProductId(v string) *CancelRestorePodInput
- func (s CancelRestorePodInput) String() string
- func (s *CancelRestorePodInput) Validate() error
- type CancelRestorePodOutput
- type ConfigurationForListPodOutput
- func (s ConfigurationForListPodOutput) GoString() string
- func (s *ConfigurationForListPodOutput) SetConfigurationCode(v string) *ConfigurationForListPodOutput
- func (s *ConfigurationForListPodOutput) SetConfigurationName(v string) *ConfigurationForListPodOutput
- func (s *ConfigurationForListPodOutput) SetConfigurationType(v int32) *ConfigurationForListPodOutput
- func (s *ConfigurationForListPodOutput) SetServerTypeCode(v string) *ConfigurationForListPodOutput
- func (s ConfigurationForListPodOutput) String() string
- type DcInfoForListPodOutput
- func (s DcInfoForListPodOutput) GoString() string
- func (s *DcInfoForListPodOutput) SetDc(v string) *DcInfoForListPodOutput
- func (s *DcInfoForListPodOutput) SetDcName(v string) *DcInfoForListPodOutput
- func (s *DcInfoForListPodOutput) SetIsp(v int32) *DcInfoForListPodOutput
- func (s *DcInfoForListPodOutput) SetRegion(v string) *DcInfoForListPodOutput
- func (s *DcInfoForListPodOutput) SetZoneId(v string) *DcInfoForListPodOutput
- func (s DcInfoForListPodOutput) String() string
- type DeleteCustomRouteInput
- func (s DeleteCustomRouteInput) GoString() string
- func (s *DeleteCustomRouteInput) SetCustomRouteId(v string) *DeleteCustomRouteInput
- func (s *DeleteCustomRouteInput) SetProductId(v string) *DeleteCustomRouteInput
- func (s DeleteCustomRouteInput) String() string
- func (s *DeleteCustomRouteInput) Validate() error
- type DeleteCustomRouteOutput
- type DetailForMigratePodOutput
- func (s DetailForMigratePodOutput) GoString() string
- func (s *DetailForMigratePodOutput) SetErrCode(v int32) *DetailForMigratePodOutput
- func (s *DetailForMigratePodOutput) SetErrMsg(v string) *DetailForMigratePodOutput
- func (s *DetailForMigratePodOutput) SetPodId(v string) *DetailForMigratePodOutput
- func (s *DetailForMigratePodOutput) SetSuccess(v bool) *DetailForMigratePodOutput
- func (s DetailForMigratePodOutput) String() string
- type DetailForStartScreenShotOutput
- func (s DetailForStartScreenShotOutput) GoString() string
- func (s *DetailForStartScreenShotOutput) SetDownloadUrl(v string) *DetailForStartScreenShotOutput
- func (s *DetailForStartScreenShotOutput) SetErrorCode(v int32) *DetailForStartScreenShotOutput
- func (s *DetailForStartScreenShotOutput) SetErrorMsg(v string) *DetailForStartScreenShotOutput
- func (s *DetailForStartScreenShotOutput) SetExpireAt(v int64) *DetailForStartScreenShotOutput
- func (s *DetailForStartScreenShotOutput) SetHeight(v int32) *DetailForStartScreenShotOutput
- func (s *DetailForStartScreenShotOutput) SetPodId(v string) *DetailForStartScreenShotOutput
- func (s *DetailForStartScreenShotOutput) SetWidth(v int32) *DetailForStartScreenShotOutput
- func (s DetailForStartScreenShotOutput) String() string
- type DetailForStopScreenShotOutput
- func (s DetailForStopScreenShotOutput) GoString() string
- func (s *DetailForStopScreenShotOutput) SetDownloadUrl(v string) *DetailForStopScreenShotOutput
- func (s *DetailForStopScreenShotOutput) SetErrorCode(v int32) *DetailForStopScreenShotOutput
- func (s *DetailForStopScreenShotOutput) SetErrorMsg(v string) *DetailForStopScreenShotOutput
- func (s *DetailForStopScreenShotOutput) SetExpireAt(v int64) *DetailForStopScreenShotOutput
- func (s *DetailForStopScreenShotOutput) SetHeight(v int32) *DetailForStopScreenShotOutput
- func (s *DetailForStopScreenShotOutput) SetPodId(v string) *DetailForStopScreenShotOutput
- func (s *DetailForStopScreenShotOutput) SetWidth(v int32) *DetailForStopScreenShotOutput
- func (s DetailForStopScreenShotOutput) String() string
- type LatestVersionForListAppOutput
- func (s LatestVersionForListAppOutput) GoString() string
- func (s *LatestVersionForListAppOutput) SetAppId(v string) *LatestVersionForListAppOutput
- func (s *LatestVersionForListAppOutput) SetAppVersionDesc(v string) *LatestVersionForListAppOutput
- func (s *LatestVersionForListAppOutput) SetDownloadUrl(v string) *LatestVersionForListAppOutput
- func (s *LatestVersionForListAppOutput) SetMD5(v string) *LatestVersionForListAppOutput
- func (s *LatestVersionForListAppOutput) SetPackageName(v string) *LatestVersionForListAppOutput
- func (s *LatestVersionForListAppOutput) SetVersionCode(v int64) *LatestVersionForListAppOutput
- func (s *LatestVersionForListAppOutput) SetVersionId(v string) *LatestVersionForListAppOutput
- func (s *LatestVersionForListAppOutput) SetVersionName(v string) *LatestVersionForListAppOutput
- func (s LatestVersionForListAppOutput) String() string
- type ListAppInput
- func (s ListAppInput) GoString() string
- func (s *ListAppInput) SetAppId(v string) *ListAppInput
- func (s *ListAppInput) SetAppName(v string) *ListAppInput
- func (s *ListAppInput) SetAppType(v int32) *ListAppInput
- func (s *ListAppInput) SetMaxResults(v int32) *ListAppInput
- func (s *ListAppInput) SetNextToken(v string) *ListAppInput
- func (s *ListAppInput) SetPackageNameList(v []*string) *ListAppInput
- func (s *ListAppInput) SetProductId(v string) *ListAppInput
- func (s ListAppInput) String() string
- func (s *ListAppInput) Validate() error
- type ListAppOutput
- type ListCustomRouteInput
- func (s ListCustomRouteInput) GoString() string
- func (s *ListCustomRouteInput) SetCustomRouteId(v string) *ListCustomRouteInput
- func (s *ListCustomRouteInput) SetCustomRouteName(v string) *ListCustomRouteInput
- func (s *ListCustomRouteInput) SetDstIP(v string) *ListCustomRouteInput
- func (s *ListCustomRouteInput) SetMaxResults(v int32) *ListCustomRouteInput
- func (s *ListCustomRouteInput) SetNextToken(v string) *ListCustomRouteInput
- func (s *ListCustomRouteInput) SetProductId(v string) *ListCustomRouteInput
- func (s *ListCustomRouteInput) SetZone(v string) *ListCustomRouteInput
- func (s ListCustomRouteInput) String() string
- func (s *ListCustomRouteInput) Validate() error
- type ListCustomRouteOutput
- type ListPodInput
- func (s ListPodInput) GoString() string
- func (s *ListPodInput) SetArchiveStatus(v int32) *ListPodInput
- func (s *ListPodInput) SetAuthorityStatus(v int32) *ListPodInput
- func (s *ListPodInput) SetConfigurationCodeList(v []*string) *ListPodInput
- func (s *ListPodInput) SetDNSId(v string) *ListPodInput
- func (s *ListPodInput) SetDcList(v []*string) *ListPodInput
- func (s *ListPodInput) SetHostId(v string) *ListPodInput
- func (s *ListPodInput) SetMaxResults(v int32) *ListPodInput
- func (s *ListPodInput) SetNextToken(v string) *ListPodInput
- func (s *ListPodInput) SetOnlineList(v []*int32) *ListPodInput
- func (s *ListPodInput) SetPodIdList(v []*string) *ListPodInput
- func (s *ListPodInput) SetPodName(v string) *ListPodInput
- func (s *ListPodInput) SetProductId(v string) *ListPodInput
- func (s *ListPodInput) SetRegionList(v []*string) *ListPodInput
- func (s *ListPodInput) SetServerTypeCode(v string) *ListPodInput
- func (s *ListPodInput) SetStreamStatusList(v []*int32) *ListPodInput
- func (s *ListPodInput) SetTagIdList(v []*string) *ListPodInput
- func (s *ListPodInput) SetZoneId(v string) *ListPodInput
- func (s ListPodInput) String() string
- func (s *ListPodInput) Validate() error
- type ListPodOutput
- type MigratePodInput
- func (s MigratePodInput) GoString() string
- func (s *MigratePodInput) SetPodIdList(v []*string) *MigratePodInput
- func (s *MigratePodInput) SetProductId(v string) *MigratePodInput
- func (s *MigratePodInput) SetTargetDc(v string) *MigratePodInput
- func (s MigratePodInput) String() string
- func (s *MigratePodInput) Validate() error
- type MigratePodOutput
- type PortMappingRuleListForListPodOutput
- func (s PortMappingRuleListForListPodOutput) GoString() string
- func (s *PortMappingRuleListForListPodOutput) SetPortMappingRuleId(v string) *PortMappingRuleListForListPodOutput
- func (s *PortMappingRuleListForListPodOutput) SetProtocol(v string) *PortMappingRuleListForListPodOutput
- func (s *PortMappingRuleListForListPodOutput) SetPublicIp(v string) *PortMappingRuleListForListPodOutput
- func (s *PortMappingRuleListForListPodOutput) SetPublicPort(v int32) *PortMappingRuleListForListPodOutput
- func (s *PortMappingRuleListForListPodOutput) SetPublicPortInfoList(v []*PublicPortInfoListForListPodOutput) *PortMappingRuleListForListPodOutput
- func (s *PortMappingRuleListForListPodOutput) SetSourcePort(v int32) *PortMappingRuleListForListPodOutput
- func (s *PortMappingRuleListForListPodOutput) SetStatus(v int32) *PortMappingRuleListForListPodOutput
- func (s PortMappingRuleListForListPodOutput) String() string
- type PublicPortInfoListForListPodOutput
- func (s PublicPortInfoListForListPodOutput) GoString() string
- func (s *PublicPortInfoListForListPodOutput) SetIsp(v int32) *PublicPortInfoListForListPodOutput
- func (s *PublicPortInfoListForListPodOutput) SetPublicIp(v string) *PublicPortInfoListForListPodOutput
- func (s *PublicPortInfoListForListPodOutput) SetPublicPort(v int32) *PublicPortInfoListForListPodOutput
- func (s PublicPortInfoListForListPodOutput) String() string
- type RestorePodInput
- func (s RestorePodInput) GoString() string
- func (s *RestorePodInput) SetPodIdList(v []*string) *RestorePodInput
- func (s *RestorePodInput) SetProductId(v string) *RestorePodInput
- func (s *RestorePodInput) SetSpecifyHostList(v []*SpecifyHostListForRestorePodInput) *RestorePodInput
- func (s RestorePodInput) String() string
- func (s *RestorePodInput) Validate() error
- type RestorePodOutput
- type RowForListAppOutput
- func (s RowForListAppOutput) GoString() string
- func (s *RowForListAppOutput) SetAppDesc(v string) *RowForListAppOutput
- func (s *RowForListAppOutput) SetAppId(v string) *RowForListAppOutput
- func (s *RowForListAppOutput) SetAppMode(v string) *RowForListAppOutput
- func (s *RowForListAppOutput) SetAppName(v string) *RowForListAppOutput
- func (s *RowForListAppOutput) SetAppStatus(v int32) *RowForListAppOutput
- func (s *RowForListAppOutput) SetAppType(v int32) *RowForListAppOutput
- func (s *RowForListAppOutput) SetApplyNum(v int64) *RowForListAppOutput
- func (s *RowForListAppOutput) SetDeployStatus(v int32) *RowForListAppOutput
- func (s *RowForListAppOutput) SetDeployVersionNum(v int64) *RowForListAppOutput
- func (s *RowForListAppOutput) SetIconUrl(v string) *RowForListAppOutput
- func (s *RowForListAppOutput) SetLatestVersion(v *LatestVersionForListAppOutput) *RowForListAppOutput
- func (s *RowForListAppOutput) SetPackageName(v string) *RowForListAppOutput
- func (s *RowForListAppOutput) SetProductId(v string) *RowForListAppOutput
- func (s *RowForListAppOutput) SetReadyNum(v int64) *RowForListAppOutput
- func (s *RowForListAppOutput) SetRotation(v int32) *RowForListAppOutput
- func (s RowForListAppOutput) String() string
- type RowForListCustomRouteOutput
- func (s RowForListCustomRouteOutput) GoString() string
- func (s *RowForListCustomRouteOutput) SetCreateAt(v int64) *RowForListCustomRouteOutput
- func (s *RowForListCustomRouteOutput) SetCustomRouteId(v string) *RowForListCustomRouteOutput
- func (s *RowForListCustomRouteOutput) SetCustomRouteName(v string) *RowForListCustomRouteOutput
- func (s *RowForListCustomRouteOutput) SetDstIP(v string) *RowForListCustomRouteOutput
- func (s *RowForListCustomRouteOutput) SetProxyCipher(v string) *RowForListCustomRouteOutput
- func (s *RowForListCustomRouteOutput) SetProxyPort(v int32) *RowForListCustomRouteOutput
- func (s *RowForListCustomRouteOutput) SetProxyProtocol(v string) *RowForListCustomRouteOutput
- func (s *RowForListCustomRouteOutput) SetUpdateAt(v int64) *RowForListCustomRouteOutput
- func (s *RowForListCustomRouteOutput) SetZone(v string) *RowForListCustomRouteOutput
- func (s RowForListCustomRouteOutput) String() string
- type RowForListPodOutput
- func (s RowForListPodOutput) GoString() string
- func (s *RowForListPodOutput) SetAdb(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetAdbExpireTime(v int64) *RowForListPodOutput
- func (s *RowForListPodOutput) SetAdbStatus(v int32) *RowForListPodOutput
- func (s *RowForListPodOutput) SetAospVersion(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetArchiveStatus(v int32) *RowForListPodOutput
- func (s *RowForListPodOutput) SetAuthorityExpireTime(v int64) *RowForListPodOutput
- func (s *RowForListPodOutput) SetAuthorityStatus(v int32) *RowForListPodOutput
- func (s *RowForListPodOutput) SetConfiguration(v *ConfigurationForListPodOutput) *RowForListPodOutput
- func (s *RowForListPodOutput) SetCreateAt(v int64) *RowForListPodOutput
- func (s *RowForListPodOutput) SetDNSId(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetDataSize(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetDataSizeUsed(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetDcInfo(v *DcInfoForListPodOutput) *RowForListPodOutput
- func (s *RowForListPodOutput) SetDisplayLayoutId(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetDownBandwidthLimit(v int32) *RowForListPodOutput
- func (s *RowForListPodOutput) SetHostId(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetImageId(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetImageName(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetIntranetIP(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetOnline(v int32) *RowForListPodOutput
- func (s *RowForListPodOutput) SetPodId(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetPodName(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetPortMappingRuleList(v []*PortMappingRuleListForListPodOutput) *RowForListPodOutput
- func (s *RowForListPodOutput) SetProductId(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetServerTypeCode(v string) *RowForListPodOutput
- func (s *RowForListPodOutput) SetStreamStatus(v int32) *RowForListPodOutput
- func (s *RowForListPodOutput) SetTag(v *TagForListPodOutput) *RowForListPodOutput
- func (s *RowForListPodOutput) SetUpBandwidthLimit(v int32) *RowForListPodOutput
- func (s RowForListPodOutput) String() string
- type SpecifyHostListForRestorePodInput
- func (s SpecifyHostListForRestorePodInput) GoString() string
- func (s *SpecifyHostListForRestorePodInput) SetHostId(v string) *SpecifyHostListForRestorePodInput
- func (s *SpecifyHostListForRestorePodInput) SetPodIdList(v []*string) *SpecifyHostListForRestorePodInput
- func (s SpecifyHostListForRestorePodInput) String() string
- type StartScreenShotInput
- func (s StartScreenShotInput) GoString() string
- func (s *StartScreenShotInput) SetDurationLimit(v int32) *StartScreenShotInput
- func (s *StartScreenShotInput) SetFileType(v string) *StartScreenShotInput
- func (s *StartScreenShotInput) SetInterval(v int32) *StartScreenShotInput
- func (s *StartScreenShotInput) SetPodIdList(v []*string) *StartScreenShotInput
- func (s *StartScreenShotInput) SetProductId(v string) *StartScreenShotInput
- func (s *StartScreenShotInput) SetQuality(v int32) *StartScreenShotInput
- func (s *StartScreenShotInput) SetRotation(v int32) *StartScreenShotInput
- func (s *StartScreenShotInput) SetScale(v float64) *StartScreenShotInput
- func (s *StartScreenShotInput) SetTosInfo(v *TosInfoForStartScreenShotInput) *StartScreenShotInput
- func (s *StartScreenShotInput) SetUploadType(v int32) *StartScreenShotInput
- func (s StartScreenShotInput) String() string
- func (s *StartScreenShotInput) Validate() error
- type StartScreenShotOutput
- type StopScreenShotInput
- type StopScreenShotOutput
- type TagForListPodOutput
- func (s TagForListPodOutput) GoString() string
- func (s *TagForListPodOutput) SetPodNum(v int64) *TagForListPodOutput
- func (s *TagForListPodOutput) SetProductId(v string) *TagForListPodOutput
- func (s *TagForListPodOutput) SetTagDesc(v string) *TagForListPodOutput
- func (s *TagForListPodOutput) SetTagId(v string) *TagForListPodOutput
- func (s *TagForListPodOutput) SetTagName(v string) *TagForListPodOutput
- func (s TagForListPodOutput) String() string
- type TosInfoForStartScreenShotInput
- func (s TosInfoForStartScreenShotInput) GoString() string
- func (s *TosInfoForStartScreenShotInput) SetBucket(v string) *TosInfoForStartScreenShotInput
- func (s *TosInfoForStartScreenShotInput) SetEndpoint(v string) *TosInfoForStartScreenShotInput
- func (s *TosInfoForStartScreenShotInput) SetRegion(v string) *TosInfoForStartScreenShotInput
- func (s TosInfoForStartScreenShotInput) String() string
- type UpdateCustomRouteInput
- func (s UpdateCustomRouteInput) GoString() string
- func (s *UpdateCustomRouteInput) SetCustomRouteId(v string) *UpdateCustomRouteInput
- func (s *UpdateCustomRouteInput) SetCustomRouteName(v string) *UpdateCustomRouteInput
- func (s *UpdateCustomRouteInput) SetDstIP(v string) *UpdateCustomRouteInput
- func (s *UpdateCustomRouteInput) SetProductId(v string) *UpdateCustomRouteInput
- func (s *UpdateCustomRouteInput) SetProxyCipher(v string) *UpdateCustomRouteInput
- func (s *UpdateCustomRouteInput) SetProxyPassword(v string) *UpdateCustomRouteInput
- func (s *UpdateCustomRouteInput) SetProxyPort(v int32) *UpdateCustomRouteInput
- func (s *UpdateCustomRouteInput) SetProxyProtocol(v string) *UpdateCustomRouteInput
- func (s *UpdateCustomRouteInput) SetProxyUserName(v string) *UpdateCustomRouteInput
- func (s UpdateCustomRouteInput) String() string
- func (s *UpdateCustomRouteInput) Validate() error
- type UpdateCustomRouteOutput
Constants ¶
const ( ServiceName = "acep" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "acep" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACEP ¶
ACEP provides the API operation methods for making requests to ACEP. See this package's package overview docs for details on the service.
ACEP methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *ACEP
New create int can support ssl or region locate set
func (*ACEP) AddCustomRoute ¶ added in v1.1.22
func (c *ACEP) AddCustomRoute(input *AddCustomRouteInput) (*AddCustomRouteOutput, error)
AddCustomRoute API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation AddCustomRoute for usage and error information.
func (*ACEP) AddCustomRouteCommon ¶ added in v1.1.22
AddCustomRouteCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation AddCustomRouteCommon for usage and error information.
func (*ACEP) AddCustomRouteCommonRequest ¶ added in v1.1.22
func (c *ACEP) AddCustomRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddCustomRouteCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddCustomRouteCommon operation. The "output" return value will be populated with the AddCustomRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned AddCustomRouteCommon Request to send the API call to the service. the "output" return value is not valid until after AddCustomRouteCommon Send returns without error.
See AddCustomRouteCommon for more information on using the AddCustomRouteCommon API call, and error handling.
// Example sending a request using the AddCustomRouteCommonRequest method.
req, resp := client.AddCustomRouteCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) AddCustomRouteCommonWithContext ¶ added in v1.1.22
func (c *ACEP) AddCustomRouteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddCustomRouteCommonWithContext is the same as AddCustomRouteCommon with the addition of the ability to pass a context and additional request options.
See AddCustomRouteCommon 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 (*ACEP) AddCustomRouteRequest ¶ added in v1.1.22
func (c *ACEP) AddCustomRouteRequest(input *AddCustomRouteInput) (req *request.Request, output *AddCustomRouteOutput)
AddCustomRouteRequest generates a "volcengine/request.Request" representing the client's request for the AddCustomRoute operation. The "output" return value will be populated with the AddCustomRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned AddCustomRouteCommon Request to send the API call to the service. the "output" return value is not valid until after AddCustomRouteCommon Send returns without error.
See AddCustomRoute for more information on using the AddCustomRoute API call, and error handling.
// Example sending a request using the AddCustomRouteRequest method.
req, resp := client.AddCustomRouteRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) AddCustomRouteWithContext ¶ added in v1.1.22
func (c *ACEP) AddCustomRouteWithContext(ctx volcengine.Context, input *AddCustomRouteInput, opts ...request.Option) (*AddCustomRouteOutput, error)
AddCustomRouteWithContext is the same as AddCustomRoute with the addition of the ability to pass a context and additional request options.
See AddCustomRoute 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 (*ACEP) BackupPod ¶ added in v1.1.22
func (c *ACEP) BackupPod(input *BackupPodInput) (*BackupPodOutput, error)
BackupPod API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation BackupPod for usage and error information.
func (*ACEP) BackupPodCommon ¶ added in v1.1.22
BackupPodCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation BackupPodCommon for usage and error information.
func (*ACEP) BackupPodCommonRequest ¶ added in v1.1.22
func (c *ACEP) BackupPodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
BackupPodCommonRequest generates a "volcengine/request.Request" representing the client's request for the BackupPodCommon operation. The "output" return value will be populated with the BackupPodCommon request's response once the request completes successfully.
Use "Send" method on the returned BackupPodCommon Request to send the API call to the service. the "output" return value is not valid until after BackupPodCommon Send returns without error.
See BackupPodCommon for more information on using the BackupPodCommon API call, and error handling.
// Example sending a request using the BackupPodCommonRequest method.
req, resp := client.BackupPodCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) BackupPodCommonWithContext ¶ added in v1.1.22
func (c *ACEP) BackupPodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
BackupPodCommonWithContext is the same as BackupPodCommon with the addition of the ability to pass a context and additional request options.
See BackupPodCommon 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 (*ACEP) BackupPodRequest ¶ added in v1.1.22
func (c *ACEP) BackupPodRequest(input *BackupPodInput) (req *request.Request, output *BackupPodOutput)
BackupPodRequest generates a "volcengine/request.Request" representing the client's request for the BackupPod operation. The "output" return value will be populated with the BackupPodCommon request's response once the request completes successfully.
Use "Send" method on the returned BackupPodCommon Request to send the API call to the service. the "output" return value is not valid until after BackupPodCommon Send returns without error.
See BackupPod for more information on using the BackupPod API call, and error handling.
// Example sending a request using the BackupPodRequest method.
req, resp := client.BackupPodRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) BackupPodWithContext ¶ added in v1.1.22
func (c *ACEP) BackupPodWithContext(ctx volcengine.Context, input *BackupPodInput, opts ...request.Option) (*BackupPodOutput, error)
BackupPodWithContext is the same as BackupPod with the addition of the ability to pass a context and additional request options.
See BackupPod 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 (*ACEP) CancelBackupPod ¶ added in v1.1.22
func (c *ACEP) CancelBackupPod(input *CancelBackupPodInput) (*CancelBackupPodOutput, error)
CancelBackupPod API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation CancelBackupPod for usage and error information.
func (*ACEP) CancelBackupPodCommon ¶ added in v1.1.22
func (c *ACEP) CancelBackupPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CancelBackupPodCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation CancelBackupPodCommon for usage and error information.
func (*ACEP) CancelBackupPodCommonRequest ¶ added in v1.1.22
func (c *ACEP) CancelBackupPodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelBackupPodCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelBackupPodCommon operation. The "output" return value will be populated with the CancelBackupPodCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelBackupPodCommon Request to send the API call to the service. the "output" return value is not valid until after CancelBackupPodCommon Send returns without error.
See CancelBackupPodCommon for more information on using the CancelBackupPodCommon API call, and error handling.
// Example sending a request using the CancelBackupPodCommonRequest method.
req, resp := client.CancelBackupPodCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) CancelBackupPodCommonWithContext ¶ added in v1.1.22
func (c *ACEP) CancelBackupPodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelBackupPodCommonWithContext is the same as CancelBackupPodCommon with the addition of the ability to pass a context and additional request options.
See CancelBackupPodCommon 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 (*ACEP) CancelBackupPodRequest ¶ added in v1.1.22
func (c *ACEP) CancelBackupPodRequest(input *CancelBackupPodInput) (req *request.Request, output *CancelBackupPodOutput)
CancelBackupPodRequest generates a "volcengine/request.Request" representing the client's request for the CancelBackupPod operation. The "output" return value will be populated with the CancelBackupPodCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelBackupPodCommon Request to send the API call to the service. the "output" return value is not valid until after CancelBackupPodCommon Send returns without error.
See CancelBackupPod for more information on using the CancelBackupPod API call, and error handling.
// Example sending a request using the CancelBackupPodRequest method.
req, resp := client.CancelBackupPodRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) CancelBackupPodWithContext ¶ added in v1.1.22
func (c *ACEP) CancelBackupPodWithContext(ctx volcengine.Context, input *CancelBackupPodInput, opts ...request.Option) (*CancelBackupPodOutput, error)
CancelBackupPodWithContext is the same as CancelBackupPod with the addition of the ability to pass a context and additional request options.
See CancelBackupPod 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 (*ACEP) CancelRestorePod ¶ added in v1.1.22
func (c *ACEP) CancelRestorePod(input *CancelRestorePodInput) (*CancelRestorePodOutput, error)
CancelRestorePod API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation CancelRestorePod for usage and error information.
func (*ACEP) CancelRestorePodCommon ¶ added in v1.1.22
func (c *ACEP) CancelRestorePodCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CancelRestorePodCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation CancelRestorePodCommon for usage and error information.
func (*ACEP) CancelRestorePodCommonRequest ¶ added in v1.1.22
func (c *ACEP) CancelRestorePodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelRestorePodCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelRestorePodCommon operation. The "output" return value will be populated with the CancelRestorePodCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelRestorePodCommon Request to send the API call to the service. the "output" return value is not valid until after CancelRestorePodCommon Send returns without error.
See CancelRestorePodCommon for more information on using the CancelRestorePodCommon API call, and error handling.
// Example sending a request using the CancelRestorePodCommonRequest method.
req, resp := client.CancelRestorePodCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) CancelRestorePodCommonWithContext ¶ added in v1.1.22
func (c *ACEP) CancelRestorePodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelRestorePodCommonWithContext is the same as CancelRestorePodCommon with the addition of the ability to pass a context and additional request options.
See CancelRestorePodCommon 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 (*ACEP) CancelRestorePodRequest ¶ added in v1.1.22
func (c *ACEP) CancelRestorePodRequest(input *CancelRestorePodInput) (req *request.Request, output *CancelRestorePodOutput)
CancelRestorePodRequest generates a "volcengine/request.Request" representing the client's request for the CancelRestorePod operation. The "output" return value will be populated with the CancelRestorePodCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelRestorePodCommon Request to send the API call to the service. the "output" return value is not valid until after CancelRestorePodCommon Send returns without error.
See CancelRestorePod for more information on using the CancelRestorePod API call, and error handling.
// Example sending a request using the CancelRestorePodRequest method.
req, resp := client.CancelRestorePodRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) CancelRestorePodWithContext ¶ added in v1.1.22
func (c *ACEP) CancelRestorePodWithContext(ctx volcengine.Context, input *CancelRestorePodInput, opts ...request.Option) (*CancelRestorePodOutput, error)
CancelRestorePodWithContext is the same as CancelRestorePod with the addition of the ability to pass a context and additional request options.
See CancelRestorePod 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 (*ACEP) DeleteCustomRoute ¶ added in v1.1.22
func (c *ACEP) DeleteCustomRoute(input *DeleteCustomRouteInput) (*DeleteCustomRouteOutput, error)
DeleteCustomRoute API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation DeleteCustomRoute for usage and error information.
func (*ACEP) DeleteCustomRouteCommon ¶ added in v1.1.22
func (c *ACEP) DeleteCustomRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteCustomRouteCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation DeleteCustomRouteCommon for usage and error information.
func (*ACEP) DeleteCustomRouteCommonRequest ¶ added in v1.1.22
func (c *ACEP) DeleteCustomRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteCustomRouteCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCustomRouteCommon operation. The "output" return value will be populated with the DeleteCustomRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteCustomRouteCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCustomRouteCommon Send returns without error.
See DeleteCustomRouteCommon for more information on using the DeleteCustomRouteCommon API call, and error handling.
// Example sending a request using the DeleteCustomRouteCommonRequest method.
req, resp := client.DeleteCustomRouteCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) DeleteCustomRouteCommonWithContext ¶ added in v1.1.22
func (c *ACEP) DeleteCustomRouteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteCustomRouteCommonWithContext is the same as DeleteCustomRouteCommon with the addition of the ability to pass a context and additional request options.
See DeleteCustomRouteCommon 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 (*ACEP) DeleteCustomRouteRequest ¶ added in v1.1.22
func (c *ACEP) DeleteCustomRouteRequest(input *DeleteCustomRouteInput) (req *request.Request, output *DeleteCustomRouteOutput)
DeleteCustomRouteRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCustomRoute operation. The "output" return value will be populated with the DeleteCustomRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteCustomRouteCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCustomRouteCommon Send returns without error.
See DeleteCustomRoute for more information on using the DeleteCustomRoute API call, and error handling.
// Example sending a request using the DeleteCustomRouteRequest method.
req, resp := client.DeleteCustomRouteRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) DeleteCustomRouteWithContext ¶ added in v1.1.22
func (c *ACEP) DeleteCustomRouteWithContext(ctx volcengine.Context, input *DeleteCustomRouteInput, opts ...request.Option) (*DeleteCustomRouteOutput, error)
DeleteCustomRouteWithContext is the same as DeleteCustomRoute with the addition of the ability to pass a context and additional request options.
See DeleteCustomRoute 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 (*ACEP) ListApp ¶ added in v1.1.24
func (c *ACEP) ListApp(input *ListAppInput) (*ListAppOutput, error)
ListApp API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation ListApp for usage and error information.
func (*ACEP) ListAppCommon ¶ added in v1.1.24
ListAppCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation ListAppCommon for usage and error information.
func (*ACEP) ListAppCommonRequest ¶ added in v1.1.24
func (c *ACEP) ListAppCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListAppCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAppCommon operation. The "output" return value will be populated with the ListAppCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAppCommon Request to send the API call to the service. the "output" return value is not valid until after ListAppCommon Send returns without error.
See ListAppCommon for more information on using the ListAppCommon API call, and error handling.
// Example sending a request using the ListAppCommonRequest method.
req, resp := client.ListAppCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) ListAppCommonWithContext ¶ added in v1.1.24
func (c *ACEP) ListAppCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListAppCommonWithContext is the same as ListAppCommon with the addition of the ability to pass a context and additional request options.
See ListAppCommon 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 (*ACEP) ListAppRequest ¶ added in v1.1.24
func (c *ACEP) ListAppRequest(input *ListAppInput) (req *request.Request, output *ListAppOutput)
ListAppRequest generates a "volcengine/request.Request" representing the client's request for the ListApp operation. The "output" return value will be populated with the ListAppCommon request's response once the request completes successfully.
Use "Send" method on the returned ListAppCommon Request to send the API call to the service. the "output" return value is not valid until after ListAppCommon Send returns without error.
See ListApp for more information on using the ListApp API call, and error handling.
// Example sending a request using the ListAppRequest method.
req, resp := client.ListAppRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) ListAppWithContext ¶ added in v1.1.24
func (c *ACEP) ListAppWithContext(ctx volcengine.Context, input *ListAppInput, opts ...request.Option) (*ListAppOutput, error)
ListAppWithContext is the same as ListApp with the addition of the ability to pass a context and additional request options.
See ListApp 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 (*ACEP) ListCustomRoute ¶ added in v1.1.22
func (c *ACEP) ListCustomRoute(input *ListCustomRouteInput) (*ListCustomRouteOutput, error)
ListCustomRoute API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation ListCustomRoute for usage and error information.
func (*ACEP) ListCustomRouteCommon ¶ added in v1.1.22
func (c *ACEP) ListCustomRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListCustomRouteCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation ListCustomRouteCommon for usage and error information.
func (*ACEP) ListCustomRouteCommonRequest ¶ added in v1.1.22
func (c *ACEP) ListCustomRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListCustomRouteCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListCustomRouteCommon operation. The "output" return value will be populated with the ListCustomRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCustomRouteCommon Request to send the API call to the service. the "output" return value is not valid until after ListCustomRouteCommon Send returns without error.
See ListCustomRouteCommon for more information on using the ListCustomRouteCommon API call, and error handling.
// Example sending a request using the ListCustomRouteCommonRequest method.
req, resp := client.ListCustomRouteCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) ListCustomRouteCommonWithContext ¶ added in v1.1.22
func (c *ACEP) ListCustomRouteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListCustomRouteCommonWithContext is the same as ListCustomRouteCommon with the addition of the ability to pass a context and additional request options.
See ListCustomRouteCommon 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 (*ACEP) ListCustomRouteRequest ¶ added in v1.1.22
func (c *ACEP) ListCustomRouteRequest(input *ListCustomRouteInput) (req *request.Request, output *ListCustomRouteOutput)
ListCustomRouteRequest generates a "volcengine/request.Request" representing the client's request for the ListCustomRoute operation. The "output" return value will be populated with the ListCustomRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCustomRouteCommon Request to send the API call to the service. the "output" return value is not valid until after ListCustomRouteCommon Send returns without error.
See ListCustomRoute for more information on using the ListCustomRoute API call, and error handling.
// Example sending a request using the ListCustomRouteRequest method.
req, resp := client.ListCustomRouteRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) ListCustomRouteWithContext ¶ added in v1.1.22
func (c *ACEP) ListCustomRouteWithContext(ctx volcengine.Context, input *ListCustomRouteInput, opts ...request.Option) (*ListCustomRouteOutput, error)
ListCustomRouteWithContext is the same as ListCustomRoute with the addition of the ability to pass a context and additional request options.
See ListCustomRoute 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 (*ACEP) ListPod ¶
func (c *ACEP) ListPod(input *ListPodInput) (*ListPodOutput, error)
ListPod API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation ListPod for usage and error information.
func (*ACEP) ListPodCommon ¶
ListPodCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation ListPodCommon for usage and error information.
func (*ACEP) ListPodCommonRequest ¶
func (c *ACEP) ListPodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListPodCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListPodCommon operation. The "output" return value will be populated with the ListPodCommon request's response once the request completes successfully.
Use "Send" method on the returned ListPodCommon Request to send the API call to the service. the "output" return value is not valid until after ListPodCommon Send returns without error.
See ListPodCommon for more information on using the ListPodCommon API call, and error handling.
// Example sending a request using the ListPodCommonRequest method.
req, resp := client.ListPodCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) ListPodCommonWithContext ¶
func (c *ACEP) ListPodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListPodCommonWithContext is the same as ListPodCommon with the addition of the ability to pass a context and additional request options.
See ListPodCommon 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 (*ACEP) ListPodRequest ¶
func (c *ACEP) ListPodRequest(input *ListPodInput) (req *request.Request, output *ListPodOutput)
ListPodRequest generates a "volcengine/request.Request" representing the client's request for the ListPod operation. The "output" return value will be populated with the ListPodCommon request's response once the request completes successfully.
Use "Send" method on the returned ListPodCommon Request to send the API call to the service. the "output" return value is not valid until after ListPodCommon Send returns without error.
See ListPod for more information on using the ListPod API call, and error handling.
// Example sending a request using the ListPodRequest method.
req, resp := client.ListPodRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) ListPodWithContext ¶
func (c *ACEP) ListPodWithContext(ctx volcengine.Context, input *ListPodInput, opts ...request.Option) (*ListPodOutput, error)
ListPodWithContext is the same as ListPod with the addition of the ability to pass a context and additional request options.
See ListPod 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 (*ACEP) MigratePod ¶ added in v1.1.22
func (c *ACEP) MigratePod(input *MigratePodInput) (*MigratePodOutput, error)
MigratePod API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation MigratePod for usage and error information.
func (*ACEP) MigratePodCommon ¶ added in v1.1.22
MigratePodCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation MigratePodCommon for usage and error information.
func (*ACEP) MigratePodCommonRequest ¶ added in v1.1.22
func (c *ACEP) MigratePodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
MigratePodCommonRequest generates a "volcengine/request.Request" representing the client's request for the MigratePodCommon operation. The "output" return value will be populated with the MigratePodCommon request's response once the request completes successfully.
Use "Send" method on the returned MigratePodCommon Request to send the API call to the service. the "output" return value is not valid until after MigratePodCommon Send returns without error.
See MigratePodCommon for more information on using the MigratePodCommon API call, and error handling.
// Example sending a request using the MigratePodCommonRequest method.
req, resp := client.MigratePodCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) MigratePodCommonWithContext ¶ added in v1.1.22
func (c *ACEP) MigratePodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
MigratePodCommonWithContext is the same as MigratePodCommon with the addition of the ability to pass a context and additional request options.
See MigratePodCommon 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 (*ACEP) MigratePodRequest ¶ added in v1.1.22
func (c *ACEP) MigratePodRequest(input *MigratePodInput) (req *request.Request, output *MigratePodOutput)
MigratePodRequest generates a "volcengine/request.Request" representing the client's request for the MigratePod operation. The "output" return value will be populated with the MigratePodCommon request's response once the request completes successfully.
Use "Send" method on the returned MigratePodCommon Request to send the API call to the service. the "output" return value is not valid until after MigratePodCommon Send returns without error.
See MigratePod for more information on using the MigratePod API call, and error handling.
// Example sending a request using the MigratePodRequest method.
req, resp := client.MigratePodRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) MigratePodWithContext ¶ added in v1.1.22
func (c *ACEP) MigratePodWithContext(ctx volcengine.Context, input *MigratePodInput, opts ...request.Option) (*MigratePodOutput, error)
MigratePodWithContext is the same as MigratePod with the addition of the ability to pass a context and additional request options.
See MigratePod 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 (*ACEP) RestorePod ¶ added in v1.1.22
func (c *ACEP) RestorePod(input *RestorePodInput) (*RestorePodOutput, error)
RestorePod API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation RestorePod for usage and error information.
func (*ACEP) RestorePodCommon ¶ added in v1.1.22
RestorePodCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation RestorePodCommon for usage and error information.
func (*ACEP) RestorePodCommonRequest ¶ added in v1.1.22
func (c *ACEP) RestorePodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RestorePodCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestorePodCommon operation. The "output" return value will be populated with the RestorePodCommon request's response once the request completes successfully.
Use "Send" method on the returned RestorePodCommon Request to send the API call to the service. the "output" return value is not valid until after RestorePodCommon Send returns without error.
See RestorePodCommon for more information on using the RestorePodCommon API call, and error handling.
// Example sending a request using the RestorePodCommonRequest method.
req, resp := client.RestorePodCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) RestorePodCommonWithContext ¶ added in v1.1.22
func (c *ACEP) RestorePodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RestorePodCommonWithContext is the same as RestorePodCommon with the addition of the ability to pass a context and additional request options.
See RestorePodCommon 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 (*ACEP) RestorePodRequest ¶ added in v1.1.22
func (c *ACEP) RestorePodRequest(input *RestorePodInput) (req *request.Request, output *RestorePodOutput)
RestorePodRequest generates a "volcengine/request.Request" representing the client's request for the RestorePod operation. The "output" return value will be populated with the RestorePodCommon request's response once the request completes successfully.
Use "Send" method on the returned RestorePodCommon Request to send the API call to the service. the "output" return value is not valid until after RestorePodCommon Send returns without error.
See RestorePod for more information on using the RestorePod API call, and error handling.
// Example sending a request using the RestorePodRequest method.
req, resp := client.RestorePodRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) RestorePodWithContext ¶ added in v1.1.22
func (c *ACEP) RestorePodWithContext(ctx volcengine.Context, input *RestorePodInput, opts ...request.Option) (*RestorePodOutput, error)
RestorePodWithContext is the same as RestorePod with the addition of the ability to pass a context and additional request options.
See RestorePod 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 (*ACEP) StartScreenShot ¶ added in v1.1.24
func (c *ACEP) StartScreenShot(input *StartScreenShotInput) (*StartScreenShotOutput, error)
StartScreenShot API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation StartScreenShot for usage and error information.
func (*ACEP) StartScreenShotCommon ¶ added in v1.1.24
func (c *ACEP) StartScreenShotCommon(input *map[string]interface{}) (*map[string]interface{}, error)
StartScreenShotCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation StartScreenShotCommon for usage and error information.
func (*ACEP) StartScreenShotCommonRequest ¶ added in v1.1.24
func (c *ACEP) StartScreenShotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StartScreenShotCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartScreenShotCommon operation. The "output" return value will be populated with the StartScreenShotCommon request's response once the request completes successfully.
Use "Send" method on the returned StartScreenShotCommon Request to send the API call to the service. the "output" return value is not valid until after StartScreenShotCommon Send returns without error.
See StartScreenShotCommon for more information on using the StartScreenShotCommon API call, and error handling.
// Example sending a request using the StartScreenShotCommonRequest method.
req, resp := client.StartScreenShotCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) StartScreenShotCommonWithContext ¶ added in v1.1.24
func (c *ACEP) StartScreenShotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StartScreenShotCommonWithContext is the same as StartScreenShotCommon with the addition of the ability to pass a context and additional request options.
See StartScreenShotCommon 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 (*ACEP) StartScreenShotRequest ¶ added in v1.1.24
func (c *ACEP) StartScreenShotRequest(input *StartScreenShotInput) (req *request.Request, output *StartScreenShotOutput)
StartScreenShotRequest generates a "volcengine/request.Request" representing the client's request for the StartScreenShot operation. The "output" return value will be populated with the StartScreenShotCommon request's response once the request completes successfully.
Use "Send" method on the returned StartScreenShotCommon Request to send the API call to the service. the "output" return value is not valid until after StartScreenShotCommon Send returns without error.
See StartScreenShot for more information on using the StartScreenShot API call, and error handling.
// Example sending a request using the StartScreenShotRequest method.
req, resp := client.StartScreenShotRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) StartScreenShotWithContext ¶ added in v1.1.24
func (c *ACEP) StartScreenShotWithContext(ctx volcengine.Context, input *StartScreenShotInput, opts ...request.Option) (*StartScreenShotOutput, error)
StartScreenShotWithContext is the same as StartScreenShot with the addition of the ability to pass a context and additional request options.
See StartScreenShot 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 (*ACEP) StopScreenShot ¶ added in v1.1.24
func (c *ACEP) StopScreenShot(input *StopScreenShotInput) (*StopScreenShotOutput, error)
StopScreenShot API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation StopScreenShot for usage and error information.
func (*ACEP) StopScreenShotCommon ¶ added in v1.1.24
StopScreenShotCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation StopScreenShotCommon for usage and error information.
func (*ACEP) StopScreenShotCommonRequest ¶ added in v1.1.24
func (c *ACEP) StopScreenShotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StopScreenShotCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopScreenShotCommon operation. The "output" return value will be populated with the StopScreenShotCommon request's response once the request completes successfully.
Use "Send" method on the returned StopScreenShotCommon Request to send the API call to the service. the "output" return value is not valid until after StopScreenShotCommon Send returns without error.
See StopScreenShotCommon for more information on using the StopScreenShotCommon API call, and error handling.
// Example sending a request using the StopScreenShotCommonRequest method.
req, resp := client.StopScreenShotCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) StopScreenShotCommonWithContext ¶ added in v1.1.24
func (c *ACEP) StopScreenShotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StopScreenShotCommonWithContext is the same as StopScreenShotCommon with the addition of the ability to pass a context and additional request options.
See StopScreenShotCommon 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 (*ACEP) StopScreenShotRequest ¶ added in v1.1.24
func (c *ACEP) StopScreenShotRequest(input *StopScreenShotInput) (req *request.Request, output *StopScreenShotOutput)
StopScreenShotRequest generates a "volcengine/request.Request" representing the client's request for the StopScreenShot operation. The "output" return value will be populated with the StopScreenShotCommon request's response once the request completes successfully.
Use "Send" method on the returned StopScreenShotCommon Request to send the API call to the service. the "output" return value is not valid until after StopScreenShotCommon Send returns without error.
See StopScreenShot for more information on using the StopScreenShot API call, and error handling.
// Example sending a request using the StopScreenShotRequest method.
req, resp := client.StopScreenShotRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) StopScreenShotWithContext ¶ added in v1.1.24
func (c *ACEP) StopScreenShotWithContext(ctx volcengine.Context, input *StopScreenShotInput, opts ...request.Option) (*StopScreenShotOutput, error)
StopScreenShotWithContext is the same as StopScreenShot with the addition of the ability to pass a context and additional request options.
See StopScreenShot 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 (*ACEP) UpdateCustomRoute ¶ added in v1.1.22
func (c *ACEP) UpdateCustomRoute(input *UpdateCustomRouteInput) (*UpdateCustomRouteOutput, error)
UpdateCustomRoute API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation UpdateCustomRoute for usage and error information.
func (*ACEP) UpdateCustomRouteCommon ¶ added in v1.1.22
func (c *ACEP) UpdateCustomRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateCustomRouteCommon API operation for ACEP.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for ACEP's API operation UpdateCustomRouteCommon for usage and error information.
func (*ACEP) UpdateCustomRouteCommonRequest ¶ added in v1.1.22
func (c *ACEP) UpdateCustomRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateCustomRouteCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateCustomRouteCommon operation. The "output" return value will be populated with the UpdateCustomRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateCustomRouteCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateCustomRouteCommon Send returns without error.
See UpdateCustomRouteCommon for more information on using the UpdateCustomRouteCommon API call, and error handling.
// Example sending a request using the UpdateCustomRouteCommonRequest method.
req, resp := client.UpdateCustomRouteCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) UpdateCustomRouteCommonWithContext ¶ added in v1.1.22
func (c *ACEP) UpdateCustomRouteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateCustomRouteCommonWithContext is the same as UpdateCustomRouteCommon with the addition of the ability to pass a context and additional request options.
See UpdateCustomRouteCommon 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 (*ACEP) UpdateCustomRouteRequest ¶ added in v1.1.22
func (c *ACEP) UpdateCustomRouteRequest(input *UpdateCustomRouteInput) (req *request.Request, output *UpdateCustomRouteOutput)
UpdateCustomRouteRequest generates a "volcengine/request.Request" representing the client's request for the UpdateCustomRoute operation. The "output" return value will be populated with the UpdateCustomRouteCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateCustomRouteCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateCustomRouteCommon Send returns without error.
See UpdateCustomRoute for more information on using the UpdateCustomRoute API call, and error handling.
// Example sending a request using the UpdateCustomRouteRequest method.
req, resp := client.UpdateCustomRouteRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*ACEP) UpdateCustomRouteWithContext ¶ added in v1.1.22
func (c *ACEP) UpdateCustomRouteWithContext(ctx volcengine.Context, input *UpdateCustomRouteInput, opts ...request.Option) (*UpdateCustomRouteOutput, error)
UpdateCustomRouteWithContext is the same as UpdateCustomRoute with the addition of the ability to pass a context and additional request options.
See UpdateCustomRoute 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 ACEPAPI ¶
type ACEPAPI interface {
AddCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
AddCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
AddCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
AddCustomRoute(*AddCustomRouteInput) (*AddCustomRouteOutput, error)
AddCustomRouteWithContext(volcengine.Context, *AddCustomRouteInput, ...request.Option) (*AddCustomRouteOutput, error)
AddCustomRouteRequest(*AddCustomRouteInput) (*request.Request, *AddCustomRouteOutput)
BackupPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
BackupPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
BackupPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
BackupPod(*BackupPodInput) (*BackupPodOutput, error)
BackupPodWithContext(volcengine.Context, *BackupPodInput, ...request.Option) (*BackupPodOutput, error)
BackupPodRequest(*BackupPodInput) (*request.Request, *BackupPodOutput)
CancelBackupPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelBackupPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelBackupPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelBackupPod(*CancelBackupPodInput) (*CancelBackupPodOutput, error)
CancelBackupPodWithContext(volcengine.Context, *CancelBackupPodInput, ...request.Option) (*CancelBackupPodOutput, error)
CancelBackupPodRequest(*CancelBackupPodInput) (*request.Request, *CancelBackupPodOutput)
CancelRestorePodCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelRestorePodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelRestorePodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelRestorePod(*CancelRestorePodInput) (*CancelRestorePodOutput, error)
CancelRestorePodWithContext(volcengine.Context, *CancelRestorePodInput, ...request.Option) (*CancelRestorePodOutput, error)
CancelRestorePodRequest(*CancelRestorePodInput) (*request.Request, *CancelRestorePodOutput)
DeleteCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteCustomRoute(*DeleteCustomRouteInput) (*DeleteCustomRouteOutput, error)
DeleteCustomRouteWithContext(volcengine.Context, *DeleteCustomRouteInput, ...request.Option) (*DeleteCustomRouteOutput, error)
DeleteCustomRouteRequest(*DeleteCustomRouteInput) (*request.Request, *DeleteCustomRouteOutput)
ListAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListApp(*ListAppInput) (*ListAppOutput, error)
ListAppWithContext(volcengine.Context, *ListAppInput, ...request.Option) (*ListAppOutput, error)
ListAppRequest(*ListAppInput) (*request.Request, *ListAppOutput)
ListCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListCustomRoute(*ListCustomRouteInput) (*ListCustomRouteOutput, error)
ListCustomRouteWithContext(volcengine.Context, *ListCustomRouteInput, ...request.Option) (*ListCustomRouteOutput, error)
ListCustomRouteRequest(*ListCustomRouteInput) (*request.Request, *ListCustomRouteOutput)
ListPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListPod(*ListPodInput) (*ListPodOutput, error)
ListPodWithContext(volcengine.Context, *ListPodInput, ...request.Option) (*ListPodOutput, error)
ListPodRequest(*ListPodInput) (*request.Request, *ListPodOutput)
MigratePodCommon(*map[string]interface{}) (*map[string]interface{}, error)
MigratePodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
MigratePodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
MigratePod(*MigratePodInput) (*MigratePodOutput, error)
MigratePodWithContext(volcengine.Context, *MigratePodInput, ...request.Option) (*MigratePodOutput, error)
MigratePodRequest(*MigratePodInput) (*request.Request, *MigratePodOutput)
RestorePodCommon(*map[string]interface{}) (*map[string]interface{}, error)
RestorePodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
RestorePodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
RestorePod(*RestorePodInput) (*RestorePodOutput, error)
RestorePodWithContext(volcengine.Context, *RestorePodInput, ...request.Option) (*RestorePodOutput, error)
RestorePodRequest(*RestorePodInput) (*request.Request, *RestorePodOutput)
StartScreenShotCommon(*map[string]interface{}) (*map[string]interface{}, error)
StartScreenShotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
StartScreenShotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
StartScreenShot(*StartScreenShotInput) (*StartScreenShotOutput, error)
StartScreenShotWithContext(volcengine.Context, *StartScreenShotInput, ...request.Option) (*StartScreenShotOutput, error)
StartScreenShotRequest(*StartScreenShotInput) (*request.Request, *StartScreenShotOutput)
StopScreenShotCommon(*map[string]interface{}) (*map[string]interface{}, error)
StopScreenShotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
StopScreenShotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
StopScreenShot(*StopScreenShotInput) (*StopScreenShotOutput, error)
StopScreenShotWithContext(volcengine.Context, *StopScreenShotInput, ...request.Option) (*StopScreenShotOutput, error)
StopScreenShotRequest(*StopScreenShotInput) (*request.Request, *StopScreenShotOutput)
UpdateCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateCustomRoute(*UpdateCustomRouteInput) (*UpdateCustomRouteOutput, error)
UpdateCustomRouteWithContext(volcengine.Context, *UpdateCustomRouteInput, ...request.Option) (*UpdateCustomRouteOutput, error)
UpdateCustomRouteRequest(*UpdateCustomRouteInput) (*request.Request, *UpdateCustomRouteOutput)
}
ACEPAPI provides an interface to enable mocking the acep.ACEP service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to
// ACEP.
func myFunc(svc ACEPAPI) bool {
// Make svc.AddCustomRoute request
}
func main() {
sess := session.New()
svc := acep.New(sess)
myFunc(svc)
}
type AddCustomRouteInput ¶ added in v1.1.22
type AddCustomRouteInput struct {
CustomRouteName *string `type:"string" json:",omitempty"`
// DstIP is a required field
DstIP *string `type:"string" json:",omitempty" required:"true"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
ProxyCipher *string `type:"string" json:",omitempty"`
ProxyPassword *string `type:"string" json:",omitempty"`
// ProxyPort is a required field
ProxyPort *int32 `type:"int32" json:",omitempty" required:"true"`
// ProxyProtocol is a required field
ProxyProtocol *string `type:"string" json:",omitempty" required:"true"`
ProxyUserName *string `type:"string" json:",omitempty"`
// Zone is a required field
Zone *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (AddCustomRouteInput) GoString ¶ added in v1.1.22
func (s AddCustomRouteInput) GoString() string
GoString returns the string representation
func (*AddCustomRouteInput) SetCustomRouteName ¶ added in v1.1.22
func (s *AddCustomRouteInput) SetCustomRouteName(v string) *AddCustomRouteInput
SetCustomRouteName sets the CustomRouteName field's value.
func (*AddCustomRouteInput) SetDstIP ¶ added in v1.1.22
func (s *AddCustomRouteInput) SetDstIP(v string) *AddCustomRouteInput
SetDstIP sets the DstIP field's value.
func (*AddCustomRouteInput) SetProductId ¶ added in v1.1.22
func (s *AddCustomRouteInput) SetProductId(v string) *AddCustomRouteInput
SetProductId sets the ProductId field's value.
func (*AddCustomRouteInput) SetProxyCipher ¶ added in v1.1.22
func (s *AddCustomRouteInput) SetProxyCipher(v string) *AddCustomRouteInput
SetProxyCipher sets the ProxyCipher field's value.
func (*AddCustomRouteInput) SetProxyPassword ¶ added in v1.1.22
func (s *AddCustomRouteInput) SetProxyPassword(v string) *AddCustomRouteInput
SetProxyPassword sets the ProxyPassword field's value.
func (*AddCustomRouteInput) SetProxyPort ¶ added in v1.1.22
func (s *AddCustomRouteInput) SetProxyPort(v int32) *AddCustomRouteInput
SetProxyPort sets the ProxyPort field's value.
func (*AddCustomRouteInput) SetProxyProtocol ¶ added in v1.1.22
func (s *AddCustomRouteInput) SetProxyProtocol(v string) *AddCustomRouteInput
SetProxyProtocol sets the ProxyProtocol field's value.
func (*AddCustomRouteInput) SetProxyUserName ¶ added in v1.1.22
func (s *AddCustomRouteInput) SetProxyUserName(v string) *AddCustomRouteInput
SetProxyUserName sets the ProxyUserName field's value.
func (*AddCustomRouteInput) SetZone ¶ added in v1.1.22
func (s *AddCustomRouteInput) SetZone(v string) *AddCustomRouteInput
SetZone sets the Zone field's value.
func (AddCustomRouteInput) String ¶ added in v1.1.22
func (s AddCustomRouteInput) String() string
String returns the string representation
func (*AddCustomRouteInput) Validate ¶ added in v1.1.22
func (s *AddCustomRouteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddCustomRouteOutput ¶ added in v1.1.22
type AddCustomRouteOutput struct {
Metadata *response.ResponseMetadata
CustomRouteId *string `type:"string" json:",omitempty"`
DstIP *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (AddCustomRouteOutput) GoString ¶ added in v1.1.22
func (s AddCustomRouteOutput) GoString() string
GoString returns the string representation
func (*AddCustomRouteOutput) SetCustomRouteId ¶ added in v1.1.22
func (s *AddCustomRouteOutput) SetCustomRouteId(v string) *AddCustomRouteOutput
SetCustomRouteId sets the CustomRouteId field's value.
func (*AddCustomRouteOutput) SetDstIP ¶ added in v1.1.22
func (s *AddCustomRouteOutput) SetDstIP(v string) *AddCustomRouteOutput
SetDstIP sets the DstIP field's value.
func (AddCustomRouteOutput) String ¶ added in v1.1.22
func (s AddCustomRouteOutput) String() string
String returns the string representation
type BackupPodInput ¶ added in v1.1.22
type BackupPodInput struct {
PodIdList []*string `type:"list" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (BackupPodInput) GoString ¶ added in v1.1.22
func (s BackupPodInput) GoString() string
GoString returns the string representation
func (*BackupPodInput) SetPodIdList ¶ added in v1.1.22
func (s *BackupPodInput) SetPodIdList(v []*string) *BackupPodInput
SetPodIdList sets the PodIdList field's value.
func (*BackupPodInput) SetProductId ¶ added in v1.1.22
func (s *BackupPodInput) SetProductId(v string) *BackupPodInput
SetProductId sets the ProductId field's value.
func (BackupPodInput) String ¶ added in v1.1.22
func (s BackupPodInput) String() string
String returns the string representation
func (*BackupPodInput) Validate ¶ added in v1.1.22
func (s *BackupPodInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BackupPodOutput ¶ added in v1.1.22
type BackupPodOutput struct {
Metadata *response.ResponseMetadata
TaskIdList []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (BackupPodOutput) GoString ¶ added in v1.1.22
func (s BackupPodOutput) GoString() string
GoString returns the string representation
func (*BackupPodOutput) SetTaskIdList ¶ added in v1.1.22
func (s *BackupPodOutput) SetTaskIdList(v []*string) *BackupPodOutput
SetTaskIdList sets the TaskIdList field's value.
func (BackupPodOutput) String ¶ added in v1.1.22
func (s BackupPodOutput) String() string
String returns the string representation
type CancelBackupPodInput ¶ added in v1.1.22
type CancelBackupPodInput struct {
PodIdList []*string `type:"list" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CancelBackupPodInput) GoString ¶ added in v1.1.22
func (s CancelBackupPodInput) GoString() string
GoString returns the string representation
func (*CancelBackupPodInput) SetPodIdList ¶ added in v1.1.22
func (s *CancelBackupPodInput) SetPodIdList(v []*string) *CancelBackupPodInput
SetPodIdList sets the PodIdList field's value.
func (*CancelBackupPodInput) SetProductId ¶ added in v1.1.22
func (s *CancelBackupPodInput) SetProductId(v string) *CancelBackupPodInput
SetProductId sets the ProductId field's value.
func (CancelBackupPodInput) String ¶ added in v1.1.22
func (s CancelBackupPodInput) String() string
String returns the string representation
func (*CancelBackupPodInput) Validate ¶ added in v1.1.22
func (s *CancelBackupPodInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelBackupPodOutput ¶ added in v1.1.22
type CancelBackupPodOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CancelBackupPodOutput) GoString ¶ added in v1.1.22
func (s CancelBackupPodOutput) GoString() string
GoString returns the string representation
func (CancelBackupPodOutput) String ¶ added in v1.1.22
func (s CancelBackupPodOutput) String() string
String returns the string representation
type CancelRestorePodInput ¶ added in v1.1.22
type CancelRestorePodInput struct {
PodIdList []*string `type:"list" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CancelRestorePodInput) GoString ¶ added in v1.1.22
func (s CancelRestorePodInput) GoString() string
GoString returns the string representation
func (*CancelRestorePodInput) SetPodIdList ¶ added in v1.1.22
func (s *CancelRestorePodInput) SetPodIdList(v []*string) *CancelRestorePodInput
SetPodIdList sets the PodIdList field's value.
func (*CancelRestorePodInput) SetProductId ¶ added in v1.1.22
func (s *CancelRestorePodInput) SetProductId(v string) *CancelRestorePodInput
SetProductId sets the ProductId field's value.
func (CancelRestorePodInput) String ¶ added in v1.1.22
func (s CancelRestorePodInput) String() string
String returns the string representation
func (*CancelRestorePodInput) Validate ¶ added in v1.1.22
func (s *CancelRestorePodInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelRestorePodOutput ¶ added in v1.1.22
type CancelRestorePodOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CancelRestorePodOutput) GoString ¶ added in v1.1.22
func (s CancelRestorePodOutput) GoString() string
GoString returns the string representation
func (CancelRestorePodOutput) String ¶ added in v1.1.22
func (s CancelRestorePodOutput) String() string
String returns the string representation
type ConfigurationForListPodOutput ¶
type ConfigurationForListPodOutput struct {
ConfigurationCode *string `type:"string" json:",omitempty"`
ConfigurationName *string `type:"string" json:",omitempty"`
ConfigurationType *int32 `type:"int32" json:",omitempty"`
ServerTypeCode *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigurationForListPodOutput) GoString ¶
func (s ConfigurationForListPodOutput) GoString() string
GoString returns the string representation
func (*ConfigurationForListPodOutput) SetConfigurationCode ¶
func (s *ConfigurationForListPodOutput) SetConfigurationCode(v string) *ConfigurationForListPodOutput
SetConfigurationCode sets the ConfigurationCode field's value.
func (*ConfigurationForListPodOutput) SetConfigurationName ¶
func (s *ConfigurationForListPodOutput) SetConfigurationName(v string) *ConfigurationForListPodOutput
SetConfigurationName sets the ConfigurationName field's value.
func (*ConfigurationForListPodOutput) SetConfigurationType ¶
func (s *ConfigurationForListPodOutput) SetConfigurationType(v int32) *ConfigurationForListPodOutput
SetConfigurationType sets the ConfigurationType field's value.
func (*ConfigurationForListPodOutput) SetServerTypeCode ¶
func (s *ConfigurationForListPodOutput) SetServerTypeCode(v string) *ConfigurationForListPodOutput
SetServerTypeCode sets the ServerTypeCode field's value.
func (ConfigurationForListPodOutput) String ¶
func (s ConfigurationForListPodOutput) String() string
String returns the string representation
type DcInfoForListPodOutput ¶
type DcInfoForListPodOutput struct {
Dc *string `type:"string" json:",omitempty"`
DcName *string `type:"string" json:",omitempty"`
Isp *int32 `type:"int32" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DcInfoForListPodOutput) GoString ¶
func (s DcInfoForListPodOutput) GoString() string
GoString returns the string representation
func (*DcInfoForListPodOutput) SetDc ¶
func (s *DcInfoForListPodOutput) SetDc(v string) *DcInfoForListPodOutput
SetDc sets the Dc field's value.
func (*DcInfoForListPodOutput) SetDcName ¶
func (s *DcInfoForListPodOutput) SetDcName(v string) *DcInfoForListPodOutput
SetDcName sets the DcName field's value.
func (*DcInfoForListPodOutput) SetIsp ¶
func (s *DcInfoForListPodOutput) SetIsp(v int32) *DcInfoForListPodOutput
SetIsp sets the Isp field's value.
func (*DcInfoForListPodOutput) SetRegion ¶
func (s *DcInfoForListPodOutput) SetRegion(v string) *DcInfoForListPodOutput
SetRegion sets the Region field's value.
func (*DcInfoForListPodOutput) SetZoneId ¶
func (s *DcInfoForListPodOutput) SetZoneId(v string) *DcInfoForListPodOutput
SetZoneId sets the ZoneId field's value.
func (DcInfoForListPodOutput) String ¶
func (s DcInfoForListPodOutput) String() string
String returns the string representation
type DeleteCustomRouteInput ¶ added in v1.1.22
type DeleteCustomRouteInput struct {
// CustomRouteId is a required field
CustomRouteId *string `type:"string" json:",omitempty" required:"true"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteCustomRouteInput) GoString ¶ added in v1.1.22
func (s DeleteCustomRouteInput) GoString() string
GoString returns the string representation
func (*DeleteCustomRouteInput) SetCustomRouteId ¶ added in v1.1.22
func (s *DeleteCustomRouteInput) SetCustomRouteId(v string) *DeleteCustomRouteInput
SetCustomRouteId sets the CustomRouteId field's value.
func (*DeleteCustomRouteInput) SetProductId ¶ added in v1.1.22
func (s *DeleteCustomRouteInput) SetProductId(v string) *DeleteCustomRouteInput
SetProductId sets the ProductId field's value.
func (DeleteCustomRouteInput) String ¶ added in v1.1.22
func (s DeleteCustomRouteInput) String() string
String returns the string representation
func (*DeleteCustomRouteInput) Validate ¶ added in v1.1.22
func (s *DeleteCustomRouteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCustomRouteOutput ¶ added in v1.1.22
type DeleteCustomRouteOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteCustomRouteOutput) GoString ¶ added in v1.1.22
func (s DeleteCustomRouteOutput) GoString() string
GoString returns the string representation
func (DeleteCustomRouteOutput) String ¶ added in v1.1.22
func (s DeleteCustomRouteOutput) String() string
String returns the string representation
type DetailForMigratePodOutput ¶ added in v1.1.22
type DetailForMigratePodOutput struct {
ErrCode *int32 `type:"int32" json:",omitempty"`
ErrMsg *string `type:"string" json:",omitempty"`
PodId *string `type:"string" json:",omitempty"`
Success *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (DetailForMigratePodOutput) GoString ¶ added in v1.1.22
func (s DetailForMigratePodOutput) GoString() string
GoString returns the string representation
func (*DetailForMigratePodOutput) SetErrCode ¶ added in v1.1.22
func (s *DetailForMigratePodOutput) SetErrCode(v int32) *DetailForMigratePodOutput
SetErrCode sets the ErrCode field's value.
func (*DetailForMigratePodOutput) SetErrMsg ¶ added in v1.1.22
func (s *DetailForMigratePodOutput) SetErrMsg(v string) *DetailForMigratePodOutput
SetErrMsg sets the ErrMsg field's value.
func (*DetailForMigratePodOutput) SetPodId ¶ added in v1.1.22
func (s *DetailForMigratePodOutput) SetPodId(v string) *DetailForMigratePodOutput
SetPodId sets the PodId field's value.
func (*DetailForMigratePodOutput) SetSuccess ¶ added in v1.1.22
func (s *DetailForMigratePodOutput) SetSuccess(v bool) *DetailForMigratePodOutput
SetSuccess sets the Success field's value.
func (DetailForMigratePodOutput) String ¶ added in v1.1.22
func (s DetailForMigratePodOutput) String() string
String returns the string representation
type DetailForStartScreenShotOutput ¶ added in v1.1.24
type DetailForStartScreenShotOutput struct {
DownloadUrl *string `type:"string" json:",omitempty"`
ErrorCode *int32 `type:"int32" json:",omitempty"`
ErrorMsg *string `type:"string" json:",omitempty"`
ExpireAt *int64 `type:"int64" json:",omitempty"`
Height *int32 `type:"int32" json:",omitempty"`
PodId *string `type:"string" json:",omitempty"`
Width *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DetailForStartScreenShotOutput) GoString ¶ added in v1.1.24
func (s DetailForStartScreenShotOutput) GoString() string
GoString returns the string representation
func (*DetailForStartScreenShotOutput) SetDownloadUrl ¶ added in v1.1.24
func (s *DetailForStartScreenShotOutput) SetDownloadUrl(v string) *DetailForStartScreenShotOutput
SetDownloadUrl sets the DownloadUrl field's value.
func (*DetailForStartScreenShotOutput) SetErrorCode ¶ added in v1.1.24
func (s *DetailForStartScreenShotOutput) SetErrorCode(v int32) *DetailForStartScreenShotOutput
SetErrorCode sets the ErrorCode field's value.
func (*DetailForStartScreenShotOutput) SetErrorMsg ¶ added in v1.1.24
func (s *DetailForStartScreenShotOutput) SetErrorMsg(v string) *DetailForStartScreenShotOutput
SetErrorMsg sets the ErrorMsg field's value.
func (*DetailForStartScreenShotOutput) SetExpireAt ¶ added in v1.1.24
func (s *DetailForStartScreenShotOutput) SetExpireAt(v int64) *DetailForStartScreenShotOutput
SetExpireAt sets the ExpireAt field's value.
func (*DetailForStartScreenShotOutput) SetHeight ¶ added in v1.1.24
func (s *DetailForStartScreenShotOutput) SetHeight(v int32) *DetailForStartScreenShotOutput
SetHeight sets the Height field's value.
func (*DetailForStartScreenShotOutput) SetPodId ¶ added in v1.1.24
func (s *DetailForStartScreenShotOutput) SetPodId(v string) *DetailForStartScreenShotOutput
SetPodId sets the PodId field's value.
func (*DetailForStartScreenShotOutput) SetWidth ¶ added in v1.1.24
func (s *DetailForStartScreenShotOutput) SetWidth(v int32) *DetailForStartScreenShotOutput
SetWidth sets the Width field's value.
func (DetailForStartScreenShotOutput) String ¶ added in v1.1.24
func (s DetailForStartScreenShotOutput) String() string
String returns the string representation
type DetailForStopScreenShotOutput ¶ added in v1.1.24
type DetailForStopScreenShotOutput struct {
DownloadUrl *string `type:"string" json:",omitempty"`
ErrorCode *int32 `type:"int32" json:",omitempty"`
ErrorMsg *string `type:"string" json:",omitempty"`
ExpireAt *int64 `type:"int64" json:",omitempty"`
Height *int32 `type:"int32" json:",omitempty"`
PodId *string `type:"string" json:",omitempty"`
Width *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DetailForStopScreenShotOutput) GoString ¶ added in v1.1.24
func (s DetailForStopScreenShotOutput) GoString() string
GoString returns the string representation
func (*DetailForStopScreenShotOutput) SetDownloadUrl ¶ added in v1.1.24
func (s *DetailForStopScreenShotOutput) SetDownloadUrl(v string) *DetailForStopScreenShotOutput
SetDownloadUrl sets the DownloadUrl field's value.
func (*DetailForStopScreenShotOutput) SetErrorCode ¶ added in v1.1.24
func (s *DetailForStopScreenShotOutput) SetErrorCode(v int32) *DetailForStopScreenShotOutput
SetErrorCode sets the ErrorCode field's value.
func (*DetailForStopScreenShotOutput) SetErrorMsg ¶ added in v1.1.24
func (s *DetailForStopScreenShotOutput) SetErrorMsg(v string) *DetailForStopScreenShotOutput
SetErrorMsg sets the ErrorMsg field's value.
func (*DetailForStopScreenShotOutput) SetExpireAt ¶ added in v1.1.24
func (s *DetailForStopScreenShotOutput) SetExpireAt(v int64) *DetailForStopScreenShotOutput
SetExpireAt sets the ExpireAt field's value.
func (*DetailForStopScreenShotOutput) SetHeight ¶ added in v1.1.24
func (s *DetailForStopScreenShotOutput) SetHeight(v int32) *DetailForStopScreenShotOutput
SetHeight sets the Height field's value.
func (*DetailForStopScreenShotOutput) SetPodId ¶ added in v1.1.24
func (s *DetailForStopScreenShotOutput) SetPodId(v string) *DetailForStopScreenShotOutput
SetPodId sets the PodId field's value.
func (*DetailForStopScreenShotOutput) SetWidth ¶ added in v1.1.24
func (s *DetailForStopScreenShotOutput) SetWidth(v int32) *DetailForStopScreenShotOutput
SetWidth sets the Width field's value.
func (DetailForStopScreenShotOutput) String ¶ added in v1.1.24
func (s DetailForStopScreenShotOutput) String() string
String returns the string representation
type LatestVersionForListAppOutput ¶ added in v1.1.24
type LatestVersionForListAppOutput struct {
AppId *string `type:"string" json:",omitempty"`
AppVersionDesc *string `type:"string" json:",omitempty"`
DownloadUrl *string `type:"string" json:",omitempty"`
MD5 *string `type:"string" json:",omitempty"`
PackageName *string `type:"string" json:",omitempty"`
VersionCode *int64 `type:"int64" json:",omitempty"`
VersionId *string `type:"string" json:",omitempty"`
VersionName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (LatestVersionForListAppOutput) GoString ¶ added in v1.1.24
func (s LatestVersionForListAppOutput) GoString() string
GoString returns the string representation
func (*LatestVersionForListAppOutput) SetAppId ¶ added in v1.1.24
func (s *LatestVersionForListAppOutput) SetAppId(v string) *LatestVersionForListAppOutput
SetAppId sets the AppId field's value.
func (*LatestVersionForListAppOutput) SetAppVersionDesc ¶ added in v1.1.24
func (s *LatestVersionForListAppOutput) SetAppVersionDesc(v string) *LatestVersionForListAppOutput
SetAppVersionDesc sets the AppVersionDesc field's value.
func (*LatestVersionForListAppOutput) SetDownloadUrl ¶ added in v1.1.24
func (s *LatestVersionForListAppOutput) SetDownloadUrl(v string) *LatestVersionForListAppOutput
SetDownloadUrl sets the DownloadUrl field's value.
func (*LatestVersionForListAppOutput) SetMD5 ¶ added in v1.1.24
func (s *LatestVersionForListAppOutput) SetMD5(v string) *LatestVersionForListAppOutput
SetMD5 sets the MD5 field's value.
func (*LatestVersionForListAppOutput) SetPackageName ¶ added in v1.1.24
func (s *LatestVersionForListAppOutput) SetPackageName(v string) *LatestVersionForListAppOutput
SetPackageName sets the PackageName field's value.
func (*LatestVersionForListAppOutput) SetVersionCode ¶ added in v1.1.24
func (s *LatestVersionForListAppOutput) SetVersionCode(v int64) *LatestVersionForListAppOutput
SetVersionCode sets the VersionCode field's value.
func (*LatestVersionForListAppOutput) SetVersionId ¶ added in v1.1.24
func (s *LatestVersionForListAppOutput) SetVersionId(v string) *LatestVersionForListAppOutput
SetVersionId sets the VersionId field's value.
func (*LatestVersionForListAppOutput) SetVersionName ¶ added in v1.1.24
func (s *LatestVersionForListAppOutput) SetVersionName(v string) *LatestVersionForListAppOutput
SetVersionName sets the VersionName field's value.
func (LatestVersionForListAppOutput) String ¶ added in v1.1.24
func (s LatestVersionForListAppOutput) String() string
String returns the string representation
type ListAppInput ¶ added in v1.1.24
type ListAppInput struct {
AppId *string `type:"string" json:",omitempty"`
AppName *string `type:"string" json:",omitempty"`
AppType *int32 `type:"int32" json:",omitempty"`
MaxResults *int32 `type:"int32" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
PackageNameList []*string `type:"list" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ListAppInput) GoString ¶ added in v1.1.24
func (s ListAppInput) GoString() string
GoString returns the string representation
func (*ListAppInput) SetAppId ¶ added in v1.1.24
func (s *ListAppInput) SetAppId(v string) *ListAppInput
SetAppId sets the AppId field's value.
func (*ListAppInput) SetAppName ¶ added in v1.1.24
func (s *ListAppInput) SetAppName(v string) *ListAppInput
SetAppName sets the AppName field's value.
func (*ListAppInput) SetAppType ¶ added in v1.1.24
func (s *ListAppInput) SetAppType(v int32) *ListAppInput
SetAppType sets the AppType field's value.
func (*ListAppInput) SetMaxResults ¶ added in v1.1.24
func (s *ListAppInput) SetMaxResults(v int32) *ListAppInput
SetMaxResults sets the MaxResults field's value.
func (*ListAppInput) SetNextToken ¶ added in v1.1.24
func (s *ListAppInput) SetNextToken(v string) *ListAppInput
SetNextToken sets the NextToken field's value.
func (*ListAppInput) SetPackageNameList ¶ added in v1.1.24
func (s *ListAppInput) SetPackageNameList(v []*string) *ListAppInput
SetPackageNameList sets the PackageNameList field's value.
func (*ListAppInput) SetProductId ¶ added in v1.1.24
func (s *ListAppInput) SetProductId(v string) *ListAppInput
SetProductId sets the ProductId field's value.
func (ListAppInput) String ¶ added in v1.1.24
func (s ListAppInput) String() string
String returns the string representation
func (*ListAppInput) Validate ¶ added in v1.1.24
func (s *ListAppInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAppOutput ¶ added in v1.1.24
type ListAppOutput struct {
Metadata *response.ResponseMetadata
NextToken *string `type:"string" json:",omitempty"`
Row []*RowForListAppOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListAppOutput) GoString ¶ added in v1.1.24
func (s ListAppOutput) GoString() string
GoString returns the string representation
func (*ListAppOutput) SetNextToken ¶ added in v1.1.24
func (s *ListAppOutput) SetNextToken(v string) *ListAppOutput
SetNextToken sets the NextToken field's value.
func (*ListAppOutput) SetRow ¶ added in v1.1.24
func (s *ListAppOutput) SetRow(v []*RowForListAppOutput) *ListAppOutput
SetRow sets the Row field's value.
func (ListAppOutput) String ¶ added in v1.1.24
func (s ListAppOutput) String() string
String returns the string representation
type ListCustomRouteInput ¶ added in v1.1.22
type ListCustomRouteInput struct {
CustomRouteId *string `type:"string" json:",omitempty"`
CustomRouteName *string `type:"string" json:",omitempty"`
DstIP *string `type:"string" json:",omitempty"`
MaxResults *int32 `type:"int32" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
Zone *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListCustomRouteInput) GoString ¶ added in v1.1.22
func (s ListCustomRouteInput) GoString() string
GoString returns the string representation
func (*ListCustomRouteInput) SetCustomRouteId ¶ added in v1.1.22
func (s *ListCustomRouteInput) SetCustomRouteId(v string) *ListCustomRouteInput
SetCustomRouteId sets the CustomRouteId field's value.
func (*ListCustomRouteInput) SetCustomRouteName ¶ added in v1.1.22
func (s *ListCustomRouteInput) SetCustomRouteName(v string) *ListCustomRouteInput
SetCustomRouteName sets the CustomRouteName field's value.
func (*ListCustomRouteInput) SetDstIP ¶ added in v1.1.22
func (s *ListCustomRouteInput) SetDstIP(v string) *ListCustomRouteInput
SetDstIP sets the DstIP field's value.
func (*ListCustomRouteInput) SetMaxResults ¶ added in v1.1.22
func (s *ListCustomRouteInput) SetMaxResults(v int32) *ListCustomRouteInput
SetMaxResults sets the MaxResults field's value.
func (*ListCustomRouteInput) SetNextToken ¶ added in v1.1.22
func (s *ListCustomRouteInput) SetNextToken(v string) *ListCustomRouteInput
SetNextToken sets the NextToken field's value.
func (*ListCustomRouteInput) SetProductId ¶ added in v1.1.22
func (s *ListCustomRouteInput) SetProductId(v string) *ListCustomRouteInput
SetProductId sets the ProductId field's value.
func (*ListCustomRouteInput) SetZone ¶ added in v1.1.22
func (s *ListCustomRouteInput) SetZone(v string) *ListCustomRouteInput
SetZone sets the Zone field's value.
func (ListCustomRouteInput) String ¶ added in v1.1.22
func (s ListCustomRouteInput) String() string
String returns the string representation
func (*ListCustomRouteInput) Validate ¶ added in v1.1.22
func (s *ListCustomRouteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListCustomRouteOutput ¶ added in v1.1.22
type ListCustomRouteOutput struct {
Metadata *response.ResponseMetadata
NextToken *string `type:"string" json:",omitempty"`
Row []*RowForListCustomRouteOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListCustomRouteOutput) GoString ¶ added in v1.1.22
func (s ListCustomRouteOutput) GoString() string
GoString returns the string representation
func (*ListCustomRouteOutput) SetNextToken ¶ added in v1.1.22
func (s *ListCustomRouteOutput) SetNextToken(v string) *ListCustomRouteOutput
SetNextToken sets the NextToken field's value.
func (*ListCustomRouteOutput) SetRow ¶ added in v1.1.22
func (s *ListCustomRouteOutput) SetRow(v []*RowForListCustomRouteOutput) *ListCustomRouteOutput
SetRow sets the Row field's value.
func (ListCustomRouteOutput) String ¶ added in v1.1.22
func (s ListCustomRouteOutput) String() string
String returns the string representation
type ListPodInput ¶
type ListPodInput struct {
ArchiveStatus *int32 `type:"int32" json:",omitempty"`
AuthorityStatus *int32 `type:"int32" json:",omitempty"`
ConfigurationCodeList []*string `type:"list" json:",omitempty"`
DNSId *string `type:"string" json:",omitempty"`
DcList []*string `type:"list" json:",omitempty"`
HostId *string `type:"string" json:",omitempty"`
MaxResults *int32 `type:"int32" json:",omitempty"`
NextToken *string `type:"string" json:",omitempty"`
OnlineList []*int32 `type:"list" json:",omitempty"`
PodIdList []*string `type:"list" json:",omitempty"`
PodName *string `type:"string" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
RegionList []*string `type:"list" json:",omitempty"`
ServerTypeCode *string `type:"string" json:",omitempty"`
StreamStatusList []*int32 `type:"list" json:",omitempty"`
TagIdList []*string `type:"list" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListPodInput) GoString ¶
func (s ListPodInput) GoString() string
GoString returns the string representation
func (*ListPodInput) SetArchiveStatus ¶ added in v1.1.22
func (s *ListPodInput) SetArchiveStatus(v int32) *ListPodInput
SetArchiveStatus sets the ArchiveStatus field's value.
func (*ListPodInput) SetAuthorityStatus ¶
func (s *ListPodInput) SetAuthorityStatus(v int32) *ListPodInput
SetAuthorityStatus sets the AuthorityStatus field's value.
func (*ListPodInput) SetConfigurationCodeList ¶
func (s *ListPodInput) SetConfigurationCodeList(v []*string) *ListPodInput
SetConfigurationCodeList sets the ConfigurationCodeList field's value.
func (*ListPodInput) SetDNSId ¶
func (s *ListPodInput) SetDNSId(v string) *ListPodInput
SetDNSId sets the DNSId field's value.
func (*ListPodInput) SetDcList ¶
func (s *ListPodInput) SetDcList(v []*string) *ListPodInput
SetDcList sets the DcList field's value.
func (*ListPodInput) SetHostId ¶
func (s *ListPodInput) SetHostId(v string) *ListPodInput
SetHostId sets the HostId field's value.
func (*ListPodInput) SetMaxResults ¶
func (s *ListPodInput) SetMaxResults(v int32) *ListPodInput
SetMaxResults sets the MaxResults field's value.
func (*ListPodInput) SetNextToken ¶
func (s *ListPodInput) SetNextToken(v string) *ListPodInput
SetNextToken sets the NextToken field's value.
func (*ListPodInput) SetOnlineList ¶
func (s *ListPodInput) SetOnlineList(v []*int32) *ListPodInput
SetOnlineList sets the OnlineList field's value.
func (*ListPodInput) SetPodIdList ¶
func (s *ListPodInput) SetPodIdList(v []*string) *ListPodInput
SetPodIdList sets the PodIdList field's value.
func (*ListPodInput) SetPodName ¶
func (s *ListPodInput) SetPodName(v string) *ListPodInput
SetPodName sets the PodName field's value.
func (*ListPodInput) SetProductId ¶
func (s *ListPodInput) SetProductId(v string) *ListPodInput
SetProductId sets the ProductId field's value.
func (*ListPodInput) SetRegionList ¶
func (s *ListPodInput) SetRegionList(v []*string) *ListPodInput
SetRegionList sets the RegionList field's value.
func (*ListPodInput) SetServerTypeCode ¶
func (s *ListPodInput) SetServerTypeCode(v string) *ListPodInput
SetServerTypeCode sets the ServerTypeCode field's value.
func (*ListPodInput) SetStreamStatusList ¶
func (s *ListPodInput) SetStreamStatusList(v []*int32) *ListPodInput
SetStreamStatusList sets the StreamStatusList field's value.
func (*ListPodInput) SetTagIdList ¶
func (s *ListPodInput) SetTagIdList(v []*string) *ListPodInput
SetTagIdList sets the TagIdList field's value.
func (*ListPodInput) SetZoneId ¶
func (s *ListPodInput) SetZoneId(v string) *ListPodInput
SetZoneId sets the ZoneId field's value.
func (ListPodInput) String ¶
func (s ListPodInput) String() string
String returns the string representation
func (*ListPodInput) Validate ¶
func (s *ListPodInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPodOutput ¶
type ListPodOutput struct {
Metadata *response.ResponseMetadata
NextToken *string `type:"string" json:",omitempty"`
Row []*RowForListPodOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListPodOutput) GoString ¶
func (s ListPodOutput) GoString() string
GoString returns the string representation
func (*ListPodOutput) SetNextToken ¶
func (s *ListPodOutput) SetNextToken(v string) *ListPodOutput
SetNextToken sets the NextToken field's value.
func (*ListPodOutput) SetRow ¶
func (s *ListPodOutput) SetRow(v []*RowForListPodOutput) *ListPodOutput
SetRow sets the Row field's value.
func (ListPodOutput) String ¶
func (s ListPodOutput) String() string
String returns the string representation
type MigratePodInput ¶ added in v1.1.22
type MigratePodInput struct {
PodIdList []*string `type:"list" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
TargetDc *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (MigratePodInput) GoString ¶ added in v1.1.22
func (s MigratePodInput) GoString() string
GoString returns the string representation
func (*MigratePodInput) SetPodIdList ¶ added in v1.1.22
func (s *MigratePodInput) SetPodIdList(v []*string) *MigratePodInput
SetPodIdList sets the PodIdList field's value.
func (*MigratePodInput) SetProductId ¶ added in v1.1.22
func (s *MigratePodInput) SetProductId(v string) *MigratePodInput
SetProductId sets the ProductId field's value.
func (*MigratePodInput) SetTargetDc ¶ added in v1.1.22
func (s *MigratePodInput) SetTargetDc(v string) *MigratePodInput
SetTargetDc sets the TargetDc field's value.
func (MigratePodInput) String ¶ added in v1.1.22
func (s MigratePodInput) String() string
String returns the string representation
func (*MigratePodInput) Validate ¶ added in v1.1.22
func (s *MigratePodInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type MigratePodOutput ¶ added in v1.1.22
type MigratePodOutput struct {
Metadata *response.ResponseMetadata
Details []*DetailForMigratePodOutput `type:"list" json:",omitempty"`
ProductId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (MigratePodOutput) GoString ¶ added in v1.1.22
func (s MigratePodOutput) GoString() string
GoString returns the string representation
func (*MigratePodOutput) SetDetails ¶ added in v1.1.22
func (s *MigratePodOutput) SetDetails(v []*DetailForMigratePodOutput) *MigratePodOutput
SetDetails sets the Details field's value.
func (*MigratePodOutput) SetProductId ¶ added in v1.1.22
func (s *MigratePodOutput) SetProductId(v string) *MigratePodOutput
SetProductId sets the ProductId field's value.
func (MigratePodOutput) String ¶ added in v1.1.22
func (s MigratePodOutput) String() string
String returns the string representation
type PortMappingRuleListForListPodOutput ¶
type PortMappingRuleListForListPodOutput struct {
PortMappingRuleId *string `type:"string" json:",omitempty"`
Protocol *string `type:"string" json:",omitempty"`
PublicIp *string `type:"string" json:",omitempty"`
PublicPort *int32 `type:"int32" json:",omitempty"`
PublicPortInfoList []*PublicPortInfoListForListPodOutput `type:"list" json:",omitempty"`
SourcePort *int32 `type:"int32" json:",omitempty"`
Status *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (PortMappingRuleListForListPodOutput) GoString ¶
func (s PortMappingRuleListForListPodOutput) GoString() string
GoString returns the string representation
func (*PortMappingRuleListForListPodOutput) SetPortMappingRuleId ¶
func (s *PortMappingRuleListForListPodOutput) SetPortMappingRuleId(v string) *PortMappingRuleListForListPodOutput
SetPortMappingRuleId sets the PortMappingRuleId field's value.
func (*PortMappingRuleListForListPodOutput) SetProtocol ¶
func (s *PortMappingRuleListForListPodOutput) SetProtocol(v string) *PortMappingRuleListForListPodOutput
SetProtocol sets the Protocol field's value.
func (*PortMappingRuleListForListPodOutput) SetPublicIp ¶
func (s *PortMappingRuleListForListPodOutput) SetPublicIp(v string) *PortMappingRuleListForListPodOutput
SetPublicIp sets the PublicIp field's value.
func (*PortMappingRuleListForListPodOutput) SetPublicPort ¶
func (s *PortMappingRuleListForListPodOutput) SetPublicPort(v int32) *PortMappingRuleListForListPodOutput
SetPublicPort sets the PublicPort field's value.
func (*PortMappingRuleListForListPodOutput) SetPublicPortInfoList ¶
func (s *PortMappingRuleListForListPodOutput) SetPublicPortInfoList(v []*PublicPortInfoListForListPodOutput) *PortMappingRuleListForListPodOutput
SetPublicPortInfoList sets the PublicPortInfoList field's value.
func (*PortMappingRuleListForListPodOutput) SetSourcePort ¶
func (s *PortMappingRuleListForListPodOutput) SetSourcePort(v int32) *PortMappingRuleListForListPodOutput
SetSourcePort sets the SourcePort field's value.
func (*PortMappingRuleListForListPodOutput) SetStatus ¶
func (s *PortMappingRuleListForListPodOutput) SetStatus(v int32) *PortMappingRuleListForListPodOutput
SetStatus sets the Status field's value.
func (PortMappingRuleListForListPodOutput) String ¶
func (s PortMappingRuleListForListPodOutput) String() string
String returns the string representation
type PublicPortInfoListForListPodOutput ¶
type PublicPortInfoListForListPodOutput struct {
Isp *int32 `type:"int32" json:",omitempty"`
PublicIp *string `type:"string" json:",omitempty"`
PublicPort *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (PublicPortInfoListForListPodOutput) GoString ¶
func (s PublicPortInfoListForListPodOutput) GoString() string
GoString returns the string representation
func (*PublicPortInfoListForListPodOutput) SetIsp ¶
func (s *PublicPortInfoListForListPodOutput) SetIsp(v int32) *PublicPortInfoListForListPodOutput
SetIsp sets the Isp field's value.
func (*PublicPortInfoListForListPodOutput) SetPublicIp ¶
func (s *PublicPortInfoListForListPodOutput) SetPublicIp(v string) *PublicPortInfoListForListPodOutput
SetPublicIp sets the PublicIp field's value.
func (*PublicPortInfoListForListPodOutput) SetPublicPort ¶
func (s *PublicPortInfoListForListPodOutput) SetPublicPort(v int32) *PublicPortInfoListForListPodOutput
SetPublicPort sets the PublicPort field's value.
func (PublicPortInfoListForListPodOutput) String ¶
func (s PublicPortInfoListForListPodOutput) String() string
String returns the string representation
type RestorePodInput ¶ added in v1.1.22
type RestorePodInput struct {
PodIdList []*string `type:"list" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
SpecifyHostList []*SpecifyHostListForRestorePodInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (RestorePodInput) GoString ¶ added in v1.1.22
func (s RestorePodInput) GoString() string
GoString returns the string representation
func (*RestorePodInput) SetPodIdList ¶ added in v1.1.22
func (s *RestorePodInput) SetPodIdList(v []*string) *RestorePodInput
SetPodIdList sets the PodIdList field's value.
func (*RestorePodInput) SetProductId ¶ added in v1.1.22
func (s *RestorePodInput) SetProductId(v string) *RestorePodInput
SetProductId sets the ProductId field's value.
func (*RestorePodInput) SetSpecifyHostList ¶ added in v1.1.22
func (s *RestorePodInput) SetSpecifyHostList(v []*SpecifyHostListForRestorePodInput) *RestorePodInput
SetSpecifyHostList sets the SpecifyHostList field's value.
func (RestorePodInput) String ¶ added in v1.1.22
func (s RestorePodInput) String() string
String returns the string representation
func (*RestorePodInput) Validate ¶ added in v1.1.22
func (s *RestorePodInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RestorePodOutput ¶ added in v1.1.22
type RestorePodOutput struct {
Metadata *response.ResponseMetadata
TaskIdList []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (RestorePodOutput) GoString ¶ added in v1.1.22
func (s RestorePodOutput) GoString() string
GoString returns the string representation
func (*RestorePodOutput) SetTaskIdList ¶ added in v1.1.22
func (s *RestorePodOutput) SetTaskIdList(v []*string) *RestorePodOutput
SetTaskIdList sets the TaskIdList field's value.
func (RestorePodOutput) String ¶ added in v1.1.22
func (s RestorePodOutput) String() string
String returns the string representation
type RowForListAppOutput ¶ added in v1.1.24
type RowForListAppOutput struct {
AppDesc *string `type:"string" json:",omitempty"`
AppId *string `type:"string" json:",omitempty"`
AppMode *string `type:"string" json:",omitempty"`
AppName *string `type:"string" json:",omitempty"`
AppStatus *int32 `type:"int32" json:",omitempty"`
AppType *int32 `type:"int32" json:",omitempty"`
ApplyNum *int64 `type:"int64" json:",omitempty"`
DeployStatus *int32 `type:"int32" json:",omitempty"`
DeployVersionNum *int64 `type:"int64" json:",omitempty"`
IconUrl *string `type:"string" json:",omitempty"`
LatestVersion *LatestVersionForListAppOutput `type:"structure" json:",omitempty"`
PackageName *string `type:"string" json:",omitempty"`
ProductId *string `type:"string" json:",omitempty"`
ReadyNum *int64 `type:"int64" json:",omitempty"`
Rotation *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (RowForListAppOutput) GoString ¶ added in v1.1.24
func (s RowForListAppOutput) GoString() string
GoString returns the string representation
func (*RowForListAppOutput) SetAppDesc ¶ added in v1.1.24
func (s *RowForListAppOutput) SetAppDesc(v string) *RowForListAppOutput
SetAppDesc sets the AppDesc field's value.
func (*RowForListAppOutput) SetAppId ¶ added in v1.1.24
func (s *RowForListAppOutput) SetAppId(v string) *RowForListAppOutput
SetAppId sets the AppId field's value.
func (*RowForListAppOutput) SetAppMode ¶ added in v1.1.24
func (s *RowForListAppOutput) SetAppMode(v string) *RowForListAppOutput
SetAppMode sets the AppMode field's value.
func (*RowForListAppOutput) SetAppName ¶ added in v1.1.24
func (s *RowForListAppOutput) SetAppName(v string) *RowForListAppOutput
SetAppName sets the AppName field's value.
func (*RowForListAppOutput) SetAppStatus ¶ added in v1.1.24
func (s *RowForListAppOutput) SetAppStatus(v int32) *RowForListAppOutput
SetAppStatus sets the AppStatus field's value.
func (*RowForListAppOutput) SetAppType ¶ added in v1.1.24
func (s *RowForListAppOutput) SetAppType(v int32) *RowForListAppOutput
SetAppType sets the AppType field's value.
func (*RowForListAppOutput) SetApplyNum ¶ added in v1.1.24
func (s *RowForListAppOutput) SetApplyNum(v int64) *RowForListAppOutput
SetApplyNum sets the ApplyNum field's value.
func (*RowForListAppOutput) SetDeployStatus ¶ added in v1.1.24
func (s *RowForListAppOutput) SetDeployStatus(v int32) *RowForListAppOutput
SetDeployStatus sets the DeployStatus field's value.
func (*RowForListAppOutput) SetDeployVersionNum ¶ added in v1.1.24
func (s *RowForListAppOutput) SetDeployVersionNum(v int64) *RowForListAppOutput
SetDeployVersionNum sets the DeployVersionNum field's value.
func (*RowForListAppOutput) SetIconUrl ¶ added in v1.1.24
func (s *RowForListAppOutput) SetIconUrl(v string) *RowForListAppOutput
SetIconUrl sets the IconUrl field's value.
func (*RowForListAppOutput) SetLatestVersion ¶ added in v1.1.24
func (s *RowForListAppOutput) SetLatestVersion(v *LatestVersionForListAppOutput) *RowForListAppOutput
SetLatestVersion sets the LatestVersion field's value.
func (*RowForListAppOutput) SetPackageName ¶ added in v1.1.24
func (s *RowForListAppOutput) SetPackageName(v string) *RowForListAppOutput
SetPackageName sets the PackageName field's value.
func (*RowForListAppOutput) SetProductId ¶ added in v1.1.24
func (s *RowForListAppOutput) SetProductId(v string) *RowForListAppOutput
SetProductId sets the ProductId field's value.
func (*RowForListAppOutput) SetReadyNum ¶ added in v1.1.24
func (s *RowForListAppOutput) SetReadyNum(v int64) *RowForListAppOutput
SetReadyNum sets the ReadyNum field's value.
func (*RowForListAppOutput) SetRotation ¶ added in v1.1.24
func (s *RowForListAppOutput) SetRotation(v int32) *RowForListAppOutput
SetRotation sets the Rotation field's value.
func (RowForListAppOutput) String ¶ added in v1.1.24
func (s RowForListAppOutput) String() string
String returns the string representation
type RowForListCustomRouteOutput ¶ added in v1.1.22
type RowForListCustomRouteOutput struct {
CreateAt *int64 `type:"int64" json:",omitempty"`
CustomRouteId *string `type:"string" json:",omitempty"`
CustomRouteName *string `type:"string" json:",omitempty"`
DstIP *string `type:"string" json:",omitempty"`
ProxyCipher *string `type:"string" json:",omitempty"`
ProxyPort *int32 `type:"int32" json:",omitempty"`
ProxyProtocol *string `type:"string" json:",omitempty"`
UpdateAt *int64 `type:"int64" json:",omitempty"`
Zone *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (RowForListCustomRouteOutput) GoString ¶ added in v1.1.22
func (s RowForListCustomRouteOutput) GoString() string
GoString returns the string representation
func (*RowForListCustomRouteOutput) SetCreateAt ¶ added in v1.1.22
func (s *RowForListCustomRouteOutput) SetCreateAt(v int64) *RowForListCustomRouteOutput
SetCreateAt sets the CreateAt field's value.
func (*RowForListCustomRouteOutput) SetCustomRouteId ¶ added in v1.1.22
func (s *RowForListCustomRouteOutput) SetCustomRouteId(v string) *RowForListCustomRouteOutput
SetCustomRouteId sets the CustomRouteId field's value.
func (*RowForListCustomRouteOutput) SetCustomRouteName ¶ added in v1.1.22
func (s *RowForListCustomRouteOutput) SetCustomRouteName(v string) *RowForListCustomRouteOutput
SetCustomRouteName sets the CustomRouteName field's value.
func (*RowForListCustomRouteOutput) SetDstIP ¶ added in v1.1.22
func (s *RowForListCustomRouteOutput) SetDstIP(v string) *RowForListCustomRouteOutput
SetDstIP sets the DstIP field's value.
func (*RowForListCustomRouteOutput) SetProxyCipher ¶ added in v1.1.22
func (s *RowForListCustomRouteOutput) SetProxyCipher(v string) *RowForListCustomRouteOutput
SetProxyCipher sets the ProxyCipher field's value.
func (*RowForListCustomRouteOutput) SetProxyPort ¶ added in v1.1.22
func (s *RowForListCustomRouteOutput) SetProxyPort(v int32) *RowForListCustomRouteOutput
SetProxyPort sets the ProxyPort field's value.
func (*RowForListCustomRouteOutput) SetProxyProtocol ¶ added in v1.1.22
func (s *RowForListCustomRouteOutput) SetProxyProtocol(v string) *RowForListCustomRouteOutput
SetProxyProtocol sets the ProxyProtocol field's value.
func (*RowForListCustomRouteOutput) SetUpdateAt ¶ added in v1.1.22
func (s *RowForListCustomRouteOutput) SetUpdateAt(v int64) *RowForListCustomRouteOutput
SetUpdateAt sets the UpdateAt field's value.
func (*RowForListCustomRouteOutput) SetZone ¶ added in v1.1.22
func (s *RowForListCustomRouteOutput) SetZone(v string) *RowForListCustomRouteOutput
SetZone sets the Zone field's value.
func (RowForListCustomRouteOutput) String ¶ added in v1.1.22
func (s RowForListCustomRouteOutput) String() string
String returns the string representation
type RowForListPodOutput ¶
type RowForListPodOutput struct {
Adb *string `type:"string" json:",omitempty"`
AdbExpireTime *int64 `type:"int64" json:",omitempty"`
AdbStatus *int32 `type:"int32" json:",omitempty"`
AospVersion *string `type:"string" json:",omitempty"`
ArchiveStatus *int32 `type:"int32" json:",omitempty"`
AuthorityExpireTime *int64 `type:"int64" json:",omitempty"`
AuthorityStatus *int32 `type:"int32" json:",omitempty"`
Configuration *ConfigurationForListPodOutput `type:"structure" json:",omitempty"`
CreateAt *int64 `type:"int64" json:",omitempty"`
DNSId *string `type:"string" json:",omitempty"`
DataSize *string `type:"string" json:",omitempty"`
DataSizeUsed *string `type:"string" json:",omitempty"`
DcInfo *DcInfoForListPodOutput `type:"structure" json:",omitempty"`
DisplayLayoutId *string `type:"string" json:",omitempty"`
DownBandwidthLimit *int32 `type:"int32" json:",omitempty"`
HostId *string `type:"string" json:",omitempty"`
ImageId *string `type:"string" json:",omitempty"`
ImageName *string `type:"string" json:",omitempty"`
IntranetIP *string `type:"string" json:",omitempty"`
Online *int32 `type:"int32" json:",omitempty"`
PodId *string `type:"string" json:",omitempty"`
PodName *string `type:"string" json:",omitempty"`
PortMappingRuleList []*PortMappingRuleListForListPodOutput `type:"list" json:",omitempty"`
ProductId *string `type:"string" json:",omitempty"`
ServerTypeCode *string `type:"string" json:",omitempty"`
StreamStatus *int32 `type:"int32" json:",omitempty"`
Tag *TagForListPodOutput `type:"structure" json:",omitempty"`
UpBandwidthLimit *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (RowForListPodOutput) GoString ¶
func (s RowForListPodOutput) GoString() string
GoString returns the string representation
func (*RowForListPodOutput) SetAdb ¶
func (s *RowForListPodOutput) SetAdb(v string) *RowForListPodOutput
SetAdb sets the Adb field's value.
func (*RowForListPodOutput) SetAdbExpireTime ¶
func (s *RowForListPodOutput) SetAdbExpireTime(v int64) *RowForListPodOutput
SetAdbExpireTime sets the AdbExpireTime field's value.
func (*RowForListPodOutput) SetAdbStatus ¶
func (s *RowForListPodOutput) SetAdbStatus(v int32) *RowForListPodOutput
SetAdbStatus sets the AdbStatus field's value.
func (*RowForListPodOutput) SetAospVersion ¶
func (s *RowForListPodOutput) SetAospVersion(v string) *RowForListPodOutput
SetAospVersion sets the AospVersion field's value.
func (*RowForListPodOutput) SetArchiveStatus ¶ added in v1.1.22
func (s *RowForListPodOutput) SetArchiveStatus(v int32) *RowForListPodOutput
SetArchiveStatus sets the ArchiveStatus field's value.
func (*RowForListPodOutput) SetAuthorityExpireTime ¶
func (s *RowForListPodOutput) SetAuthorityExpireTime(v int64) *RowForListPodOutput
SetAuthorityExpireTime sets the AuthorityExpireTime field's value.
func (*RowForListPodOutput) SetAuthorityStatus ¶
func (s *RowForListPodOutput) SetAuthorityStatus(v int32) *RowForListPodOutput
SetAuthorityStatus sets the AuthorityStatus field's value.
func (*RowForListPodOutput) SetConfiguration ¶
func (s *RowForListPodOutput) SetConfiguration(v *ConfigurationForListPodOutput) *RowForListPodOutput
SetConfiguration sets the Configuration field's value.
func (*RowForListPodOutput) SetCreateAt ¶
func (s *RowForListPodOutput) SetCreateAt(v int64) *RowForListPodOutput
SetCreateAt sets the CreateAt field's value.
func (*RowForListPodOutput) SetDNSId ¶
func (s *RowForListPodOutput) SetDNSId(v string) *RowForListPodOutput
SetDNSId sets the DNSId field's value.
func (*RowForListPodOutput) SetDataSize ¶
func (s *RowForListPodOutput) SetDataSize(v string) *RowForListPodOutput
SetDataSize sets the DataSize field's value.
func (*RowForListPodOutput) SetDataSizeUsed ¶
func (s *RowForListPodOutput) SetDataSizeUsed(v string) *RowForListPodOutput
SetDataSizeUsed sets the DataSizeUsed field's value.
func (*RowForListPodOutput) SetDcInfo ¶
func (s *RowForListPodOutput) SetDcInfo(v *DcInfoForListPodOutput) *RowForListPodOutput
SetDcInfo sets the DcInfo field's value.
func (*RowForListPodOutput) SetDisplayLayoutId ¶
func (s *RowForListPodOutput) SetDisplayLayoutId(v string) *RowForListPodOutput
SetDisplayLayoutId sets the DisplayLayoutId field's value.
func (*RowForListPodOutput) SetDownBandwidthLimit ¶
func (s *RowForListPodOutput) SetDownBandwidthLimit(v int32) *RowForListPodOutput
SetDownBandwidthLimit sets the DownBandwidthLimit field's value.
func (*RowForListPodOutput) SetHostId ¶
func (s *RowForListPodOutput) SetHostId(v string) *RowForListPodOutput
SetHostId sets the HostId field's value.
func (*RowForListPodOutput) SetImageId ¶
func (s *RowForListPodOutput) SetImageId(v string) *RowForListPodOutput
SetImageId sets the ImageId field's value.
func (*RowForListPodOutput) SetImageName ¶
func (s *RowForListPodOutput) SetImageName(v string) *RowForListPodOutput
SetImageName sets the ImageName field's value.
func (*RowForListPodOutput) SetIntranetIP ¶
func (s *RowForListPodOutput) SetIntranetIP(v string) *RowForListPodOutput
SetIntranetIP sets the IntranetIP field's value.
func (*RowForListPodOutput) SetOnline ¶
func (s *RowForListPodOutput) SetOnline(v int32) *RowForListPodOutput
SetOnline sets the Online field's value.
func (*RowForListPodOutput) SetPodId ¶
func (s *RowForListPodOutput) SetPodId(v string) *RowForListPodOutput
SetPodId sets the PodId field's value.
func (*RowForListPodOutput) SetPodName ¶
func (s *RowForListPodOutput) SetPodName(v string) *RowForListPodOutput
SetPodName sets the PodName field's value.
func (*RowForListPodOutput) SetPortMappingRuleList ¶
func (s *RowForListPodOutput) SetPortMappingRuleList(v []*PortMappingRuleListForListPodOutput) *RowForListPodOutput
SetPortMappingRuleList sets the PortMappingRuleList field's value.
func (*RowForListPodOutput) SetProductId ¶
func (s *RowForListPodOutput) SetProductId(v string) *RowForListPodOutput
SetProductId sets the ProductId field's value.
func (*RowForListPodOutput) SetServerTypeCode ¶
func (s *RowForListPodOutput) SetServerTypeCode(v string) *RowForListPodOutput
SetServerTypeCode sets the ServerTypeCode field's value.
func (*RowForListPodOutput) SetStreamStatus ¶
func (s *RowForListPodOutput) SetStreamStatus(v int32) *RowForListPodOutput
SetStreamStatus sets the StreamStatus field's value.
func (*RowForListPodOutput) SetTag ¶
func (s *RowForListPodOutput) SetTag(v *TagForListPodOutput) *RowForListPodOutput
SetTag sets the Tag field's value.
func (*RowForListPodOutput) SetUpBandwidthLimit ¶
func (s *RowForListPodOutput) SetUpBandwidthLimit(v int32) *RowForListPodOutput
SetUpBandwidthLimit sets the UpBandwidthLimit field's value.
func (RowForListPodOutput) String ¶
func (s RowForListPodOutput) String() string
String returns the string representation
type SpecifyHostListForRestorePodInput ¶ added in v1.1.22
type SpecifyHostListForRestorePodInput struct {
HostId *string `type:"string" json:",omitempty"`
PodIdList []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (SpecifyHostListForRestorePodInput) GoString ¶ added in v1.1.22
func (s SpecifyHostListForRestorePodInput) GoString() string
GoString returns the string representation
func (*SpecifyHostListForRestorePodInput) SetHostId ¶ added in v1.1.22
func (s *SpecifyHostListForRestorePodInput) SetHostId(v string) *SpecifyHostListForRestorePodInput
SetHostId sets the HostId field's value.
func (*SpecifyHostListForRestorePodInput) SetPodIdList ¶ added in v1.1.22
func (s *SpecifyHostListForRestorePodInput) SetPodIdList(v []*string) *SpecifyHostListForRestorePodInput
SetPodIdList sets the PodIdList field's value.
func (SpecifyHostListForRestorePodInput) String ¶ added in v1.1.22
func (s SpecifyHostListForRestorePodInput) String() string
String returns the string representation
type StartScreenShotInput ¶ added in v1.1.24
type StartScreenShotInput struct {
DurationLimit *int32 `type:"int32" json:",omitempty"`
FileType *string `type:"string" json:",omitempty"`
Interval *int32 `type:"int32" json:",omitempty"`
PodIdList []*string `type:"list" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
Quality *int32 `type:"int32" json:",omitempty"`
Rotation *int32 `type:"int32" json:",omitempty"`
Scale *float64 `type:"double" json:",omitempty"`
TosInfo *TosInfoForStartScreenShotInput `type:"structure" json:",omitempty"`
UploadType *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (StartScreenShotInput) GoString ¶ added in v1.1.24
func (s StartScreenShotInput) GoString() string
GoString returns the string representation
func (*StartScreenShotInput) SetDurationLimit ¶ added in v1.1.24
func (s *StartScreenShotInput) SetDurationLimit(v int32) *StartScreenShotInput
SetDurationLimit sets the DurationLimit field's value.
func (*StartScreenShotInput) SetFileType ¶ added in v1.1.24
func (s *StartScreenShotInput) SetFileType(v string) *StartScreenShotInput
SetFileType sets the FileType field's value.
func (*StartScreenShotInput) SetInterval ¶ added in v1.1.24
func (s *StartScreenShotInput) SetInterval(v int32) *StartScreenShotInput
SetInterval sets the Interval field's value.
func (*StartScreenShotInput) SetPodIdList ¶ added in v1.1.24
func (s *StartScreenShotInput) SetPodIdList(v []*string) *StartScreenShotInput
SetPodIdList sets the PodIdList field's value.
func (*StartScreenShotInput) SetProductId ¶ added in v1.1.24
func (s *StartScreenShotInput) SetProductId(v string) *StartScreenShotInput
SetProductId sets the ProductId field's value.
func (*StartScreenShotInput) SetQuality ¶ added in v1.1.24
func (s *StartScreenShotInput) SetQuality(v int32) *StartScreenShotInput
SetQuality sets the Quality field's value.
func (*StartScreenShotInput) SetRotation ¶ added in v1.1.24
func (s *StartScreenShotInput) SetRotation(v int32) *StartScreenShotInput
SetRotation sets the Rotation field's value.
func (*StartScreenShotInput) SetScale ¶ added in v1.1.24
func (s *StartScreenShotInput) SetScale(v float64) *StartScreenShotInput
SetScale sets the Scale field's value.
func (*StartScreenShotInput) SetTosInfo ¶ added in v1.1.24
func (s *StartScreenShotInput) SetTosInfo(v *TosInfoForStartScreenShotInput) *StartScreenShotInput
SetTosInfo sets the TosInfo field's value.
func (*StartScreenShotInput) SetUploadType ¶ added in v1.1.24
func (s *StartScreenShotInput) SetUploadType(v int32) *StartScreenShotInput
SetUploadType sets the UploadType field's value.
func (StartScreenShotInput) String ¶ added in v1.1.24
func (s StartScreenShotInput) String() string
String returns the string representation
func (*StartScreenShotInput) Validate ¶ added in v1.1.24
func (s *StartScreenShotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartScreenShotOutput ¶ added in v1.1.24
type StartScreenShotOutput struct {
Metadata *response.ResponseMetadata
Details []*DetailForStartScreenShotOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (StartScreenShotOutput) GoString ¶ added in v1.1.24
func (s StartScreenShotOutput) GoString() string
GoString returns the string representation
func (*StartScreenShotOutput) SetDetails ¶ added in v1.1.24
func (s *StartScreenShotOutput) SetDetails(v []*DetailForStartScreenShotOutput) *StartScreenShotOutput
SetDetails sets the Details field's value.
func (StartScreenShotOutput) String ¶ added in v1.1.24
func (s StartScreenShotOutput) String() string
String returns the string representation
type StopScreenShotInput ¶ added in v1.1.24
type StopScreenShotInput struct {
PodIdList []*string `type:"list" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (StopScreenShotInput) GoString ¶ added in v1.1.24
func (s StopScreenShotInput) GoString() string
GoString returns the string representation
func (*StopScreenShotInput) SetPodIdList ¶ added in v1.1.24
func (s *StopScreenShotInput) SetPodIdList(v []*string) *StopScreenShotInput
SetPodIdList sets the PodIdList field's value.
func (*StopScreenShotInput) SetProductId ¶ added in v1.1.24
func (s *StopScreenShotInput) SetProductId(v string) *StopScreenShotInput
SetProductId sets the ProductId field's value.
func (StopScreenShotInput) String ¶ added in v1.1.24
func (s StopScreenShotInput) String() string
String returns the string representation
func (*StopScreenShotInput) Validate ¶ added in v1.1.24
func (s *StopScreenShotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopScreenShotOutput ¶ added in v1.1.24
type StopScreenShotOutput struct {
Metadata *response.ResponseMetadata
Details []*DetailForStopScreenShotOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (StopScreenShotOutput) GoString ¶ added in v1.1.24
func (s StopScreenShotOutput) GoString() string
GoString returns the string representation
func (*StopScreenShotOutput) SetDetails ¶ added in v1.1.24
func (s *StopScreenShotOutput) SetDetails(v []*DetailForStopScreenShotOutput) *StopScreenShotOutput
SetDetails sets the Details field's value.
func (StopScreenShotOutput) String ¶ added in v1.1.24
func (s StopScreenShotOutput) String() string
String returns the string representation
type TagForListPodOutput ¶
type TagForListPodOutput struct {
PodNum *int64 `type:"int64" json:",omitempty"`
ProductId *string `type:"string" json:",omitempty"`
TagDesc *string `type:"string" json:",omitempty"`
TagId *string `type:"string" json:",omitempty"`
TagName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForListPodOutput) GoString ¶
func (s TagForListPodOutput) GoString() string
GoString returns the string representation
func (*TagForListPodOutput) SetPodNum ¶
func (s *TagForListPodOutput) SetPodNum(v int64) *TagForListPodOutput
SetPodNum sets the PodNum field's value.
func (*TagForListPodOutput) SetProductId ¶
func (s *TagForListPodOutput) SetProductId(v string) *TagForListPodOutput
SetProductId sets the ProductId field's value.
func (*TagForListPodOutput) SetTagDesc ¶
func (s *TagForListPodOutput) SetTagDesc(v string) *TagForListPodOutput
SetTagDesc sets the TagDesc field's value.
func (*TagForListPodOutput) SetTagId ¶
func (s *TagForListPodOutput) SetTagId(v string) *TagForListPodOutput
SetTagId sets the TagId field's value.
func (*TagForListPodOutput) SetTagName ¶
func (s *TagForListPodOutput) SetTagName(v string) *TagForListPodOutput
SetTagName sets the TagName field's value.
func (TagForListPodOutput) String ¶
func (s TagForListPodOutput) String() string
String returns the string representation
type TosInfoForStartScreenShotInput ¶ added in v1.1.24
type TosInfoForStartScreenShotInput struct {
Bucket *string `type:"string" json:",omitempty"`
Endpoint *string `type:"string" json:",omitempty"`
Region *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TosInfoForStartScreenShotInput) GoString ¶ added in v1.1.24
func (s TosInfoForStartScreenShotInput) GoString() string
GoString returns the string representation
func (*TosInfoForStartScreenShotInput) SetBucket ¶ added in v1.1.24
func (s *TosInfoForStartScreenShotInput) SetBucket(v string) *TosInfoForStartScreenShotInput
SetBucket sets the Bucket field's value.
func (*TosInfoForStartScreenShotInput) SetEndpoint ¶ added in v1.1.24
func (s *TosInfoForStartScreenShotInput) SetEndpoint(v string) *TosInfoForStartScreenShotInput
SetEndpoint sets the Endpoint field's value.
func (*TosInfoForStartScreenShotInput) SetRegion ¶ added in v1.1.24
func (s *TosInfoForStartScreenShotInput) SetRegion(v string) *TosInfoForStartScreenShotInput
SetRegion sets the Region field's value.
func (TosInfoForStartScreenShotInput) String ¶ added in v1.1.24
func (s TosInfoForStartScreenShotInput) String() string
String returns the string representation
type UpdateCustomRouteInput ¶ added in v1.1.22
type UpdateCustomRouteInput struct {
// CustomRouteId is a required field
CustomRouteId *string `type:"string" json:",omitempty" required:"true"`
CustomRouteName *string `type:"string" json:",omitempty"`
DstIP *string `type:"string" json:",omitempty"`
// ProductId is a required field
ProductId *string `type:"string" json:",omitempty" required:"true"`
ProxyCipher *string `type:"string" json:",omitempty"`
ProxyPassword *string `type:"string" json:",omitempty"`
ProxyPort *int32 `type:"int32" json:",omitempty"`
ProxyProtocol *string `type:"string" json:",omitempty"`
ProxyUserName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateCustomRouteInput) GoString ¶ added in v1.1.22
func (s UpdateCustomRouteInput) GoString() string
GoString returns the string representation
func (*UpdateCustomRouteInput) SetCustomRouteId ¶ added in v1.1.22
func (s *UpdateCustomRouteInput) SetCustomRouteId(v string) *UpdateCustomRouteInput
SetCustomRouteId sets the CustomRouteId field's value.
func (*UpdateCustomRouteInput) SetCustomRouteName ¶ added in v1.1.22
func (s *UpdateCustomRouteInput) SetCustomRouteName(v string) *UpdateCustomRouteInput
SetCustomRouteName sets the CustomRouteName field's value.
func (*UpdateCustomRouteInput) SetDstIP ¶ added in v1.1.22
func (s *UpdateCustomRouteInput) SetDstIP(v string) *UpdateCustomRouteInput
SetDstIP sets the DstIP field's value.
func (*UpdateCustomRouteInput) SetProductId ¶ added in v1.1.22
func (s *UpdateCustomRouteInput) SetProductId(v string) *UpdateCustomRouteInput
SetProductId sets the ProductId field's value.
func (*UpdateCustomRouteInput) SetProxyCipher ¶ added in v1.1.22
func (s *UpdateCustomRouteInput) SetProxyCipher(v string) *UpdateCustomRouteInput
SetProxyCipher sets the ProxyCipher field's value.
func (*UpdateCustomRouteInput) SetProxyPassword ¶ added in v1.1.22
func (s *UpdateCustomRouteInput) SetProxyPassword(v string) *UpdateCustomRouteInput
SetProxyPassword sets the ProxyPassword field's value.
func (*UpdateCustomRouteInput) SetProxyPort ¶ added in v1.1.22
func (s *UpdateCustomRouteInput) SetProxyPort(v int32) *UpdateCustomRouteInput
SetProxyPort sets the ProxyPort field's value.
func (*UpdateCustomRouteInput) SetProxyProtocol ¶ added in v1.1.22
func (s *UpdateCustomRouteInput) SetProxyProtocol(v string) *UpdateCustomRouteInput
SetProxyProtocol sets the ProxyProtocol field's value.
func (*UpdateCustomRouteInput) SetProxyUserName ¶ added in v1.1.22
func (s *UpdateCustomRouteInput) SetProxyUserName(v string) *UpdateCustomRouteInput
SetProxyUserName sets the ProxyUserName field's value.
func (UpdateCustomRouteInput) String ¶ added in v1.1.22
func (s UpdateCustomRouteInput) String() string
String returns the string representation
func (*UpdateCustomRouteInput) Validate ¶ added in v1.1.22
func (s *UpdateCustomRouteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateCustomRouteOutput ¶ added in v1.1.22
type UpdateCustomRouteOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateCustomRouteOutput) GoString ¶ added in v1.1.22
func (s UpdateCustomRouteOutput) GoString() string
GoString returns the string representation
func (UpdateCustomRouteOutput) String ¶ added in v1.1.22
func (s UpdateCustomRouteOutput) String() string
String returns the string representation
Source Files
¶
- api_add_custom_route.go
- api_backup_pod.go
- api_cancel_backup_pod.go
- api_cancel_restore_pod.go
- api_delete_custom_route.go
- api_list_app.go
- api_list_custom_route.go
- api_list_pod.go
- api_migrate_pod.go
- api_restore_pod.go
- api_start_screen_shot.go
- api_stop_screen_shot.go
- api_update_custom_route.go
- interface_acep.go
- service_acep.go