acep

package
v1.1.39 Latest Latest
Warning

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

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

Documentation

Overview

Package 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) 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) DeleteCustomRoute added in v1.1.22

func (c *ACEP) DeleteCustomRoute(input *DeleteCustomRouteInput) (*DeleteCustomRouteOutput, error)

DeleteCustomRoute API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation DeleteCustomRoute for usage and error information.

func (*ACEP) DeleteCustomRouteCommon added in v1.1.22

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

DeleteCustomRouteCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation DeleteCustomRouteCommon for usage and error information.

func (*ACEP) DeleteCustomRouteCommonRequest added in v1.1.22

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

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

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

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

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

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

func (*ACEP) DeleteCustomRouteCommonWithContext added in v1.1.22

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

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

See DeleteCustomRouteCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) DeleteCustomRouteRequest added in v1.1.22

func (c *ACEP) DeleteCustomRouteRequest(input *DeleteCustomRouteInput) (req *request.Request, output *DeleteCustomRouteOutput)

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

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

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

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

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

func (*ACEP) DeleteCustomRouteWithContext added in v1.1.22

func (c *ACEP) DeleteCustomRouteWithContext(ctx volcengine.Context, input *DeleteCustomRouteInput, opts ...request.Option) (*DeleteCustomRouteOutput, error)

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

See DeleteCustomRoute for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) ListApp added in v1.1.24

func (c *ACEP) ListApp(input *ListAppInput) (*ListAppOutput, error)

ListApp API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation ListApp for usage and error information.

func (*ACEP) ListAppCommon added in v1.1.24

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) ListCustomRoute added in v1.1.22

func (c *ACEP) ListCustomRoute(input *ListCustomRouteInput) (*ListCustomRouteOutput, error)

ListCustomRoute API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation ListCustomRoute for usage and error information.

func (*ACEP) ListCustomRouteCommon added in v1.1.22

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

ListCustomRouteCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation ListCustomRouteCommon for usage and error information.

func (*ACEP) ListCustomRouteCommonRequest added in v1.1.22

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

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

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

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

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

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

func (*ACEP) ListCustomRouteCommonWithContext added in v1.1.22

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

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

See ListCustomRouteCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) ListCustomRouteRequest added in v1.1.22

func (c *ACEP) ListCustomRouteRequest(input *ListCustomRouteInput) (req *request.Request, output *ListCustomRouteOutput)

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

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

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

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

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

func (*ACEP) ListCustomRouteWithContext added in v1.1.22

func (c *ACEP) ListCustomRouteWithContext(ctx volcengine.Context, input *ListCustomRouteInput, opts ...request.Option) (*ListCustomRouteOutput, error)

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

See ListCustomRoute for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) ListPod

func (c *ACEP) ListPod(input *ListPodInput) (*ListPodOutput, error)

ListPod API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation ListPod for usage and error information.

func (*ACEP) ListPodCommon

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) 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) StartScreenShot added in v1.1.24

func (c *ACEP) StartScreenShot(input *StartScreenShotInput) (*StartScreenShotOutput, error)

StartScreenShot API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StartScreenShot for usage and error information.

func (*ACEP) StartScreenShotCommon added in v1.1.24

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

StartScreenShotCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StartScreenShotCommon for usage and error information.

func (*ACEP) StartScreenShotCommonRequest added in v1.1.24

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

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

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

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

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

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

func (*ACEP) StartScreenShotCommonWithContext added in v1.1.24

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

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

See StartScreenShotCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) StartScreenShotRequest added in v1.1.24

func (c *ACEP) StartScreenShotRequest(input *StartScreenShotInput) (req *request.Request, output *StartScreenShotOutput)

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

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

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

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

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

func (*ACEP) StartScreenShotWithContext added in v1.1.24

func (c *ACEP) StartScreenShotWithContext(ctx volcengine.Context, input *StartScreenShotInput, opts ...request.Option) (*StartScreenShotOutput, error)

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

See StartScreenShot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) StopScreenShot added in v1.1.24

func (c *ACEP) StopScreenShot(input *StopScreenShotInput) (*StopScreenShotOutput, error)

StopScreenShot API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StopScreenShot for usage and error information.

func (*ACEP) StopScreenShotCommon added in v1.1.24

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.

type ACEPAPI

type ACEPAPI interface {
	AddCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddCustomRoute(*AddCustomRouteInput) (*AddCustomRouteOutput, error)
	AddCustomRouteWithContext(volcengine.Context, *AddCustomRouteInput, ...request.Option) (*AddCustomRouteOutput, error)
	AddCustomRouteRequest(*AddCustomRouteInput) (*request.Request, *AddCustomRouteOutput)

	BackupPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BackupPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BackupPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BackupPod(*BackupPodInput) (*BackupPodOutput, error)
	BackupPodWithContext(volcengine.Context, *BackupPodInput, ...request.Option) (*BackupPodOutput, error)
	BackupPodRequest(*BackupPodInput) (*request.Request, *BackupPodOutput)

	CancelBackupPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelBackupPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelBackupPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelBackupPod(*CancelBackupPodInput) (*CancelBackupPodOutput, error)
	CancelBackupPodWithContext(volcengine.Context, *CancelBackupPodInput, ...request.Option) (*CancelBackupPodOutput, error)
	CancelBackupPodRequest(*CancelBackupPodInput) (*request.Request, *CancelBackupPodOutput)

	CancelRestorePodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelRestorePodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelRestorePodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelRestorePod(*CancelRestorePodInput) (*CancelRestorePodOutput, error)
	CancelRestorePodWithContext(volcengine.Context, *CancelRestorePodInput, ...request.Option) (*CancelRestorePodOutput, error)
	CancelRestorePodRequest(*CancelRestorePodInput) (*request.Request, *CancelRestorePodOutput)

	DeleteCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteCustomRoute(*DeleteCustomRouteInput) (*DeleteCustomRouteOutput, error)
	DeleteCustomRouteWithContext(volcengine.Context, *DeleteCustomRouteInput, ...request.Option) (*DeleteCustomRouteOutput, error)
	DeleteCustomRouteRequest(*DeleteCustomRouteInput) (*request.Request, *DeleteCustomRouteOutput)

	ListAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListApp(*ListAppInput) (*ListAppOutput, error)
	ListAppWithContext(volcengine.Context, *ListAppInput, ...request.Option) (*ListAppOutput, error)
	ListAppRequest(*ListAppInput) (*request.Request, *ListAppOutput)

	ListCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListCustomRoute(*ListCustomRouteInput) (*ListCustomRouteOutput, error)
	ListCustomRouteWithContext(volcengine.Context, *ListCustomRouteInput, ...request.Option) (*ListCustomRouteOutput, error)
	ListCustomRouteRequest(*ListCustomRouteInput) (*request.Request, *ListCustomRouteOutput)

	ListPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListPod(*ListPodInput) (*ListPodOutput, error)
	ListPodWithContext(volcengine.Context, *ListPodInput, ...request.Option) (*ListPodOutput, error)
	ListPodRequest(*ListPodInput) (*request.Request, *ListPodOutput)

	MigratePodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MigratePodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MigratePodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MigratePod(*MigratePodInput) (*MigratePodOutput, error)
	MigratePodWithContext(volcengine.Context, *MigratePodInput, ...request.Option) (*MigratePodOutput, error)
	MigratePodRequest(*MigratePodInput) (*request.Request, *MigratePodOutput)

	RestorePodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestorePodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestorePodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestorePod(*RestorePodInput) (*RestorePodOutput, error)
	RestorePodWithContext(volcengine.Context, *RestorePodInput, ...request.Option) (*RestorePodOutput, error)
	RestorePodRequest(*RestorePodInput) (*request.Request, *RestorePodOutput)

	StartScreenShotCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartScreenShotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartScreenShotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartScreenShot(*StartScreenShotInput) (*StartScreenShotOutput, error)
	StartScreenShotWithContext(volcengine.Context, *StartScreenShotInput, ...request.Option) (*StartScreenShotOutput, error)
	StartScreenShotRequest(*StartScreenShotInput) (*request.Request, *StartScreenShotOutput)

	StopScreenShotCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopScreenShotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopScreenShotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopScreenShot(*StopScreenShotInput) (*StopScreenShotOutput, error)
	StopScreenShotWithContext(volcengine.Context, *StopScreenShotInput, ...request.Option) (*StopScreenShotOutput, error)
	StopScreenShotRequest(*StopScreenShotInput) (*request.Request, *StopScreenShotOutput)

	UpdateCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateCustomRoute(*UpdateCustomRouteInput) (*UpdateCustomRouteOutput, error)
	UpdateCustomRouteWithContext(volcengine.Context, *UpdateCustomRouteInput, ...request.Option) (*UpdateCustomRouteOutput, error)
	UpdateCustomRouteRequest(*UpdateCustomRouteInput) (*request.Request, *UpdateCustomRouteOutput)
}

ACEPAPI provides an interface to enable mocking the acep.ACEP service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// ACEP.
func myFunc(svc ACEPAPI) bool {
    // Make svc.AddCustomRoute request
}

func main() {
    sess := session.New()
    svc := acep.New(sess)

    myFunc(svc)
}

type AddCustomRouteInput added in v1.1.22

type AddCustomRouteInput struct {
	CustomRouteName *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

func (AddCustomRouteInput) GoString added in v1.1.22

func (s AddCustomRouteInput) GoString() string

GoString returns the string representation

func (*AddCustomRouteInput) SetCustomRouteName added in v1.1.22

func (s *AddCustomRouteInput) SetCustomRouteName(v string) *AddCustomRouteInput

SetCustomRouteName sets the CustomRouteName field's value.

func (*AddCustomRouteInput) SetDstIP added in v1.1.22

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 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 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 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 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 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 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 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 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 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 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 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 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 RowForListPodOutput

type RowForListPodOutput struct {
	Adb *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

	Configuration *ConfigurationForListPodOutput `type:"structure" json:",omitempty"`

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

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

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

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

	DcInfo *DcInfoForListPodOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

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

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

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

	PortMappingRuleList []*PortMappingRuleListForListPodOutput `type:"list" json:",omitempty"`

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

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

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

	Tag *TagForListPodOutput `type:"structure" json:",omitempty"`

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

func (RowForListPodOutput) GoString

func (s RowForListPodOutput) GoString() string

GoString returns the string representation

func (*RowForListPodOutput) SetAdb

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) 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 StartScreenShotInput added in v1.1.24

type StartScreenShotInput struct {
	DurationLimit *int32 `type:"int32" json:",omitempty"`

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

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

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

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

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

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

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

	TosInfo *TosInfoForStartScreenShotInput `type:"structure" json:",omitempty"`

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

func (StartScreenShotInput) GoString added in v1.1.24

func (s StartScreenShotInput) GoString() string

GoString returns the string representation

func (*StartScreenShotInput) SetDurationLimit added in v1.1.24

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

SetDurationLimit sets the DurationLimit field's value.

func (*StartScreenShotInput) SetFileType added in v1.1.24

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

Jump to

Keyboard shortcuts

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