acep

package
v1.2.9 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

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

View Source
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

type ACEP struct {
	*client.Client
}

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

func (c *ACEP) AddCustomRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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) AddPhoneTemplate added in v1.1.45

func (c *ACEP) AddPhoneTemplate(input *AddPhoneTemplateInput) (*AddPhoneTemplateOutput, error)

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

func (*ACEP) AddPhoneTemplateCommon added in v1.1.45

func (c *ACEP) AddPhoneTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) AddPhoneTemplateCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) AddPhoneTemplateCommonWithContext added in v1.1.45

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

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

See AddPhoneTemplateCommon 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) AddPhoneTemplateRequest added in v1.1.45

func (c *ACEP) AddPhoneTemplateRequest(input *AddPhoneTemplateInput) (req *request.Request, output *AddPhoneTemplateOutput)

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

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

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

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

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

func (*ACEP) AddPhoneTemplateWithContext added in v1.1.45

func (c *ACEP) AddPhoneTemplateWithContext(ctx volcengine.Context, input *AddPhoneTemplateInput, opts ...request.Option) (*AddPhoneTemplateOutput, error)

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

See AddPhoneTemplate 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) BackupData added in v1.1.42

func (c *ACEP) BackupData(input *BackupDataInput) (*BackupDataOutput, error)

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

func (*ACEP) BackupDataCommon added in v1.1.42

func (c *ACEP) BackupDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) BackupDataCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) BackupDataCommonWithContext added in v1.1.42

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

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

See BackupDataCommon 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) BackupDataRequest added in v1.1.42

func (c *ACEP) BackupDataRequest(input *BackupDataInput) (req *request.Request, output *BackupDataOutput)

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

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

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

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

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

func (*ACEP) BackupDataWithContext added in v1.1.42

func (c *ACEP) BackupDataWithContext(ctx volcengine.Context, input *BackupDataInput, opts ...request.Option) (*BackupDataOutput, error)

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

See BackupData 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

func (c *ACEP) BackupPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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) CreatePod added in v1.1.45

func (c *ACEP) CreatePod(input *CreatePodInput) (*CreatePodOutput, error)

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

func (*ACEP) CreatePodCommon added in v1.1.45

func (c *ACEP) CreatePodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) CreatePodCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) CreatePodCommonWithContext added in v1.1.45

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

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

See CreatePodCommon 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) CreatePodOneStep added in v1.1.45

func (c *ACEP) CreatePodOneStep(input *CreatePodOneStepInput) (*CreatePodOneStepOutput, error)

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

func (*ACEP) CreatePodOneStepCommon added in v1.1.45

func (c *ACEP) CreatePodOneStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) CreatePodOneStepCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) CreatePodOneStepCommonWithContext added in v1.1.45

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

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

See CreatePodOneStepCommon 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) CreatePodOneStepRequest added in v1.1.45

func (c *ACEP) CreatePodOneStepRequest(input *CreatePodOneStepInput) (req *request.Request, output *CreatePodOneStepOutput)

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

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

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

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

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

func (*ACEP) CreatePodOneStepWithContext added in v1.1.45

func (c *ACEP) CreatePodOneStepWithContext(ctx volcengine.Context, input *CreatePodOneStepInput, opts ...request.Option) (*CreatePodOneStepOutput, error)

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

See CreatePodOneStep 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) CreatePodRequest added in v1.1.45

func (c *ACEP) CreatePodRequest(input *CreatePodInput) (req *request.Request, output *CreatePodOutput)

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

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

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

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

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

func (*ACEP) CreatePodWithContext added in v1.1.45

func (c *ACEP) CreatePodWithContext(ctx volcengine.Context, input *CreatePodInput, opts ...request.Option) (*CreatePodOutput, error)

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

See CreatePod 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) DeleteBackupData added in v1.1.42

func (c *ACEP) DeleteBackupData(input *DeleteBackupDataInput) (*DeleteBackupDataOutput, error)

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

func (*ACEP) DeleteBackupDataCommon added in v1.1.42

func (c *ACEP) DeleteBackupDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) DeleteBackupDataCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) DeleteBackupDataCommonWithContext added in v1.1.42

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

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

See DeleteBackupDataCommon 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) DeleteBackupDataRequest added in v1.1.42

func (c *ACEP) DeleteBackupDataRequest(input *DeleteBackupDataInput) (req *request.Request, output *DeleteBackupDataOutput)

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

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

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

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

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

func (*ACEP) DeleteBackupDataWithContext added in v1.1.42

func (c *ACEP) DeleteBackupDataWithContext(ctx volcengine.Context, input *DeleteBackupDataInput, opts ...request.Option) (*DeleteBackupDataOutput, error)

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

See DeleteBackupData 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) GetDcBandwidthDailyPeak added in v1.1.42

func (c *ACEP) GetDcBandwidthDailyPeak(input *GetDcBandwidthDailyPeakInput) (*GetDcBandwidthDailyPeakOutput, error)

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

func (*ACEP) GetDcBandwidthDailyPeakCommon added in v1.1.42

func (c *ACEP) GetDcBandwidthDailyPeakCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) GetDcBandwidthDailyPeakCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) GetDcBandwidthDailyPeakCommonWithContext added in v1.1.42

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

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

See GetDcBandwidthDailyPeakCommon 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) GetDcBandwidthDailyPeakRequest added in v1.1.42

func (c *ACEP) GetDcBandwidthDailyPeakRequest(input *GetDcBandwidthDailyPeakInput) (req *request.Request, output *GetDcBandwidthDailyPeakOutput)

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

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

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

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

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

func (*ACEP) GetDcBandwidthDailyPeakWithContext added in v1.1.42

func (c *ACEP) GetDcBandwidthDailyPeakWithContext(ctx volcengine.Context, input *GetDcBandwidthDailyPeakInput, opts ...request.Option) (*GetDcBandwidthDailyPeakOutput, error)

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

See GetDcBandwidthDailyPeak 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) GetPhoneTemplate added in v1.1.45

func (c *ACEP) GetPhoneTemplate(input *GetPhoneTemplateInput) (*GetPhoneTemplateOutput, error)

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

func (*ACEP) GetPhoneTemplateCommon added in v1.1.45

func (c *ACEP) GetPhoneTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) GetPhoneTemplateCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) GetPhoneTemplateCommonWithContext added in v1.1.45

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

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

See GetPhoneTemplateCommon 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) GetPhoneTemplateRequest added in v1.1.45

func (c *ACEP) GetPhoneTemplateRequest(input *GetPhoneTemplateInput) (req *request.Request, output *GetPhoneTemplateOutput)

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

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

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

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

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

func (*ACEP) GetPhoneTemplateWithContext added in v1.1.45

func (c *ACEP) GetPhoneTemplateWithContext(ctx volcengine.Context, input *GetPhoneTemplateInput, opts ...request.Option) (*GetPhoneTemplateOutput, error)

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

See GetPhoneTemplate 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

func (c *ACEP) ListAppCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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) ListBackupData added in v1.1.42

func (c *ACEP) ListBackupData(input *ListBackupDataInput) (*ListBackupDataOutput, error)

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

func (*ACEP) ListBackupDataCommon added in v1.1.42

func (c *ACEP) ListBackupDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) ListBackupDataCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) ListBackupDataCommonWithContext added in v1.1.42

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

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

See ListBackupDataCommon 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) ListBackupDataRequest added in v1.1.42

func (c *ACEP) ListBackupDataRequest(input *ListBackupDataInput) (req *request.Request, output *ListBackupDataOutput)

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

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

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

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

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

func (*ACEP) ListBackupDataWithContext added in v1.1.42

func (c *ACEP) ListBackupDataWithContext(ctx volcengine.Context, input *ListBackupDataInput, opts ...request.Option) (*ListBackupDataOutput, error)

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

See ListBackupData 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) ListPhoneTemplate added in v1.1.45

func (c *ACEP) ListPhoneTemplate(input *ListPhoneTemplateInput) (*ListPhoneTemplateOutput, error)

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

func (*ACEP) ListPhoneTemplateCommon added in v1.1.45

func (c *ACEP) ListPhoneTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) ListPhoneTemplateCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) ListPhoneTemplateCommonWithContext added in v1.1.45

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

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

See ListPhoneTemplateCommon 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) ListPhoneTemplateRequest added in v1.1.45

func (c *ACEP) ListPhoneTemplateRequest(input *ListPhoneTemplateInput) (req *request.Request, output *ListPhoneTemplateOutput)

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

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

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

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

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

func (*ACEP) ListPhoneTemplateWithContext added in v1.1.45

func (c *ACEP) ListPhoneTemplateWithContext(ctx volcengine.Context, input *ListPhoneTemplateInput, opts ...request.Option) (*ListPhoneTemplateOutput, error)

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

See ListPhoneTemplate 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

func (c *ACEP) ListPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (c *ACEP) MigratePodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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) RemovePhoneTemplate added in v1.1.45

func (c *ACEP) RemovePhoneTemplate(input *RemovePhoneTemplateInput) (*RemovePhoneTemplateOutput, error)

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

func (*ACEP) RemovePhoneTemplateCommon added in v1.1.45

func (c *ACEP) RemovePhoneTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) RemovePhoneTemplateCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) RemovePhoneTemplateCommonWithContext added in v1.1.45

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

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

See RemovePhoneTemplateCommon 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) RemovePhoneTemplateRequest added in v1.1.45

func (c *ACEP) RemovePhoneTemplateRequest(input *RemovePhoneTemplateInput) (req *request.Request, output *RemovePhoneTemplateOutput)

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

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

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

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

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

func (*ACEP) RemovePhoneTemplateWithContext added in v1.1.45

func (c *ACEP) RemovePhoneTemplateWithContext(ctx volcengine.Context, input *RemovePhoneTemplateInput, opts ...request.Option) (*RemovePhoneTemplateOutput, error)

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

See RemovePhoneTemplate 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) ResetPod added in v1.1.45

func (c *ACEP) ResetPod(input *ResetPodInput) (*ResetPodOutput, error)

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

func (*ACEP) ResetPodCommon added in v1.1.45

func (c *ACEP) ResetPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) ResetPodCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) ResetPodCommonWithContext added in v1.1.45

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

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

See ResetPodCommon 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) ResetPodRequest added in v1.1.45

func (c *ACEP) ResetPodRequest(input *ResetPodInput) (req *request.Request, output *ResetPodOutput)

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

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

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

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

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

func (*ACEP) ResetPodWithContext added in v1.1.45

func (c *ACEP) ResetPodWithContext(ctx volcengine.Context, input *ResetPodInput, opts ...request.Option) (*ResetPodOutput, error)

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

See ResetPod 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) RestoreData added in v1.1.42

func (c *ACEP) RestoreData(input *RestoreDataInput) (*RestoreDataOutput, error)

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

func (*ACEP) RestoreDataCommon added in v1.1.42

func (c *ACEP) RestoreDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) RestoreDataCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) RestoreDataCommonWithContext added in v1.1.42

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

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

See RestoreDataCommon 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) RestoreDataRequest added in v1.1.42

func (c *ACEP) RestoreDataRequest(input *RestoreDataInput) (req *request.Request, output *RestoreDataOutput)

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

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

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

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

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

func (*ACEP) RestoreDataWithContext added in v1.1.42

func (c *ACEP) RestoreDataWithContext(ctx volcengine.Context, input *RestoreDataInput, opts ...request.Option) (*RestoreDataOutput, error)

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

See RestoreData 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

func (c *ACEP) RestorePodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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) StartRecording added in v1.1.50

func (c *ACEP) StartRecording(input *StartRecordingInput) (*StartRecordingOutput, error)

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

func (*ACEP) StartRecordingCommon added in v1.1.50

func (c *ACEP) StartRecordingCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) StartRecordingCommonRequest added in v1.1.50

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

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

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

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

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

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

func (*ACEP) StartRecordingCommonWithContext added in v1.1.50

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

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

See StartRecordingCommon 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) StartRecordingRequest added in v1.1.50

func (c *ACEP) StartRecordingRequest(input *StartRecordingInput) (req *request.Request, output *StartRecordingOutput)

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

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

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

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

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

func (*ACEP) StartRecordingWithContext added in v1.1.50

func (c *ACEP) StartRecordingWithContext(ctx volcengine.Context, input *StartRecordingInput, opts ...request.Option) (*StartRecordingOutput, error)

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

See StartRecording 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) StopRecording added in v1.1.50

func (c *ACEP) StopRecording(input *StopRecordingInput) (*StopRecordingOutput, error)

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

func (*ACEP) StopRecordingCommon added in v1.1.50

func (c *ACEP) StopRecordingCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) StopRecordingCommonRequest added in v1.1.50

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

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

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

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

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

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

func (*ACEP) StopRecordingCommonWithContext added in v1.1.50

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

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

See StopRecordingCommon 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) StopRecordingRequest added in v1.1.50

func (c *ACEP) StopRecordingRequest(input *StopRecordingInput) (req *request.Request, output *StopRecordingOutput)

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

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

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

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

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

func (*ACEP) StopRecordingWithContext added in v1.1.50

func (c *ACEP) StopRecordingWithContext(ctx volcengine.Context, input *StopRecordingInput, opts ...request.Option) (*StopRecordingOutput, error)

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

See StopRecording 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

func (c *ACEP) StopScreenShotCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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.

func (*ACEP) UpdatePhoneTemplate added in v1.1.45

func (c *ACEP) UpdatePhoneTemplate(input *UpdatePhoneTemplateInput) (*UpdatePhoneTemplateOutput, error)

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

func (*ACEP) UpdatePhoneTemplateCommon added in v1.1.45

func (c *ACEP) UpdatePhoneTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) UpdatePhoneTemplateCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) UpdatePhoneTemplateCommonWithContext added in v1.1.45

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

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

See UpdatePhoneTemplateCommon 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) UpdatePhoneTemplateRequest added in v1.1.45

func (c *ACEP) UpdatePhoneTemplateRequest(input *UpdatePhoneTemplateInput) (req *request.Request, output *UpdatePhoneTemplateOutput)

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

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

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

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

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

func (*ACEP) UpdatePhoneTemplateWithContext added in v1.1.45

func (c *ACEP) UpdatePhoneTemplateWithContext(ctx volcengine.Context, input *UpdatePhoneTemplateInput, opts ...request.Option) (*UpdatePhoneTemplateOutput, error)

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

See UpdatePhoneTemplate 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) UpdatePodProperty added in v1.1.45

func (c *ACEP) UpdatePodProperty(input *UpdatePodPropertyInput) (*UpdatePodPropertyOutput, error)

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

func (*ACEP) UpdatePodPropertyCommon added in v1.1.45

func (c *ACEP) UpdatePodPropertyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

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

func (*ACEP) UpdatePodPropertyCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) UpdatePodPropertyCommonWithContext added in v1.1.45

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

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

See UpdatePodPropertyCommon 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) UpdatePodPropertyRequest added in v1.1.45

func (c *ACEP) UpdatePodPropertyRequest(input *UpdatePodPropertyInput) (req *request.Request, output *UpdatePodPropertyOutput)

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

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

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

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

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

func (*ACEP) UpdatePodPropertyWithContext added in v1.1.45

func (c *ACEP) UpdatePodPropertyWithContext(ctx volcengine.Context, input *UpdatePodPropertyInput, opts ...request.Option) (*UpdatePodPropertyOutput, error)

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

See UpdatePodProperty 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)

	AddPhoneTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddPhoneTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddPhoneTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddPhoneTemplate(*AddPhoneTemplateInput) (*AddPhoneTemplateOutput, error)
	AddPhoneTemplateWithContext(volcengine.Context, *AddPhoneTemplateInput, ...request.Option) (*AddPhoneTemplateOutput, error)
	AddPhoneTemplateRequest(*AddPhoneTemplateInput) (*request.Request, *AddPhoneTemplateOutput)

	BackupDataCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BackupDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BackupDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BackupData(*BackupDataInput) (*BackupDataOutput, error)
	BackupDataWithContext(volcengine.Context, *BackupDataInput, ...request.Option) (*BackupDataOutput, error)
	BackupDataRequest(*BackupDataInput) (*request.Request, *BackupDataOutput)

	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)

	CreatePodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePod(*CreatePodInput) (*CreatePodOutput, error)
	CreatePodWithContext(volcengine.Context, *CreatePodInput, ...request.Option) (*CreatePodOutput, error)
	CreatePodRequest(*CreatePodInput) (*request.Request, *CreatePodOutput)

	CreatePodOneStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePodOneStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePodOneStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePodOneStep(*CreatePodOneStepInput) (*CreatePodOneStepOutput, error)
	CreatePodOneStepWithContext(volcengine.Context, *CreatePodOneStepInput, ...request.Option) (*CreatePodOneStepOutput, error)
	CreatePodOneStepRequest(*CreatePodOneStepInput) (*request.Request, *CreatePodOneStepOutput)

	DeleteBackupDataCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteBackupDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteBackupDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteBackupData(*DeleteBackupDataInput) (*DeleteBackupDataOutput, error)
	DeleteBackupDataWithContext(volcengine.Context, *DeleteBackupDataInput, ...request.Option) (*DeleteBackupDataOutput, error)
	DeleteBackupDataRequest(*DeleteBackupDataInput) (*request.Request, *DeleteBackupDataOutput)

	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)

	GetDcBandwidthDailyPeakCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetDcBandwidthDailyPeakCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetDcBandwidthDailyPeakCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetDcBandwidthDailyPeak(*GetDcBandwidthDailyPeakInput) (*GetDcBandwidthDailyPeakOutput, error)
	GetDcBandwidthDailyPeakWithContext(volcengine.Context, *GetDcBandwidthDailyPeakInput, ...request.Option) (*GetDcBandwidthDailyPeakOutput, error)
	GetDcBandwidthDailyPeakRequest(*GetDcBandwidthDailyPeakInput) (*request.Request, *GetDcBandwidthDailyPeakOutput)

	GetPhoneTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetPhoneTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetPhoneTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetPhoneTemplate(*GetPhoneTemplateInput) (*GetPhoneTemplateOutput, error)
	GetPhoneTemplateWithContext(volcengine.Context, *GetPhoneTemplateInput, ...request.Option) (*GetPhoneTemplateOutput, error)
	GetPhoneTemplateRequest(*GetPhoneTemplateInput) (*request.Request, *GetPhoneTemplateOutput)

	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)

	ListBackupDataCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListBackupDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListBackupDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListBackupData(*ListBackupDataInput) (*ListBackupDataOutput, error)
	ListBackupDataWithContext(volcengine.Context, *ListBackupDataInput, ...request.Option) (*ListBackupDataOutput, error)
	ListBackupDataRequest(*ListBackupDataInput) (*request.Request, *ListBackupDataOutput)

	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)

	ListPhoneTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListPhoneTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListPhoneTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListPhoneTemplate(*ListPhoneTemplateInput) (*ListPhoneTemplateOutput, error)
	ListPhoneTemplateWithContext(volcengine.Context, *ListPhoneTemplateInput, ...request.Option) (*ListPhoneTemplateOutput, error)
	ListPhoneTemplateRequest(*ListPhoneTemplateInput) (*request.Request, *ListPhoneTemplateOutput)

	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)

	RemovePhoneTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RemovePhoneTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RemovePhoneTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RemovePhoneTemplate(*RemovePhoneTemplateInput) (*RemovePhoneTemplateOutput, error)
	RemovePhoneTemplateWithContext(volcengine.Context, *RemovePhoneTemplateInput, ...request.Option) (*RemovePhoneTemplateOutput, error)
	RemovePhoneTemplateRequest(*RemovePhoneTemplateInput) (*request.Request, *RemovePhoneTemplateOutput)

	ResetPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResetPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResetPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResetPod(*ResetPodInput) (*ResetPodOutput, error)
	ResetPodWithContext(volcengine.Context, *ResetPodInput, ...request.Option) (*ResetPodOutput, error)
	ResetPodRequest(*ResetPodInput) (*request.Request, *ResetPodOutput)

	RestoreDataCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestoreDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestoreDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestoreData(*RestoreDataInput) (*RestoreDataOutput, error)
	RestoreDataWithContext(volcengine.Context, *RestoreDataInput, ...request.Option) (*RestoreDataOutput, error)
	RestoreDataRequest(*RestoreDataInput) (*request.Request, *RestoreDataOutput)

	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)

	StartRecordingCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartRecordingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartRecordingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartRecording(*StartRecordingInput) (*StartRecordingOutput, error)
	StartRecordingWithContext(volcengine.Context, *StartRecordingInput, ...request.Option) (*StartRecordingOutput, error)
	StartRecordingRequest(*StartRecordingInput) (*request.Request, *StartRecordingOutput)

	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)

	StopRecordingCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopRecordingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopRecordingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopRecording(*StopRecordingInput) (*StopRecordingOutput, error)
	StopRecordingWithContext(volcengine.Context, *StopRecordingInput, ...request.Option) (*StopRecordingOutput, error)
	StopRecordingRequest(*StopRecordingInput) (*request.Request, *StopRecordingOutput)

	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)

	UpdatePhoneTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdatePhoneTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdatePhoneTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdatePhoneTemplate(*UpdatePhoneTemplateInput) (*UpdatePhoneTemplateOutput, error)
	UpdatePhoneTemplateWithContext(volcengine.Context, *UpdatePhoneTemplateInput, ...request.Option) (*UpdatePhoneTemplateOutput, error)
	UpdatePhoneTemplateRequest(*UpdatePhoneTemplateInput) (*request.Request, *UpdatePhoneTemplateOutput)

	UpdatePodPropertyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdatePodPropertyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdatePodPropertyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdatePodProperty(*UpdatePodPropertyInput) (*UpdatePodPropertyOutput, error)
	UpdatePodPropertyWithContext(volcengine.Context, *UpdatePodPropertyInput, ...request.Option) (*UpdatePodPropertyOutput, error)
	UpdatePodPropertyRequest(*UpdatePodPropertyInput) (*request.Request, *UpdatePodPropertyOutput)
}

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

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

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

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 AddPhoneTemplateInput added in v1.1.45

type AddPhoneTemplateInput struct {

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

	OverlayPersistProperty []*OverlayPersistPropertyForAddPhoneTemplateInput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForAddPhoneTemplateInput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForAddPhoneTemplateInput `type:"list" json:",omitempty"`

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

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

func (AddPhoneTemplateInput) GoString added in v1.1.45

func (s AddPhoneTemplateInput) GoString() string

GoString returns the string representation

func (*AddPhoneTemplateInput) SetAospVersion added in v1.1.45

func (s *AddPhoneTemplateInput) SetAospVersion(v string) *AddPhoneTemplateInput

SetAospVersion sets the AospVersion field's value.

func (*AddPhoneTemplateInput) SetOverlayPersistProperty added in v1.1.45

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*AddPhoneTemplateInput) SetOverlayProperty added in v1.1.45

SetOverlayProperty sets the OverlayProperty field's value.

func (*AddPhoneTemplateInput) SetOverlaySettings added in v1.1.45

SetOverlaySettings sets the OverlaySettings field's value.

func (*AddPhoneTemplateInput) SetPhoneTemplateName added in v1.1.45

func (s *AddPhoneTemplateInput) SetPhoneTemplateName(v string) *AddPhoneTemplateInput

SetPhoneTemplateName sets the PhoneTemplateName field's value.

func (*AddPhoneTemplateInput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (AddPhoneTemplateInput) String added in v1.1.45

func (s AddPhoneTemplateInput) String() string

String returns the string representation

func (*AddPhoneTemplateInput) Validate added in v1.1.45

func (s *AddPhoneTemplateInput) Validate() error

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

type AddPhoneTemplateOutput added in v1.1.45

type AddPhoneTemplateOutput struct {
	Metadata *response.ResponseMetadata

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

func (AddPhoneTemplateOutput) GoString added in v1.1.45

func (s AddPhoneTemplateOutput) GoString() string

GoString returns the string representation

func (*AddPhoneTemplateOutput) SetPhoneTemplateId added in v1.1.45

func (s *AddPhoneTemplateOutput) SetPhoneTemplateId(v string) *AddPhoneTemplateOutput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (AddPhoneTemplateOutput) String added in v1.1.45

func (s AddPhoneTemplateOutput) String() string

String returns the string representation

type AppListForCreatePodOneStepInput added in v1.1.45

type AppListForCreatePodOneStepInput struct {
	AppId *string `type:"string" json:",omitempty"`

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

func (AppListForCreatePodOneStepInput) GoString added in v1.1.45

GoString returns the string representation

func (*AppListForCreatePodOneStepInput) SetAppId added in v1.1.45

SetAppId sets the AppId field's value.

func (*AppListForCreatePodOneStepInput) SetVersionId added in v1.1.45

SetVersionId sets the VersionId field's value.

func (AppListForCreatePodOneStepInput) String added in v1.1.45

String returns the string representation

type BackupDataInput added in v1.1.42

type BackupDataInput struct {
	Description *string `type:"string" json:",omitempty"`

	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 (BackupDataInput) GoString added in v1.1.42

func (s BackupDataInput) GoString() string

GoString returns the string representation

func (*BackupDataInput) SetDescription added in v1.1.42

func (s *BackupDataInput) SetDescription(v string) *BackupDataInput

SetDescription sets the Description field's value.

func (*BackupDataInput) SetPodIdList added in v1.1.42

func (s *BackupDataInput) SetPodIdList(v []*string) *BackupDataInput

SetPodIdList sets the PodIdList field's value.

func (*BackupDataInput) SetProductId added in v1.1.42

func (s *BackupDataInput) SetProductId(v string) *BackupDataInput

SetProductId sets the ProductId field's value.

func (BackupDataInput) String added in v1.1.42

func (s BackupDataInput) String() string

String returns the string representation

func (*BackupDataInput) Validate added in v1.1.42

func (s *BackupDataInput) Validate() error

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

type BackupDataOutput added in v1.1.42

type BackupDataOutput struct {
	Metadata *response.ResponseMetadata

	Details []*DetailForBackupDataOutput `type:"list" json:",omitempty"`

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

func (BackupDataOutput) GoString added in v1.1.42

func (s BackupDataOutput) GoString() string

GoString returns the string representation

func (*BackupDataOutput) SetDetails added in v1.1.42

SetDetails sets the Details field's value.

func (*BackupDataOutput) SetTaskIdList added in v1.1.42

func (s *BackupDataOutput) SetTaskIdList(v []*string) *BackupDataOutput

SetTaskIdList sets the TaskIdList field's value.

func (BackupDataOutput) String added in v1.1.42

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

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

GoString returns the string representation

func (*ConfigurationForListPodOutput) SetConfigurationCode

SetConfigurationCode sets the ConfigurationCode field's value.

func (*ConfigurationForListPodOutput) SetConfigurationName

SetConfigurationName sets the ConfigurationName field's value.

func (*ConfigurationForListPodOutput) SetConfigurationType

SetConfigurationType sets the ConfigurationType field's value.

func (*ConfigurationForListPodOutput) SetServerTypeCode

SetServerTypeCode sets the ServerTypeCode field's value.

func (ConfigurationForListPodOutput) String

String returns the string representation

type CreatePodInput added in v1.1.45

type CreatePodInput struct {
	ConfigurationCode *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

	OverlayPersistProperty []*OverlayPersistPropertyForCreatePodInput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForCreatePodInput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForCreatePodInput `type:"list" json:",omitempty"`

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

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

	PodSpecList []*PodSpecListForCreatePodInput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

func (CreatePodInput) GoString added in v1.1.45

func (s CreatePodInput) GoString() string

GoString returns the string representation

func (*CreatePodInput) SetConfigurationCode added in v1.1.45

func (s *CreatePodInput) SetConfigurationCode(v string) *CreatePodInput

SetConfigurationCode sets the ConfigurationCode field's value.

func (*CreatePodInput) SetCustomRouteId added in v1.1.45

func (s *CreatePodInput) SetCustomRouteId(v string) *CreatePodInput

SetCustomRouteId sets the CustomRouteId field's value.

func (*CreatePodInput) SetDNSId added in v1.1.45

func (s *CreatePodInput) SetDNSId(v string) *CreatePodInput

SetDNSId sets the DNSId field's value.

func (*CreatePodInput) SetDataSize added in v1.1.45

func (s *CreatePodInput) SetDataSize(v string) *CreatePodInput

SetDataSize sets the DataSize field's value.

func (*CreatePodInput) SetDc added in v1.1.45

func (s *CreatePodInput) SetDc(v string) *CreatePodInput

SetDc sets the Dc field's value.

func (*CreatePodInput) SetDisplayLayoutId added in v1.1.45

func (s *CreatePodInput) SetDisplayLayoutId(v string) *CreatePodInput

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*CreatePodInput) SetDownBandwidthLimit added in v1.1.45

func (s *CreatePodInput) SetDownBandwidthLimit(v int32) *CreatePodInput

SetDownBandwidthLimit sets the DownBandwidthLimit field's value.

func (*CreatePodInput) SetHostId added in v1.1.45

func (s *CreatePodInput) SetHostId(v string) *CreatePodInput

SetHostId sets the HostId field's value.

func (*CreatePodInput) SetIPWhiteList added in v1.1.45

func (s *CreatePodInput) SetIPWhiteList(v string) *CreatePodInput

SetIPWhiteList sets the IPWhiteList field's value.

func (*CreatePodInput) SetImageId added in v1.1.45

func (s *CreatePodInput) SetImageId(v string) *CreatePodInput

SetImageId sets the ImageId field's value.

func (*CreatePodInput) SetOverlayPersistProperty added in v1.1.45

func (s *CreatePodInput) SetOverlayPersistProperty(v []*OverlayPersistPropertyForCreatePodInput) *CreatePodInput

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*CreatePodInput) SetOverlayProperty added in v1.1.45

func (s *CreatePodInput) SetOverlayProperty(v []*OverlayPropertyForCreatePodInput) *CreatePodInput

SetOverlayProperty sets the OverlayProperty field's value.

func (*CreatePodInput) SetOverlaySettings added in v1.1.45

func (s *CreatePodInput) SetOverlaySettings(v []*OverlaySettingForCreatePodInput) *CreatePodInput

SetOverlaySettings sets the OverlaySettings field's value.

func (*CreatePodInput) SetPhoneTemplateId added in v1.1.45

func (s *CreatePodInput) SetPhoneTemplateId(v string) *CreatePodInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*CreatePodInput) SetPodName added in v1.1.45

func (s *CreatePodInput) SetPodName(v string) *CreatePodInput

SetPodName sets the PodName field's value.

func (*CreatePodInput) SetPodSpecList added in v1.1.45

SetPodSpecList sets the PodSpecList field's value.

func (*CreatePodInput) SetPortMappingRuleIdList added in v1.1.45

func (s *CreatePodInput) SetPortMappingRuleIdList(v []*string) *CreatePodInput

SetPortMappingRuleIdList sets the PortMappingRuleIdList field's value.

func (*CreatePodInput) SetProductId added in v1.1.45

func (s *CreatePodInput) SetProductId(v string) *CreatePodInput

SetProductId sets the ProductId field's value.

func (*CreatePodInput) SetResourceType added in v1.1.45

func (s *CreatePodInput) SetResourceType(v int32) *CreatePodInput

SetResourceType sets the ResourceType field's value.

func (*CreatePodInput) SetStart added in v1.1.45

func (s *CreatePodInput) SetStart(v bool) *CreatePodInput

SetStart sets the Start field's value.

func (*CreatePodInput) SetTagId added in v1.1.45

func (s *CreatePodInput) SetTagId(v string) *CreatePodInput

SetTagId sets the TagId field's value.

func (*CreatePodInput) SetUpBandwidthLimit added in v1.1.45

func (s *CreatePodInput) SetUpBandwidthLimit(v int32) *CreatePodInput

SetUpBandwidthLimit sets the UpBandwidthLimit field's value.

func (*CreatePodInput) SetUsePhoneTemplate added in v1.1.45

func (s *CreatePodInput) SetUsePhoneTemplate(v int32) *CreatePodInput

SetUsePhoneTemplate sets the UsePhoneTemplate field's value.

func (CreatePodInput) String added in v1.1.45

func (s CreatePodInput) String() string

String returns the string representation

func (*CreatePodInput) Validate added in v1.1.45

func (s *CreatePodInput) Validate() error

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

type CreatePodOneStepInput added in v1.1.45

type CreatePodOneStepInput struct {
	AppList []*AppListForCreatePodOneStepInput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

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

	OverlayPersistProperty []*OverlayPersistPropertyForCreatePodOneStepInput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForCreatePodOneStepInput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForCreatePodOneStepInput `type:"list" json:",omitempty"`

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

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

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

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

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

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

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

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

func (CreatePodOneStepInput) GoString added in v1.1.45

func (s CreatePodOneStepInput) GoString() string

GoString returns the string representation

func (*CreatePodOneStepInput) SetAppList added in v1.1.45

SetAppList sets the AppList field's value.

func (*CreatePodOneStepInput) SetConfigurationCode added in v1.1.45

func (s *CreatePodOneStepInput) SetConfigurationCode(v string) *CreatePodOneStepInput

SetConfigurationCode sets the ConfigurationCode field's value.

func (*CreatePodOneStepInput) SetCustomRouteId added in v1.1.45

func (s *CreatePodOneStepInput) SetCustomRouteId(v string) *CreatePodOneStepInput

SetCustomRouteId sets the CustomRouteId field's value.

func (*CreatePodOneStepInput) SetDNSId added in v1.1.45

SetDNSId sets the DNSId field's value.

func (*CreatePodOneStepInput) SetDataSize added in v1.1.45

SetDataSize sets the DataSize field's value.

func (*CreatePodOneStepInput) SetDc added in v1.1.45

SetDc sets the Dc field's value.

func (*CreatePodOneStepInput) SetDisplayLayoutId added in v1.1.45

func (s *CreatePodOneStepInput) SetDisplayLayoutId(v string) *CreatePodOneStepInput

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*CreatePodOneStepInput) SetDownBandwidthLimit added in v1.1.45

func (s *CreatePodOneStepInput) SetDownBandwidthLimit(v int32) *CreatePodOneStepInput

SetDownBandwidthLimit sets the DownBandwidthLimit field's value.

func (*CreatePodOneStepInput) SetHostId added in v1.1.45

SetHostId sets the HostId field's value.

func (*CreatePodOneStepInput) SetIPWhiteList added in v1.1.45

func (s *CreatePodOneStepInput) SetIPWhiteList(v string) *CreatePodOneStepInput

SetIPWhiteList sets the IPWhiteList field's value.

func (*CreatePodOneStepInput) SetImageId added in v1.1.45

SetImageId sets the ImageId field's value.

func (*CreatePodOneStepInput) SetIsPreinstall added in v1.1.45

func (s *CreatePodOneStepInput) SetIsPreinstall(v bool) *CreatePodOneStepInput

SetIsPreinstall sets the IsPreinstall field's value.

func (*CreatePodOneStepInput) SetOverlayPersistProperty added in v1.1.45

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*CreatePodOneStepInput) SetOverlayProperty added in v1.1.45

SetOverlayProperty sets the OverlayProperty field's value.

func (*CreatePodOneStepInput) SetOverlaySettings added in v1.1.45

SetOverlaySettings sets the OverlaySettings field's value.

func (*CreatePodOneStepInput) SetPhoneTemplateId added in v1.1.45

func (s *CreatePodOneStepInput) SetPhoneTemplateId(v string) *CreatePodOneStepInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*CreatePodOneStepInput) SetPodName added in v1.1.45

SetPodName sets the PodName field's value.

func (*CreatePodOneStepInput) SetPortMappingRuleIdList added in v1.1.45

func (s *CreatePodOneStepInput) SetPortMappingRuleIdList(v []*string) *CreatePodOneStepInput

SetPortMappingRuleIdList sets the PortMappingRuleIdList field's value.

func (*CreatePodOneStepInput) SetProductId added in v1.1.45

SetProductId sets the ProductId field's value.

func (*CreatePodOneStepInput) SetResourceType added in v1.1.45

func (s *CreatePodOneStepInput) SetResourceType(v int32) *CreatePodOneStepInput

SetResourceType sets the ResourceType field's value.

func (*CreatePodOneStepInput) SetTagId added in v1.1.45

SetTagId sets the TagId field's value.

func (*CreatePodOneStepInput) SetUpBandwidthLimit added in v1.1.45

func (s *CreatePodOneStepInput) SetUpBandwidthLimit(v int32) *CreatePodOneStepInput

SetUpBandwidthLimit sets the UpBandwidthLimit field's value.

func (*CreatePodOneStepInput) SetUsePhoneTemplate added in v1.1.45

func (s *CreatePodOneStepInput) SetUsePhoneTemplate(v int32) *CreatePodOneStepInput

SetUsePhoneTemplate sets the UsePhoneTemplate field's value.

func (CreatePodOneStepInput) String added in v1.1.45

func (s CreatePodOneStepInput) String() string

String returns the string representation

func (*CreatePodOneStepInput) Validate added in v1.1.45

func (s *CreatePodOneStepInput) Validate() error

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

type CreatePodOneStepOutput added in v1.1.45

type CreatePodOneStepOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

func (CreatePodOneStepOutput) GoString added in v1.1.45

func (s CreatePodOneStepOutput) GoString() string

GoString returns the string representation

func (*CreatePodOneStepOutput) SetPodId added in v1.1.45

SetPodId sets the PodId field's value.

func (*CreatePodOneStepOutput) SetTaskAction added in v1.1.45

SetTaskAction sets the TaskAction field's value.

func (*CreatePodOneStepOutput) SetTaskId added in v1.1.45

SetTaskId sets the TaskId field's value.

func (CreatePodOneStepOutput) String added in v1.1.45

func (s CreatePodOneStepOutput) String() string

String returns the string representation

type CreatePodOutput added in v1.1.45

type CreatePodOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (CreatePodOutput) GoString added in v1.1.45

func (s CreatePodOutput) GoString() string

GoString returns the string representation

func (*CreatePodOutput) SetPodId added in v1.1.45

func (s *CreatePodOutput) SetPodId(v string) *CreatePodOutput

SetPodId sets the PodId field's value.

func (*CreatePodOutput) SetPodIdList added in v1.1.45

func (s *CreatePodOutput) SetPodIdList(v []*string) *CreatePodOutput

SetPodIdList sets the PodIdList field's value.

func (CreatePodOutput) String added in v1.1.45

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

SetDc sets the Dc field's value.

func (*DcInfoForListPodOutput) SetDcName

SetDcName sets the DcName field's value.

func (*DcInfoForListPodOutput) SetIsp

SetIsp sets the Isp field's value.

func (*DcInfoForListPodOutput) SetRegion

SetRegion sets the Region field's value.

func (*DcInfoForListPodOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DcInfoForListPodOutput) String

func (s DcInfoForListPodOutput) String() string

String returns the string representation

type DeleteBackupDataInput added in v1.1.42

type DeleteBackupDataInput struct {
	BackupDataIdList []*string `type:"list" json:",omitempty"`

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

func (DeleteBackupDataInput) GoString added in v1.1.42

func (s DeleteBackupDataInput) GoString() string

GoString returns the string representation

func (*DeleteBackupDataInput) SetBackupDataIdList added in v1.1.42

func (s *DeleteBackupDataInput) SetBackupDataIdList(v []*string) *DeleteBackupDataInput

SetBackupDataIdList sets the BackupDataIdList field's value.

func (*DeleteBackupDataInput) SetProductId added in v1.1.42

SetProductId sets the ProductId field's value.

func (DeleteBackupDataInput) String added in v1.1.42

func (s DeleteBackupDataInput) String() string

String returns the string representation

func (*DeleteBackupDataInput) Validate added in v1.1.42

func (s *DeleteBackupDataInput) Validate() error

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

type DeleteBackupDataOutput added in v1.1.42

type DeleteBackupDataOutput struct {
	Metadata *response.ResponseMetadata

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

func (DeleteBackupDataOutput) GoString added in v1.1.42

func (s DeleteBackupDataOutput) GoString() string

GoString returns the string representation

func (*DeleteBackupDataOutput) SetDetails added in v1.1.42

SetDetails sets the Details field's value.

func (DeleteBackupDataOutput) String added in v1.1.42

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

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 DetailForBackupDataOutput added in v1.1.42

type DetailForBackupDataOutput struct {
	BackupDataId *string `type:"string" json:",omitempty"`

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

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

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

func (DetailForBackupDataOutput) GoString added in v1.1.42

func (s DetailForBackupDataOutput) GoString() string

GoString returns the string representation

func (*DetailForBackupDataOutput) SetBackupDataId added in v1.1.42

SetBackupDataId sets the BackupDataId field's value.

func (*DetailForBackupDataOutput) SetJobId added in v1.1.42

SetJobId sets the JobId field's value.

func (*DetailForBackupDataOutput) SetPodId added in v1.1.42

SetPodId sets the PodId field's value.

func (*DetailForBackupDataOutput) SetTaskId added in v1.1.42

SetTaskId sets the TaskId field's value.

func (DetailForBackupDataOutput) String added in v1.1.42

func (s DetailForBackupDataOutput) String() string

String returns the string representation

type DetailForDeleteBackupDataOutput added in v1.1.42

type DetailForDeleteBackupDataOutput struct {
	BackupDataId *string `type:"string" json:",omitempty"`

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

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

func (DetailForDeleteBackupDataOutput) GoString added in v1.1.42

GoString returns the string representation

func (*DetailForDeleteBackupDataOutput) SetBackupDataId added in v1.1.42

SetBackupDataId sets the BackupDataId field's value.

func (*DetailForDeleteBackupDataOutput) SetErrCode added in v1.1.42

SetErrCode sets the ErrCode field's value.

func (*DetailForDeleteBackupDataOutput) SetErrMsg added in v1.1.42

SetErrMsg sets the ErrMsg field's value.

func (DetailForDeleteBackupDataOutput) String added in v1.1.42

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

SetErrCode sets the ErrCode field's value.

func (*DetailForMigratePodOutput) SetErrMsg added in v1.1.22

SetErrMsg sets the ErrMsg field's value.

func (*DetailForMigratePodOutput) SetPodId added in v1.1.22

SetPodId sets the PodId field's value.

func (*DetailForMigratePodOutput) SetSuccess added in v1.1.22

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 DetailForRestoreDataOutput added in v1.1.42

type DetailForRestoreDataOutput struct {
	JobId *string `type:"string" json:",omitempty"`

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

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

func (DetailForRestoreDataOutput) GoString added in v1.1.42

func (s DetailForRestoreDataOutput) GoString() string

GoString returns the string representation

func (*DetailForRestoreDataOutput) SetJobId added in v1.1.42

SetJobId sets the JobId field's value.

func (*DetailForRestoreDataOutput) SetPodId added in v1.1.42

SetPodId sets the PodId field's value.

func (*DetailForRestoreDataOutput) SetTaskId added in v1.1.42

SetTaskId sets the TaskId field's value.

func (DetailForRestoreDataOutput) String added in v1.1.42

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

GoString returns the string representation

func (*DetailForStartScreenShotOutput) SetDownloadUrl added in v1.1.24

SetDownloadUrl sets the DownloadUrl field's value.

func (*DetailForStartScreenShotOutput) SetErrorCode added in v1.1.24

SetErrorCode sets the ErrorCode field's value.

func (*DetailForStartScreenShotOutput) SetErrorMsg added in v1.1.24

SetErrorMsg sets the ErrorMsg field's value.

func (*DetailForStartScreenShotOutput) SetExpireAt added in v1.1.24

SetExpireAt sets the ExpireAt field's value.

func (*DetailForStartScreenShotOutput) SetHeight added in v1.1.24

SetHeight sets the Height field's value.

func (*DetailForStartScreenShotOutput) SetPodId added in v1.1.24

SetPodId sets the PodId field's value.

func (*DetailForStartScreenShotOutput) SetWidth added in v1.1.24

SetWidth sets the Width field's value.

func (DetailForStartScreenShotOutput) String added in v1.1.24

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

GoString returns the string representation

func (*DetailForStopScreenShotOutput) SetDownloadUrl added in v1.1.24

SetDownloadUrl sets the DownloadUrl field's value.

func (*DetailForStopScreenShotOutput) SetErrorCode added in v1.1.24

SetErrorCode sets the ErrorCode field's value.

func (*DetailForStopScreenShotOutput) SetErrorMsg added in v1.1.24

SetErrorMsg sets the ErrorMsg field's value.

func (*DetailForStopScreenShotOutput) SetExpireAt added in v1.1.24

SetExpireAt sets the ExpireAt field's value.

func (*DetailForStopScreenShotOutput) SetHeight added in v1.1.24

SetHeight sets the Height field's value.

func (*DetailForStopScreenShotOutput) SetPodId added in v1.1.24

SetPodId sets the PodId field's value.

func (*DetailForStopScreenShotOutput) SetWidth added in v1.1.24

SetWidth sets the Width field's value.

func (DetailForStopScreenShotOutput) String added in v1.1.24

String returns the string representation

type GetDcBandwidthDailyPeakInput added in v1.1.42

type GetDcBandwidthDailyPeakInput struct {
	DcIdList []*string `type:"list" json:",omitempty"`

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

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

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

func (GetDcBandwidthDailyPeakInput) GoString added in v1.1.42

func (s GetDcBandwidthDailyPeakInput) GoString() string

GoString returns the string representation

func (*GetDcBandwidthDailyPeakInput) SetDcIdList added in v1.1.42

SetDcIdList sets the DcIdList field's value.

func (*GetDcBandwidthDailyPeakInput) SetEndDate added in v1.1.42

SetEndDate sets the EndDate field's value.

func (*GetDcBandwidthDailyPeakInput) SetProductId added in v1.1.42

SetProductId sets the ProductId field's value.

func (*GetDcBandwidthDailyPeakInput) SetStartDate added in v1.1.42

SetStartDate sets the StartDate field's value.

func (GetDcBandwidthDailyPeakInput) String added in v1.1.42

String returns the string representation

func (*GetDcBandwidthDailyPeakInput) Validate added in v1.1.42

func (s *GetDcBandwidthDailyPeakInput) Validate() error

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

type GetDcBandwidthDailyPeakOutput added in v1.1.42

type GetDcBandwidthDailyPeakOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetDcBandwidthDailyPeakOutput) GoString added in v1.1.42

GoString returns the string representation

func (*GetDcBandwidthDailyPeakOutput) SetRow added in v1.1.42

SetRow sets the Row field's value.

func (GetDcBandwidthDailyPeakOutput) String added in v1.1.42

String returns the string representation

type GetPhoneTemplateInput added in v1.1.45

type GetPhoneTemplateInput struct {

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

func (GetPhoneTemplateInput) GoString added in v1.1.45

func (s GetPhoneTemplateInput) GoString() string

GoString returns the string representation

func (*GetPhoneTemplateInput) SetPhoneTemplateId added in v1.1.45

func (s *GetPhoneTemplateInput) SetPhoneTemplateId(v string) *GetPhoneTemplateInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (GetPhoneTemplateInput) String added in v1.1.45

func (s GetPhoneTemplateInput) String() string

String returns the string representation

func (*GetPhoneTemplateInput) Validate added in v1.1.45

func (s *GetPhoneTemplateInput) Validate() error

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

type GetPhoneTemplateOutput added in v1.1.45

type GetPhoneTemplateOutput struct {
	Metadata *response.ResponseMetadata

	PhoneTemplate *PhoneTemplateForGetPhoneTemplateOutput `type:"structure" json:",omitempty"`

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

func (GetPhoneTemplateOutput) GoString added in v1.1.45

func (s GetPhoneTemplateOutput) GoString() string

GoString returns the string representation

func (*GetPhoneTemplateOutput) SetPhoneTemplate added in v1.1.45

SetPhoneTemplate sets the PhoneTemplate field's value.

func (*GetPhoneTemplateOutput) SetTags added in v1.1.45

SetTags sets the Tags field's value.

func (GetPhoneTemplateOutput) String added in v1.1.45

func (s GetPhoneTemplateOutput) String() string

String returns the string representation

type JobForResetPodOutput added in v1.1.45

type JobForResetPodOutput struct {
	BackupDataId *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

func (JobForResetPodOutput) GoString added in v1.1.45

func (s JobForResetPodOutput) GoString() string

GoString returns the string representation

func (*JobForResetPodOutput) SetBackupDataId added in v1.1.45

func (s *JobForResetPodOutput) SetBackupDataId(v string) *JobForResetPodOutput

SetBackupDataId sets the BackupDataId field's value.

func (*JobForResetPodOutput) SetHostId added in v1.1.45

SetHostId sets the HostId field's value.

func (*JobForResetPodOutput) SetJobAction added in v1.1.45

func (s *JobForResetPodOutput) SetJobAction(v string) *JobForResetPodOutput

SetJobAction sets the JobAction field's value.

func (*JobForResetPodOutput) SetJobId added in v1.1.45

SetJobId sets the JobId field's value.

func (*JobForResetPodOutput) SetJobMessage added in v1.1.45

func (s *JobForResetPodOutput) SetJobMessage(v string) *JobForResetPodOutput

SetJobMessage sets the JobMessage field's value.

func (*JobForResetPodOutput) SetPackageName added in v1.1.45

func (s *JobForResetPodOutput) SetPackageName(v string) *JobForResetPodOutput

SetPackageName sets the PackageName field's value.

func (*JobForResetPodOutput) SetPodId added in v1.1.45

SetPodId sets the PodId field's value.

func (*JobForResetPodOutput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (JobForResetPodOutput) String added in v1.1.45

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

GoString returns the string representation

func (*LatestVersionForListAppOutput) SetAppId added in v1.1.24

SetAppId sets the AppId field's value.

func (*LatestVersionForListAppOutput) SetAppVersionDesc added in v1.1.24

SetAppVersionDesc sets the AppVersionDesc field's value.

func (*LatestVersionForListAppOutput) SetDownloadUrl added in v1.1.24

SetDownloadUrl sets the DownloadUrl field's value.

func (*LatestVersionForListAppOutput) SetMD5 added in v1.1.24

SetMD5 sets the MD5 field's value.

func (*LatestVersionForListAppOutput) SetPackageName added in v1.1.24

SetPackageName sets the PackageName field's value.

func (*LatestVersionForListAppOutput) SetVersionCode added in v1.1.24

SetVersionCode sets the VersionCode field's value.

func (*LatestVersionForListAppOutput) SetVersionId added in v1.1.24

SetVersionId sets the VersionId field's value.

func (*LatestVersionForListAppOutput) SetVersionName added in v1.1.24

SetVersionName sets the VersionName field's value.

func (LatestVersionForListAppOutput) String added in v1.1.24

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

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 ListBackupDataInput added in v1.1.42

type ListBackupDataInput struct {
	BackupDataIdList []*string `type:"list" 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"`

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

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

func (ListBackupDataInput) GoString added in v1.1.42

func (s ListBackupDataInput) GoString() string

GoString returns the string representation

func (*ListBackupDataInput) SetBackupDataIdList added in v1.1.42

func (s *ListBackupDataInput) SetBackupDataIdList(v []*string) *ListBackupDataInput

SetBackupDataIdList sets the BackupDataIdList field's value.

func (*ListBackupDataInput) SetMaxResults added in v1.1.42

func (s *ListBackupDataInput) SetMaxResults(v int32) *ListBackupDataInput

SetMaxResults sets the MaxResults field's value.

func (*ListBackupDataInput) SetNextToken added in v1.1.42

func (s *ListBackupDataInput) SetNextToken(v string) *ListBackupDataInput

SetNextToken sets the NextToken field's value.

func (*ListBackupDataInput) SetProductId added in v1.1.42

func (s *ListBackupDataInput) SetProductId(v string) *ListBackupDataInput

SetProductId sets the ProductId field's value.

func (*ListBackupDataInput) SetSourcePodId added in v1.1.42

func (s *ListBackupDataInput) SetSourcePodId(v string) *ListBackupDataInput

SetSourcePodId sets the SourcePodId field's value.

func (*ListBackupDataInput) SetStatus added in v1.1.42

SetStatus sets the Status field's value.

func (ListBackupDataInput) String added in v1.1.42

func (s ListBackupDataInput) String() string

String returns the string representation

func (*ListBackupDataInput) Validate added in v1.1.42

func (s *ListBackupDataInput) Validate() error

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

type ListBackupDataOutput added in v1.1.42

type ListBackupDataOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (ListBackupDataOutput) GoString added in v1.1.42

func (s ListBackupDataOutput) GoString() string

GoString returns the string representation

func (*ListBackupDataOutput) SetNextToken added in v1.1.42

func (s *ListBackupDataOutput) SetNextToken(v string) *ListBackupDataOutput

SetNextToken sets the NextToken field's value.

func (*ListBackupDataOutput) SetRows added in v1.1.42

SetRows sets the Rows field's value.

func (ListBackupDataOutput) String added in v1.1.42

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

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

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

SetNextToken sets the NextToken field's value.

func (*ListCustomRouteOutput) SetRow added in v1.1.22

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 ListPhoneTemplateInput added in v1.1.45

type ListPhoneTemplateInput struct {
	AospVersion *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

func (ListPhoneTemplateInput) GoString added in v1.1.45

func (s ListPhoneTemplateInput) GoString() string

GoString returns the string representation

func (*ListPhoneTemplateInput) SetAospVersion added in v1.1.45

SetAospVersion sets the AospVersion field's value.

func (*ListPhoneTemplateInput) SetMaxResults added in v1.1.45

SetMaxResults sets the MaxResults field's value.

func (*ListPhoneTemplateInput) SetNextToken added in v1.1.45

SetNextToken sets the NextToken field's value.

func (*ListPhoneTemplateInput) SetPhoneTemplateId added in v1.1.45

func (s *ListPhoneTemplateInput) SetPhoneTemplateId(v string) *ListPhoneTemplateInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*ListPhoneTemplateInput) SetPhoneTemplateName added in v1.1.45

func (s *ListPhoneTemplateInput) SetPhoneTemplateName(v string) *ListPhoneTemplateInput

SetPhoneTemplateName sets the PhoneTemplateName field's value.

func (*ListPhoneTemplateInput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (*ListPhoneTemplateInput) SetTagId added in v1.1.45

SetTagId sets the TagId field's value.

func (ListPhoneTemplateInput) String added in v1.1.45

func (s ListPhoneTemplateInput) String() string

String returns the string representation

type ListPhoneTemplateOutput added in v1.1.45

type ListPhoneTemplateOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (ListPhoneTemplateOutput) GoString added in v1.1.45

func (s ListPhoneTemplateOutput) GoString() string

GoString returns the string representation

func (*ListPhoneTemplateOutput) SetNextToken added in v1.1.45

SetNextToken sets the NextToken field's value.

func (*ListPhoneTemplateOutput) SetRow added in v1.1.45

SetRow sets the Row field's value.

func (ListPhoneTemplateOutput) String added in v1.1.45

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

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

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 OverlayPersistPropertyForAddPhoneTemplateInput added in v1.1.45

type OverlayPersistPropertyForAddPhoneTemplateInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (OverlayPersistPropertyForAddPhoneTemplateInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPersistPropertyForAddPhoneTemplateInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPersistPropertyForAddPhoneTemplateInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPersistPropertyForAddPhoneTemplateInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPersistPropertyForAddPhoneTemplateInput) String added in v1.1.45

String returns the string representation

type OverlayPersistPropertyForCreatePodInput added in v1.1.45

type OverlayPersistPropertyForCreatePodInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (OverlayPersistPropertyForCreatePodInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPersistPropertyForCreatePodInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPersistPropertyForCreatePodInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPersistPropertyForCreatePodInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPersistPropertyForCreatePodInput) String added in v1.1.45

String returns the string representation

type OverlayPersistPropertyForCreatePodOneStepInput added in v1.1.45

type OverlayPersistPropertyForCreatePodOneStepInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (OverlayPersistPropertyForCreatePodOneStepInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPersistPropertyForCreatePodOneStepInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPersistPropertyForCreatePodOneStepInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPersistPropertyForCreatePodOneStepInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPersistPropertyForCreatePodOneStepInput) String added in v1.1.45

String returns the string representation

type OverlayPersistPropertyForGetPhoneTemplateOutput added in v1.1.45

type OverlayPersistPropertyForGetPhoneTemplateOutput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (OverlayPersistPropertyForGetPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPersistPropertyForGetPhoneTemplateOutput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPersistPropertyForGetPhoneTemplateOutput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPersistPropertyForGetPhoneTemplateOutput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPersistPropertyForGetPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type OverlayPersistPropertyForListPhoneTemplateOutput added in v1.1.45

type OverlayPersistPropertyForListPhoneTemplateOutput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (OverlayPersistPropertyForListPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPersistPropertyForListPhoneTemplateOutput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPersistPropertyForListPhoneTemplateOutput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPersistPropertyForListPhoneTemplateOutput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPersistPropertyForListPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type OverlayPropertyForAddPhoneTemplateInput added in v1.1.45

type OverlayPropertyForAddPhoneTemplateInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (OverlayPropertyForAddPhoneTemplateInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPropertyForAddPhoneTemplateInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPropertyForAddPhoneTemplateInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPropertyForAddPhoneTemplateInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPropertyForAddPhoneTemplateInput) String added in v1.1.45

String returns the string representation

type OverlayPropertyForCreatePodInput added in v1.1.45

type OverlayPropertyForCreatePodInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (OverlayPropertyForCreatePodInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPropertyForCreatePodInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPropertyForCreatePodInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPropertyForCreatePodInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPropertyForCreatePodInput) String added in v1.1.45

String returns the string representation

type OverlayPropertyForCreatePodOneStepInput added in v1.1.45

type OverlayPropertyForCreatePodOneStepInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (OverlayPropertyForCreatePodOneStepInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPropertyForCreatePodOneStepInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPropertyForCreatePodOneStepInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPropertyForCreatePodOneStepInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPropertyForCreatePodOneStepInput) String added in v1.1.45

String returns the string representation

type OverlayPropertyForGetPhoneTemplateOutput added in v1.1.45

type OverlayPropertyForGetPhoneTemplateOutput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (OverlayPropertyForGetPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPropertyForGetPhoneTemplateOutput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPropertyForGetPhoneTemplateOutput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPropertyForGetPhoneTemplateOutput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPropertyForGetPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type OverlayPropertyForListPhoneTemplateOutput added in v1.1.45

type OverlayPropertyForListPhoneTemplateOutput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (OverlayPropertyForListPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPropertyForListPhoneTemplateOutput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPropertyForListPhoneTemplateOutput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPropertyForListPhoneTemplateOutput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPropertyForListPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type OverlaySettingForAddPhoneTemplateInput added in v1.1.45

type OverlaySettingForAddPhoneTemplateInput struct {
	SettingsName *string `type:"string" json:",omitempty"`

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

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

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

func (OverlaySettingForAddPhoneTemplateInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlaySettingForAddPhoneTemplateInput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*OverlaySettingForAddPhoneTemplateInput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*OverlaySettingForAddPhoneTemplateInput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*OverlaySettingForAddPhoneTemplateInput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (OverlaySettingForAddPhoneTemplateInput) String added in v1.1.45

String returns the string representation

type OverlaySettingForCreatePodInput added in v1.1.45

type OverlaySettingForCreatePodInput struct {
	SettingsName *string `type:"string" json:",omitempty"`

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

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

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

func (OverlaySettingForCreatePodInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlaySettingForCreatePodInput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*OverlaySettingForCreatePodInput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*OverlaySettingForCreatePodInput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*OverlaySettingForCreatePodInput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (OverlaySettingForCreatePodInput) String added in v1.1.45

String returns the string representation

type OverlaySettingForCreatePodOneStepInput added in v1.1.45

type OverlaySettingForCreatePodOneStepInput struct {
	SettingsName *string `type:"string" json:",omitempty"`

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

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

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

func (OverlaySettingForCreatePodOneStepInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlaySettingForCreatePodOneStepInput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*OverlaySettingForCreatePodOneStepInput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*OverlaySettingForCreatePodOneStepInput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*OverlaySettingForCreatePodOneStepInput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (OverlaySettingForCreatePodOneStepInput) String added in v1.1.45

String returns the string representation

type OverlaySettingForGetPhoneTemplateOutput added in v1.1.45

type OverlaySettingForGetPhoneTemplateOutput struct {
	SettingsName *string `type:"string" json:",omitempty"`

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

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

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

func (OverlaySettingForGetPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlaySettingForGetPhoneTemplateOutput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*OverlaySettingForGetPhoneTemplateOutput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*OverlaySettingForGetPhoneTemplateOutput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*OverlaySettingForGetPhoneTemplateOutput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (OverlaySettingForGetPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type OverlaySettingForListPhoneTemplateOutput added in v1.1.45

type OverlaySettingForListPhoneTemplateOutput struct {
	SettingsName *string `type:"string" json:",omitempty"`

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

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

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

func (OverlaySettingForListPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlaySettingForListPhoneTemplateOutput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*OverlaySettingForListPhoneTemplateOutput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*OverlaySettingForListPhoneTemplateOutput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*OverlaySettingForListPhoneTemplateOutput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (OverlaySettingForListPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type PhoneTemplateForGetPhoneTemplateOutput added in v1.1.45

type PhoneTemplateForGetPhoneTemplateOutput struct {
	AospVersion *string `type:"string" json:",omitempty"`

	OverlayPersistProperty []*OverlayPersistPropertyForGetPhoneTemplateOutput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForGetPhoneTemplateOutput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForGetPhoneTemplateOutput `type:"list" json:",omitempty"`

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

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

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

func (PhoneTemplateForGetPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*PhoneTemplateForGetPhoneTemplateOutput) SetAospVersion added in v1.1.45

SetAospVersion sets the AospVersion field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetOverlayPersistProperty added in v1.1.45

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetOverlayProperty added in v1.1.45

SetOverlayProperty sets the OverlayProperty field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetOverlaySettings added in v1.1.45

SetOverlaySettings sets the OverlaySettings field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetPhoneTemplateId added in v1.1.45

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetPhoneTemplateName added in v1.1.45

SetPhoneTemplateName sets the PhoneTemplateName field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (PhoneTemplateForGetPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type PodPersistPropertyForUpdatePodPropertyInput added in v1.1.45

type PodPersistPropertyForUpdatePodPropertyInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (PodPersistPropertyForUpdatePodPropertyInput) GoString added in v1.1.45

GoString returns the string representation

func (*PodPersistPropertyForUpdatePodPropertyInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*PodPersistPropertyForUpdatePodPropertyInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*PodPersistPropertyForUpdatePodPropertyInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (PodPersistPropertyForUpdatePodPropertyInput) String added in v1.1.45

String returns the string representation

type PodPropertyForUpdatePodPropertyInput added in v1.1.45

type PodPropertyForUpdatePodPropertyInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

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

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

func (PodPropertyForUpdatePodPropertyInput) GoString added in v1.1.45

GoString returns the string representation

func (*PodPropertyForUpdatePodPropertyInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*PodPropertyForUpdatePodPropertyInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*PodPropertyForUpdatePodPropertyInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (PodPropertyForUpdatePodPropertyInput) String added in v1.1.45

String returns the string representation

type PodSettingForUpdatePodPropertyInput added in v1.1.45

type PodSettingForUpdatePodPropertyInput struct {
	SettingsName *string `type:"string" json:",omitempty"`

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

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

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

func (PodSettingForUpdatePodPropertyInput) GoString added in v1.1.45

GoString returns the string representation

func (*PodSettingForUpdatePodPropertyInput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*PodSettingForUpdatePodPropertyInput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*PodSettingForUpdatePodPropertyInput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*PodSettingForUpdatePodPropertyInput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (PodSettingForUpdatePodPropertyInput) String added in v1.1.45

String returns the string representation

type PodSpecListForCreatePodInput added in v1.1.45

type PodSpecListForCreatePodInput struct {
	ApplyNum *int64 `type:"int64" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

	OverlayPersistProperty []*OverlayPersistPropertyForCreatePodInput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForCreatePodInput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForCreatePodInput `type:"list" json:",omitempty"`

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

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

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

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

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

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

func (PodSpecListForCreatePodInput) GoString added in v1.1.45

func (s PodSpecListForCreatePodInput) GoString() string

GoString returns the string representation

func (*PodSpecListForCreatePodInput) SetApplyNum added in v1.1.45

SetApplyNum sets the ApplyNum field's value.

func (*PodSpecListForCreatePodInput) SetConfigurationCode added in v1.1.45

SetConfigurationCode sets the ConfigurationCode field's value.

func (*PodSpecListForCreatePodInput) SetCustomRouteId added in v1.1.45

SetCustomRouteId sets the CustomRouteId field's value.

func (*PodSpecListForCreatePodInput) SetDNSId added in v1.1.45

SetDNSId sets the DNSId field's value.

func (*PodSpecListForCreatePodInput) SetDataSize added in v1.1.45

SetDataSize sets the DataSize field's value.

func (*PodSpecListForCreatePodInput) SetDc added in v1.1.45

SetDc sets the Dc field's value.

func (*PodSpecListForCreatePodInput) SetDisplayLayoutId added in v1.1.45

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*PodSpecListForCreatePodInput) SetDownBandwidthLimit added in v1.1.45

SetDownBandwidthLimit sets the DownBandwidthLimit field's value.

func (*PodSpecListForCreatePodInput) SetHostId added in v1.1.45

SetHostId sets the HostId field's value.

func (*PodSpecListForCreatePodInput) SetIPWhiteList added in v1.1.45

SetIPWhiteList sets the IPWhiteList field's value.

func (*PodSpecListForCreatePodInput) SetImageId added in v1.1.45

SetImageId sets the ImageId field's value.

func (*PodSpecListForCreatePodInput) SetOverlayPersistProperty added in v1.1.45

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*PodSpecListForCreatePodInput) SetOverlayProperty added in v1.1.45

SetOverlayProperty sets the OverlayProperty field's value.

func (*PodSpecListForCreatePodInput) SetOverlaySettings added in v1.1.45

SetOverlaySettings sets the OverlaySettings field's value.

func (*PodSpecListForCreatePodInput) SetPhoneTemplateId added in v1.1.45

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*PodSpecListForCreatePodInput) SetPodName added in v1.1.45

SetPodName sets the PodName field's value.

func (*PodSpecListForCreatePodInput) SetPortMappingRuleIdList added in v1.1.45

func (s *PodSpecListForCreatePodInput) SetPortMappingRuleIdList(v []*string) *PodSpecListForCreatePodInput

SetPortMappingRuleIdList sets the PortMappingRuleIdList field's value.

func (*PodSpecListForCreatePodInput) SetStart added in v1.1.45

SetStart sets the Start field's value.

func (*PodSpecListForCreatePodInput) SetTagId added in v1.1.45

SetTagId sets the TagId field's value.

func (*PodSpecListForCreatePodInput) SetUpBandwidthLimit added in v1.1.45

SetUpBandwidthLimit sets the UpBandwidthLimit field's value.

func (PodSpecListForCreatePodInput) String added in v1.1.45

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

GoString returns the string representation

func (*PortMappingRuleListForListPodOutput) SetPortMappingRuleId

SetPortMappingRuleId sets the PortMappingRuleId field's value.

func (*PortMappingRuleListForListPodOutput) SetProtocol

SetProtocol sets the Protocol field's value.

func (*PortMappingRuleListForListPodOutput) SetPublicIp

SetPublicIp sets the PublicIp field's value.

func (*PortMappingRuleListForListPodOutput) SetPublicPort

SetPublicPort sets the PublicPort field's value.

func (*PortMappingRuleListForListPodOutput) SetPublicPortInfoList

SetPublicPortInfoList sets the PublicPortInfoList field's value.

func (*PortMappingRuleListForListPodOutput) SetSourcePort

SetSourcePort sets the SourcePort field's value.

func (*PortMappingRuleListForListPodOutput) SetStatus

SetStatus sets the Status field's value.

func (PortMappingRuleListForListPodOutput) 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

GoString returns the string representation

func (*PublicPortInfoListForListPodOutput) SetIsp

SetIsp sets the Isp field's value.

func (*PublicPortInfoListForListPodOutput) SetPublicIp

SetPublicIp sets the PublicIp field's value.

func (*PublicPortInfoListForListPodOutput) SetPublicPort

SetPublicPort sets the PublicPort field's value.

func (PublicPortInfoListForListPodOutput) String

String returns the string representation

type RemovePhoneTemplateInput added in v1.1.45

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

func (RemovePhoneTemplateInput) GoString added in v1.1.45

func (s RemovePhoneTemplateInput) GoString() string

GoString returns the string representation

func (*RemovePhoneTemplateInput) SetPhoneTemplateId added in v1.1.45

func (s *RemovePhoneTemplateInput) SetPhoneTemplateId(v string) *RemovePhoneTemplateInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (RemovePhoneTemplateInput) String added in v1.1.45

func (s RemovePhoneTemplateInput) String() string

String returns the string representation

type RemovePhoneTemplateOutput added in v1.1.45

type RemovePhoneTemplateOutput struct {
	Metadata *response.ResponseMetadata

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

func (RemovePhoneTemplateOutput) GoString added in v1.1.45

func (s RemovePhoneTemplateOutput) GoString() string

GoString returns the string representation

func (*RemovePhoneTemplateOutput) SetPhoneTemplateId added in v1.1.45

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (RemovePhoneTemplateOutput) String added in v1.1.45

func (s RemovePhoneTemplateOutput) String() string

String returns the string representation

type ResetPodInput added in v1.1.45

type ResetPodInput struct {
	DataSize *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

func (ResetPodInput) GoString added in v1.1.45

func (s ResetPodInput) GoString() string

GoString returns the string representation

func (*ResetPodInput) SetDataSize added in v1.1.45

func (s *ResetPodInput) SetDataSize(v string) *ResetPodInput

SetDataSize sets the DataSize field's value.

func (*ResetPodInput) SetPhoneTemplateId added in v1.1.45

func (s *ResetPodInput) SetPhoneTemplateId(v string) *ResetPodInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*ResetPodInput) SetPodIdList added in v1.1.45

func (s *ResetPodInput) SetPodIdList(v []*string) *ResetPodInput

SetPodIdList sets the PodIdList field's value.

func (*ResetPodInput) SetPreInstallAppPersistedType added in v1.1.45

func (s *ResetPodInput) SetPreInstallAppPersistedType(v int32) *ResetPodInput

SetPreInstallAppPersistedType sets the PreInstallAppPersistedType field's value.

func (*ResetPodInput) SetProductId added in v1.1.45

func (s *ResetPodInput) SetProductId(v string) *ResetPodInput

SetProductId sets the ProductId field's value.

func (*ResetPodInput) SetResetType added in v1.1.45

func (s *ResetPodInput) SetResetType(v int32) *ResetPodInput

SetResetType sets the ResetType field's value.

func (*ResetPodInput) SetSystemDirPersistedType added in v1.1.45

func (s *ResetPodInput) SetSystemDirPersistedType(v int32) *ResetPodInput

SetSystemDirPersistedType sets the SystemDirPersistedType field's value.

func (ResetPodInput) String added in v1.1.45

func (s ResetPodInput) String() string

String returns the string representation

func (*ResetPodInput) Validate added in v1.1.45

func (s *ResetPodInput) Validate() error

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

type ResetPodOutput added in v1.1.45

type ResetPodOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForResetPodOutput `type:"list" json:",omitempty"`

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

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

func (ResetPodOutput) GoString added in v1.1.45

func (s ResetPodOutput) GoString() string

GoString returns the string representation

func (*ResetPodOutput) SetJobs added in v1.1.45

SetJobs sets the Jobs field's value.

func (*ResetPodOutput) SetTaskAction added in v1.1.45

func (s *ResetPodOutput) SetTaskAction(v string) *ResetPodOutput

SetTaskAction sets the TaskAction field's value.

func (*ResetPodOutput) SetTaskId added in v1.1.45

func (s *ResetPodOutput) SetTaskId(v string) *ResetPodOutput

SetTaskId sets the TaskId field's value.

func (ResetPodOutput) String added in v1.1.45

func (s ResetPodOutput) String() string

String returns the string representation

type RestoreDataInput added in v1.1.42

type RestoreDataInput struct {

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

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

	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 (RestoreDataInput) GoString added in v1.1.42

func (s RestoreDataInput) GoString() string

GoString returns the string representation

func (*RestoreDataInput) SetBackupDataId added in v1.1.42

func (s *RestoreDataInput) SetBackupDataId(v string) *RestoreDataInput

SetBackupDataId sets the BackupDataId field's value.

func (*RestoreDataInput) SetCreatePodNum added in v1.1.42

func (s *RestoreDataInput) SetCreatePodNum(v int32) *RestoreDataInput

SetCreatePodNum sets the CreatePodNum field's value.

func (*RestoreDataInput) SetPodIdList added in v1.1.42

func (s *RestoreDataInput) SetPodIdList(v []*string) *RestoreDataInput

SetPodIdList sets the PodIdList field's value.

func (*RestoreDataInput) SetProductId added in v1.1.42

func (s *RestoreDataInput) SetProductId(v string) *RestoreDataInput

SetProductId sets the ProductId field's value.

func (RestoreDataInput) String added in v1.1.42

func (s RestoreDataInput) String() string

String returns the string representation

func (*RestoreDataInput) Validate added in v1.1.42

func (s *RestoreDataInput) Validate() error

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

type RestoreDataOutput added in v1.1.42

type RestoreDataOutput struct {
	Metadata *response.ResponseMetadata

	Details []*DetailForRestoreDataOutput `type:"list" json:",omitempty"`

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

func (RestoreDataOutput) GoString added in v1.1.42

func (s RestoreDataOutput) GoString() string

GoString returns the string representation

func (*RestoreDataOutput) SetDetails added in v1.1.42

SetDetails sets the Details field's value.

func (*RestoreDataOutput) SetTaskIdList added in v1.1.42

func (s *RestoreDataOutput) SetTaskIdList(v []*string) *RestoreDataOutput

SetTaskIdList sets the TaskIdList field's value.

func (RestoreDataOutput) String added in v1.1.42

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

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 RowForGetDcBandwidthDailyPeakOutput added in v1.1.42

type RowForGetDcBandwidthDailyPeakOutput struct {
	AccountId *string `type:"string" json:",omitempty"`

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

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

	DownPeakBandwidth *float64 `type:"double" json:",omitempty"`

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

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

func (RowForGetDcBandwidthDailyPeakOutput) GoString added in v1.1.42

GoString returns the string representation

func (*RowForGetDcBandwidthDailyPeakOutput) SetAccountId added in v1.1.42

SetAccountId sets the AccountId field's value.

func (*RowForGetDcBandwidthDailyPeakOutput) SetDate added in v1.1.42

SetDate sets the Date field's value.

func (*RowForGetDcBandwidthDailyPeakOutput) SetDcId added in v1.1.42

SetDcId sets the DcId field's value.

func (*RowForGetDcBandwidthDailyPeakOutput) SetDownPeakBandwidth added in v1.1.42

SetDownPeakBandwidth sets the DownPeakBandwidth field's value.

func (*RowForGetDcBandwidthDailyPeakOutput) SetProductId added in v1.1.42

SetProductId sets the ProductId field's value.

func (*RowForGetDcBandwidthDailyPeakOutput) SetUpPeakBandwidth added in v1.1.42

SetUpPeakBandwidth sets the UpPeakBandwidth field's value.

func (RowForGetDcBandwidthDailyPeakOutput) String added in v1.1.42

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

SetAppDesc sets the AppDesc field's value.

func (*RowForListAppOutput) SetAppId added in v1.1.24

SetAppId sets the AppId field's value.

func (*RowForListAppOutput) SetAppMode added in v1.1.24

SetAppMode sets the AppMode field's value.

func (*RowForListAppOutput) SetAppName added in v1.1.24

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

SetIconUrl sets the IconUrl field's value.

func (*RowForListAppOutput) SetLatestVersion added in v1.1.24

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 RowForListBackupDataOutput added in v1.1.42

type RowForListBackupDataOutput struct {
	AOSPVersion *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	UpdatedTime *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RowForListBackupDataOutput) GoString added in v1.1.42

func (s RowForListBackupDataOutput) GoString() string

GoString returns the string representation

func (*RowForListBackupDataOutput) SetAOSPVersion added in v1.1.42

SetAOSPVersion sets the AOSPVersion field's value.

func (*RowForListBackupDataOutput) SetAccountId added in v1.1.42

SetAccountId sets the AccountId field's value.

func (*RowForListBackupDataOutput) SetBackupDataId added in v1.1.42

SetBackupDataId sets the BackupDataId field's value.

func (*RowForListBackupDataOutput) SetBackupDataName added in v1.1.42

SetBackupDataName sets the BackupDataName field's value.

func (*RowForListBackupDataOutput) SetBackupJobId added in v1.1.42

SetBackupJobId sets the BackupJobId field's value.

func (*RowForListBackupDataOutput) SetBackupSize added in v1.1.42

SetBackupSize sets the BackupSize field's value.

func (*RowForListBackupDataOutput) SetBackupTaskId added in v1.1.42

SetBackupTaskId sets the BackupTaskId field's value.

func (*RowForListBackupDataOutput) SetBackupType added in v1.1.42

SetBackupType sets the BackupType field's value.

func (*RowForListBackupDataOutput) SetCompletedTime added in v1.1.42

SetCompletedTime sets the CompletedTime field's value.

func (*RowForListBackupDataOutput) SetCompressionType added in v1.1.42

SetCompressionType sets the CompressionType field's value.

func (*RowForListBackupDataOutput) SetCreatedTime added in v1.1.42

SetCreatedTime sets the CreatedTime field's value.

func (*RowForListBackupDataOutput) SetDataSize added in v1.1.42

SetDataSize sets the DataSize field's value.

func (*RowForListBackupDataOutput) SetDescription added in v1.1.42

SetDescription sets the Description field's value.

func (*RowForListBackupDataOutput) SetDetail added in v1.1.42

SetDetail sets the Detail field's value.

func (*RowForListBackupDataOutput) SetExpireTime added in v1.1.42

SetExpireTime sets the ExpireTime field's value.

func (*RowForListBackupDataOutput) SetFinishedTime added in v1.1.42

SetFinishedTime sets the FinishedTime field's value.

func (*RowForListBackupDataOutput) SetInUseCount added in v1.1.42

SetInUseCount sets the InUseCount field's value.

func (*RowForListBackupDataOutput) SetMd5Sum added in v1.1.42

SetMd5Sum sets the Md5Sum field's value.

func (*RowForListBackupDataOutput) SetProductId added in v1.1.42

SetProductId sets the ProductId field's value.

func (*RowForListBackupDataOutput) SetRestoreCount added in v1.1.42

SetRestoreCount sets the RestoreCount field's value.

func (*RowForListBackupDataOutput) SetSize added in v1.1.42

SetSize sets the Size field's value.

func (*RowForListBackupDataOutput) SetSourcePodId added in v1.1.42

SetSourcePodId sets the SourcePodId field's value.

func (*RowForListBackupDataOutput) SetStartedTime added in v1.1.42

SetStartedTime sets the StartedTime field's value.

func (*RowForListBackupDataOutput) SetStatus added in v1.1.42

SetStatus sets the Status field's value.

func (*RowForListBackupDataOutput) SetStorageResource added in v1.1.42

SetStorageResource sets the StorageResource field's value.

func (*RowForListBackupDataOutput) SetStorageType added in v1.1.42

SetStorageType sets the StorageType field's value.

func (*RowForListBackupDataOutput) SetUpdatedTime added in v1.1.42

SetUpdatedTime sets the UpdatedTime field's value.

func (RowForListBackupDataOutput) String added in v1.1.42

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

SetCreateAt sets the CreateAt field's value.

func (*RowForListCustomRouteOutput) SetCustomRouteId added in v1.1.22

SetCustomRouteId sets the CustomRouteId field's value.

func (*RowForListCustomRouteOutput) SetCustomRouteName added in v1.1.22

SetCustomRouteName sets the CustomRouteName field's value.

func (*RowForListCustomRouteOutput) SetDstIP added in v1.1.22

SetDstIP sets the DstIP field's value.

func (*RowForListCustomRouteOutput) SetProxyCipher added in v1.1.22

SetProxyCipher sets the ProxyCipher field's value.

func (*RowForListCustomRouteOutput) SetProxyPort added in v1.1.22

SetProxyPort sets the ProxyPort field's value.

func (*RowForListCustomRouteOutput) SetProxyProtocol added in v1.1.22

SetProxyProtocol sets the ProxyProtocol field's value.

func (*RowForListCustomRouteOutput) SetUpdateAt added in v1.1.22

SetUpdateAt sets the UpdateAt field's value.

func (*RowForListCustomRouteOutput) SetZone added in v1.1.22

SetZone sets the Zone field's value.

func (RowForListCustomRouteOutput) String added in v1.1.22

String returns the string representation

type RowForListPhoneTemplateOutput added in v1.1.45

type RowForListPhoneTemplateOutput struct {
	AospVersion *string `type:"string" json:",omitempty"`

	OverlayPersistProperty []*OverlayPersistPropertyForListPhoneTemplateOutput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForListPhoneTemplateOutput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForListPhoneTemplateOutput `type:"list" json:",omitempty"`

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

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

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

func (RowForListPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*RowForListPhoneTemplateOutput) SetAospVersion added in v1.1.45

SetAospVersion sets the AospVersion field's value.

func (*RowForListPhoneTemplateOutput) SetOverlayPersistProperty added in v1.1.45

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*RowForListPhoneTemplateOutput) SetOverlayProperty added in v1.1.45

SetOverlayProperty sets the OverlayProperty field's value.

func (*RowForListPhoneTemplateOutput) SetOverlaySettings added in v1.1.45

SetOverlaySettings sets the OverlaySettings field's value.

func (*RowForListPhoneTemplateOutput) SetPhoneTemplateId added in v1.1.45

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*RowForListPhoneTemplateOutput) SetPhoneTemplateName added in v1.1.45

SetPhoneTemplateName sets the PhoneTemplateName field's value.

func (*RowForListPhoneTemplateOutput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (RowForListPhoneTemplateOutput) String added in v1.1.45

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"`

	CustomRouteId *string `type:"string" 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

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

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) SetCustomRouteId added in v1.1.50

func (s *RowForListPodOutput) SetCustomRouteId(v string) *RowForListPodOutput

SetCustomRouteId sets the CustomRouteId field's value.

func (*RowForListPodOutput) SetDNSId

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

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

SetHostId sets the HostId field's value.

func (*RowForListPodOutput) SetImageId

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

SetOnline sets the Online field's value.

func (*RowForListPodOutput) SetPodId

SetPodId sets the PodId field's value.

func (*RowForListPodOutput) SetPodName

SetPodName sets the PodName field's value.

func (*RowForListPodOutput) SetPortMappingRuleList

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

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

GoString returns the string representation

func (*SpecifyHostListForRestorePodInput) SetHostId added in v1.1.22

SetHostId sets the HostId field's value.

func (*SpecifyHostListForRestorePodInput) SetPodIdList added in v1.1.22

SetPodIdList sets the PodIdList field's value.

func (SpecifyHostListForRestorePodInput) String added in v1.1.22

String returns the string representation

type StartRecordingInput added in v1.1.50

type StartRecordingInput struct {

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

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

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

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

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

func (StartRecordingInput) GoString added in v1.1.50

func (s StartRecordingInput) GoString() string

GoString returns the string representation

func (*StartRecordingInput) SetDurationLimit added in v1.1.50

func (s *StartRecordingInput) SetDurationLimit(v int32) *StartRecordingInput

SetDurationLimit sets the DurationLimit field's value.

func (*StartRecordingInput) SetIsSavedOnPod added in v1.1.50

func (s *StartRecordingInput) SetIsSavedOnPod(v bool) *StartRecordingInput

SetIsSavedOnPod sets the IsSavedOnPod field's value.

func (*StartRecordingInput) SetPodId added in v1.1.50

SetPodId sets the PodId field's value.

func (*StartRecordingInput) SetProductId added in v1.1.50

func (s *StartRecordingInput) SetProductId(v string) *StartRecordingInput

SetProductId sets the ProductId field's value.

func (*StartRecordingInput) SetRoundId added in v1.1.50

SetRoundId sets the RoundId field's value.

func (StartRecordingInput) String added in v1.1.50

func (s StartRecordingInput) String() string

String returns the string representation

func (*StartRecordingInput) Validate added in v1.1.50

func (s *StartRecordingInput) Validate() error

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

type StartRecordingOutput added in v1.1.50

type StartRecordingOutput struct {
	Metadata *response.ResponseMetadata

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

func (StartRecordingOutput) GoString added in v1.1.50

func (s StartRecordingOutput) GoString() string

GoString returns the string representation

func (*StartRecordingOutput) SetDownloadUrl added in v1.1.50

func (s *StartRecordingOutput) SetDownloadUrl(v string) *StartRecordingOutput

SetDownloadUrl sets the DownloadUrl field's value.

func (StartRecordingOutput) String added in v1.1.50

func (s StartRecordingOutput) 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"`

	RoundId *string `type:"string" 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

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

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) SetRoundId added in v1.1.50

SetRoundId sets the RoundId field's value.

func (*StartScreenShotInput) SetScale added in v1.1.24

SetScale sets the Scale field's value.

func (*StartScreenShotInput) SetTosInfo added in v1.1.24

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

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 StopRecordingInput added in v1.1.50

type StopRecordingInput struct {

	// PodId is a required field
	PodId *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 (StopRecordingInput) GoString added in v1.1.50

func (s StopRecordingInput) GoString() string

GoString returns the string representation

func (*StopRecordingInput) SetPodId added in v1.1.50

SetPodId sets the PodId field's value.

func (*StopRecordingInput) SetProductId added in v1.1.50

func (s *StopRecordingInput) SetProductId(v string) *StopRecordingInput

SetProductId sets the ProductId field's value.

func (StopRecordingInput) String added in v1.1.50

func (s StopRecordingInput) String() string

String returns the string representation

func (*StopRecordingInput) Validate added in v1.1.50

func (s *StopRecordingInput) Validate() error

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

type StopRecordingOutput added in v1.1.50

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

func (StopRecordingOutput) GoString added in v1.1.50

func (s StopRecordingOutput) GoString() string

GoString returns the string representation

func (StopRecordingOutput) String added in v1.1.50

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

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 TagForGetPhoneTemplateOutput added in v1.1.45

type TagForGetPhoneTemplateOutput struct {
	AccountId *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 (TagForGetPhoneTemplateOutput) GoString added in v1.1.45

func (s TagForGetPhoneTemplateOutput) GoString() string

GoString returns the string representation

func (*TagForGetPhoneTemplateOutput) SetAccountId added in v1.1.45

SetAccountId sets the AccountId field's value.

func (*TagForGetPhoneTemplateOutput) SetTagDesc added in v1.1.45

SetTagDesc sets the TagDesc field's value.

func (*TagForGetPhoneTemplateOutput) SetTagId added in v1.1.45

SetTagId sets the TagId field's value.

func (*TagForGetPhoneTemplateOutput) SetTagName added in v1.1.45

SetTagName sets the TagName field's value.

func (TagForGetPhoneTemplateOutput) String added in v1.1.45

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

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

SetTagDesc sets the TagDesc field's value.

func (*TagForListPodOutput) SetTagId

SetTagId sets the TagId field's value.

func (*TagForListPodOutput) SetTagName

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

GoString returns the string representation

func (*TosInfoForStartScreenShotInput) SetBucket added in v1.1.24

SetBucket sets the Bucket field's value.

func (*TosInfoForStartScreenShotInput) SetEndpoint added in v1.1.24

SetEndpoint sets the Endpoint field's value.

func (*TosInfoForStartScreenShotInput) SetRegion added in v1.1.24

SetRegion sets the Region field's value.

func (TosInfoForStartScreenShotInput) String added in v1.1.24

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

SetDstIP sets the DstIP field's value.

func (*UpdateCustomRouteInput) SetProductId added in v1.1.22

SetProductId sets the ProductId field's value.

func (*UpdateCustomRouteInput) SetProxyCipher added in v1.1.22

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

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

type UpdatePhoneTemplateInput added in v1.1.45

type UpdatePhoneTemplateInput struct {

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

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

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

func (UpdatePhoneTemplateInput) GoString added in v1.1.45

func (s UpdatePhoneTemplateInput) GoString() string

GoString returns the string representation

func (*UpdatePhoneTemplateInput) SetPhoneTemplateId added in v1.1.45

func (s *UpdatePhoneTemplateInput) SetPhoneTemplateId(v string) *UpdatePhoneTemplateInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*UpdatePhoneTemplateInput) SetPhoneTemplateName added in v1.1.45

func (s *UpdatePhoneTemplateInput) SetPhoneTemplateName(v string) *UpdatePhoneTemplateInput

SetPhoneTemplateName sets the PhoneTemplateName field's value.

func (*UpdatePhoneTemplateInput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (UpdatePhoneTemplateInput) String added in v1.1.45

func (s UpdatePhoneTemplateInput) String() string

String returns the string representation

func (*UpdatePhoneTemplateInput) Validate added in v1.1.45

func (s *UpdatePhoneTemplateInput) Validate() error

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

type UpdatePhoneTemplateOutput added in v1.1.45

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

func (UpdatePhoneTemplateOutput) GoString added in v1.1.45

func (s UpdatePhoneTemplateOutput) GoString() string

GoString returns the string representation

func (UpdatePhoneTemplateOutput) String added in v1.1.45

func (s UpdatePhoneTemplateOutput) String() string

String returns the string representation

type UpdatePodPropertyInput added in v1.1.45

type UpdatePodPropertyInput struct {
	PhoneTemplateId *string `type:"string" json:",omitempty"`

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

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

	PodPersistProperties []*PodPersistPropertyForUpdatePodPropertyInput `type:"list" json:",omitempty"`

	PodProperties []*PodPropertyForUpdatePodPropertyInput `type:"list" json:",omitempty"`

	PodSettings []*PodSettingForUpdatePodPropertyInput `type:"list" json:",omitempty"`

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

func (UpdatePodPropertyInput) GoString added in v1.1.45

func (s UpdatePodPropertyInput) GoString() string

GoString returns the string representation

func (*UpdatePodPropertyInput) SetPhoneTemplateId added in v1.1.45

func (s *UpdatePodPropertyInput) SetPhoneTemplateId(v string) *UpdatePodPropertyInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*UpdatePodPropertyInput) SetPodId added in v1.1.45

SetPodId sets the PodId field's value.

func (*UpdatePodPropertyInput) SetPodIdList added in v1.1.45

func (s *UpdatePodPropertyInput) SetPodIdList(v []*string) *UpdatePodPropertyInput

SetPodIdList sets the PodIdList field's value.

func (*UpdatePodPropertyInput) SetPodPersistProperties added in v1.1.45

SetPodPersistProperties sets the PodPersistProperties field's value.

func (*UpdatePodPropertyInput) SetPodProperties added in v1.1.45

SetPodProperties sets the PodProperties field's value.

func (*UpdatePodPropertyInput) SetPodSettings added in v1.1.45

SetPodSettings sets the PodSettings field's value.

func (*UpdatePodPropertyInput) SetProductId added in v1.1.45

SetProductId sets the ProductId field's value.

func (UpdatePodPropertyInput) String added in v1.1.45

func (s UpdatePodPropertyInput) String() string

String returns the string representation

func (*UpdatePodPropertyInput) Validate added in v1.1.45

func (s *UpdatePodPropertyInput) Validate() error

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

type UpdatePodPropertyOutput added in v1.1.45

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

func (UpdatePodPropertyOutput) GoString added in v1.1.45

func (s UpdatePodPropertyOutput) GoString() string

GoString returns the string representation

func (UpdatePodPropertyOutput) String added in v1.1.45

func (s UpdatePodPropertyOutput) String() string

String returns the string representation

Jump to

Keyboard shortcuts

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