acep

package
v1.2.11 Latest Latest
Warning

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

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

Documentation

Overview

Package acepiface provides an interface to enable mocking the ACEP service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	ServiceName = "acep"      // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "acep"      // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type ACEP

type ACEP struct {
	*client.Client
}

ACEP provides the API operation methods for making requests to ACEP. See this package's package overview docs for details on the service.

ACEP methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *ACEP

New create int can support ssl or region locate set

func (*ACEP) AddCustomRoute added in v1.1.22

func (c *ACEP) AddCustomRoute(input *AddCustomRouteInput) (*AddCustomRouteOutput, error)

AddCustomRoute API operation for ACEP.

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

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

func (*ACEP) AddCustomRouteCommon added in v1.1.22

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

AddCustomRouteCommon API operation for ACEP.

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

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

func (*ACEP) AddCustomRouteCommonRequest added in v1.1.22

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

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

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

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

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

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

func (*ACEP) AddCustomRouteCommonWithContext added in v1.1.22

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

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

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

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

func (*ACEP) AddCustomRouteRequest added in v1.1.22

func (c *ACEP) AddCustomRouteRequest(input *AddCustomRouteInput) (req *request.Request, output *AddCustomRouteOutput)

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

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

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

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

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

func (*ACEP) AddCustomRouteWithContext added in v1.1.22

func (c *ACEP) AddCustomRouteWithContext(ctx volcengine.Context, input *AddCustomRouteInput, opts ...request.Option) (*AddCustomRouteOutput, error)

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

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

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

func (*ACEP) AddPhoneTemplate added in v1.1.45

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

AddPhoneTemplate API operation for ACEP.

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

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

func (*ACEP) AddPhoneTemplateCommon added in v1.1.45

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

AddPhoneTemplateCommon API operation for ACEP.

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

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

func (*ACEP) AddPhoneTemplateCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) AddPhoneTemplateCommonWithContext added in v1.1.45

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

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

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

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

func (*ACEP) AddPhoneTemplateRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) AddPhoneTemplateWithContext added in v1.1.45

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

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

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

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

func (*ACEP) AutoInstallApp added in v1.2.10

func (c *ACEP) AutoInstallApp(input *AutoInstallAppInput) (*AutoInstallAppOutput, error)

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

func (*ACEP) AutoInstallAppCommon added in v1.2.10

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

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

func (*ACEP) AutoInstallAppCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) AutoInstallAppCommonWithContext added in v1.2.10

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

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

See AutoInstallAppCommon 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) AutoInstallAppRequest added in v1.2.10

func (c *ACEP) AutoInstallAppRequest(input *AutoInstallAppInput) (req *request.Request, output *AutoInstallAppOutput)

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

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

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

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

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

func (*ACEP) AutoInstallAppWithContext added in v1.2.10

func (c *ACEP) AutoInstallAppWithContext(ctx volcengine.Context, input *AutoInstallAppInput, opts ...request.Option) (*AutoInstallAppOutput, error)

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

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

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

func (*ACEP) BackupData added in v1.1.42

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

BackupData API operation for ACEP.

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

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

func (*ACEP) BackupDataCommon added in v1.1.42

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

BackupDataCommon API operation for ACEP.

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

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

func (*ACEP) BackupDataCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) BackupDataCommonWithContext added in v1.1.42

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

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

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

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

func (*ACEP) BackupDataRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) BackupDataWithContext added in v1.1.42

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

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

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

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

func (*ACEP) BackupPod added in v1.1.22

func (c *ACEP) BackupPod(input *BackupPodInput) (*BackupPodOutput, error)

BackupPod API operation for ACEP.

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

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

func (*ACEP) BackupPodCommon added in v1.1.22

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

BackupPodCommon API operation for ACEP.

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

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

func (*ACEP) BackupPodCommonRequest added in v1.1.22

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

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

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

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

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

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

func (*ACEP) BackupPodCommonWithContext added in v1.1.22

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

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

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

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

func (*ACEP) BackupPodRequest added in v1.1.22

func (c *ACEP) BackupPodRequest(input *BackupPodInput) (req *request.Request, output *BackupPodOutput)

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

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

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

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

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

func (*ACEP) BackupPodWithContext added in v1.1.22

func (c *ACEP) BackupPodWithContext(ctx volcengine.Context, input *BackupPodInput, opts ...request.Option) (*BackupPodOutput, error)

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

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

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

func (*ACEP) BindPortMappingRule added in v1.2.10

func (c *ACEP) BindPortMappingRule(input *BindPortMappingRuleInput) (*BindPortMappingRuleOutput, error)

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

func (*ACEP) BindPortMappingRuleCommon added in v1.2.10

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

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

func (*ACEP) BindPortMappingRuleCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) BindPortMappingRuleCommonWithContext added in v1.2.10

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

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

See BindPortMappingRuleCommon 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) BindPortMappingRuleRequest added in v1.2.10

func (c *ACEP) BindPortMappingRuleRequest(input *BindPortMappingRuleInput) (req *request.Request, output *BindPortMappingRuleOutput)

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

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

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

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

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

func (*ACEP) BindPortMappingRuleWithContext added in v1.2.10

func (c *ACEP) BindPortMappingRuleWithContext(ctx volcengine.Context, input *BindPortMappingRuleInput, opts ...request.Option) (*BindPortMappingRuleOutput, error)

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

See BindPortMappingRule 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) BuildAOSPImage added in v1.2.10

func (c *ACEP) BuildAOSPImage(input *BuildAOSPImageInput) (*BuildAOSPImageOutput, error)

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

func (*ACEP) BuildAOSPImageCommon added in v1.2.10

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

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

func (*ACEP) BuildAOSPImageCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) BuildAOSPImageCommonWithContext added in v1.2.10

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

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

See BuildAOSPImageCommon 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) BuildAOSPImageRequest added in v1.2.10

func (c *ACEP) BuildAOSPImageRequest(input *BuildAOSPImageInput) (req *request.Request, output *BuildAOSPImageOutput)

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

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

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

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

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

func (*ACEP) BuildAOSPImageWithContext added in v1.2.10

func (c *ACEP) BuildAOSPImageWithContext(ctx volcengine.Context, input *BuildAOSPImageInput, opts ...request.Option) (*BuildAOSPImageOutput, error)

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

See BuildAOSPImage 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) CloseApp added in v1.2.10

func (c *ACEP) CloseApp(input *CloseAppInput) (*CloseAppOutput, error)

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

func (*ACEP) CloseAppCommon added in v1.2.10

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

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

func (*ACEP) CloseAppCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) CloseAppCommonWithContext added in v1.2.10

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

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

See CloseAppCommon 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) CloseAppRequest added in v1.2.10

func (c *ACEP) CloseAppRequest(input *CloseAppInput) (req *request.Request, output *CloseAppOutput)

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

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

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

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

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

func (*ACEP) CloseAppWithContext added in v1.2.10

func (c *ACEP) CloseAppWithContext(ctx volcengine.Context, input *CloseAppInput, opts ...request.Option) (*CloseAppOutput, error)

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

See CloseApp 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) CreateDNSRule added in v1.2.10

func (c *ACEP) CreateDNSRule(input *CreateDNSRuleInput) (*CreateDNSRuleOutput, error)

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

func (*ACEP) CreateDNSRuleCommon added in v1.2.10

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

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

func (*ACEP) CreateDNSRuleCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) CreateDNSRuleCommonWithContext added in v1.2.10

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

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

See CreateDNSRuleCommon 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) CreateDNSRuleRequest added in v1.2.10

func (c *ACEP) CreateDNSRuleRequest(input *CreateDNSRuleInput) (req *request.Request, output *CreateDNSRuleOutput)

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

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

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

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

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

func (*ACEP) CreateDNSRuleWithContext added in v1.2.10

func (c *ACEP) CreateDNSRuleWithContext(ctx volcengine.Context, input *CreateDNSRuleInput, opts ...request.Option) (*CreateDNSRuleOutput, error)

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

See CreateDNSRule 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) CreateDisplayLayoutMini added in v1.2.10

func (c *ACEP) CreateDisplayLayoutMini(input *CreateDisplayLayoutMiniInput) (*CreateDisplayLayoutMiniOutput, error)

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

func (*ACEP) CreateDisplayLayoutMiniCommon added in v1.2.10

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

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

func (*ACEP) CreateDisplayLayoutMiniCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) CreateDisplayLayoutMiniCommonWithContext added in v1.2.10

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

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

See CreateDisplayLayoutMiniCommon 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) CreateDisplayLayoutMiniRequest added in v1.2.10

func (c *ACEP) CreateDisplayLayoutMiniRequest(input *CreateDisplayLayoutMiniInput) (req *request.Request, output *CreateDisplayLayoutMiniOutput)

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

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

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

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

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

func (*ACEP) CreateDisplayLayoutMiniWithContext added in v1.2.10

func (c *ACEP) CreateDisplayLayoutMiniWithContext(ctx volcengine.Context, input *CreateDisplayLayoutMiniInput, opts ...request.Option) (*CreateDisplayLayoutMiniOutput, error)

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

See CreateDisplayLayoutMini 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) CreateImageOneStep added in v1.2.10

func (c *ACEP) CreateImageOneStep(input *CreateImageOneStepInput) (*CreateImageOneStepOutput, error)

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

func (*ACEP) CreateImageOneStepCommon added in v1.2.10

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

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

func (*ACEP) CreateImageOneStepCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) CreateImageOneStepCommonWithContext added in v1.2.10

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

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

See CreateImageOneStepCommon 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) CreateImageOneStepRequest added in v1.2.10

func (c *ACEP) CreateImageOneStepRequest(input *CreateImageOneStepInput) (req *request.Request, output *CreateImageOneStepOutput)

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

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

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

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

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

func (*ACEP) CreateImageOneStepWithContext added in v1.2.10

func (c *ACEP) CreateImageOneStepWithContext(ctx volcengine.Context, input *CreateImageOneStepInput, opts ...request.Option) (*CreateImageOneStepOutput, error)

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

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

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

func (*ACEP) CreatePod added in v1.1.45

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

CreatePod API operation for ACEP.

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

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

func (*ACEP) CreatePodCommon added in v1.1.45

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

CreatePodCommon API operation for ACEP.

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

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

func (*ACEP) CreatePodCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) CreatePodCommonWithContext added in v1.1.45

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

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

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

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

func (*ACEP) CreatePodOneStep added in v1.1.45

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

CreatePodOneStep API operation for ACEP.

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

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

func (*ACEP) CreatePodOneStepCommon added in v1.1.45

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

CreatePodOneStepCommon API operation for ACEP.

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

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

func (*ACEP) CreatePodOneStepCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) CreatePodOneStepCommonWithContext added in v1.1.45

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

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

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

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

func (*ACEP) CreatePodOneStepRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) CreatePodOneStepWithContext added in v1.1.45

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

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

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

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

func (*ACEP) CreatePodRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) CreatePodWithContext added in v1.1.45

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

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

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

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

func (*ACEP) CreatePortMappingRule added in v1.2.10

func (c *ACEP) CreatePortMappingRule(input *CreatePortMappingRuleInput) (*CreatePortMappingRuleOutput, error)

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

func (*ACEP) CreatePortMappingRuleCommon added in v1.2.10

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

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

func (*ACEP) CreatePortMappingRuleCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) CreatePortMappingRuleCommonWithContext added in v1.2.10

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

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

See CreatePortMappingRuleCommon 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) CreatePortMappingRuleRequest added in v1.2.10

func (c *ACEP) CreatePortMappingRuleRequest(input *CreatePortMappingRuleInput) (req *request.Request, output *CreatePortMappingRuleOutput)

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

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

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

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

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

func (*ACEP) CreatePortMappingRuleWithContext added in v1.2.10

func (c *ACEP) CreatePortMappingRuleWithContext(ctx volcengine.Context, input *CreatePortMappingRuleInput, opts ...request.Option) (*CreatePortMappingRuleOutput, error)

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

See CreatePortMappingRule 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) CreateTag added in v1.2.10

func (c *ACEP) CreateTag(input *CreateTagInput) (*CreateTagOutput, error)

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

func (*ACEP) CreateTagCommon added in v1.2.10

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

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

func (*ACEP) CreateTagCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) CreateTagCommonWithContext added in v1.2.10

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

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

See CreateTagCommon 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) CreateTagRequest added in v1.2.10

func (c *ACEP) CreateTagRequest(input *CreateTagInput) (req *request.Request, output *CreateTagOutput)

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

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

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

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

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

func (*ACEP) CreateTagWithContext added in v1.2.10

func (c *ACEP) CreateTagWithContext(ctx volcengine.Context, input *CreateTagInput, opts ...request.Option) (*CreateTagOutput, error)

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

See CreateTag 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) DeleteAOSPImage added in v1.2.10

func (c *ACEP) DeleteAOSPImage(input *DeleteAOSPImageInput) (*DeleteAOSPImageOutput, error)

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

func (*ACEP) DeleteAOSPImageCommon added in v1.2.10

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

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

func (*ACEP) DeleteAOSPImageCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) DeleteAOSPImageCommonWithContext added in v1.2.10

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

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

See DeleteAOSPImageCommon 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) DeleteAOSPImageRequest added in v1.2.10

func (c *ACEP) DeleteAOSPImageRequest(input *DeleteAOSPImageInput) (req *request.Request, output *DeleteAOSPImageOutput)

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

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

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

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

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

func (*ACEP) DeleteAOSPImageWithContext added in v1.2.10

func (c *ACEP) DeleteAOSPImageWithContext(ctx volcengine.Context, input *DeleteAOSPImageInput, opts ...request.Option) (*DeleteAOSPImageOutput, error)

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

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

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

func (*ACEP) DeleteBackupData added in v1.1.42

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

DeleteBackupData API operation for ACEP.

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

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

func (*ACEP) DeleteBackupDataCommon added in v1.1.42

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

DeleteBackupDataCommon API operation for ACEP.

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

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

func (*ACEP) DeleteBackupDataCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) DeleteBackupDataCommonWithContext added in v1.1.42

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

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

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

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

func (*ACEP) DeleteBackupDataRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) DeleteBackupDataWithContext added in v1.1.42

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

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

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

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

func (*ACEP) DeleteCustomRoute added in v1.1.22

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

DeleteCustomRoute API operation for ACEP.

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

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

func (*ACEP) DeleteCustomRouteCommon added in v1.1.22

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

DeleteCustomRouteCommon API operation for ACEP.

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

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

func (*ACEP) DeleteCustomRouteCommonRequest added in v1.1.22

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

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

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

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

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

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

func (*ACEP) DeleteCustomRouteCommonWithContext added in v1.1.22

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

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

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

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

func (*ACEP) DeleteCustomRouteRequest added in v1.1.22

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

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

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

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

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

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

func (*ACEP) DeleteCustomRouteWithContext added in v1.1.22

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

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

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

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

func (*ACEP) DetailApp added in v1.2.10

func (c *ACEP) DetailApp(input *DetailAppInput) (*DetailAppOutput, error)

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

func (*ACEP) DetailAppCommon added in v1.2.10

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

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

func (*ACEP) DetailAppCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) DetailAppCommonWithContext added in v1.2.10

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

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

See DetailAppCommon 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) DetailAppRequest added in v1.2.10

func (c *ACEP) DetailAppRequest(input *DetailAppInput) (req *request.Request, output *DetailAppOutput)

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

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

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

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

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

func (*ACEP) DetailAppWithContext added in v1.2.10

func (c *ACEP) DetailAppWithContext(ctx volcengine.Context, input *DetailAppInput, opts ...request.Option) (*DetailAppOutput, error)

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

See DetailApp 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) DetailDNSRule added in v1.2.10

func (c *ACEP) DetailDNSRule(input *DetailDNSRuleInput) (*DetailDNSRuleOutput, error)

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

func (*ACEP) DetailDNSRuleCommon added in v1.2.10

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

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

func (*ACEP) DetailDNSRuleCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) DetailDNSRuleCommonWithContext added in v1.2.10

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

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

See DetailDNSRuleCommon 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) DetailDNSRuleRequest added in v1.2.10

func (c *ACEP) DetailDNSRuleRequest(input *DetailDNSRuleInput) (req *request.Request, output *DetailDNSRuleOutput)

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

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

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

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

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

func (*ACEP) DetailDNSRuleWithContext added in v1.2.10

func (c *ACEP) DetailDNSRuleWithContext(ctx volcengine.Context, input *DetailDNSRuleInput, opts ...request.Option) (*DetailDNSRuleOutput, error)

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

See DetailDNSRule 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) DetailDisplayLayoutMini added in v1.2.10

func (c *ACEP) DetailDisplayLayoutMini(input *DetailDisplayLayoutMiniInput) (*DetailDisplayLayoutMiniOutput, error)

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

func (*ACEP) DetailDisplayLayoutMiniCommon added in v1.2.10

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

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

func (*ACEP) DetailDisplayLayoutMiniCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) DetailDisplayLayoutMiniCommonWithContext added in v1.2.10

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

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

See DetailDisplayLayoutMiniCommon 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) DetailDisplayLayoutMiniRequest added in v1.2.10

func (c *ACEP) DetailDisplayLayoutMiniRequest(input *DetailDisplayLayoutMiniInput) (req *request.Request, output *DetailDisplayLayoutMiniOutput)

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

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

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

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

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

func (*ACEP) DetailDisplayLayoutMiniWithContext added in v1.2.10

func (c *ACEP) DetailDisplayLayoutMiniWithContext(ctx volcengine.Context, input *DetailDisplayLayoutMiniInput, opts ...request.Option) (*DetailDisplayLayoutMiniOutput, error)

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

See DetailDisplayLayoutMini 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) DetailHost added in v1.2.10

func (c *ACEP) DetailHost(input *DetailHostInput) (*DetailHostOutput, error)

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

func (*ACEP) DetailHostCommon added in v1.2.10

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

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

func (*ACEP) DetailHostCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) DetailHostCommonWithContext added in v1.2.10

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

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

See DetailHostCommon 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) DetailHostRequest added in v1.2.10

func (c *ACEP) DetailHostRequest(input *DetailHostInput) (req *request.Request, output *DetailHostOutput)

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

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

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

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

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

func (*ACEP) DetailHostWithContext added in v1.2.10

func (c *ACEP) DetailHostWithContext(ctx volcengine.Context, input *DetailHostInput, opts ...request.Option) (*DetailHostOutput, error)

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

See DetailHost 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) DetailPod added in v1.2.10

func (c *ACEP) DetailPod(input *DetailPodInput) (*DetailPodOutput, error)

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

func (*ACEP) DetailPodCommon added in v1.2.10

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

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

func (*ACEP) DetailPodCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) DetailPodCommonWithContext added in v1.2.10

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

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

See DetailPodCommon 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) DetailPodRequest added in v1.2.10

func (c *ACEP) DetailPodRequest(input *DetailPodInput) (req *request.Request, output *DetailPodOutput)

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

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

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

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

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

func (*ACEP) DetailPodWithContext added in v1.2.10

func (c *ACEP) DetailPodWithContext(ctx volcengine.Context, input *DetailPodInput, opts ...request.Option) (*DetailPodOutput, error)

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

See DetailPod 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) DetailPortMappingRule added in v1.2.10

func (c *ACEP) DetailPortMappingRule(input *DetailPortMappingRuleInput) (*DetailPortMappingRuleOutput, error)

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

func (*ACEP) DetailPortMappingRuleCommon added in v1.2.10

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

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

func (*ACEP) DetailPortMappingRuleCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) DetailPortMappingRuleCommonWithContext added in v1.2.10

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

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

See DetailPortMappingRuleCommon 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) DetailPortMappingRuleRequest added in v1.2.10

func (c *ACEP) DetailPortMappingRuleRequest(input *DetailPortMappingRuleInput) (req *request.Request, output *DetailPortMappingRuleOutput)

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

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

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

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

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

func (*ACEP) DetailPortMappingRuleWithContext added in v1.2.10

func (c *ACEP) DetailPortMappingRuleWithContext(ctx volcengine.Context, input *DetailPortMappingRuleInput, opts ...request.Option) (*DetailPortMappingRuleOutput, error)

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

See DetailPortMappingRule 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) GetAppCrashLog added in v1.2.10

func (c *ACEP) GetAppCrashLog(input *GetAppCrashLogInput) (*GetAppCrashLogOutput, error)

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

func (*ACEP) GetAppCrashLogCommon added in v1.2.10

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

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

func (*ACEP) GetAppCrashLogCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) GetAppCrashLogCommonWithContext added in v1.2.10

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

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

See GetAppCrashLogCommon 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) GetAppCrashLogRequest added in v1.2.10

func (c *ACEP) GetAppCrashLogRequest(input *GetAppCrashLogInput) (req *request.Request, output *GetAppCrashLogOutput)

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

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

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

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

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

func (*ACEP) GetAppCrashLogWithContext added in v1.2.10

func (c *ACEP) GetAppCrashLogWithContext(ctx volcengine.Context, input *GetAppCrashLogInput, opts ...request.Option) (*GetAppCrashLogOutput, error)

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

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

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

func (*ACEP) GetDcBandwidthDailyPeak added in v1.1.42

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

GetDcBandwidthDailyPeak API operation for ACEP.

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

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

func (*ACEP) GetDcBandwidthDailyPeakCommon added in v1.1.42

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

GetDcBandwidthDailyPeakCommon API operation for ACEP.

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

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

func (*ACEP) GetDcBandwidthDailyPeakCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) GetDcBandwidthDailyPeakCommonWithContext added in v1.1.42

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

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

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

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

func (*ACEP) GetDcBandwidthDailyPeakRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) GetDcBandwidthDailyPeakWithContext added in v1.1.42

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

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

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

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

func (*ACEP) GetImagePreheating added in v1.2.10

func (c *ACEP) GetImagePreheating(input *GetImagePreheatingInput) (*GetImagePreheatingOutput, error)

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

func (*ACEP) GetImagePreheatingCommon added in v1.2.10

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

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

func (*ACEP) GetImagePreheatingCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) GetImagePreheatingCommonWithContext added in v1.2.10

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

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

See GetImagePreheatingCommon 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) GetImagePreheatingRequest added in v1.2.10

func (c *ACEP) GetImagePreheatingRequest(input *GetImagePreheatingInput) (req *request.Request, output *GetImagePreheatingOutput)

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

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

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

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

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

func (*ACEP) GetImagePreheatingWithContext added in v1.2.10

func (c *ACEP) GetImagePreheatingWithContext(ctx volcengine.Context, input *GetImagePreheatingInput, opts ...request.Option) (*GetImagePreheatingOutput, error)

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

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

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

func (*ACEP) GetPhoneTemplate added in v1.1.45

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

GetPhoneTemplate API operation for ACEP.

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

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

func (*ACEP) GetPhoneTemplateCommon added in v1.1.45

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

GetPhoneTemplateCommon API operation for ACEP.

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

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

func (*ACEP) GetPhoneTemplateCommonRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) GetPhoneTemplateCommonWithContext added in v1.1.45

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

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

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

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

func (*ACEP) GetPhoneTemplateRequest added in v1.1.45

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

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

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

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

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

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

func (*ACEP) GetPhoneTemplateWithContext added in v1.1.45

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

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

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

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

func (*ACEP) GetPodAppList added in v1.2.10

func (c *ACEP) GetPodAppList(input *GetPodAppListInput) (*GetPodAppListOutput, error)

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

func (*ACEP) GetPodAppListCommon added in v1.2.10

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

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

func (*ACEP) GetPodAppListCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) GetPodAppListCommonWithContext added in v1.2.10

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

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

See GetPodAppListCommon 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) GetPodAppListRequest added in v1.2.10

func (c *ACEP) GetPodAppListRequest(input *GetPodAppListInput) (req *request.Request, output *GetPodAppListOutput)

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

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

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

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

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

func (*ACEP) GetPodAppListWithContext added in v1.2.10

func (c *ACEP) GetPodAppListWithContext(ctx volcengine.Context, input *GetPodAppListInput, opts ...request.Option) (*GetPodAppListOutput, error)

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

See GetPodAppList 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) GetPodMetric added in v1.2.10

func (c *ACEP) GetPodMetric(input *GetPodMetricInput) (*GetPodMetricOutput, error)

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

func (*ACEP) GetPodMetricCommon added in v1.2.10

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

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

func (*ACEP) GetPodMetricCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) GetPodMetricCommonWithContext added in v1.2.10

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

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

See GetPodMetricCommon 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) GetPodMetricRequest added in v1.2.10

func (c *ACEP) GetPodMetricRequest(input *GetPodMetricInput) (req *request.Request, output *GetPodMetricOutput)

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

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

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

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

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

func (*ACEP) GetPodMetricWithContext added in v1.2.10

func (c *ACEP) GetPodMetricWithContext(ctx volcengine.Context, input *GetPodMetricInput, opts ...request.Option) (*GetPodMetricOutput, error)

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

See GetPodMetric 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) GetPodProperty added in v1.2.10

func (c *ACEP) GetPodProperty(input *GetPodPropertyInput) (*GetPodPropertyOutput, error)

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

func (*ACEP) GetPodPropertyCommon added in v1.2.10

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

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

func (*ACEP) GetPodPropertyCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) GetPodPropertyCommonWithContext added in v1.2.10

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

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

See GetPodPropertyCommon 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) GetPodPropertyRequest added in v1.2.10

func (c *ACEP) GetPodPropertyRequest(input *GetPodPropertyInput) (req *request.Request, output *GetPodPropertyOutput)

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

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

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

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

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

func (*ACEP) GetPodPropertyWithContext added in v1.2.10

func (c *ACEP) GetPodPropertyWithContext(ctx volcengine.Context, input *GetPodPropertyInput, opts ...request.Option) (*GetPodPropertyOutput, error)

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

See GetPodProperty 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) GetProductResource added in v1.2.10

func (c *ACEP) GetProductResource(input *GetProductResourceInput) (*GetProductResourceOutput, error)

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

func (*ACEP) GetProductResourceCommon added in v1.2.10

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

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

func (*ACEP) GetProductResourceCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) GetProductResourceCommonWithContext added in v1.2.10

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

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

See GetProductResourceCommon 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) GetProductResourceRequest added in v1.2.10

func (c *ACEP) GetProductResourceRequest(input *GetProductResourceInput) (req *request.Request, output *GetProductResourceOutput)

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

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

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

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

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

func (*ACEP) GetProductResourceWithContext added in v1.2.10

func (c *ACEP) GetProductResourceWithContext(ctx volcengine.Context, input *GetProductResourceInput, opts ...request.Option) (*GetProductResourceOutput, error)

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

See GetProductResource 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) GetTaskInfo added in v1.2.10

func (c *ACEP) GetTaskInfo(input *GetTaskInfoInput) (*GetTaskInfoOutput, error)

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

func (*ACEP) GetTaskInfoCommon added in v1.2.10

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

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

func (*ACEP) GetTaskInfoCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) GetTaskInfoCommonWithContext added in v1.2.10

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

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

See GetTaskInfoCommon 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) GetTaskInfoRequest added in v1.2.10

func (c *ACEP) GetTaskInfoRequest(input *GetTaskInfoInput) (req *request.Request, output *GetTaskInfoOutput)

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

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

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

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

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

func (*ACEP) GetTaskInfoWithContext added in v1.2.10

func (c *ACEP) GetTaskInfoWithContext(ctx volcengine.Context, input *GetTaskInfoInput, opts ...request.Option) (*GetTaskInfoOutput, error)

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

See GetTaskInfo 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) InstallApp added in v1.2.10

func (c *ACEP) InstallApp(input *InstallAppInput) (*InstallAppOutput, error)

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

func (*ACEP) InstallAppCommon added in v1.2.10

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

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

func (*ACEP) InstallAppCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) InstallAppCommonWithContext added in v1.2.10

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

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

See InstallAppCommon 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) InstallAppRequest added in v1.2.10

func (c *ACEP) InstallAppRequest(input *InstallAppInput) (req *request.Request, output *InstallAppOutput)

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

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

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

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

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

func (*ACEP) InstallAppWithContext added in v1.2.10

func (c *ACEP) InstallAppWithContext(ctx volcengine.Context, input *InstallAppInput, opts ...request.Option) (*InstallAppOutput, error)

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

See InstallApp 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) InstallApps added in v1.2.10

func (c *ACEP) InstallApps(input *InstallAppsInput) (*InstallAppsOutput, error)

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

func (*ACEP) InstallAppsCommon added in v1.2.10

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

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

func (*ACEP) InstallAppsCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) InstallAppsCommonWithContext added in v1.2.10

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

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

See InstallAppsCommon 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) InstallAppsRequest added in v1.2.10

func (c *ACEP) InstallAppsRequest(input *InstallAppsInput) (req *request.Request, output *InstallAppsOutput)

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

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

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

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

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

func (*ACEP) InstallAppsWithContext added in v1.2.10

func (c *ACEP) InstallAppsWithContext(ctx volcengine.Context, input *InstallAppsInput, opts ...request.Option) (*InstallAppsOutput, error)

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

See InstallApps 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) LaunchApp added in v1.2.10

func (c *ACEP) LaunchApp(input *LaunchAppInput) (*LaunchAppOutput, error)

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

func (*ACEP) LaunchAppCommon added in v1.2.10

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

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

func (*ACEP) LaunchAppCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) LaunchAppCommonWithContext added in v1.2.10

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

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

See LaunchAppCommon 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) LaunchAppRequest added in v1.2.10

func (c *ACEP) LaunchAppRequest(input *LaunchAppInput) (req *request.Request, output *LaunchAppOutput)

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

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

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

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

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

func (*ACEP) LaunchAppWithContext added in v1.2.10

func (c *ACEP) LaunchAppWithContext(ctx volcengine.Context, input *LaunchAppInput, opts ...request.Option) (*LaunchAppOutput, error)

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

See LaunchApp 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) LaunchApps added in v1.2.10

func (c *ACEP) LaunchApps(input *LaunchAppsInput) (*LaunchAppsOutput, error)

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

func (*ACEP) LaunchAppsCommon added in v1.2.10

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

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

func (*ACEP) LaunchAppsCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) LaunchAppsCommonWithContext added in v1.2.10

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

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

See LaunchAppsCommon 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) LaunchAppsRequest added in v1.2.10

func (c *ACEP) LaunchAppsRequest(input *LaunchAppsInput) (req *request.Request, output *LaunchAppsOutput)

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

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

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

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

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

func (*ACEP) LaunchAppsWithContext added in v1.2.10

func (c *ACEP) LaunchAppsWithContext(ctx volcengine.Context, input *LaunchAppsInput, opts ...request.Option) (*LaunchAppsOutput, error)

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

See LaunchApps 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) ListAOSPImage added in v1.2.10

func (c *ACEP) ListAOSPImage(input *ListAOSPImageInput) (*ListAOSPImageOutput, error)

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

func (*ACEP) ListAOSPImageCommon added in v1.2.10

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

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

func (*ACEP) ListAOSPImageCommonRequest added in v1.2.10

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

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

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

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

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

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

func (*ACEP) ListAOSPImageCommonWithContext added in v1.2.10

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

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

See ListAOSPImageCommon 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) ListAOSPImageRequest added in v1.2.10

func (c *ACEP) ListAOSPImageRequest(input *ListAOSPImageInput) (req *request.Request, output *ListAOSPImageOutput)

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

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

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

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

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

func (*ACEP) ListAOSPImageWithContext added in v1.2.10

func (c *ACEP) ListAOSPImageWithContext(ctx volcengine.Context, input *ListAOSPImageInput, opts ...request.Option) (*ListAOSPImageOutput, error)

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

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

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

func (*ACEP) ListApp added in v1.1.24

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

ListApp API operation for ACEP.

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

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

func (*ACEP) ListAppCommon added in v1.1.24

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

ListAppCommon API operation for ACEP.

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

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

func (*ACEP) ListAppCommonRequest added in v1.1.24

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

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

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

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

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

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

func (*ACEP) ListAppCommonWithContext added in v1.1.24

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

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

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

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

func (*ACEP) ListAppRequest added in v1.1.24

func (c *ACEP) ListAppRequest(input *ListAppInput) (req *request.Request, output *ListAppOutput)

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

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

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

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

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

func (*ACEP) ListAppWithContext added in v1.1.24

func (c *ACEP) ListAppWithContext(ctx volcengine.Context, input *ListAppInput, opts ...request.Option) (*ListAppOutput, error)

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

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

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

func (*ACEP) ListBackupData added in v1.1.42

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

ListBackupData API operation for ACEP.

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

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

func (*ACEP) ListBackupDataCommon added in v1.1.42

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

ListBackupDataCommon API operation for ACEP.

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

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

func (*ACEP) ListBackupDataCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) ListBackupDataCommonWithContext added in v1.1.42

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

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

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

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

func (*ACEP) ListBackupDataRequest added in v1.1.42

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

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

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

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

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

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

func (*ACEP) ListBackupDataWithContext added in v1.1.42

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

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

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

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

func (*ACEP) ListConfiguration added in v1.2.10

func (c *ACEP) ListConfiguration(input *ListConfigurationInput) (*ListConfigurationOutput, error)

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

func (*ACEP) ListConfigurationCommon added in v1.2.10

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

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

func (*ACEP) ListConfigurationCommonRequest added in v1.2.10

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

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

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

See ListConfigurationCommon for more information on using the ListConfigurationCommon API call, and error handling.

// Example sending a request using the ListConfigurationCommonRequest method.
req, resp := client.ListConfigurationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ListConfigurationCommonWithContext added in v1.2.10

func (c *ACEP) ListConfigurationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListConfigurationCommonWithContext is the same as ListConfigurationCommon with the addition of the ability to pass a context and additional request options.

See ListConfigurationCommon 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) ListConfigurationRequest added in v1.2.10

func (c *ACEP) ListConfigurationRequest(input *ListConfigurationInput) (req *request.Request, output *ListConfigurationOutput)

ListConfigurationRequest generates a "volcengine/request.Request" representing the client's request for the ListConfiguration operation. The "output" return value will be populated with the ListConfigurationCommon request's response once the request completes successfully.

Use "Send" method on the returned ListConfigurationCommon Request to send the API call to the service. the "output" return value is not valid until after ListConfigurationCommon Send returns without error.

See ListConfiguration for more information on using the ListConfiguration API call, and error handling.

// Example sending a request using the ListConfigurationRequest method.
req, resp := client.ListConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ListConfigurationWithContext added in v1.2.10

func (c *ACEP) ListConfigurationWithContext(ctx volcengine.Context, input *ListConfigurationInput, opts ...request.Option) (*ListConfigurationOutput, error)

ListConfigurationWithContext is the same as ListConfiguration with the addition of the ability to pass a context and additional request options.

See ListConfiguration 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) ListDc added in v1.2.10

func (c *ACEP) ListDc(input *ListDcInput) (*ListDcOutput, error)

ListDc 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 ListDc for usage and error information.

func (*ACEP) ListDcCommon added in v1.2.10

func (c *ACEP) ListDcCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListDcCommon 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 ListDcCommon for usage and error information.

func (*ACEP) ListDcCommonRequest added in v1.2.10

func (c *ACEP) ListDcCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListDcCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListDcCommon operation. The "output" return value will be populated with the ListDcCommon request's response once the request completes successfully.

Use "Send" method on the returned ListDcCommon Request to send the API call to the service. the "output" return value is not valid until after ListDcCommon Send returns without error.

See ListDcCommon for more information on using the ListDcCommon API call, and error handling.

// Example sending a request using the ListDcCommonRequest method.
req, resp := client.ListDcCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ListDcCommonWithContext added in v1.2.10

func (c *ACEP) ListDcCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListDcCommonWithContext is the same as ListDcCommon with the addition of the ability to pass a context and additional request options.

See ListDcCommon 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) ListDcRequest added in v1.2.10

func (c *ACEP) ListDcRequest(input *ListDcInput) (req *request.Request, output *ListDcOutput)

ListDcRequest generates a "volcengine/request.Request" representing the client's request for the ListDc operation. The "output" return value will be populated with the ListDcCommon request's response once the request completes successfully.

Use "Send" method on the returned ListDcCommon Request to send the API call to the service. the "output" return value is not valid until after ListDcCommon Send returns without error.

See ListDc for more information on using the ListDc API call, and error handling.

// Example sending a request using the ListDcRequest method.
req, resp := client.ListDcRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ListDcWithContext added in v1.2.10

func (c *ACEP) ListDcWithContext(ctx volcengine.Context, input *ListDcInput, opts ...request.Option) (*ListDcOutput, error)

ListDcWithContext is the same as ListDc with the addition of the ability to pass a context and additional request options.

See ListDc 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) ListImageResource added in v1.2.10

func (c *ACEP) ListImageResource(input *ListImageResourceInput) (*ListImageResourceOutput, error)

ListImageResource 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 ListImageResource for usage and error information.

func (*ACEP) ListImageResourceCommon added in v1.2.10

func (c *ACEP) ListImageResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListImageResourceCommon 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 ListImageResourceCommon for usage and error information.

func (*ACEP) ListImageResourceCommonRequest added in v1.2.10

func (c *ACEP) ListImageResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListImageResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListImageResourceCommon operation. The "output" return value will be populated with the ListImageResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned ListImageResourceCommon Request to send the API call to the service. the "output" return value is not valid until after ListImageResourceCommon Send returns without error.

See ListImageResourceCommon for more information on using the ListImageResourceCommon API call, and error handling.

// Example sending a request using the ListImageResourceCommonRequest method.
req, resp := client.ListImageResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ListImageResourceCommonWithContext added in v1.2.10

func (c *ACEP) ListImageResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListImageResourceCommonWithContext is the same as ListImageResourceCommon with the addition of the ability to pass a context and additional request options.

See ListImageResourceCommon 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) ListImageResourceRequest added in v1.2.10

func (c *ACEP) ListImageResourceRequest(input *ListImageResourceInput) (req *request.Request, output *ListImageResourceOutput)

ListImageResourceRequest generates a "volcengine/request.Request" representing the client's request for the ListImageResource operation. The "output" return value will be populated with the ListImageResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned ListImageResourceCommon Request to send the API call to the service. the "output" return value is not valid until after ListImageResourceCommon Send returns without error.

See ListImageResource for more information on using the ListImageResource API call, and error handling.

// Example sending a request using the ListImageResourceRequest method.
req, resp := client.ListImageResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ListImageResourceWithContext added in v1.2.10

func (c *ACEP) ListImageResourceWithContext(ctx volcengine.Context, input *ListImageResourceInput, opts ...request.Option) (*ListImageResourceOutput, error)

ListImageResourceWithContext is the same as ListImageResource with the addition of the ability to pass a context and additional request options.

See ListImageResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) ListPhoneTemplate added in v1.1.45

func (c *ACEP) ListPhoneTemplate(input *ListPhoneTemplateInput) (*ListPhoneTemplateOutput, error)

ListPhoneTemplate API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation ListPhoneTemplate for usage and error information.

func (*ACEP) ListPhoneTemplateCommon added in v1.1.45

func (c *ACEP) ListPhoneTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListPhoneTemplateCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation ListPhoneTemplateCommon for usage and error information.

func (*ACEP) ListPhoneTemplateCommonRequest added in v1.1.45

func (c *ACEP) ListPhoneTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListPhoneTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListPhoneTemplateCommon operation. The "output" return value will be populated with the ListPhoneTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPhoneTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after ListPhoneTemplateCommon Send returns without error.

See ListPhoneTemplateCommon for more information on using the ListPhoneTemplateCommon API call, and error handling.

// Example sending a request using the ListPhoneTemplateCommonRequest method.
req, resp := client.ListPhoneTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ListPhoneTemplateCommonWithContext added in v1.1.45

func (c *ACEP) ListPhoneTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListPhoneTemplateCommonWithContext is the same as ListPhoneTemplateCommon with the addition of the ability to pass a context and additional request options.

See ListPhoneTemplateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) ListPhoneTemplateRequest added in v1.1.45

func (c *ACEP) ListPhoneTemplateRequest(input *ListPhoneTemplateInput) (req *request.Request, output *ListPhoneTemplateOutput)

ListPhoneTemplateRequest generates a "volcengine/request.Request" representing the client's request for the ListPhoneTemplate operation. The "output" return value will be populated with the ListPhoneTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPhoneTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after ListPhoneTemplateCommon Send returns without error.

See ListPhoneTemplate for more information on using the ListPhoneTemplate API call, and error handling.

// Example sending a request using the ListPhoneTemplateRequest method.
req, resp := client.ListPhoneTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ListPhoneTemplateWithContext added in v1.1.45

func (c *ACEP) ListPhoneTemplateWithContext(ctx volcengine.Context, input *ListPhoneTemplateInput, opts ...request.Option) (*ListPhoneTemplateOutput, error)

ListPhoneTemplateWithContext is the same as ListPhoneTemplate with the addition of the ability to pass a context and additional request options.

See ListPhoneTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) ListPod

func (c *ACEP) ListPod(input *ListPodInput) (*ListPodOutput, error)

ListPod API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation ListPod for usage and error information.

func (*ACEP) ListPodCommon

func (c *ACEP) ListPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListPodCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation ListPodCommon for usage and error information.

func (*ACEP) ListPodCommonRequest

func (c *ACEP) ListPodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListPodCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListPodCommon operation. The "output" return value will be populated with the ListPodCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPodCommon Request to send the API call to the service. the "output" return value is not valid until after ListPodCommon Send returns without error.

See ListPodCommon for more information on using the ListPodCommon API call, and error handling.

// Example sending a request using the ListPodCommonRequest method.
req, resp := client.ListPodCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ListPodCommonWithContext

func (c *ACEP) ListPodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListPodCommonWithContext is the same as ListPodCommon with the addition of the ability to pass a context and additional request options.

See ListPodCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) ListPodRequest

func (c *ACEP) ListPodRequest(input *ListPodInput) (req *request.Request, output *ListPodOutput)

ListPodRequest generates a "volcengine/request.Request" representing the client's request for the ListPod operation. The "output" return value will be populated with the ListPodCommon request's response once the request completes successfully.

Use "Send" method on the returned ListPodCommon Request to send the API call to the service. the "output" return value is not valid until after ListPodCommon Send returns without error.

See ListPod for more information on using the ListPod API call, and error handling.

// Example sending a request using the ListPodRequest method.
req, resp := client.ListPodRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ListPodWithContext

func (c *ACEP) ListPodWithContext(ctx volcengine.Context, input *ListPodInput, opts ...request.Option) (*ListPodOutput, error)

ListPodWithContext is the same as ListPod with the addition of the ability to pass a context and additional request options.

See ListPod for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) MigratePod added in v1.1.22

func (c *ACEP) MigratePod(input *MigratePodInput) (*MigratePodOutput, error)

MigratePod API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation MigratePod for usage and error information.

func (*ACEP) MigratePodCommon added in v1.1.22

func (c *ACEP) MigratePodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

MigratePodCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation MigratePodCommon for usage and error information.

func (*ACEP) MigratePodCommonRequest added in v1.1.22

func (c *ACEP) MigratePodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

MigratePodCommonRequest generates a "volcengine/request.Request" representing the client's request for the MigratePodCommon operation. The "output" return value will be populated with the MigratePodCommon request's response once the request completes successfully.

Use "Send" method on the returned MigratePodCommon Request to send the API call to the service. the "output" return value is not valid until after MigratePodCommon Send returns without error.

See MigratePodCommon for more information on using the MigratePodCommon API call, and error handling.

// Example sending a request using the MigratePodCommonRequest method.
req, resp := client.MigratePodCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) MigratePodCommonWithContext added in v1.1.22

func (c *ACEP) MigratePodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

MigratePodCommonWithContext is the same as MigratePodCommon with the addition of the ability to pass a context and additional request options.

See MigratePodCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) MigratePodRequest added in v1.1.22

func (c *ACEP) MigratePodRequest(input *MigratePodInput) (req *request.Request, output *MigratePodOutput)

MigratePodRequest generates a "volcengine/request.Request" representing the client's request for the MigratePod operation. The "output" return value will be populated with the MigratePodCommon request's response once the request completes successfully.

Use "Send" method on the returned MigratePodCommon Request to send the API call to the service. the "output" return value is not valid until after MigratePodCommon Send returns without error.

See MigratePod for more information on using the MigratePod API call, and error handling.

// Example sending a request using the MigratePodRequest method.
req, resp := client.MigratePodRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) MigratePodWithContext added in v1.1.22

func (c *ACEP) MigratePodWithContext(ctx volcengine.Context, input *MigratePodInput, opts ...request.Option) (*MigratePodOutput, error)

MigratePodWithContext is the same as MigratePod with the addition of the ability to pass a context and additional request options.

See MigratePod for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) PodDataDelete added in v1.2.10

func (c *ACEP) PodDataDelete(input *PodDataDeleteInput) (*PodDataDeleteOutput, error)

PodDataDelete 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 PodDataDelete for usage and error information.

func (*ACEP) PodDataDeleteCommon added in v1.2.10

func (c *ACEP) PodDataDeleteCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PodDataDeleteCommon 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 PodDataDeleteCommon for usage and error information.

func (*ACEP) PodDataDeleteCommonRequest added in v1.2.10

func (c *ACEP) PodDataDeleteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PodDataDeleteCommonRequest generates a "volcengine/request.Request" representing the client's request for the PodDataDeleteCommon operation. The "output" return value will be populated with the PodDataDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned PodDataDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after PodDataDeleteCommon Send returns without error.

See PodDataDeleteCommon for more information on using the PodDataDeleteCommon API call, and error handling.

// Example sending a request using the PodDataDeleteCommonRequest method.
req, resp := client.PodDataDeleteCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) PodDataDeleteCommonWithContext added in v1.2.10

func (c *ACEP) PodDataDeleteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PodDataDeleteCommonWithContext is the same as PodDataDeleteCommon with the addition of the ability to pass a context and additional request options.

See PodDataDeleteCommon 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) PodDataDeleteRequest added in v1.2.10

func (c *ACEP) PodDataDeleteRequest(input *PodDataDeleteInput) (req *request.Request, output *PodDataDeleteOutput)

PodDataDeleteRequest generates a "volcengine/request.Request" representing the client's request for the PodDataDelete operation. The "output" return value will be populated with the PodDataDeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned PodDataDeleteCommon Request to send the API call to the service. the "output" return value is not valid until after PodDataDeleteCommon Send returns without error.

See PodDataDelete for more information on using the PodDataDelete API call, and error handling.

// Example sending a request using the PodDataDeleteRequest method.
req, resp := client.PodDataDeleteRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) PodDataDeleteWithContext added in v1.2.10

func (c *ACEP) PodDataDeleteWithContext(ctx volcengine.Context, input *PodDataDeleteInput, opts ...request.Option) (*PodDataDeleteOutput, error)

PodDataDeleteWithContext is the same as PodDataDelete with the addition of the ability to pass a context and additional request options.

See PodDataDelete 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) PowerOffPod added in v1.2.10

func (c *ACEP) PowerOffPod(input *PowerOffPodInput) (*PowerOffPodOutput, error)

PowerOffPod 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 PowerOffPod for usage and error information.

func (*ACEP) PowerOffPodCommon added in v1.2.10

func (c *ACEP) PowerOffPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PowerOffPodCommon 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 PowerOffPodCommon for usage and error information.

func (*ACEP) PowerOffPodCommonRequest added in v1.2.10

func (c *ACEP) PowerOffPodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PowerOffPodCommonRequest generates a "volcengine/request.Request" representing the client's request for the PowerOffPodCommon operation. The "output" return value will be populated with the PowerOffPodCommon request's response once the request completes successfully.

Use "Send" method on the returned PowerOffPodCommon Request to send the API call to the service. the "output" return value is not valid until after PowerOffPodCommon Send returns without error.

See PowerOffPodCommon for more information on using the PowerOffPodCommon API call, and error handling.

// Example sending a request using the PowerOffPodCommonRequest method.
req, resp := client.PowerOffPodCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) PowerOffPodCommonWithContext added in v1.2.10

func (c *ACEP) PowerOffPodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PowerOffPodCommonWithContext is the same as PowerOffPodCommon with the addition of the ability to pass a context and additional request options.

See PowerOffPodCommon 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) PowerOffPodRequest added in v1.2.10

func (c *ACEP) PowerOffPodRequest(input *PowerOffPodInput) (req *request.Request, output *PowerOffPodOutput)

PowerOffPodRequest generates a "volcengine/request.Request" representing the client's request for the PowerOffPod operation. The "output" return value will be populated with the PowerOffPodCommon request's response once the request completes successfully.

Use "Send" method on the returned PowerOffPodCommon Request to send the API call to the service. the "output" return value is not valid until after PowerOffPodCommon Send returns without error.

See PowerOffPod for more information on using the PowerOffPod API call, and error handling.

// Example sending a request using the PowerOffPodRequest method.
req, resp := client.PowerOffPodRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) PowerOffPodWithContext added in v1.2.10

func (c *ACEP) PowerOffPodWithContext(ctx volcengine.Context, input *PowerOffPodInput, opts ...request.Option) (*PowerOffPodOutput, error)

PowerOffPodWithContext is the same as PowerOffPod with the addition of the ability to pass a context and additional request options.

See PowerOffPod 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) PowerOnPod added in v1.2.10

func (c *ACEP) PowerOnPod(input *PowerOnPodInput) (*PowerOnPodOutput, error)

PowerOnPod 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 PowerOnPod for usage and error information.

func (*ACEP) PowerOnPodCommon added in v1.2.10

func (c *ACEP) PowerOnPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PowerOnPodCommon 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 PowerOnPodCommon for usage and error information.

func (*ACEP) PowerOnPodCommonRequest added in v1.2.10

func (c *ACEP) PowerOnPodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PowerOnPodCommonRequest generates a "volcengine/request.Request" representing the client's request for the PowerOnPodCommon operation. The "output" return value will be populated with the PowerOnPodCommon request's response once the request completes successfully.

Use "Send" method on the returned PowerOnPodCommon Request to send the API call to the service. the "output" return value is not valid until after PowerOnPodCommon Send returns without error.

See PowerOnPodCommon for more information on using the PowerOnPodCommon API call, and error handling.

// Example sending a request using the PowerOnPodCommonRequest method.
req, resp := client.PowerOnPodCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) PowerOnPodCommonWithContext added in v1.2.10

func (c *ACEP) PowerOnPodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PowerOnPodCommonWithContext is the same as PowerOnPodCommon with the addition of the ability to pass a context and additional request options.

See PowerOnPodCommon 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) PowerOnPodRequest added in v1.2.10

func (c *ACEP) PowerOnPodRequest(input *PowerOnPodInput) (req *request.Request, output *PowerOnPodOutput)

PowerOnPodRequest generates a "volcengine/request.Request" representing the client's request for the PowerOnPod operation. The "output" return value will be populated with the PowerOnPodCommon request's response once the request completes successfully.

Use "Send" method on the returned PowerOnPodCommon Request to send the API call to the service. the "output" return value is not valid until after PowerOnPodCommon Send returns without error.

See PowerOnPod for more information on using the PowerOnPod API call, and error handling.

// Example sending a request using the PowerOnPodRequest method.
req, resp := client.PowerOnPodRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) PowerOnPodWithContext added in v1.2.10

func (c *ACEP) PowerOnPodWithContext(ctx volcengine.Context, input *PowerOnPodInput, opts ...request.Option) (*PowerOnPodOutput, error)

PowerOnPodWithContext is the same as PowerOnPod with the addition of the ability to pass a context and additional request options.

See PowerOnPod 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) PullFile added in v1.2.10

func (c *ACEP) PullFile(input *PullFileInput) (*PullFileOutput, error)

PullFile 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 PullFile for usage and error information.

func (*ACEP) PullFileCommon added in v1.2.10

func (c *ACEP) PullFileCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PullFileCommon 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 PullFileCommon for usage and error information.

func (*ACEP) PullFileCommonRequest added in v1.2.10

func (c *ACEP) PullFileCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PullFileCommonRequest generates a "volcengine/request.Request" representing the client's request for the PullFileCommon operation. The "output" return value will be populated with the PullFileCommon request's response once the request completes successfully.

Use "Send" method on the returned PullFileCommon Request to send the API call to the service. the "output" return value is not valid until after PullFileCommon Send returns without error.

See PullFileCommon for more information on using the PullFileCommon API call, and error handling.

// Example sending a request using the PullFileCommonRequest method.
req, resp := client.PullFileCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) PullFileCommonWithContext added in v1.2.10

func (c *ACEP) PullFileCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PullFileCommonWithContext is the same as PullFileCommon with the addition of the ability to pass a context and additional request options.

See PullFileCommon 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) PullFileRequest added in v1.2.10

func (c *ACEP) PullFileRequest(input *PullFileInput) (req *request.Request, output *PullFileOutput)

PullFileRequest generates a "volcengine/request.Request" representing the client's request for the PullFile operation. The "output" return value will be populated with the PullFileCommon request's response once the request completes successfully.

Use "Send" method on the returned PullFileCommon Request to send the API call to the service. the "output" return value is not valid until after PullFileCommon Send returns without error.

See PullFile for more information on using the PullFile API call, and error handling.

// Example sending a request using the PullFileRequest method.
req, resp := client.PullFileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) PullFileWithContext added in v1.2.10

func (c *ACEP) PullFileWithContext(ctx volcengine.Context, input *PullFileInput, opts ...request.Option) (*PullFileOutput, error)

PullFileWithContext is the same as PullFile with the addition of the ability to pass a context and additional request options.

See PullFile 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) PushFile added in v1.2.10

func (c *ACEP) PushFile(input *PushFileInput) (*PushFileOutput, error)

PushFile 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 PushFile for usage and error information.

func (*ACEP) PushFileCommon added in v1.2.10

func (c *ACEP) PushFileCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PushFileCommon 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 PushFileCommon for usage and error information.

func (*ACEP) PushFileCommonRequest added in v1.2.10

func (c *ACEP) PushFileCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PushFileCommonRequest generates a "volcengine/request.Request" representing the client's request for the PushFileCommon operation. The "output" return value will be populated with the PushFileCommon request's response once the request completes successfully.

Use "Send" method on the returned PushFileCommon Request to send the API call to the service. the "output" return value is not valid until after PushFileCommon Send returns without error.

See PushFileCommon for more information on using the PushFileCommon API call, and error handling.

// Example sending a request using the PushFileCommonRequest method.
req, resp := client.PushFileCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) PushFileCommonWithContext added in v1.2.10

func (c *ACEP) PushFileCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PushFileCommonWithContext is the same as PushFileCommon with the addition of the ability to pass a context and additional request options.

See PushFileCommon 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) PushFileRequest added in v1.2.10

func (c *ACEP) PushFileRequest(input *PushFileInput) (req *request.Request, output *PushFileOutput)

PushFileRequest generates a "volcengine/request.Request" representing the client's request for the PushFile operation. The "output" return value will be populated with the PushFileCommon request's response once the request completes successfully.

Use "Send" method on the returned PushFileCommon Request to send the API call to the service. the "output" return value is not valid until after PushFileCommon Send returns without error.

See PushFile for more information on using the PushFile API call, and error handling.

// Example sending a request using the PushFileRequest method.
req, resp := client.PushFileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) PushFileWithContext added in v1.2.10

func (c *ACEP) PushFileWithContext(ctx volcengine.Context, input *PushFileInput, opts ...request.Option) (*PushFileOutput, error)

PushFileWithContext is the same as PushFile with the addition of the ability to pass a context and additional request options.

See PushFile 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) RebootHost added in v1.2.10

func (c *ACEP) RebootHost(input *RebootHostInput) (*RebootHostOutput, error)

RebootHost 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 RebootHost for usage and error information.

func (*ACEP) RebootHostCommon added in v1.2.10

func (c *ACEP) RebootHostCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RebootHostCommon 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 RebootHostCommon for usage and error information.

func (*ACEP) RebootHostCommonRequest added in v1.2.10

func (c *ACEP) RebootHostCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RebootHostCommonRequest generates a "volcengine/request.Request" representing the client's request for the RebootHostCommon operation. The "output" return value will be populated with the RebootHostCommon request's response once the request completes successfully.

Use "Send" method on the returned RebootHostCommon Request to send the API call to the service. the "output" return value is not valid until after RebootHostCommon Send returns without error.

See RebootHostCommon for more information on using the RebootHostCommon API call, and error handling.

// Example sending a request using the RebootHostCommonRequest method.
req, resp := client.RebootHostCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RebootHostCommonWithContext added in v1.2.10

func (c *ACEP) RebootHostCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RebootHostCommonWithContext is the same as RebootHostCommon with the addition of the ability to pass a context and additional request options.

See RebootHostCommon 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) RebootHostRequest added in v1.2.10

func (c *ACEP) RebootHostRequest(input *RebootHostInput) (req *request.Request, output *RebootHostOutput)

RebootHostRequest generates a "volcengine/request.Request" representing the client's request for the RebootHost operation. The "output" return value will be populated with the RebootHostCommon request's response once the request completes successfully.

Use "Send" method on the returned RebootHostCommon Request to send the API call to the service. the "output" return value is not valid until after RebootHostCommon Send returns without error.

See RebootHost for more information on using the RebootHost API call, and error handling.

// Example sending a request using the RebootHostRequest method.
req, resp := client.RebootHostRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RebootHostWithContext added in v1.2.10

func (c *ACEP) RebootHostWithContext(ctx volcengine.Context, input *RebootHostInput, opts ...request.Option) (*RebootHostOutput, error)

RebootHostWithContext is the same as RebootHost with the addition of the ability to pass a context and additional request options.

See RebootHost for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) RemovePhoneTemplate added in v1.1.45

func (c *ACEP) RemovePhoneTemplate(input *RemovePhoneTemplateInput) (*RemovePhoneTemplateOutput, error)

RemovePhoneTemplate API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation RemovePhoneTemplate for usage and error information.

func (*ACEP) RemovePhoneTemplateCommon added in v1.1.45

func (c *ACEP) RemovePhoneTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RemovePhoneTemplateCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation RemovePhoneTemplateCommon for usage and error information.

func (*ACEP) RemovePhoneTemplateCommonRequest added in v1.1.45

func (c *ACEP) RemovePhoneTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RemovePhoneTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the RemovePhoneTemplateCommon operation. The "output" return value will be populated with the RemovePhoneTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned RemovePhoneTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after RemovePhoneTemplateCommon Send returns without error.

See RemovePhoneTemplateCommon for more information on using the RemovePhoneTemplateCommon API call, and error handling.

// Example sending a request using the RemovePhoneTemplateCommonRequest method.
req, resp := client.RemovePhoneTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RemovePhoneTemplateCommonWithContext added in v1.1.45

func (c *ACEP) RemovePhoneTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RemovePhoneTemplateCommonWithContext is the same as RemovePhoneTemplateCommon with the addition of the ability to pass a context and additional request options.

See RemovePhoneTemplateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) RemovePhoneTemplateRequest added in v1.1.45

func (c *ACEP) RemovePhoneTemplateRequest(input *RemovePhoneTemplateInput) (req *request.Request, output *RemovePhoneTemplateOutput)

RemovePhoneTemplateRequest generates a "volcengine/request.Request" representing the client's request for the RemovePhoneTemplate operation. The "output" return value will be populated with the RemovePhoneTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned RemovePhoneTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after RemovePhoneTemplateCommon Send returns without error.

See RemovePhoneTemplate for more information on using the RemovePhoneTemplate API call, and error handling.

// Example sending a request using the RemovePhoneTemplateRequest method.
req, resp := client.RemovePhoneTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RemovePhoneTemplateWithContext added in v1.1.45

func (c *ACEP) RemovePhoneTemplateWithContext(ctx volcengine.Context, input *RemovePhoneTemplateInput, opts ...request.Option) (*RemovePhoneTemplateOutput, error)

RemovePhoneTemplateWithContext is the same as RemovePhoneTemplate with the addition of the ability to pass a context and additional request options.

See RemovePhoneTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) ResetHost added in v1.2.10

func (c *ACEP) ResetHost(input *ResetHostInput) (*ResetHostOutput, error)

ResetHost 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 ResetHost for usage and error information.

func (*ACEP) ResetHostCommon added in v1.2.10

func (c *ACEP) ResetHostCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResetHostCommon 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 ResetHostCommon for usage and error information.

func (*ACEP) ResetHostCommonRequest added in v1.2.10

func (c *ACEP) ResetHostCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResetHostCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResetHostCommon operation. The "output" return value will be populated with the ResetHostCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetHostCommon Request to send the API call to the service. the "output" return value is not valid until after ResetHostCommon Send returns without error.

See ResetHostCommon for more information on using the ResetHostCommon API call, and error handling.

// Example sending a request using the ResetHostCommonRequest method.
req, resp := client.ResetHostCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ResetHostCommonWithContext added in v1.2.10

func (c *ACEP) ResetHostCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResetHostCommonWithContext is the same as ResetHostCommon with the addition of the ability to pass a context and additional request options.

See ResetHostCommon 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) ResetHostRequest added in v1.2.10

func (c *ACEP) ResetHostRequest(input *ResetHostInput) (req *request.Request, output *ResetHostOutput)

ResetHostRequest generates a "volcengine/request.Request" representing the client's request for the ResetHost operation. The "output" return value will be populated with the ResetHostCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetHostCommon Request to send the API call to the service. the "output" return value is not valid until after ResetHostCommon Send returns without error.

See ResetHost for more information on using the ResetHost API call, and error handling.

// Example sending a request using the ResetHostRequest method.
req, resp := client.ResetHostRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ResetHostWithContext added in v1.2.10

func (c *ACEP) ResetHostWithContext(ctx volcengine.Context, input *ResetHostInput, opts ...request.Option) (*ResetHostOutput, error)

ResetHostWithContext is the same as ResetHost with the addition of the ability to pass a context and additional request options.

See ResetHost for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) ResetPod added in v1.1.45

func (c *ACEP) ResetPod(input *ResetPodInput) (*ResetPodOutput, error)

ResetPod API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation ResetPod for usage and error information.

func (*ACEP) ResetPodCommon added in v1.1.45

func (c *ACEP) ResetPodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResetPodCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation ResetPodCommon for usage and error information.

func (*ACEP) ResetPodCommonRequest added in v1.1.45

func (c *ACEP) ResetPodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResetPodCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResetPodCommon operation. The "output" return value will be populated with the ResetPodCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetPodCommon Request to send the API call to the service. the "output" return value is not valid until after ResetPodCommon Send returns without error.

See ResetPodCommon for more information on using the ResetPodCommon API call, and error handling.

// Example sending a request using the ResetPodCommonRequest method.
req, resp := client.ResetPodCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ResetPodCommonWithContext added in v1.1.45

func (c *ACEP) ResetPodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResetPodCommonWithContext is the same as ResetPodCommon with the addition of the ability to pass a context and additional request options.

See ResetPodCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) ResetPodRequest added in v1.1.45

func (c *ACEP) ResetPodRequest(input *ResetPodInput) (req *request.Request, output *ResetPodOutput)

ResetPodRequest generates a "volcengine/request.Request" representing the client's request for the ResetPod operation. The "output" return value will be populated with the ResetPodCommon request's response once the request completes successfully.

Use "Send" method on the returned ResetPodCommon Request to send the API call to the service. the "output" return value is not valid until after ResetPodCommon Send returns without error.

See ResetPod for more information on using the ResetPod API call, and error handling.

// Example sending a request using the ResetPodRequest method.
req, resp := client.ResetPodRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) ResetPodWithContext added in v1.1.45

func (c *ACEP) ResetPodWithContext(ctx volcengine.Context, input *ResetPodInput, opts ...request.Option) (*ResetPodOutput, error)

ResetPodWithContext is the same as ResetPod with the addition of the ability to pass a context and additional request options.

See ResetPod for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) RestoreData added in v1.1.42

func (c *ACEP) RestoreData(input *RestoreDataInput) (*RestoreDataOutput, error)

RestoreData API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation RestoreData for usage and error information.

func (*ACEP) RestoreDataCommon added in v1.1.42

func (c *ACEP) RestoreDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestoreDataCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation RestoreDataCommon for usage and error information.

func (*ACEP) RestoreDataCommonRequest added in v1.1.42

func (c *ACEP) RestoreDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestoreDataCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestoreDataCommon operation. The "output" return value will be populated with the RestoreDataCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreDataCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreDataCommon Send returns without error.

See RestoreDataCommon for more information on using the RestoreDataCommon API call, and error handling.

// Example sending a request using the RestoreDataCommonRequest method.
req, resp := client.RestoreDataCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RestoreDataCommonWithContext added in v1.1.42

func (c *ACEP) RestoreDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestoreDataCommonWithContext is the same as RestoreDataCommon with the addition of the ability to pass a context and additional request options.

See RestoreDataCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) RestoreDataRequest added in v1.1.42

func (c *ACEP) RestoreDataRequest(input *RestoreDataInput) (req *request.Request, output *RestoreDataOutput)

RestoreDataRequest generates a "volcengine/request.Request" representing the client's request for the RestoreData operation. The "output" return value will be populated with the RestoreDataCommon request's response once the request completes successfully.

Use "Send" method on the returned RestoreDataCommon Request to send the API call to the service. the "output" return value is not valid until after RestoreDataCommon Send returns without error.

See RestoreData for more information on using the RestoreData API call, and error handling.

// Example sending a request using the RestoreDataRequest method.
req, resp := client.RestoreDataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RestoreDataWithContext added in v1.1.42

func (c *ACEP) RestoreDataWithContext(ctx volcengine.Context, input *RestoreDataInput, opts ...request.Option) (*RestoreDataOutput, error)

RestoreDataWithContext is the same as RestoreData with the addition of the ability to pass a context and additional request options.

See RestoreData for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) RestorePod added in v1.1.22

func (c *ACEP) RestorePod(input *RestorePodInput) (*RestorePodOutput, error)

RestorePod API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation RestorePod for usage and error information.

func (*ACEP) RestorePodCommon added in v1.1.22

func (c *ACEP) RestorePodCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RestorePodCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation RestorePodCommon for usage and error information.

func (*ACEP) RestorePodCommonRequest added in v1.1.22

func (c *ACEP) RestorePodCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RestorePodCommonRequest generates a "volcengine/request.Request" representing the client's request for the RestorePodCommon operation. The "output" return value will be populated with the RestorePodCommon request's response once the request completes successfully.

Use "Send" method on the returned RestorePodCommon Request to send the API call to the service. the "output" return value is not valid until after RestorePodCommon Send returns without error.

See RestorePodCommon for more information on using the RestorePodCommon API call, and error handling.

// Example sending a request using the RestorePodCommonRequest method.
req, resp := client.RestorePodCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RestorePodCommonWithContext added in v1.1.22

func (c *ACEP) RestorePodCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RestorePodCommonWithContext is the same as RestorePodCommon with the addition of the ability to pass a context and additional request options.

See RestorePodCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) RestorePodRequest added in v1.1.22

func (c *ACEP) RestorePodRequest(input *RestorePodInput) (req *request.Request, output *RestorePodOutput)

RestorePodRequest generates a "volcengine/request.Request" representing the client's request for the RestorePod operation. The "output" return value will be populated with the RestorePodCommon request's response once the request completes successfully.

Use "Send" method on the returned RestorePodCommon Request to send the API call to the service. the "output" return value is not valid until after RestorePodCommon Send returns without error.

See RestorePod for more information on using the RestorePod API call, and error handling.

// Example sending a request using the RestorePodRequest method.
req, resp := client.RestorePodRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RestorePodWithContext added in v1.1.22

func (c *ACEP) RestorePodWithContext(ctx volcengine.Context, input *RestorePodInput, opts ...request.Option) (*RestorePodOutput, error)

RestorePodWithContext is the same as RestorePod with the addition of the ability to pass a context and additional request options.

See RestorePod for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) RunCommand added in v1.2.10

func (c *ACEP) RunCommand(input *RunCommandInput) (*RunCommandOutput, error)

RunCommand 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 RunCommand for usage and error information.

func (*ACEP) RunCommandCommon added in v1.2.10

func (c *ACEP) RunCommandCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RunCommandCommon 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 RunCommandCommon for usage and error information.

func (*ACEP) RunCommandCommonRequest added in v1.2.10

func (c *ACEP) RunCommandCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RunCommandCommonRequest generates a "volcengine/request.Request" representing the client's request for the RunCommandCommon operation. The "output" return value will be populated with the RunCommandCommon request's response once the request completes successfully.

Use "Send" method on the returned RunCommandCommon Request to send the API call to the service. the "output" return value is not valid until after RunCommandCommon Send returns without error.

See RunCommandCommon for more information on using the RunCommandCommon API call, and error handling.

// Example sending a request using the RunCommandCommonRequest method.
req, resp := client.RunCommandCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RunCommandCommonWithContext added in v1.2.10

func (c *ACEP) RunCommandCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RunCommandCommonWithContext is the same as RunCommandCommon with the addition of the ability to pass a context and additional request options.

See RunCommandCommon 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) RunCommandRequest added in v1.2.10

func (c *ACEP) RunCommandRequest(input *RunCommandInput) (req *request.Request, output *RunCommandOutput)

RunCommandRequest generates a "volcengine/request.Request" representing the client's request for the RunCommand operation. The "output" return value will be populated with the RunCommandCommon request's response once the request completes successfully.

Use "Send" method on the returned RunCommandCommon Request to send the API call to the service. the "output" return value is not valid until after RunCommandCommon Send returns without error.

See RunCommand for more information on using the RunCommand API call, and error handling.

// Example sending a request using the RunCommandRequest method.
req, resp := client.RunCommandRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RunCommandWithContext added in v1.2.10

func (c *ACEP) RunCommandWithContext(ctx volcengine.Context, input *RunCommandInput, opts ...request.Option) (*RunCommandOutput, error)

RunCommandWithContext is the same as RunCommand with the addition of the ability to pass a context and additional request options.

See RunCommand 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) RunSyncCommand added in v1.2.10

func (c *ACEP) RunSyncCommand(input *RunSyncCommandInput) (*RunSyncCommandOutput, error)

RunSyncCommand 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 RunSyncCommand for usage and error information.

func (*ACEP) RunSyncCommandCommon added in v1.2.10

func (c *ACEP) RunSyncCommandCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RunSyncCommandCommon 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 RunSyncCommandCommon for usage and error information.

func (*ACEP) RunSyncCommandCommonRequest added in v1.2.10

func (c *ACEP) RunSyncCommandCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RunSyncCommandCommonRequest generates a "volcengine/request.Request" representing the client's request for the RunSyncCommandCommon operation. The "output" return value will be populated with the RunSyncCommandCommon request's response once the request completes successfully.

Use "Send" method on the returned RunSyncCommandCommon Request to send the API call to the service. the "output" return value is not valid until after RunSyncCommandCommon Send returns without error.

See RunSyncCommandCommon for more information on using the RunSyncCommandCommon API call, and error handling.

// Example sending a request using the RunSyncCommandCommonRequest method.
req, resp := client.RunSyncCommandCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RunSyncCommandCommonWithContext added in v1.2.10

func (c *ACEP) RunSyncCommandCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RunSyncCommandCommonWithContext is the same as RunSyncCommandCommon with the addition of the ability to pass a context and additional request options.

See RunSyncCommandCommon 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) RunSyncCommandRequest added in v1.2.10

func (c *ACEP) RunSyncCommandRequest(input *RunSyncCommandInput) (req *request.Request, output *RunSyncCommandOutput)

RunSyncCommandRequest generates a "volcengine/request.Request" representing the client's request for the RunSyncCommand operation. The "output" return value will be populated with the RunSyncCommandCommon request's response once the request completes successfully.

Use "Send" method on the returned RunSyncCommandCommon Request to send the API call to the service. the "output" return value is not valid until after RunSyncCommandCommon Send returns without error.

See RunSyncCommand for more information on using the RunSyncCommand API call, and error handling.

// Example sending a request using the RunSyncCommandRequest method.
req, resp := client.RunSyncCommandRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) RunSyncCommandWithContext added in v1.2.10

func (c *ACEP) RunSyncCommandWithContext(ctx volcengine.Context, input *RunSyncCommandInput, opts ...request.Option) (*RunSyncCommandOutput, error)

RunSyncCommandWithContext is the same as RunSyncCommand with the addition of the ability to pass a context and additional request options.

See RunSyncCommand 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) SetProxy added in v1.2.10

func (c *ACEP) SetProxy(input *SetProxyInput) (*SetProxyOutput, error)

SetProxy 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 SetProxy for usage and error information.

func (*ACEP) SetProxyCommon added in v1.2.10

func (c *ACEP) SetProxyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SetProxyCommon 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 SetProxyCommon for usage and error information.

func (*ACEP) SetProxyCommonRequest added in v1.2.10

func (c *ACEP) SetProxyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SetProxyCommonRequest generates a "volcengine/request.Request" representing the client's request for the SetProxyCommon operation. The "output" return value will be populated with the SetProxyCommon request's response once the request completes successfully.

Use "Send" method on the returned SetProxyCommon Request to send the API call to the service. the "output" return value is not valid until after SetProxyCommon Send returns without error.

See SetProxyCommon for more information on using the SetProxyCommon API call, and error handling.

// Example sending a request using the SetProxyCommonRequest method.
req, resp := client.SetProxyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) SetProxyCommonWithContext added in v1.2.10

func (c *ACEP) SetProxyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SetProxyCommonWithContext is the same as SetProxyCommon with the addition of the ability to pass a context and additional request options.

See SetProxyCommon 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) SetProxyRequest added in v1.2.10

func (c *ACEP) SetProxyRequest(input *SetProxyInput) (req *request.Request, output *SetProxyOutput)

SetProxyRequest generates a "volcengine/request.Request" representing the client's request for the SetProxy operation. The "output" return value will be populated with the SetProxyCommon request's response once the request completes successfully.

Use "Send" method on the returned SetProxyCommon Request to send the API call to the service. the "output" return value is not valid until after SetProxyCommon Send returns without error.

See SetProxy for more information on using the SetProxy API call, and error handling.

// Example sending a request using the SetProxyRequest method.
req, resp := client.SetProxyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) SetProxyWithContext added in v1.2.10

func (c *ACEP) SetProxyWithContext(ctx volcengine.Context, input *SetProxyInput, opts ...request.Option) (*SetProxyOutput, error)

SetProxyWithContext is the same as SetProxy with the addition of the ability to pass a context and additional request options.

See SetProxy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) StartRecording added in v1.1.50

func (c *ACEP) StartRecording(input *StartRecordingInput) (*StartRecordingOutput, error)

StartRecording API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StartRecording for usage and error information.

func (*ACEP) StartRecordingCommon added in v1.1.50

func (c *ACEP) StartRecordingCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartRecordingCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StartRecordingCommon for usage and error information.

func (*ACEP) StartRecordingCommonRequest added in v1.1.50

func (c *ACEP) StartRecordingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StartRecordingCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartRecordingCommon operation. The "output" return value will be populated with the StartRecordingCommon request's response once the request completes successfully.

Use "Send" method on the returned StartRecordingCommon Request to send the API call to the service. the "output" return value is not valid until after StartRecordingCommon Send returns without error.

See StartRecordingCommon for more information on using the StartRecordingCommon API call, and error handling.

// Example sending a request using the StartRecordingCommonRequest method.
req, resp := client.StartRecordingCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) StartRecordingCommonWithContext added in v1.1.50

func (c *ACEP) StartRecordingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StartRecordingCommonWithContext is the same as StartRecordingCommon with the addition of the ability to pass a context and additional request options.

See StartRecordingCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) StartRecordingRequest added in v1.1.50

func (c *ACEP) StartRecordingRequest(input *StartRecordingInput) (req *request.Request, output *StartRecordingOutput)

StartRecordingRequest generates a "volcengine/request.Request" representing the client's request for the StartRecording operation. The "output" return value will be populated with the StartRecordingCommon request's response once the request completes successfully.

Use "Send" method on the returned StartRecordingCommon Request to send the API call to the service. the "output" return value is not valid until after StartRecordingCommon Send returns without error.

See StartRecording for more information on using the StartRecording API call, and error handling.

// Example sending a request using the StartRecordingRequest method.
req, resp := client.StartRecordingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) StartRecordingWithContext added in v1.1.50

func (c *ACEP) StartRecordingWithContext(ctx volcengine.Context, input *StartRecordingInput, opts ...request.Option) (*StartRecordingOutput, error)

StartRecordingWithContext is the same as StartRecording with the addition of the ability to pass a context and additional request options.

See StartRecording for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) StartScreenShot added in v1.1.24

func (c *ACEP) StartScreenShot(input *StartScreenShotInput) (*StartScreenShotOutput, error)

StartScreenShot API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StartScreenShot for usage and error information.

func (*ACEP) StartScreenShotCommon added in v1.1.24

func (c *ACEP) StartScreenShotCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartScreenShotCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StartScreenShotCommon for usage and error information.

func (*ACEP) StartScreenShotCommonRequest added in v1.1.24

func (c *ACEP) StartScreenShotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StartScreenShotCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartScreenShotCommon operation. The "output" return value will be populated with the StartScreenShotCommon request's response once the request completes successfully.

Use "Send" method on the returned StartScreenShotCommon Request to send the API call to the service. the "output" return value is not valid until after StartScreenShotCommon Send returns without error.

See StartScreenShotCommon for more information on using the StartScreenShotCommon API call, and error handling.

// Example sending a request using the StartScreenShotCommonRequest method.
req, resp := client.StartScreenShotCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) StartScreenShotCommonWithContext added in v1.1.24

func (c *ACEP) StartScreenShotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StartScreenShotCommonWithContext is the same as StartScreenShotCommon with the addition of the ability to pass a context and additional request options.

See StartScreenShotCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) StartScreenShotRequest added in v1.1.24

func (c *ACEP) StartScreenShotRequest(input *StartScreenShotInput) (req *request.Request, output *StartScreenShotOutput)

StartScreenShotRequest generates a "volcengine/request.Request" representing the client's request for the StartScreenShot operation. The "output" return value will be populated with the StartScreenShotCommon request's response once the request completes successfully.

Use "Send" method on the returned StartScreenShotCommon Request to send the API call to the service. the "output" return value is not valid until after StartScreenShotCommon Send returns without error.

See StartScreenShot for more information on using the StartScreenShot API call, and error handling.

// Example sending a request using the StartScreenShotRequest method.
req, resp := client.StartScreenShotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) StartScreenShotWithContext added in v1.1.24

func (c *ACEP) StartScreenShotWithContext(ctx volcengine.Context, input *StartScreenShotInput, opts ...request.Option) (*StartScreenShotOutput, error)

StartScreenShotWithContext is the same as StartScreenShot with the addition of the ability to pass a context and additional request options.

See StartScreenShot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) StopRecording added in v1.1.50

func (c *ACEP) StopRecording(input *StopRecordingInput) (*StopRecordingOutput, error)

StopRecording API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StopRecording for usage and error information.

func (*ACEP) StopRecordingCommon added in v1.1.50

func (c *ACEP) StopRecordingCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopRecordingCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StopRecordingCommon for usage and error information.

func (*ACEP) StopRecordingCommonRequest added in v1.1.50

func (c *ACEP) StopRecordingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StopRecordingCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopRecordingCommon operation. The "output" return value will be populated with the StopRecordingCommon request's response once the request completes successfully.

Use "Send" method on the returned StopRecordingCommon Request to send the API call to the service. the "output" return value is not valid until after StopRecordingCommon Send returns without error.

See StopRecordingCommon for more information on using the StopRecordingCommon API call, and error handling.

// Example sending a request using the StopRecordingCommonRequest method.
req, resp := client.StopRecordingCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) StopRecordingCommonWithContext added in v1.1.50

func (c *ACEP) StopRecordingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StopRecordingCommonWithContext is the same as StopRecordingCommon with the addition of the ability to pass a context and additional request options.

See StopRecordingCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) StopRecordingRequest added in v1.1.50

func (c *ACEP) StopRecordingRequest(input *StopRecordingInput) (req *request.Request, output *StopRecordingOutput)

StopRecordingRequest generates a "volcengine/request.Request" representing the client's request for the StopRecording operation. The "output" return value will be populated with the StopRecordingCommon request's response once the request completes successfully.

Use "Send" method on the returned StopRecordingCommon Request to send the API call to the service. the "output" return value is not valid until after StopRecordingCommon Send returns without error.

See StopRecording for more information on using the StopRecording API call, and error handling.

// Example sending a request using the StopRecordingRequest method.
req, resp := client.StopRecordingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) StopRecordingWithContext added in v1.1.50

func (c *ACEP) StopRecordingWithContext(ctx volcengine.Context, input *StopRecordingInput, opts ...request.Option) (*StopRecordingOutput, error)

StopRecordingWithContext is the same as StopRecording with the addition of the ability to pass a context and additional request options.

See StopRecording for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) StopScreenShot added in v1.1.24

func (c *ACEP) StopScreenShot(input *StopScreenShotInput) (*StopScreenShotOutput, error)

StopScreenShot API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StopScreenShot for usage and error information.

func (*ACEP) StopScreenShotCommon added in v1.1.24

func (c *ACEP) StopScreenShotCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopScreenShotCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation StopScreenShotCommon for usage and error information.

func (*ACEP) StopScreenShotCommonRequest added in v1.1.24

func (c *ACEP) StopScreenShotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StopScreenShotCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopScreenShotCommon operation. The "output" return value will be populated with the StopScreenShotCommon request's response once the request completes successfully.

Use "Send" method on the returned StopScreenShotCommon Request to send the API call to the service. the "output" return value is not valid until after StopScreenShotCommon Send returns without error.

See StopScreenShotCommon for more information on using the StopScreenShotCommon API call, and error handling.

// Example sending a request using the StopScreenShotCommonRequest method.
req, resp := client.StopScreenShotCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) StopScreenShotCommonWithContext added in v1.1.24

func (c *ACEP) StopScreenShotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StopScreenShotCommonWithContext is the same as StopScreenShotCommon with the addition of the ability to pass a context and additional request options.

See StopScreenShotCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) StopScreenShotRequest added in v1.1.24

func (c *ACEP) StopScreenShotRequest(input *StopScreenShotInput) (req *request.Request, output *StopScreenShotOutput)

StopScreenShotRequest generates a "volcengine/request.Request" representing the client's request for the StopScreenShot operation. The "output" return value will be populated with the StopScreenShotCommon request's response once the request completes successfully.

Use "Send" method on the returned StopScreenShotCommon Request to send the API call to the service. the "output" return value is not valid until after StopScreenShotCommon Send returns without error.

See StopScreenShot for more information on using the StopScreenShot API call, and error handling.

// Example sending a request using the StopScreenShotRequest method.
req, resp := client.StopScreenShotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) StopScreenShotWithContext added in v1.1.24

func (c *ACEP) StopScreenShotWithContext(ctx volcengine.Context, input *StopScreenShotInput, opts ...request.Option) (*StopScreenShotOutput, error)

StopScreenShotWithContext is the same as StopScreenShot with the addition of the ability to pass a context and additional request options.

See StopScreenShot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) UnbindPortMappingRule added in v1.2.10

func (c *ACEP) UnbindPortMappingRule(input *UnbindPortMappingRuleInput) (*UnbindPortMappingRuleOutput, error)

UnbindPortMappingRule 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 UnbindPortMappingRule for usage and error information.

func (*ACEP) UnbindPortMappingRuleCommon added in v1.2.10

func (c *ACEP) UnbindPortMappingRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UnbindPortMappingRuleCommon 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 UnbindPortMappingRuleCommon for usage and error information.

func (*ACEP) UnbindPortMappingRuleCommonRequest added in v1.2.10

func (c *ACEP) UnbindPortMappingRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UnbindPortMappingRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the UnbindPortMappingRuleCommon operation. The "output" return value will be populated with the UnbindPortMappingRuleCommon request's response once the request completes successfully.

Use "Send" method on the returned UnbindPortMappingRuleCommon Request to send the API call to the service. the "output" return value is not valid until after UnbindPortMappingRuleCommon Send returns without error.

See UnbindPortMappingRuleCommon for more information on using the UnbindPortMappingRuleCommon API call, and error handling.

// Example sending a request using the UnbindPortMappingRuleCommonRequest method.
req, resp := client.UnbindPortMappingRuleCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UnbindPortMappingRuleCommonWithContext added in v1.2.10

func (c *ACEP) UnbindPortMappingRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UnbindPortMappingRuleCommonWithContext is the same as UnbindPortMappingRuleCommon with the addition of the ability to pass a context and additional request options.

See UnbindPortMappingRuleCommon 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) UnbindPortMappingRuleRequest added in v1.2.10

func (c *ACEP) UnbindPortMappingRuleRequest(input *UnbindPortMappingRuleInput) (req *request.Request, output *UnbindPortMappingRuleOutput)

UnbindPortMappingRuleRequest generates a "volcengine/request.Request" representing the client's request for the UnbindPortMappingRule operation. The "output" return value will be populated with the UnbindPortMappingRuleCommon request's response once the request completes successfully.

Use "Send" method on the returned UnbindPortMappingRuleCommon Request to send the API call to the service. the "output" return value is not valid until after UnbindPortMappingRuleCommon Send returns without error.

See UnbindPortMappingRule for more information on using the UnbindPortMappingRule API call, and error handling.

// Example sending a request using the UnbindPortMappingRuleRequest method.
req, resp := client.UnbindPortMappingRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UnbindPortMappingRuleWithContext added in v1.2.10

func (c *ACEP) UnbindPortMappingRuleWithContext(ctx volcengine.Context, input *UnbindPortMappingRuleInput, opts ...request.Option) (*UnbindPortMappingRuleOutput, error)

UnbindPortMappingRuleWithContext is the same as UnbindPortMappingRule with the addition of the ability to pass a context and additional request options.

See UnbindPortMappingRule 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) UninstallApp added in v1.2.10

func (c *ACEP) UninstallApp(input *UninstallAppInput) (*UninstallAppOutput, error)

UninstallApp 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 UninstallApp for usage and error information.

func (*ACEP) UninstallAppCommon added in v1.2.10

func (c *ACEP) UninstallAppCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UninstallAppCommon 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 UninstallAppCommon for usage and error information.

func (*ACEP) UninstallAppCommonRequest added in v1.2.10

func (c *ACEP) UninstallAppCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UninstallAppCommonRequest generates a "volcengine/request.Request" representing the client's request for the UninstallAppCommon operation. The "output" return value will be populated with the UninstallAppCommon request's response once the request completes successfully.

Use "Send" method on the returned UninstallAppCommon Request to send the API call to the service. the "output" return value is not valid until after UninstallAppCommon Send returns without error.

See UninstallAppCommon for more information on using the UninstallAppCommon API call, and error handling.

// Example sending a request using the UninstallAppCommonRequest method.
req, resp := client.UninstallAppCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UninstallAppCommonWithContext added in v1.2.10

func (c *ACEP) UninstallAppCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UninstallAppCommonWithContext is the same as UninstallAppCommon with the addition of the ability to pass a context and additional request options.

See UninstallAppCommon 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) UninstallAppRequest added in v1.2.10

func (c *ACEP) UninstallAppRequest(input *UninstallAppInput) (req *request.Request, output *UninstallAppOutput)

UninstallAppRequest generates a "volcengine/request.Request" representing the client's request for the UninstallApp operation. The "output" return value will be populated with the UninstallAppCommon request's response once the request completes successfully.

Use "Send" method on the returned UninstallAppCommon Request to send the API call to the service. the "output" return value is not valid until after UninstallAppCommon Send returns without error.

See UninstallApp for more information on using the UninstallApp API call, and error handling.

// Example sending a request using the UninstallAppRequest method.
req, resp := client.UninstallAppRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UninstallAppWithContext added in v1.2.10

func (c *ACEP) UninstallAppWithContext(ctx volcengine.Context, input *UninstallAppInput, opts ...request.Option) (*UninstallAppOutput, error)

UninstallAppWithContext is the same as UninstallApp with the addition of the ability to pass a context and additional request options.

See UninstallApp 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) UnsubscribeHostResource added in v1.2.10

func (c *ACEP) UnsubscribeHostResource(input *UnsubscribeHostResourceInput) (*UnsubscribeHostResourceOutput, error)

UnsubscribeHostResource 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 UnsubscribeHostResource for usage and error information.

func (*ACEP) UnsubscribeHostResourceCommon added in v1.2.10

func (c *ACEP) UnsubscribeHostResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UnsubscribeHostResourceCommon 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 UnsubscribeHostResourceCommon for usage and error information.

func (*ACEP) UnsubscribeHostResourceCommonRequest added in v1.2.10

func (c *ACEP) UnsubscribeHostResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UnsubscribeHostResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the UnsubscribeHostResourceCommon operation. The "output" return value will be populated with the UnsubscribeHostResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned UnsubscribeHostResourceCommon Request to send the API call to the service. the "output" return value is not valid until after UnsubscribeHostResourceCommon Send returns without error.

See UnsubscribeHostResourceCommon for more information on using the UnsubscribeHostResourceCommon API call, and error handling.

// Example sending a request using the UnsubscribeHostResourceCommonRequest method.
req, resp := client.UnsubscribeHostResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UnsubscribeHostResourceCommonWithContext added in v1.2.10

func (c *ACEP) UnsubscribeHostResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UnsubscribeHostResourceCommonWithContext is the same as UnsubscribeHostResourceCommon with the addition of the ability to pass a context and additional request options.

See UnsubscribeHostResourceCommon 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) UnsubscribeHostResourceRequest added in v1.2.10

func (c *ACEP) UnsubscribeHostResourceRequest(input *UnsubscribeHostResourceInput) (req *request.Request, output *UnsubscribeHostResourceOutput)

UnsubscribeHostResourceRequest generates a "volcengine/request.Request" representing the client's request for the UnsubscribeHostResource operation. The "output" return value will be populated with the UnsubscribeHostResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned UnsubscribeHostResourceCommon Request to send the API call to the service. the "output" return value is not valid until after UnsubscribeHostResourceCommon Send returns without error.

See UnsubscribeHostResource for more information on using the UnsubscribeHostResource API call, and error handling.

// Example sending a request using the UnsubscribeHostResourceRequest method.
req, resp := client.UnsubscribeHostResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UnsubscribeHostResourceWithContext added in v1.2.10

func (c *ACEP) UnsubscribeHostResourceWithContext(ctx volcengine.Context, input *UnsubscribeHostResourceInput, opts ...request.Option) (*UnsubscribeHostResourceOutput, error)

UnsubscribeHostResourceWithContext is the same as UnsubscribeHostResource with the addition of the ability to pass a context and additional request options.

See UnsubscribeHostResource 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) UpdateAOSPImage added in v1.2.10

func (c *ACEP) UpdateAOSPImage(input *UpdateAOSPImageInput) (*UpdateAOSPImageOutput, error)

UpdateAOSPImage 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 UpdateAOSPImage for usage and error information.

func (*ACEP) UpdateAOSPImageCommon added in v1.2.10

func (c *ACEP) UpdateAOSPImageCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateAOSPImageCommon 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 UpdateAOSPImageCommon for usage and error information.

func (*ACEP) UpdateAOSPImageCommonRequest added in v1.2.10

func (c *ACEP) UpdateAOSPImageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateAOSPImageCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAOSPImageCommon operation. The "output" return value will be populated with the UpdateAOSPImageCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateAOSPImageCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAOSPImageCommon Send returns without error.

See UpdateAOSPImageCommon for more information on using the UpdateAOSPImageCommon API call, and error handling.

// Example sending a request using the UpdateAOSPImageCommonRequest method.
req, resp := client.UpdateAOSPImageCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UpdateAOSPImageCommonWithContext added in v1.2.10

func (c *ACEP) UpdateAOSPImageCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateAOSPImageCommonWithContext is the same as UpdateAOSPImageCommon with the addition of the ability to pass a context and additional request options.

See UpdateAOSPImageCommon 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) UpdateAOSPImageRequest added in v1.2.10

func (c *ACEP) UpdateAOSPImageRequest(input *UpdateAOSPImageInput) (req *request.Request, output *UpdateAOSPImageOutput)

UpdateAOSPImageRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAOSPImage operation. The "output" return value will be populated with the UpdateAOSPImageCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateAOSPImageCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAOSPImageCommon Send returns without error.

See UpdateAOSPImage for more information on using the UpdateAOSPImage API call, and error handling.

// Example sending a request using the UpdateAOSPImageRequest method.
req, resp := client.UpdateAOSPImageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UpdateAOSPImageWithContext added in v1.2.10

func (c *ACEP) UpdateAOSPImageWithContext(ctx volcengine.Context, input *UpdateAOSPImageInput, opts ...request.Option) (*UpdateAOSPImageOutput, error)

UpdateAOSPImageWithContext is the same as UpdateAOSPImage with the addition of the ability to pass a context and additional request options.

See UpdateAOSPImage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) UpdateCustomRoute added in v1.1.22

func (c *ACEP) UpdateCustomRoute(input *UpdateCustomRouteInput) (*UpdateCustomRouteOutput, error)

UpdateCustomRoute API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation UpdateCustomRoute for usage and error information.

func (*ACEP) UpdateCustomRouteCommon added in v1.1.22

func (c *ACEP) UpdateCustomRouteCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateCustomRouteCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation UpdateCustomRouteCommon for usage and error information.

func (*ACEP) UpdateCustomRouteCommonRequest added in v1.1.22

func (c *ACEP) UpdateCustomRouteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateCustomRouteCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateCustomRouteCommon operation. The "output" return value will be populated with the UpdateCustomRouteCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateCustomRouteCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateCustomRouteCommon Send returns without error.

See UpdateCustomRouteCommon for more information on using the UpdateCustomRouteCommon API call, and error handling.

// Example sending a request using the UpdateCustomRouteCommonRequest method.
req, resp := client.UpdateCustomRouteCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UpdateCustomRouteCommonWithContext added in v1.1.22

func (c *ACEP) UpdateCustomRouteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateCustomRouteCommonWithContext is the same as UpdateCustomRouteCommon with the addition of the ability to pass a context and additional request options.

See UpdateCustomRouteCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) UpdateCustomRouteRequest added in v1.1.22

func (c *ACEP) UpdateCustomRouteRequest(input *UpdateCustomRouteInput) (req *request.Request, output *UpdateCustomRouteOutput)

UpdateCustomRouteRequest generates a "volcengine/request.Request" representing the client's request for the UpdateCustomRoute operation. The "output" return value will be populated with the UpdateCustomRouteCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateCustomRouteCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateCustomRouteCommon Send returns without error.

See UpdateCustomRoute for more information on using the UpdateCustomRoute API call, and error handling.

// Example sending a request using the UpdateCustomRouteRequest method.
req, resp := client.UpdateCustomRouteRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UpdateCustomRouteWithContext added in v1.1.22

func (c *ACEP) UpdateCustomRouteWithContext(ctx volcengine.Context, input *UpdateCustomRouteInput, opts ...request.Option) (*UpdateCustomRouteOutput, error)

UpdateCustomRouteWithContext is the same as UpdateCustomRoute with the addition of the ability to pass a context and additional request options.

See UpdateCustomRoute for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) UpdatePhoneTemplate added in v1.1.45

func (c *ACEP) UpdatePhoneTemplate(input *UpdatePhoneTemplateInput) (*UpdatePhoneTemplateOutput, error)

UpdatePhoneTemplate API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation UpdatePhoneTemplate for usage and error information.

func (*ACEP) UpdatePhoneTemplateCommon added in v1.1.45

func (c *ACEP) UpdatePhoneTemplateCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdatePhoneTemplateCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation UpdatePhoneTemplateCommon for usage and error information.

func (*ACEP) UpdatePhoneTemplateCommonRequest added in v1.1.45

func (c *ACEP) UpdatePhoneTemplateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdatePhoneTemplateCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePhoneTemplateCommon operation. The "output" return value will be populated with the UpdatePhoneTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdatePhoneTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePhoneTemplateCommon Send returns without error.

See UpdatePhoneTemplateCommon for more information on using the UpdatePhoneTemplateCommon API call, and error handling.

// Example sending a request using the UpdatePhoneTemplateCommonRequest method.
req, resp := client.UpdatePhoneTemplateCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UpdatePhoneTemplateCommonWithContext added in v1.1.45

func (c *ACEP) UpdatePhoneTemplateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdatePhoneTemplateCommonWithContext is the same as UpdatePhoneTemplateCommon with the addition of the ability to pass a context and additional request options.

See UpdatePhoneTemplateCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) UpdatePhoneTemplateRequest added in v1.1.45

func (c *ACEP) UpdatePhoneTemplateRequest(input *UpdatePhoneTemplateInput) (req *request.Request, output *UpdatePhoneTemplateOutput)

UpdatePhoneTemplateRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePhoneTemplate operation. The "output" return value will be populated with the UpdatePhoneTemplateCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdatePhoneTemplateCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePhoneTemplateCommon Send returns without error.

See UpdatePhoneTemplate for more information on using the UpdatePhoneTemplate API call, and error handling.

// Example sending a request using the UpdatePhoneTemplateRequest method.
req, resp := client.UpdatePhoneTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UpdatePhoneTemplateWithContext added in v1.1.45

func (c *ACEP) UpdatePhoneTemplateWithContext(ctx volcengine.Context, input *UpdatePhoneTemplateInput, opts ...request.Option) (*UpdatePhoneTemplateOutput, error)

UpdatePhoneTemplateWithContext is the same as UpdatePhoneTemplate with the addition of the ability to pass a context and additional request options.

See UpdatePhoneTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) UpdatePodProperty added in v1.1.45

func (c *ACEP) UpdatePodProperty(input *UpdatePodPropertyInput) (*UpdatePodPropertyOutput, error)

UpdatePodProperty API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation UpdatePodProperty for usage and error information.

func (*ACEP) UpdatePodPropertyCommon added in v1.1.45

func (c *ACEP) UpdatePodPropertyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdatePodPropertyCommon API operation for ACEP.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for ACEP's API operation UpdatePodPropertyCommon for usage and error information.

func (*ACEP) UpdatePodPropertyCommonRequest added in v1.1.45

func (c *ACEP) UpdatePodPropertyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdatePodPropertyCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePodPropertyCommon operation. The "output" return value will be populated with the UpdatePodPropertyCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdatePodPropertyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePodPropertyCommon Send returns without error.

See UpdatePodPropertyCommon for more information on using the UpdatePodPropertyCommon API call, and error handling.

// Example sending a request using the UpdatePodPropertyCommonRequest method.
req, resp := client.UpdatePodPropertyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UpdatePodPropertyCommonWithContext added in v1.1.45

func (c *ACEP) UpdatePodPropertyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdatePodPropertyCommonWithContext is the same as UpdatePodPropertyCommon with the addition of the ability to pass a context and additional request options.

See UpdatePodPropertyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) UpdatePodPropertyRequest added in v1.1.45

func (c *ACEP) UpdatePodPropertyRequest(input *UpdatePodPropertyInput) (req *request.Request, output *UpdatePodPropertyOutput)

UpdatePodPropertyRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePodProperty operation. The "output" return value will be populated with the UpdatePodPropertyCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdatePodPropertyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePodPropertyCommon Send returns without error.

See UpdatePodProperty for more information on using the UpdatePodProperty API call, and error handling.

// Example sending a request using the UpdatePodPropertyRequest method.
req, resp := client.UpdatePodPropertyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UpdatePodPropertyWithContext added in v1.1.45

func (c *ACEP) UpdatePodPropertyWithContext(ctx volcengine.Context, input *UpdatePodPropertyInput, opts ...request.Option) (*UpdatePodPropertyOutput, error)

UpdatePodPropertyWithContext is the same as UpdatePodProperty with the addition of the ability to pass a context and additional request options.

See UpdatePodProperty for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ACEP) UploadApp added in v1.2.10

func (c *ACEP) UploadApp(input *UploadAppInput) (*UploadAppOutput, error)

UploadApp 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 UploadApp for usage and error information.

func (*ACEP) UploadAppCommon added in v1.2.10

func (c *ACEP) UploadAppCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UploadAppCommon 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 UploadAppCommon for usage and error information.

func (*ACEP) UploadAppCommonRequest added in v1.2.10

func (c *ACEP) UploadAppCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UploadAppCommonRequest generates a "volcengine/request.Request" representing the client's request for the UploadAppCommon operation. The "output" return value will be populated with the UploadAppCommon request's response once the request completes successfully.

Use "Send" method on the returned UploadAppCommon Request to send the API call to the service. the "output" return value is not valid until after UploadAppCommon Send returns without error.

See UploadAppCommon for more information on using the UploadAppCommon API call, and error handling.

// Example sending a request using the UploadAppCommonRequest method.
req, resp := client.UploadAppCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UploadAppCommonWithContext added in v1.2.10

func (c *ACEP) UploadAppCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UploadAppCommonWithContext is the same as UploadAppCommon with the addition of the ability to pass a context and additional request options.

See UploadAppCommon 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) UploadAppRequest added in v1.2.10

func (c *ACEP) UploadAppRequest(input *UploadAppInput) (req *request.Request, output *UploadAppOutput)

UploadAppRequest generates a "volcengine/request.Request" representing the client's request for the UploadApp operation. The "output" return value will be populated with the UploadAppCommon request's response once the request completes successfully.

Use "Send" method on the returned UploadAppCommon Request to send the API call to the service. the "output" return value is not valid until after UploadAppCommon Send returns without error.

See UploadApp for more information on using the UploadApp API call, and error handling.

// Example sending a request using the UploadAppRequest method.
req, resp := client.UploadAppRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*ACEP) UploadAppWithContext added in v1.2.10

func (c *ACEP) UploadAppWithContext(ctx volcengine.Context, input *UploadAppInput, opts ...request.Option) (*UploadAppOutput, error)

UploadAppWithContext is the same as UploadApp with the addition of the ability to pass a context and additional request options.

See UploadApp for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ACEPAPI

type ACEPAPI interface {
	AddCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddCustomRoute(*AddCustomRouteInput) (*AddCustomRouteOutput, error)
	AddCustomRouteWithContext(volcengine.Context, *AddCustomRouteInput, ...request.Option) (*AddCustomRouteOutput, error)
	AddCustomRouteRequest(*AddCustomRouteInput) (*request.Request, *AddCustomRouteOutput)

	AddPhoneTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddPhoneTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddPhoneTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddPhoneTemplate(*AddPhoneTemplateInput) (*AddPhoneTemplateOutput, error)
	AddPhoneTemplateWithContext(volcengine.Context, *AddPhoneTemplateInput, ...request.Option) (*AddPhoneTemplateOutput, error)
	AddPhoneTemplateRequest(*AddPhoneTemplateInput) (*request.Request, *AddPhoneTemplateOutput)

	AutoInstallAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AutoInstallAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AutoInstallAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AutoInstallApp(*AutoInstallAppInput) (*AutoInstallAppOutput, error)
	AutoInstallAppWithContext(volcengine.Context, *AutoInstallAppInput, ...request.Option) (*AutoInstallAppOutput, error)
	AutoInstallAppRequest(*AutoInstallAppInput) (*request.Request, *AutoInstallAppOutput)

	BackupDataCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BackupDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BackupDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BackupData(*BackupDataInput) (*BackupDataOutput, error)
	BackupDataWithContext(volcengine.Context, *BackupDataInput, ...request.Option) (*BackupDataOutput, error)
	BackupDataRequest(*BackupDataInput) (*request.Request, *BackupDataOutput)

	BackupPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BackupPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BackupPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BackupPod(*BackupPodInput) (*BackupPodOutput, error)
	BackupPodWithContext(volcengine.Context, *BackupPodInput, ...request.Option) (*BackupPodOutput, error)
	BackupPodRequest(*BackupPodInput) (*request.Request, *BackupPodOutput)

	BindPortMappingRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BindPortMappingRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BindPortMappingRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BindPortMappingRule(*BindPortMappingRuleInput) (*BindPortMappingRuleOutput, error)
	BindPortMappingRuleWithContext(volcengine.Context, *BindPortMappingRuleInput, ...request.Option) (*BindPortMappingRuleOutput, error)
	BindPortMappingRuleRequest(*BindPortMappingRuleInput) (*request.Request, *BindPortMappingRuleOutput)

	BuildAOSPImageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BuildAOSPImageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BuildAOSPImageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BuildAOSPImage(*BuildAOSPImageInput) (*BuildAOSPImageOutput, error)
	BuildAOSPImageWithContext(volcengine.Context, *BuildAOSPImageInput, ...request.Option) (*BuildAOSPImageOutput, error)
	BuildAOSPImageRequest(*BuildAOSPImageInput) (*request.Request, *BuildAOSPImageOutput)

	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)

	CloseAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CloseAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CloseAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CloseApp(*CloseAppInput) (*CloseAppOutput, error)
	CloseAppWithContext(volcengine.Context, *CloseAppInput, ...request.Option) (*CloseAppOutput, error)
	CloseAppRequest(*CloseAppInput) (*request.Request, *CloseAppOutput)

	CreateDNSRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDNSRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDNSRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDNSRule(*CreateDNSRuleInput) (*CreateDNSRuleOutput, error)
	CreateDNSRuleWithContext(volcengine.Context, *CreateDNSRuleInput, ...request.Option) (*CreateDNSRuleOutput, error)
	CreateDNSRuleRequest(*CreateDNSRuleInput) (*request.Request, *CreateDNSRuleOutput)

	CreateDisplayLayoutMiniCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDisplayLayoutMiniCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDisplayLayoutMiniCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDisplayLayoutMini(*CreateDisplayLayoutMiniInput) (*CreateDisplayLayoutMiniOutput, error)
	CreateDisplayLayoutMiniWithContext(volcengine.Context, *CreateDisplayLayoutMiniInput, ...request.Option) (*CreateDisplayLayoutMiniOutput, error)
	CreateDisplayLayoutMiniRequest(*CreateDisplayLayoutMiniInput) (*request.Request, *CreateDisplayLayoutMiniOutput)

	CreateImageOneStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateImageOneStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateImageOneStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateImageOneStep(*CreateImageOneStepInput) (*CreateImageOneStepOutput, error)
	CreateImageOneStepWithContext(volcengine.Context, *CreateImageOneStepInput, ...request.Option) (*CreateImageOneStepOutput, error)
	CreateImageOneStepRequest(*CreateImageOneStepInput) (*request.Request, *CreateImageOneStepOutput)

	CreatePodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePod(*CreatePodInput) (*CreatePodOutput, error)
	CreatePodWithContext(volcengine.Context, *CreatePodInput, ...request.Option) (*CreatePodOutput, error)
	CreatePodRequest(*CreatePodInput) (*request.Request, *CreatePodOutput)

	CreatePodOneStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePodOneStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePodOneStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePodOneStep(*CreatePodOneStepInput) (*CreatePodOneStepOutput, error)
	CreatePodOneStepWithContext(volcengine.Context, *CreatePodOneStepInput, ...request.Option) (*CreatePodOneStepOutput, error)
	CreatePodOneStepRequest(*CreatePodOneStepInput) (*request.Request, *CreatePodOneStepOutput)

	CreatePortMappingRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePortMappingRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePortMappingRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePortMappingRule(*CreatePortMappingRuleInput) (*CreatePortMappingRuleOutput, error)
	CreatePortMappingRuleWithContext(volcengine.Context, *CreatePortMappingRuleInput, ...request.Option) (*CreatePortMappingRuleOutput, error)
	CreatePortMappingRuleRequest(*CreatePortMappingRuleInput) (*request.Request, *CreatePortMappingRuleOutput)

	CreateTagCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTagCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTagCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTag(*CreateTagInput) (*CreateTagOutput, error)
	CreateTagWithContext(volcengine.Context, *CreateTagInput, ...request.Option) (*CreateTagOutput, error)
	CreateTagRequest(*CreateTagInput) (*request.Request, *CreateTagOutput)

	DeleteAOSPImageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAOSPImageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAOSPImageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAOSPImage(*DeleteAOSPImageInput) (*DeleteAOSPImageOutput, error)
	DeleteAOSPImageWithContext(volcengine.Context, *DeleteAOSPImageInput, ...request.Option) (*DeleteAOSPImageOutput, error)
	DeleteAOSPImageRequest(*DeleteAOSPImageInput) (*request.Request, *DeleteAOSPImageOutput)

	DeleteBackupDataCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteBackupDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteBackupDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteBackupData(*DeleteBackupDataInput) (*DeleteBackupDataOutput, error)
	DeleteBackupDataWithContext(volcengine.Context, *DeleteBackupDataInput, ...request.Option) (*DeleteBackupDataOutput, error)
	DeleteBackupDataRequest(*DeleteBackupDataInput) (*request.Request, *DeleteBackupDataOutput)

	DeleteCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteCustomRoute(*DeleteCustomRouteInput) (*DeleteCustomRouteOutput, error)
	DeleteCustomRouteWithContext(volcengine.Context, *DeleteCustomRouteInput, ...request.Option) (*DeleteCustomRouteOutput, error)
	DeleteCustomRouteRequest(*DeleteCustomRouteInput) (*request.Request, *DeleteCustomRouteOutput)

	DetailAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DetailAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DetailAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DetailApp(*DetailAppInput) (*DetailAppOutput, error)
	DetailAppWithContext(volcengine.Context, *DetailAppInput, ...request.Option) (*DetailAppOutput, error)
	DetailAppRequest(*DetailAppInput) (*request.Request, *DetailAppOutput)

	DetailDNSRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DetailDNSRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DetailDNSRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DetailDNSRule(*DetailDNSRuleInput) (*DetailDNSRuleOutput, error)
	DetailDNSRuleWithContext(volcengine.Context, *DetailDNSRuleInput, ...request.Option) (*DetailDNSRuleOutput, error)
	DetailDNSRuleRequest(*DetailDNSRuleInput) (*request.Request, *DetailDNSRuleOutput)

	DetailDisplayLayoutMiniCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DetailDisplayLayoutMiniCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DetailDisplayLayoutMiniCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DetailDisplayLayoutMini(*DetailDisplayLayoutMiniInput) (*DetailDisplayLayoutMiniOutput, error)
	DetailDisplayLayoutMiniWithContext(volcengine.Context, *DetailDisplayLayoutMiniInput, ...request.Option) (*DetailDisplayLayoutMiniOutput, error)
	DetailDisplayLayoutMiniRequest(*DetailDisplayLayoutMiniInput) (*request.Request, *DetailDisplayLayoutMiniOutput)

	DetailHostCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DetailHostCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DetailHostCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DetailHost(*DetailHostInput) (*DetailHostOutput, error)
	DetailHostWithContext(volcengine.Context, *DetailHostInput, ...request.Option) (*DetailHostOutput, error)
	DetailHostRequest(*DetailHostInput) (*request.Request, *DetailHostOutput)

	DetailPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DetailPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DetailPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DetailPod(*DetailPodInput) (*DetailPodOutput, error)
	DetailPodWithContext(volcengine.Context, *DetailPodInput, ...request.Option) (*DetailPodOutput, error)
	DetailPodRequest(*DetailPodInput) (*request.Request, *DetailPodOutput)

	DetailPortMappingRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DetailPortMappingRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DetailPortMappingRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DetailPortMappingRule(*DetailPortMappingRuleInput) (*DetailPortMappingRuleOutput, error)
	DetailPortMappingRuleWithContext(volcengine.Context, *DetailPortMappingRuleInput, ...request.Option) (*DetailPortMappingRuleOutput, error)
	DetailPortMappingRuleRequest(*DetailPortMappingRuleInput) (*request.Request, *DetailPortMappingRuleOutput)

	GetAppCrashLogCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetAppCrashLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetAppCrashLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetAppCrashLog(*GetAppCrashLogInput) (*GetAppCrashLogOutput, error)
	GetAppCrashLogWithContext(volcengine.Context, *GetAppCrashLogInput, ...request.Option) (*GetAppCrashLogOutput, error)
	GetAppCrashLogRequest(*GetAppCrashLogInput) (*request.Request, *GetAppCrashLogOutput)

	GetDcBandwidthDailyPeakCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetDcBandwidthDailyPeakCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetDcBandwidthDailyPeakCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetDcBandwidthDailyPeak(*GetDcBandwidthDailyPeakInput) (*GetDcBandwidthDailyPeakOutput, error)
	GetDcBandwidthDailyPeakWithContext(volcengine.Context, *GetDcBandwidthDailyPeakInput, ...request.Option) (*GetDcBandwidthDailyPeakOutput, error)
	GetDcBandwidthDailyPeakRequest(*GetDcBandwidthDailyPeakInput) (*request.Request, *GetDcBandwidthDailyPeakOutput)

	GetImagePreheatingCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetImagePreheatingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetImagePreheatingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetImagePreheating(*GetImagePreheatingInput) (*GetImagePreheatingOutput, error)
	GetImagePreheatingWithContext(volcengine.Context, *GetImagePreheatingInput, ...request.Option) (*GetImagePreheatingOutput, error)
	GetImagePreheatingRequest(*GetImagePreheatingInput) (*request.Request, *GetImagePreheatingOutput)

	GetPhoneTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetPhoneTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetPhoneTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetPhoneTemplate(*GetPhoneTemplateInput) (*GetPhoneTemplateOutput, error)
	GetPhoneTemplateWithContext(volcengine.Context, *GetPhoneTemplateInput, ...request.Option) (*GetPhoneTemplateOutput, error)
	GetPhoneTemplateRequest(*GetPhoneTemplateInput) (*request.Request, *GetPhoneTemplateOutput)

	GetPodAppListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetPodAppListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetPodAppListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetPodAppList(*GetPodAppListInput) (*GetPodAppListOutput, error)
	GetPodAppListWithContext(volcengine.Context, *GetPodAppListInput, ...request.Option) (*GetPodAppListOutput, error)
	GetPodAppListRequest(*GetPodAppListInput) (*request.Request, *GetPodAppListOutput)

	GetPodMetricCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetPodMetricCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetPodMetricCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetPodMetric(*GetPodMetricInput) (*GetPodMetricOutput, error)
	GetPodMetricWithContext(volcengine.Context, *GetPodMetricInput, ...request.Option) (*GetPodMetricOutput, error)
	GetPodMetricRequest(*GetPodMetricInput) (*request.Request, *GetPodMetricOutput)

	GetPodPropertyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetPodPropertyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetPodPropertyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetPodProperty(*GetPodPropertyInput) (*GetPodPropertyOutput, error)
	GetPodPropertyWithContext(volcengine.Context, *GetPodPropertyInput, ...request.Option) (*GetPodPropertyOutput, error)
	GetPodPropertyRequest(*GetPodPropertyInput) (*request.Request, *GetPodPropertyOutput)

	GetProductResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetProductResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetProductResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetProductResource(*GetProductResourceInput) (*GetProductResourceOutput, error)
	GetProductResourceWithContext(volcengine.Context, *GetProductResourceInput, ...request.Option) (*GetProductResourceOutput, error)
	GetProductResourceRequest(*GetProductResourceInput) (*request.Request, *GetProductResourceOutput)

	GetTaskInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTaskInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTaskInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTaskInfo(*GetTaskInfoInput) (*GetTaskInfoOutput, error)
	GetTaskInfoWithContext(volcengine.Context, *GetTaskInfoInput, ...request.Option) (*GetTaskInfoOutput, error)
	GetTaskInfoRequest(*GetTaskInfoInput) (*request.Request, *GetTaskInfoOutput)

	InstallAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	InstallAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	InstallAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	InstallApp(*InstallAppInput) (*InstallAppOutput, error)
	InstallAppWithContext(volcengine.Context, *InstallAppInput, ...request.Option) (*InstallAppOutput, error)
	InstallAppRequest(*InstallAppInput) (*request.Request, *InstallAppOutput)

	InstallAppsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	InstallAppsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	InstallAppsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	InstallApps(*InstallAppsInput) (*InstallAppsOutput, error)
	InstallAppsWithContext(volcengine.Context, *InstallAppsInput, ...request.Option) (*InstallAppsOutput, error)
	InstallAppsRequest(*InstallAppsInput) (*request.Request, *InstallAppsOutput)

	LaunchAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	LaunchAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	LaunchAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	LaunchApp(*LaunchAppInput) (*LaunchAppOutput, error)
	LaunchAppWithContext(volcengine.Context, *LaunchAppInput, ...request.Option) (*LaunchAppOutput, error)
	LaunchAppRequest(*LaunchAppInput) (*request.Request, *LaunchAppOutput)

	LaunchAppsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	LaunchAppsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	LaunchAppsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	LaunchApps(*LaunchAppsInput) (*LaunchAppsOutput, error)
	LaunchAppsWithContext(volcengine.Context, *LaunchAppsInput, ...request.Option) (*LaunchAppsOutput, error)
	LaunchAppsRequest(*LaunchAppsInput) (*request.Request, *LaunchAppsOutput)

	ListAOSPImageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListAOSPImageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListAOSPImageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListAOSPImage(*ListAOSPImageInput) (*ListAOSPImageOutput, error)
	ListAOSPImageWithContext(volcengine.Context, *ListAOSPImageInput, ...request.Option) (*ListAOSPImageOutput, error)
	ListAOSPImageRequest(*ListAOSPImageInput) (*request.Request, *ListAOSPImageOutput)

	ListAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListApp(*ListAppInput) (*ListAppOutput, error)
	ListAppWithContext(volcengine.Context, *ListAppInput, ...request.Option) (*ListAppOutput, error)
	ListAppRequest(*ListAppInput) (*request.Request, *ListAppOutput)

	ListBackupDataCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListBackupDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListBackupDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListBackupData(*ListBackupDataInput) (*ListBackupDataOutput, error)
	ListBackupDataWithContext(volcengine.Context, *ListBackupDataInput, ...request.Option) (*ListBackupDataOutput, error)
	ListBackupDataRequest(*ListBackupDataInput) (*request.Request, *ListBackupDataOutput)

	ListConfigurationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListConfigurationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListConfigurationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListConfiguration(*ListConfigurationInput) (*ListConfigurationOutput, error)
	ListConfigurationWithContext(volcengine.Context, *ListConfigurationInput, ...request.Option) (*ListConfigurationOutput, error)
	ListConfigurationRequest(*ListConfigurationInput) (*request.Request, *ListConfigurationOutput)

	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)

	ListDcCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListDcCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListDcCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListDc(*ListDcInput) (*ListDcOutput, error)
	ListDcWithContext(volcengine.Context, *ListDcInput, ...request.Option) (*ListDcOutput, error)
	ListDcRequest(*ListDcInput) (*request.Request, *ListDcOutput)

	ListImageResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListImageResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListImageResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListImageResource(*ListImageResourceInput) (*ListImageResourceOutput, error)
	ListImageResourceWithContext(volcengine.Context, *ListImageResourceInput, ...request.Option) (*ListImageResourceOutput, error)
	ListImageResourceRequest(*ListImageResourceInput) (*request.Request, *ListImageResourceOutput)

	ListPhoneTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListPhoneTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListPhoneTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListPhoneTemplate(*ListPhoneTemplateInput) (*ListPhoneTemplateOutput, error)
	ListPhoneTemplateWithContext(volcengine.Context, *ListPhoneTemplateInput, ...request.Option) (*ListPhoneTemplateOutput, error)
	ListPhoneTemplateRequest(*ListPhoneTemplateInput) (*request.Request, *ListPhoneTemplateOutput)

	ListPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListPod(*ListPodInput) (*ListPodOutput, error)
	ListPodWithContext(volcengine.Context, *ListPodInput, ...request.Option) (*ListPodOutput, error)
	ListPodRequest(*ListPodInput) (*request.Request, *ListPodOutput)

	MigratePodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	MigratePodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	MigratePodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	MigratePod(*MigratePodInput) (*MigratePodOutput, error)
	MigratePodWithContext(volcengine.Context, *MigratePodInput, ...request.Option) (*MigratePodOutput, error)
	MigratePodRequest(*MigratePodInput) (*request.Request, *MigratePodOutput)

	PodDataDeleteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PodDataDeleteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PodDataDeleteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PodDataDelete(*PodDataDeleteInput) (*PodDataDeleteOutput, error)
	PodDataDeleteWithContext(volcengine.Context, *PodDataDeleteInput, ...request.Option) (*PodDataDeleteOutput, error)
	PodDataDeleteRequest(*PodDataDeleteInput) (*request.Request, *PodDataDeleteOutput)

	PowerOffPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PowerOffPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PowerOffPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PowerOffPod(*PowerOffPodInput) (*PowerOffPodOutput, error)
	PowerOffPodWithContext(volcengine.Context, *PowerOffPodInput, ...request.Option) (*PowerOffPodOutput, error)
	PowerOffPodRequest(*PowerOffPodInput) (*request.Request, *PowerOffPodOutput)

	PowerOnPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PowerOnPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PowerOnPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PowerOnPod(*PowerOnPodInput) (*PowerOnPodOutput, error)
	PowerOnPodWithContext(volcengine.Context, *PowerOnPodInput, ...request.Option) (*PowerOnPodOutput, error)
	PowerOnPodRequest(*PowerOnPodInput) (*request.Request, *PowerOnPodOutput)

	PullFileCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PullFileCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PullFileCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PullFile(*PullFileInput) (*PullFileOutput, error)
	PullFileWithContext(volcengine.Context, *PullFileInput, ...request.Option) (*PullFileOutput, error)
	PullFileRequest(*PullFileInput) (*request.Request, *PullFileOutput)

	PushFileCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PushFileCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PushFileCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PushFile(*PushFileInput) (*PushFileOutput, error)
	PushFileWithContext(volcengine.Context, *PushFileInput, ...request.Option) (*PushFileOutput, error)
	PushFileRequest(*PushFileInput) (*request.Request, *PushFileOutput)

	RebootHostCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RebootHostCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RebootHostCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RebootHost(*RebootHostInput) (*RebootHostOutput, error)
	RebootHostWithContext(volcengine.Context, *RebootHostInput, ...request.Option) (*RebootHostOutput, error)
	RebootHostRequest(*RebootHostInput) (*request.Request, *RebootHostOutput)

	RemovePhoneTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RemovePhoneTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RemovePhoneTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RemovePhoneTemplate(*RemovePhoneTemplateInput) (*RemovePhoneTemplateOutput, error)
	RemovePhoneTemplateWithContext(volcengine.Context, *RemovePhoneTemplateInput, ...request.Option) (*RemovePhoneTemplateOutput, error)
	RemovePhoneTemplateRequest(*RemovePhoneTemplateInput) (*request.Request, *RemovePhoneTemplateOutput)

	ResetHostCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResetHostCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResetHostCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResetHost(*ResetHostInput) (*ResetHostOutput, error)
	ResetHostWithContext(volcengine.Context, *ResetHostInput, ...request.Option) (*ResetHostOutput, error)
	ResetHostRequest(*ResetHostInput) (*request.Request, *ResetHostOutput)

	ResetPodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResetPodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResetPodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResetPod(*ResetPodInput) (*ResetPodOutput, error)
	ResetPodWithContext(volcengine.Context, *ResetPodInput, ...request.Option) (*ResetPodOutput, error)
	ResetPodRequest(*ResetPodInput) (*request.Request, *ResetPodOutput)

	RestoreDataCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestoreDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestoreDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestoreData(*RestoreDataInput) (*RestoreDataOutput, error)
	RestoreDataWithContext(volcengine.Context, *RestoreDataInput, ...request.Option) (*RestoreDataOutput, error)
	RestoreDataRequest(*RestoreDataInput) (*request.Request, *RestoreDataOutput)

	RestorePodCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RestorePodCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RestorePodCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RestorePod(*RestorePodInput) (*RestorePodOutput, error)
	RestorePodWithContext(volcengine.Context, *RestorePodInput, ...request.Option) (*RestorePodOutput, error)
	RestorePodRequest(*RestorePodInput) (*request.Request, *RestorePodOutput)

	RunCommandCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RunCommandCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RunCommandCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RunCommand(*RunCommandInput) (*RunCommandOutput, error)
	RunCommandWithContext(volcengine.Context, *RunCommandInput, ...request.Option) (*RunCommandOutput, error)
	RunCommandRequest(*RunCommandInput) (*request.Request, *RunCommandOutput)

	RunSyncCommandCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RunSyncCommandCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RunSyncCommandCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RunSyncCommand(*RunSyncCommandInput) (*RunSyncCommandOutput, error)
	RunSyncCommandWithContext(volcengine.Context, *RunSyncCommandInput, ...request.Option) (*RunSyncCommandOutput, error)
	RunSyncCommandRequest(*RunSyncCommandInput) (*request.Request, *RunSyncCommandOutput)

	SetProxyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SetProxyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SetProxyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SetProxy(*SetProxyInput) (*SetProxyOutput, error)
	SetProxyWithContext(volcengine.Context, *SetProxyInput, ...request.Option) (*SetProxyOutput, error)
	SetProxyRequest(*SetProxyInput) (*request.Request, *SetProxyOutput)

	StartRecordingCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartRecordingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartRecordingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartRecording(*StartRecordingInput) (*StartRecordingOutput, error)
	StartRecordingWithContext(volcengine.Context, *StartRecordingInput, ...request.Option) (*StartRecordingOutput, error)
	StartRecordingRequest(*StartRecordingInput) (*request.Request, *StartRecordingOutput)

	StartScreenShotCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartScreenShotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartScreenShotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartScreenShot(*StartScreenShotInput) (*StartScreenShotOutput, error)
	StartScreenShotWithContext(volcengine.Context, *StartScreenShotInput, ...request.Option) (*StartScreenShotOutput, error)
	StartScreenShotRequest(*StartScreenShotInput) (*request.Request, *StartScreenShotOutput)

	StopRecordingCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopRecordingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopRecordingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopRecording(*StopRecordingInput) (*StopRecordingOutput, error)
	StopRecordingWithContext(volcengine.Context, *StopRecordingInput, ...request.Option) (*StopRecordingOutput, error)
	StopRecordingRequest(*StopRecordingInput) (*request.Request, *StopRecordingOutput)

	StopScreenShotCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopScreenShotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopScreenShotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopScreenShot(*StopScreenShotInput) (*StopScreenShotOutput, error)
	StopScreenShotWithContext(volcengine.Context, *StopScreenShotInput, ...request.Option) (*StopScreenShotOutput, error)
	StopScreenShotRequest(*StopScreenShotInput) (*request.Request, *StopScreenShotOutput)

	UnbindPortMappingRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UnbindPortMappingRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UnbindPortMappingRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UnbindPortMappingRule(*UnbindPortMappingRuleInput) (*UnbindPortMappingRuleOutput, error)
	UnbindPortMappingRuleWithContext(volcengine.Context, *UnbindPortMappingRuleInput, ...request.Option) (*UnbindPortMappingRuleOutput, error)
	UnbindPortMappingRuleRequest(*UnbindPortMappingRuleInput) (*request.Request, *UnbindPortMappingRuleOutput)

	UninstallAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UninstallAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UninstallAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UninstallApp(*UninstallAppInput) (*UninstallAppOutput, error)
	UninstallAppWithContext(volcengine.Context, *UninstallAppInput, ...request.Option) (*UninstallAppOutput, error)
	UninstallAppRequest(*UninstallAppInput) (*request.Request, *UninstallAppOutput)

	UnsubscribeHostResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UnsubscribeHostResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UnsubscribeHostResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UnsubscribeHostResource(*UnsubscribeHostResourceInput) (*UnsubscribeHostResourceOutput, error)
	UnsubscribeHostResourceWithContext(volcengine.Context, *UnsubscribeHostResourceInput, ...request.Option) (*UnsubscribeHostResourceOutput, error)
	UnsubscribeHostResourceRequest(*UnsubscribeHostResourceInput) (*request.Request, *UnsubscribeHostResourceOutput)

	UpdateAOSPImageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateAOSPImageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateAOSPImageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateAOSPImage(*UpdateAOSPImageInput) (*UpdateAOSPImageOutput, error)
	UpdateAOSPImageWithContext(volcengine.Context, *UpdateAOSPImageInput, ...request.Option) (*UpdateAOSPImageOutput, error)
	UpdateAOSPImageRequest(*UpdateAOSPImageInput) (*request.Request, *UpdateAOSPImageOutput)

	UpdateCustomRouteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateCustomRouteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateCustomRouteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateCustomRoute(*UpdateCustomRouteInput) (*UpdateCustomRouteOutput, error)
	UpdateCustomRouteWithContext(volcengine.Context, *UpdateCustomRouteInput, ...request.Option) (*UpdateCustomRouteOutput, error)
	UpdateCustomRouteRequest(*UpdateCustomRouteInput) (*request.Request, *UpdateCustomRouteOutput)

	UpdatePhoneTemplateCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdatePhoneTemplateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdatePhoneTemplateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdatePhoneTemplate(*UpdatePhoneTemplateInput) (*UpdatePhoneTemplateOutput, error)
	UpdatePhoneTemplateWithContext(volcengine.Context, *UpdatePhoneTemplateInput, ...request.Option) (*UpdatePhoneTemplateOutput, error)
	UpdatePhoneTemplateRequest(*UpdatePhoneTemplateInput) (*request.Request, *UpdatePhoneTemplateOutput)

	UpdatePodPropertyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdatePodPropertyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdatePodPropertyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdatePodProperty(*UpdatePodPropertyInput) (*UpdatePodPropertyOutput, error)
	UpdatePodPropertyWithContext(volcengine.Context, *UpdatePodPropertyInput, ...request.Option) (*UpdatePodPropertyOutput, error)
	UpdatePodPropertyRequest(*UpdatePodPropertyInput) (*request.Request, *UpdatePodPropertyOutput)

	UploadAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UploadAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UploadAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UploadApp(*UploadAppInput) (*UploadAppOutput, error)
	UploadAppWithContext(volcengine.Context, *UploadAppInput, ...request.Option) (*UploadAppOutput, error)
	UploadAppRequest(*UploadAppInput) (*request.Request, *UploadAppOutput)
}

ACEPAPI provides an interface to enable mocking the acep.ACEP service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// ACEP.
func myFunc(svc ACEPAPI) bool {
    // Make svc.AddCustomRoute request
}

func main() {
    sess := session.New()
    svc := acep.New(sess)

    myFunc(svc)
}

type AddCustomRouteInput added in v1.1.22

type AddCustomRouteInput struct {
	CustomRouteName *string `type:"string" json:",omitempty"`

	// DstIP is a required field
	DstIP *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	ProxyCipher *string `type:"string" json:",omitempty"`

	ProxyPassword *string `type:"string" json:",omitempty"`

	// ProxyPort is a required field
	ProxyPort *int32 `type:"int32" json:",omitempty" required:"true"`

	// ProxyProtocol is a required field
	ProxyProtocol *string `type:"string" json:",omitempty" required:"true"`

	ProxyUserName *string `type:"string" json:",omitempty"`

	// Zone is a required field
	Zone *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (AddCustomRouteInput) GoString added in v1.1.22

func (s AddCustomRouteInput) GoString() string

GoString returns the string representation

func (*AddCustomRouteInput) SetCustomRouteName added in v1.1.22

func (s *AddCustomRouteInput) SetCustomRouteName(v string) *AddCustomRouteInput

SetCustomRouteName sets the CustomRouteName field's value.

func (*AddCustomRouteInput) SetDstIP added in v1.1.22

SetDstIP sets the DstIP field's value.

func (*AddCustomRouteInput) SetProductId added in v1.1.22

func (s *AddCustomRouteInput) SetProductId(v string) *AddCustomRouteInput

SetProductId sets the ProductId field's value.

func (*AddCustomRouteInput) SetProxyCipher added in v1.1.22

func (s *AddCustomRouteInput) SetProxyCipher(v string) *AddCustomRouteInput

SetProxyCipher sets the ProxyCipher field's value.

func (*AddCustomRouteInput) SetProxyPassword added in v1.1.22

func (s *AddCustomRouteInput) SetProxyPassword(v string) *AddCustomRouteInput

SetProxyPassword sets the ProxyPassword field's value.

func (*AddCustomRouteInput) SetProxyPort added in v1.1.22

func (s *AddCustomRouteInput) SetProxyPort(v int32) *AddCustomRouteInput

SetProxyPort sets the ProxyPort field's value.

func (*AddCustomRouteInput) SetProxyProtocol added in v1.1.22

func (s *AddCustomRouteInput) SetProxyProtocol(v string) *AddCustomRouteInput

SetProxyProtocol sets the ProxyProtocol field's value.

func (*AddCustomRouteInput) SetProxyUserName added in v1.1.22

func (s *AddCustomRouteInput) SetProxyUserName(v string) *AddCustomRouteInput

SetProxyUserName sets the ProxyUserName field's value.

func (*AddCustomRouteInput) SetZone added in v1.1.22

SetZone sets the Zone field's value.

func (AddCustomRouteInput) String added in v1.1.22

func (s AddCustomRouteInput) String() string

String returns the string representation

func (*AddCustomRouteInput) Validate added in v1.1.22

func (s *AddCustomRouteInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddCustomRouteOutput added in v1.1.22

type AddCustomRouteOutput struct {
	Metadata *response.ResponseMetadata

	CustomRouteId *string `type:"string" json:",omitempty"`

	DstIP *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AddCustomRouteOutput) GoString added in v1.1.22

func (s AddCustomRouteOutput) GoString() string

GoString returns the string representation

func (*AddCustomRouteOutput) SetCustomRouteId added in v1.1.22

func (s *AddCustomRouteOutput) SetCustomRouteId(v string) *AddCustomRouteOutput

SetCustomRouteId sets the CustomRouteId field's value.

func (*AddCustomRouteOutput) SetDstIP added in v1.1.22

SetDstIP sets the DstIP field's value.

func (AddCustomRouteOutput) String added in v1.1.22

func (s AddCustomRouteOutput) String() string

String returns the string representation

type AddPhoneTemplateInput added in v1.1.45

type AddPhoneTemplateInput struct {

	// AospVersion is a required field
	AospVersion *string `type:"string" json:",omitempty" required:"true"`

	OverlayPersistProperty []*OverlayPersistPropertyForAddPhoneTemplateInput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForAddPhoneTemplateInput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForAddPhoneTemplateInput `type:"list" json:",omitempty"`

	// PhoneTemplateName is a required field
	PhoneTemplateName *string `type:"string" json:",omitempty" required:"true"`

	// Status is a required field
	Status *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (AddPhoneTemplateInput) GoString added in v1.1.45

func (s AddPhoneTemplateInput) GoString() string

GoString returns the string representation

func (*AddPhoneTemplateInput) SetAospVersion added in v1.1.45

func (s *AddPhoneTemplateInput) SetAospVersion(v string) *AddPhoneTemplateInput

SetAospVersion sets the AospVersion field's value.

func (*AddPhoneTemplateInput) SetOverlayPersistProperty added in v1.1.45

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*AddPhoneTemplateInput) SetOverlayProperty added in v1.1.45

SetOverlayProperty sets the OverlayProperty field's value.

func (*AddPhoneTemplateInput) SetOverlaySettings added in v1.1.45

SetOverlaySettings sets the OverlaySettings field's value.

func (*AddPhoneTemplateInput) SetPhoneTemplateName added in v1.1.45

func (s *AddPhoneTemplateInput) SetPhoneTemplateName(v string) *AddPhoneTemplateInput

SetPhoneTemplateName sets the PhoneTemplateName field's value.

func (*AddPhoneTemplateInput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (AddPhoneTemplateInput) String added in v1.1.45

func (s AddPhoneTemplateInput) String() string

String returns the string representation

func (*AddPhoneTemplateInput) Validate added in v1.1.45

func (s *AddPhoneTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddPhoneTemplateOutput added in v1.1.45

type AddPhoneTemplateOutput struct {
	Metadata *response.ResponseMetadata

	PhoneTemplateId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AddPhoneTemplateOutput) GoString added in v1.1.45

func (s AddPhoneTemplateOutput) GoString() string

GoString returns the string representation

func (*AddPhoneTemplateOutput) SetPhoneTemplateId added in v1.1.45

func (s *AddPhoneTemplateOutput) SetPhoneTemplateId(v string) *AddPhoneTemplateOutput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (AddPhoneTemplateOutput) String added in v1.1.45

func (s AddPhoneTemplateOutput) String() string

String returns the string representation

type AppCrashLogListForGetAppCrashLogOutput added in v1.2.10

type AppCrashLogListForGetAppCrashLogOutput struct {
	CrashTime *int64 `type:"int64" json:",omitempty"`

	Msg *string `type:"string" json:",omitempty"`

	PackageName *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppCrashLogListForGetAppCrashLogOutput) GoString added in v1.2.10

GoString returns the string representation

func (*AppCrashLogListForGetAppCrashLogOutput) SetCrashTime added in v1.2.10

SetCrashTime sets the CrashTime field's value.

func (*AppCrashLogListForGetAppCrashLogOutput) SetMsg added in v1.2.10

SetMsg sets the Msg field's value.

func (*AppCrashLogListForGetAppCrashLogOutput) SetPackageName added in v1.2.10

SetPackageName sets the PackageName field's value.

func (*AppCrashLogListForGetAppCrashLogOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (AppCrashLogListForGetAppCrashLogOutput) String added in v1.2.10

String returns the string representation

type AppForDetailAppOutput added in v1.2.10

type AppForDetailAppOutput struct {
	AppDesc *string `type:"string" json:",omitempty"`

	AppId *string `type:"string" json:",omitempty"`

	AppName *string `type:"string" json:",omitempty"`

	AppStatus *int32 `type:"int32" json:",omitempty"`

	AppType *int32 `type:"int32" json:",omitempty"`

	ApplyNum *int32 `type:"int32" json:",omitempty"`

	DeployStatus *int32 `type:"int32" json:",omitempty"`

	DeployVersionNum *int32 `type:"int32" json:",omitempty"`

	IconUrl *string `type:"string" json:",omitempty"`

	LatestVersion *LatestVersionForDetailAppOutput `type:"structure" json:",omitempty"`

	PackageName *string `type:"string" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	ReadyNum *int32 `type:"int32" json:",omitempty"`

	Rotation *int32 `type:"int32" json:",omitempty"`

	VersionList []*VersionListForDetailAppOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppForDetailAppOutput) GoString added in v1.2.10

func (s AppForDetailAppOutput) GoString() string

GoString returns the string representation

func (*AppForDetailAppOutput) SetAppDesc added in v1.2.10

SetAppDesc sets the AppDesc field's value.

func (*AppForDetailAppOutput) SetAppId added in v1.2.10

SetAppId sets the AppId field's value.

func (*AppForDetailAppOutput) SetAppName added in v1.2.10

SetAppName sets the AppName field's value.

func (*AppForDetailAppOutput) SetAppStatus added in v1.2.10

SetAppStatus sets the AppStatus field's value.

func (*AppForDetailAppOutput) SetAppType added in v1.2.10

SetAppType sets the AppType field's value.

func (*AppForDetailAppOutput) SetApplyNum added in v1.2.10

SetApplyNum sets the ApplyNum field's value.

func (*AppForDetailAppOutput) SetDeployStatus added in v1.2.10

func (s *AppForDetailAppOutput) SetDeployStatus(v int32) *AppForDetailAppOutput

SetDeployStatus sets the DeployStatus field's value.

func (*AppForDetailAppOutput) SetDeployVersionNum added in v1.2.10

func (s *AppForDetailAppOutput) SetDeployVersionNum(v int32) *AppForDetailAppOutput

SetDeployVersionNum sets the DeployVersionNum field's value.

func (*AppForDetailAppOutput) SetIconUrl added in v1.2.10

SetIconUrl sets the IconUrl field's value.

func (*AppForDetailAppOutput) SetLatestVersion added in v1.2.10

SetLatestVersion sets the LatestVersion field's value.

func (*AppForDetailAppOutput) SetPackageName added in v1.2.10

func (s *AppForDetailAppOutput) SetPackageName(v string) *AppForDetailAppOutput

SetPackageName sets the PackageName field's value.

func (*AppForDetailAppOutput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (*AppForDetailAppOutput) SetReadyNum added in v1.2.10

SetReadyNum sets the ReadyNum field's value.

func (*AppForDetailAppOutput) SetRotation added in v1.2.10

SetRotation sets the Rotation field's value.

func (*AppForDetailAppOutput) SetVersionList added in v1.2.10

SetVersionList sets the VersionList field's value.

func (AppForDetailAppOutput) String added in v1.2.10

func (s AppForDetailAppOutput) String() string

String returns the string representation

type AppListForCreatePodOneStepInput added in v1.1.45

type AppListForCreatePodOneStepInput struct {
	AppId *string `type:"string" json:",omitempty"`

	VersionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppListForCreatePodOneStepInput) GoString added in v1.1.45

GoString returns the string representation

func (*AppListForCreatePodOneStepInput) SetAppId added in v1.1.45

SetAppId sets the AppId field's value.

func (*AppListForCreatePodOneStepInput) SetVersionId added in v1.1.45

SetVersionId sets the VersionId field's value.

func (AppListForCreatePodOneStepInput) String added in v1.1.45

String returns the string representation

type AppListForInstallAppsInput added in v1.2.10

type AppListForInstallAppsInput struct {
	AppId *string `type:"string" json:",omitempty"`

	VersionId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppListForInstallAppsInput) GoString added in v1.2.10

func (s AppListForInstallAppsInput) GoString() string

GoString returns the string representation

func (*AppListForInstallAppsInput) SetAppId added in v1.2.10

SetAppId sets the AppId field's value.

func (*AppListForInstallAppsInput) SetVersionId added in v1.2.10

SetVersionId sets the VersionId field's value.

func (AppListForInstallAppsInput) String added in v1.2.10

String returns the string representation

type AutoInstallAppInput added in v1.2.10

type AutoInstallAppInput struct {
	AbsolutePath *string `type:"string" json:",omitempty"`

	DownloadURL *string `type:"string" json:",omitempty"`

	ImageId *string `type:"string" json:",omitempty"`

	InstallType *int32 `type:"int32" json:",omitempty"`

	IsPreinstall *bool `type:"boolean" json:",omitempty"`

	MD5 *string `type:"string" json:",omitempty"`

	PackageName *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	VersionCode *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoInstallAppInput) GoString added in v1.2.10

func (s AutoInstallAppInput) GoString() string

GoString returns the string representation

func (*AutoInstallAppInput) SetAbsolutePath added in v1.2.10

func (s *AutoInstallAppInput) SetAbsolutePath(v string) *AutoInstallAppInput

SetAbsolutePath sets the AbsolutePath field's value.

func (*AutoInstallAppInput) SetDownloadURL added in v1.2.10

func (s *AutoInstallAppInput) SetDownloadURL(v string) *AutoInstallAppInput

SetDownloadURL sets the DownloadURL field's value.

func (*AutoInstallAppInput) SetImageId added in v1.2.10

SetImageId sets the ImageId field's value.

func (*AutoInstallAppInput) SetInstallType added in v1.2.10

func (s *AutoInstallAppInput) SetInstallType(v int32) *AutoInstallAppInput

SetInstallType sets the InstallType field's value.

func (*AutoInstallAppInput) SetIsPreinstall added in v1.2.10

func (s *AutoInstallAppInput) SetIsPreinstall(v bool) *AutoInstallAppInput

SetIsPreinstall sets the IsPreinstall field's value.

func (*AutoInstallAppInput) SetMD5 added in v1.2.10

SetMD5 sets the MD5 field's value.

func (*AutoInstallAppInput) SetPackageName added in v1.2.10

func (s *AutoInstallAppInput) SetPackageName(v string) *AutoInstallAppInput

SetPackageName sets the PackageName field's value.

func (*AutoInstallAppInput) SetPodIdList added in v1.2.10

func (s *AutoInstallAppInput) SetPodIdList(v []*string) *AutoInstallAppInput

SetPodIdList sets the PodIdList field's value.

func (*AutoInstallAppInput) SetProductId added in v1.2.10

func (s *AutoInstallAppInput) SetProductId(v string) *AutoInstallAppInput

SetProductId sets the ProductId field's value.

func (*AutoInstallAppInput) SetVersionCode added in v1.2.10

func (s *AutoInstallAppInput) SetVersionCode(v int32) *AutoInstallAppInput

SetVersionCode sets the VersionCode field's value.

func (AutoInstallAppInput) String added in v1.2.10

func (s AutoInstallAppInput) String() string

String returns the string representation

func (*AutoInstallAppInput) Validate added in v1.2.10

func (s *AutoInstallAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoInstallAppOutput added in v1.2.10

type AutoInstallAppOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForAutoInstallAppOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AutoInstallAppOutput) GoString added in v1.2.10

func (s AutoInstallAppOutput) GoString() string

GoString returns the string representation

func (*AutoInstallAppOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*AutoInstallAppOutput) SetTaskAction added in v1.2.10

func (s *AutoInstallAppOutput) SetTaskAction(v string) *AutoInstallAppOutput

SetTaskAction sets the TaskAction field's value.

func (*AutoInstallAppOutput) SetTaskId added in v1.2.10

SetTaskId sets the TaskId field's value.

func (AutoInstallAppOutput) String added in v1.2.10

func (s AutoInstallAppOutput) String() string

String returns the string representation

type BackupDataInput added in v1.1.42

type BackupDataInput struct {
	BackupAll *bool `type:"boolean" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	ExcludePathList []*string `type:"list" json:",omitempty"`

	IncludePathList []*string `type:"list" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (BackupDataInput) GoString added in v1.1.42

func (s BackupDataInput) GoString() string

GoString returns the string representation

func (*BackupDataInput) SetBackupAll added in v1.2.10

func (s *BackupDataInput) SetBackupAll(v bool) *BackupDataInput

SetBackupAll sets the BackupAll field's value.

func (*BackupDataInput) SetDescription added in v1.1.42

func (s *BackupDataInput) SetDescription(v string) *BackupDataInput

SetDescription sets the Description field's value.

func (*BackupDataInput) SetExcludePathList added in v1.2.10

func (s *BackupDataInput) SetExcludePathList(v []*string) *BackupDataInput

SetExcludePathList sets the ExcludePathList field's value.

func (*BackupDataInput) SetIncludePathList added in v1.2.10

func (s *BackupDataInput) SetIncludePathList(v []*string) *BackupDataInput

SetIncludePathList sets the IncludePathList field's value.

func (*BackupDataInput) SetPodIdList added in v1.1.42

func (s *BackupDataInput) SetPodIdList(v []*string) *BackupDataInput

SetPodIdList sets the PodIdList field's value.

func (*BackupDataInput) SetProductId added in v1.1.42

func (s *BackupDataInput) SetProductId(v string) *BackupDataInput

SetProductId sets the ProductId field's value.

func (BackupDataInput) String added in v1.1.42

func (s BackupDataInput) String() string

String returns the string representation

func (*BackupDataInput) Validate added in v1.1.42

func (s *BackupDataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BackupDataOutput added in v1.1.42

type BackupDataOutput struct {
	Metadata *response.ResponseMetadata

	Details []*DetailForBackupDataOutput `type:"list" json:",omitempty"`

	TaskIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BackupDataOutput) GoString added in v1.1.42

func (s BackupDataOutput) GoString() string

GoString returns the string representation

func (*BackupDataOutput) SetDetails added in v1.1.42

SetDetails sets the Details field's value.

func (*BackupDataOutput) SetTaskIdList added in v1.1.42

func (s *BackupDataOutput) SetTaskIdList(v []*string) *BackupDataOutput

SetTaskIdList sets the TaskIdList field's value.

func (BackupDataOutput) String added in v1.1.42

func (s BackupDataOutput) String() string

String returns the string representation

type BackupPodInput added in v1.1.22

type BackupPodInput struct {
	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (BackupPodInput) GoString added in v1.1.22

func (s BackupPodInput) GoString() string

GoString returns the string representation

func (*BackupPodInput) SetPodIdList added in v1.1.22

func (s *BackupPodInput) SetPodIdList(v []*string) *BackupPodInput

SetPodIdList sets the PodIdList field's value.

func (*BackupPodInput) SetProductId added in v1.1.22

func (s *BackupPodInput) SetProductId(v string) *BackupPodInput

SetProductId sets the ProductId field's value.

func (BackupPodInput) String added in v1.1.22

func (s BackupPodInput) String() string

String returns the string representation

func (*BackupPodInput) Validate added in v1.1.22

func (s *BackupPodInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BackupPodOutput added in v1.1.22

type BackupPodOutput struct {
	Metadata *response.ResponseMetadata

	TaskIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BackupPodOutput) GoString added in v1.1.22

func (s BackupPodOutput) GoString() string

GoString returns the string representation

func (*BackupPodOutput) SetTaskIdList added in v1.1.22

func (s *BackupPodOutput) SetTaskIdList(v []*string) *BackupPodOutput

SetTaskIdList sets the TaskIdList field's value.

func (BackupPodOutput) String added in v1.1.22

func (s BackupPodOutput) String() string

String returns the string representation

type BindPortMappingRuleInput added in v1.2.10

type BindPortMappingRuleInput struct {
	PodIdList []*string `type:"list" json:",omitempty"`

	PortMappingRuleIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (BindPortMappingRuleInput) GoString added in v1.2.10

func (s BindPortMappingRuleInput) GoString() string

GoString returns the string representation

func (*BindPortMappingRuleInput) SetPodIdList added in v1.2.10

SetPodIdList sets the PodIdList field's value.

func (*BindPortMappingRuleInput) SetPortMappingRuleIdList added in v1.2.10

func (s *BindPortMappingRuleInput) SetPortMappingRuleIdList(v []*string) *BindPortMappingRuleInput

SetPortMappingRuleIdList sets the PortMappingRuleIdList field's value.

func (*BindPortMappingRuleInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (BindPortMappingRuleInput) String added in v1.2.10

func (s BindPortMappingRuleInput) String() string

String returns the string representation

func (*BindPortMappingRuleInput) Validate added in v1.2.10

func (s *BindPortMappingRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BindPortMappingRuleOutput added in v1.2.10

type BindPortMappingRuleOutput struct {
	Metadata *response.ResponseMetadata

	ErrorPodInfoList []*ErrorPodInfoListForBindPortMappingRuleOutput `type:"list" json:",omitempty"`

	SuccessPodIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BindPortMappingRuleOutput) GoString added in v1.2.10

func (s BindPortMappingRuleOutput) GoString() string

GoString returns the string representation

func (*BindPortMappingRuleOutput) SetErrorPodInfoList added in v1.2.10

SetErrorPodInfoList sets the ErrorPodInfoList field's value.

func (*BindPortMappingRuleOutput) SetSuccessPodIdList added in v1.2.10

func (s *BindPortMappingRuleOutput) SetSuccessPodIdList(v []*string) *BindPortMappingRuleOutput

SetSuccessPodIdList sets the SuccessPodIdList field's value.

func (BindPortMappingRuleOutput) String added in v1.2.10

func (s BindPortMappingRuleOutput) String() string

String returns the string representation

type BuildAOSPImageInput added in v1.2.10

type BuildAOSPImageInput struct {
	ImageAnnotation *string `type:"string" json:",omitempty"`

	ImageFileFormat *string `type:"string" json:",omitempty"`

	ImageName *string `type:"string" json:",omitempty"`

	ImageTosInfo *ImageTosInfoForBuildAOSPImageInput `type:"structure" json:",omitempty"`

	ImageUrlInfo *ImageUrlInfoForBuildAOSPImageInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BuildAOSPImageInput) GoString added in v1.2.10

func (s BuildAOSPImageInput) GoString() string

GoString returns the string representation

func (*BuildAOSPImageInput) SetImageAnnotation added in v1.2.10

func (s *BuildAOSPImageInput) SetImageAnnotation(v string) *BuildAOSPImageInput

SetImageAnnotation sets the ImageAnnotation field's value.

func (*BuildAOSPImageInput) SetImageFileFormat added in v1.2.10

func (s *BuildAOSPImageInput) SetImageFileFormat(v string) *BuildAOSPImageInput

SetImageFileFormat sets the ImageFileFormat field's value.

func (*BuildAOSPImageInput) SetImageName added in v1.2.10

func (s *BuildAOSPImageInput) SetImageName(v string) *BuildAOSPImageInput

SetImageName sets the ImageName field's value.

func (*BuildAOSPImageInput) SetImageTosInfo added in v1.2.10

SetImageTosInfo sets the ImageTosInfo field's value.

func (*BuildAOSPImageInput) SetImageUrlInfo added in v1.2.10

SetImageUrlInfo sets the ImageUrlInfo field's value.

func (BuildAOSPImageInput) String added in v1.2.10

func (s BuildAOSPImageInput) String() string

String returns the string representation

type BuildAOSPImageOutput added in v1.2.10

type BuildAOSPImageOutput struct {
	Metadata *response.ResponseMetadata

	ImageId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BuildAOSPImageOutput) GoString added in v1.2.10

func (s BuildAOSPImageOutput) GoString() string

GoString returns the string representation

func (*BuildAOSPImageOutput) SetImageId added in v1.2.10

SetImageId sets the ImageId field's value.

func (BuildAOSPImageOutput) String added in v1.2.10

func (s BuildAOSPImageOutput) 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 CloseAppInput added in v1.2.10

type CloseAppInput struct {

	// PackageName is a required field
	PackageName *string `type:"string" json:",omitempty" required:"true"`

	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 (CloseAppInput) GoString added in v1.2.10

func (s CloseAppInput) GoString() string

GoString returns the string representation

func (*CloseAppInput) SetPackageName added in v1.2.10

func (s *CloseAppInput) SetPackageName(v string) *CloseAppInput

SetPackageName sets the PackageName field's value.

func (*CloseAppInput) SetPodIdList added in v1.2.10

func (s *CloseAppInput) SetPodIdList(v []*string) *CloseAppInput

SetPodIdList sets the PodIdList field's value.

func (*CloseAppInput) SetProductId added in v1.2.10

func (s *CloseAppInput) SetProductId(v string) *CloseAppInput

SetProductId sets the ProductId field's value.

func (CloseAppInput) String added in v1.2.10

func (s CloseAppInput) String() string

String returns the string representation

func (*CloseAppInput) Validate added in v1.2.10

func (s *CloseAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CloseAppOutput added in v1.2.10

type CloseAppOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForCloseAppOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CloseAppOutput) GoString added in v1.2.10

func (s CloseAppOutput) GoString() string

GoString returns the string representation

func (*CloseAppOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*CloseAppOutput) SetTaskAction added in v1.2.10

func (s *CloseAppOutput) SetTaskAction(v string) *CloseAppOutput

SetTaskAction sets the TaskAction field's value.

func (*CloseAppOutput) SetTaskId added in v1.2.10

func (s *CloseAppOutput) SetTaskId(v string) *CloseAppOutput

SetTaskId sets the TaskId field's value.

func (CloseAppOutput) String added in v1.2.10

func (s CloseAppOutput) String() string

String returns the string representation

type ConfigurationForDetailPodOutput added in v1.2.10

type ConfigurationForDetailPodOutput 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 (ConfigurationForDetailPodOutput) GoString added in v1.2.10

GoString returns the string representation

func (*ConfigurationForDetailPodOutput) SetConfigurationCode added in v1.2.10

SetConfigurationCode sets the ConfigurationCode field's value.

func (*ConfigurationForDetailPodOutput) SetConfigurationName added in v1.2.10

SetConfigurationName sets the ConfigurationName field's value.

func (*ConfigurationForDetailPodOutput) SetConfigurationType added in v1.2.10

SetConfigurationType sets the ConfigurationType field's value.

func (*ConfigurationForDetailPodOutput) SetServerTypeCode added in v1.2.10

SetServerTypeCode sets the ServerTypeCode field's value.

func (ConfigurationForDetailPodOutput) String added in v1.2.10

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 ConvertLatestVersionForDetailAppOutput added in v1.2.10

type ConvertLatestVersionForDetailAppOutput 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 (ConvertLatestVersionForDetailAppOutput) GoString added in v1.2.10

GoString returns the string representation

func (*ConvertLatestVersionForDetailAppOutput) SetAppId added in v1.2.10

SetAppId sets the AppId field's value.

func (*ConvertLatestVersionForDetailAppOutput) SetAppVersionDesc added in v1.2.10

SetAppVersionDesc sets the AppVersionDesc field's value.

func (*ConvertLatestVersionForDetailAppOutput) SetDownloadUrl added in v1.2.10

SetDownloadUrl sets the DownloadUrl field's value.

func (*ConvertLatestVersionForDetailAppOutput) SetMD5 added in v1.2.10

SetMD5 sets the MD5 field's value.

func (*ConvertLatestVersionForDetailAppOutput) SetPackageName added in v1.2.10

SetPackageName sets the PackageName field's value.

func (*ConvertLatestVersionForDetailAppOutput) SetVersionCode added in v1.2.10

SetVersionCode sets the VersionCode field's value.

func (*ConvertLatestVersionForDetailAppOutput) SetVersionId added in v1.2.10

SetVersionId sets the VersionId field's value.

func (*ConvertLatestVersionForDetailAppOutput) SetVersionName added in v1.2.10

SetVersionName sets the VersionName field's value.

func (ConvertLatestVersionForDetailAppOutput) String added in v1.2.10

String returns the string representation

type ConvertSystemImgForBuildAOSPImageInput added in v1.2.10

type ConvertSystemImgForBuildAOSPImageInput struct {
	MD5 *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertSystemImgForBuildAOSPImageInput) GoString added in v1.2.10

GoString returns the string representation

func (*ConvertSystemImgForBuildAOSPImageInput) SetMD5 added in v1.2.10

SetMD5 sets the MD5 field's value.

func (*ConvertSystemImgForBuildAOSPImageInput) SetUrl added in v1.2.10

SetUrl sets the Url field's value.

func (ConvertSystemImgForBuildAOSPImageInput) String added in v1.2.10

String returns the string representation

type ConvertVendorImgForBuildAOSPImageInput added in v1.2.10

type ConvertVendorImgForBuildAOSPImageInput struct {
	MD5 *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertVendorImgForBuildAOSPImageInput) GoString added in v1.2.10

GoString returns the string representation

func (*ConvertVendorImgForBuildAOSPImageInput) SetMD5 added in v1.2.10

SetMD5 sets the MD5 field's value.

func (*ConvertVendorImgForBuildAOSPImageInput) SetUrl added in v1.2.10

SetUrl sets the Url field's value.

func (ConvertVendorImgForBuildAOSPImageInput) String added in v1.2.10

String returns the string representation

type ConvertVersionListForDetailAppOutput added in v1.2.10

type ConvertVersionListForDetailAppOutput 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 (ConvertVersionListForDetailAppOutput) GoString added in v1.2.10

GoString returns the string representation

func (*ConvertVersionListForDetailAppOutput) SetAppId added in v1.2.10

SetAppId sets the AppId field's value.

func (*ConvertVersionListForDetailAppOutput) SetAppVersionDesc added in v1.2.10

SetAppVersionDesc sets the AppVersionDesc field's value.

func (*ConvertVersionListForDetailAppOutput) SetDownloadUrl added in v1.2.10

SetDownloadUrl sets the DownloadUrl field's value.

func (*ConvertVersionListForDetailAppOutput) SetMD5 added in v1.2.10

SetMD5 sets the MD5 field's value.

func (*ConvertVersionListForDetailAppOutput) SetPackageName added in v1.2.10

SetPackageName sets the PackageName field's value.

func (*ConvertVersionListForDetailAppOutput) SetVersionCode added in v1.2.10

SetVersionCode sets the VersionCode field's value.

func (*ConvertVersionListForDetailAppOutput) SetVersionId added in v1.2.10

SetVersionId sets the VersionId field's value.

func (*ConvertVersionListForDetailAppOutput) SetVersionName added in v1.2.10

SetVersionName sets the VersionName field's value.

func (ConvertVersionListForDetailAppOutput) String added in v1.2.10

String returns the string representation

type CreateDNSRuleInput added in v1.2.10

type CreateDNSRuleInput struct {
	DNSName *string `type:"string" json:",omitempty"`

	// Dc is a required field
	Dc *string `type:"string" json:",omitempty" required:"true"`

	IPList []*IPListForCreateDNSRuleInput `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	Type *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDNSRuleInput) GoString added in v1.2.10

func (s CreateDNSRuleInput) GoString() string

GoString returns the string representation

func (*CreateDNSRuleInput) SetDNSName added in v1.2.10

func (s *CreateDNSRuleInput) SetDNSName(v string) *CreateDNSRuleInput

SetDNSName sets the DNSName field's value.

func (*CreateDNSRuleInput) SetDc added in v1.2.10

SetDc sets the Dc field's value.

func (*CreateDNSRuleInput) SetIPList added in v1.2.10

SetIPList sets the IPList field's value.

func (*CreateDNSRuleInput) SetProductId added in v1.2.10

func (s *CreateDNSRuleInput) SetProductId(v string) *CreateDNSRuleInput

SetProductId sets the ProductId field's value.

func (*CreateDNSRuleInput) SetType added in v1.2.10

SetType sets the Type field's value.

func (CreateDNSRuleInput) String added in v1.2.10

func (s CreateDNSRuleInput) String() string

String returns the string representation

func (*CreateDNSRuleInput) Validate added in v1.2.10

func (s *CreateDNSRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDNSRuleOutput added in v1.2.10

type CreateDNSRuleOutput struct {
	Metadata *response.ResponseMetadata

	CreateAt *int64 `type:"int64" json:",omitempty"`

	DNSId *string `type:"string" json:",omitempty"`

	DNSName *string `type:"string" json:",omitempty"`

	Dc *string `type:"string" json:",omitempty"`

	IPList []*IPListForCreateDNSRuleOutput `type:"list" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	Type *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDNSRuleOutput) GoString added in v1.2.10

func (s CreateDNSRuleOutput) GoString() string

GoString returns the string representation

func (*CreateDNSRuleOutput) SetCreateAt added in v1.2.10

func (s *CreateDNSRuleOutput) SetCreateAt(v int64) *CreateDNSRuleOutput

SetCreateAt sets the CreateAt field's value.

func (*CreateDNSRuleOutput) SetDNSId added in v1.2.10

SetDNSId sets the DNSId field's value.

func (*CreateDNSRuleOutput) SetDNSName added in v1.2.10

SetDNSName sets the DNSName field's value.

func (*CreateDNSRuleOutput) SetDc added in v1.2.10

SetDc sets the Dc field's value.

func (*CreateDNSRuleOutput) SetIPList added in v1.2.10

SetIPList sets the IPList field's value.

func (*CreateDNSRuleOutput) SetProductId added in v1.2.10

func (s *CreateDNSRuleOutput) SetProductId(v string) *CreateDNSRuleOutput

SetProductId sets the ProductId field's value.

func (*CreateDNSRuleOutput) SetType added in v1.2.10

SetType sets the Type field's value.

func (CreateDNSRuleOutput) String added in v1.2.10

func (s CreateDNSRuleOutput) String() string

String returns the string representation

type CreateDisplayLayoutMiniInput added in v1.2.10

type CreateDisplayLayoutMiniInput struct {
	Density *int32 `type:"int32" json:",omitempty"`

	// DisplayLayoutId is a required field
	DisplayLayoutId *string `type:"string" json:",omitempty" required:"true"`

	Extra *string `type:"string" json:",omitempty"`

	Fps *int32 `type:"int32" json:",omitempty"`

	// Height is a required field
	Height *int32 `type:"int32" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	// Width is a required field
	Width *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDisplayLayoutMiniInput) GoString added in v1.2.10

func (s CreateDisplayLayoutMiniInput) GoString() string

GoString returns the string representation

func (*CreateDisplayLayoutMiniInput) SetDensity added in v1.2.10

SetDensity sets the Density field's value.

func (*CreateDisplayLayoutMiniInput) SetDisplayLayoutId added in v1.2.10

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*CreateDisplayLayoutMiniInput) SetExtra added in v1.2.10

SetExtra sets the Extra field's value.

func (*CreateDisplayLayoutMiniInput) SetFps added in v1.2.10

SetFps sets the Fps field's value.

func (*CreateDisplayLayoutMiniInput) SetHeight added in v1.2.10

SetHeight sets the Height field's value.

func (*CreateDisplayLayoutMiniInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (*CreateDisplayLayoutMiniInput) SetWidth added in v1.2.10

SetWidth sets the Width field's value.

func (CreateDisplayLayoutMiniInput) String added in v1.2.10

String returns the string representation

func (*CreateDisplayLayoutMiniInput) Validate added in v1.2.10

func (s *CreateDisplayLayoutMiniInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDisplayLayoutMiniOutput added in v1.2.10

type CreateDisplayLayoutMiniOutput struct {
	Metadata *response.ResponseMetadata

	CreateAt *int64 `type:"int64" json:",omitempty"`

	Density *int32 `type:"int32" json:",omitempty"`

	DisplayLayoutId *string `type:"string" json:",omitempty"`

	Extra *string `type:"string" json:",omitempty"`

	Fps *int32 `type:"int32" json:",omitempty"`

	Height *int32 `type:"int32" json:",omitempty"`

	IsSystemConfig *bool `type:"boolean" json:",omitempty"`

	Width *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDisplayLayoutMiniOutput) GoString added in v1.2.10

GoString returns the string representation

func (*CreateDisplayLayoutMiniOutput) SetCreateAt added in v1.2.10

SetCreateAt sets the CreateAt field's value.

func (*CreateDisplayLayoutMiniOutput) SetDensity added in v1.2.10

SetDensity sets the Density field's value.

func (*CreateDisplayLayoutMiniOutput) SetDisplayLayoutId added in v1.2.10

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*CreateDisplayLayoutMiniOutput) SetExtra added in v1.2.10

SetExtra sets the Extra field's value.

func (*CreateDisplayLayoutMiniOutput) SetFps added in v1.2.10

SetFps sets the Fps field's value.

func (*CreateDisplayLayoutMiniOutput) SetHeight added in v1.2.10

SetHeight sets the Height field's value.

func (*CreateDisplayLayoutMiniOutput) SetIsSystemConfig added in v1.2.10

SetIsSystemConfig sets the IsSystemConfig field's value.

func (*CreateDisplayLayoutMiniOutput) SetWidth added in v1.2.10

SetWidth sets the Width field's value.

func (CreateDisplayLayoutMiniOutput) String added in v1.2.10

String returns the string representation

type CreateImageOneStepInput added in v1.2.10

type CreateImageOneStepInput struct {
	FileUrl *string `type:"string" json:",omitempty"`

	ImageAnnotation *string `type:"string" json:",omitempty"`

	// ImageId is a required field
	ImageId *string `type:"string" json:",omitempty" required:"true"`

	ImageName *string `type:"string" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateImageOneStepInput) GoString added in v1.2.10

func (s CreateImageOneStepInput) GoString() string

GoString returns the string representation

func (*CreateImageOneStepInput) SetFileUrl added in v1.2.10

SetFileUrl sets the FileUrl field's value.

func (*CreateImageOneStepInput) SetImageAnnotation added in v1.2.10

func (s *CreateImageOneStepInput) SetImageAnnotation(v string) *CreateImageOneStepInput

SetImageAnnotation sets the ImageAnnotation field's value.

func (*CreateImageOneStepInput) SetImageId added in v1.2.10

SetImageId sets the ImageId field's value.

func (*CreateImageOneStepInput) SetImageName added in v1.2.10

SetImageName sets the ImageName field's value.

func (*CreateImageOneStepInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (CreateImageOneStepInput) String added in v1.2.10

func (s CreateImageOneStepInput) String() string

String returns the string representation

func (*CreateImageOneStepInput) Validate added in v1.2.10

func (s *CreateImageOneStepInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateImageOneStepOutput added in v1.2.10

type CreateImageOneStepOutput struct {
	Metadata *response.ResponseMetadata

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateImageOneStepOutput) GoString added in v1.2.10

func (s CreateImageOneStepOutput) GoString() string

GoString returns the string representation

func (*CreateImageOneStepOutput) SetTaskAction added in v1.2.10

SetTaskAction sets the TaskAction field's value.

func (*CreateImageOneStepOutput) SetTaskId added in v1.2.10

SetTaskId sets the TaskId field's value.

func (CreateImageOneStepOutput) String added in v1.2.10

func (s CreateImageOneStepOutput) String() string

String returns the string representation

type CreatePodInput added in v1.1.45

type CreatePodInput struct {
	ConfigurationCode *string `type:"string" json:",omitempty"`

	CustomRouteId *string `type:"string" json:",omitempty"`

	DNSId *string `type:"string" json:",omitempty"`

	DataSize *string `type:"string" json:",omitempty"`

	Dc *string `type:"string" json:",omitempty"`

	DisplayLayoutId *string `type:"string" json:",omitempty"`

	DownBandwidthLimit *int32 `type:"int32" json:",omitempty"`

	HostId *string `type:"string" json:",omitempty"`

	IPWhiteList *string `type:"string" json:",omitempty"`

	ImageId *string `type:"string" json:",omitempty"`

	OverlayPersistProperty []*OverlayPersistPropertyForCreatePodInput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForCreatePodInput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForCreatePodInput `type:"list" json:",omitempty"`

	PhoneTemplateId *string `type:"string" json:",omitempty"`

	PodName *string `type:"string" json:",omitempty"`

	PodSpecList []*PodSpecListForCreatePodInput `type:"list" json:",omitempty"`

	PortMappingRuleIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	ResourceType *int32 `type:"int32" json:",omitempty"`

	Start *bool `type:"boolean" json:",omitempty"`

	TagId *string `type:"string" json:",omitempty"`

	UpBandwidthLimit *int32 `type:"int32" json:",omitempty"`

	UsePhoneTemplate *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatePodInput) GoString added in v1.1.45

func (s CreatePodInput) GoString() string

GoString returns the string representation

func (*CreatePodInput) SetConfigurationCode added in v1.1.45

func (s *CreatePodInput) SetConfigurationCode(v string) *CreatePodInput

SetConfigurationCode sets the ConfigurationCode field's value.

func (*CreatePodInput) SetCustomRouteId added in v1.1.45

func (s *CreatePodInput) SetCustomRouteId(v string) *CreatePodInput

SetCustomRouteId sets the CustomRouteId field's value.

func (*CreatePodInput) SetDNSId added in v1.1.45

func (s *CreatePodInput) SetDNSId(v string) *CreatePodInput

SetDNSId sets the DNSId field's value.

func (*CreatePodInput) SetDataSize added in v1.1.45

func (s *CreatePodInput) SetDataSize(v string) *CreatePodInput

SetDataSize sets the DataSize field's value.

func (*CreatePodInput) SetDc added in v1.1.45

func (s *CreatePodInput) SetDc(v string) *CreatePodInput

SetDc sets the Dc field's value.

func (*CreatePodInput) SetDisplayLayoutId added in v1.1.45

func (s *CreatePodInput) SetDisplayLayoutId(v string) *CreatePodInput

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*CreatePodInput) SetDownBandwidthLimit added in v1.1.45

func (s *CreatePodInput) SetDownBandwidthLimit(v int32) *CreatePodInput

SetDownBandwidthLimit sets the DownBandwidthLimit field's value.

func (*CreatePodInput) SetHostId added in v1.1.45

func (s *CreatePodInput) SetHostId(v string) *CreatePodInput

SetHostId sets the HostId field's value.

func (*CreatePodInput) SetIPWhiteList added in v1.1.45

func (s *CreatePodInput) SetIPWhiteList(v string) *CreatePodInput

SetIPWhiteList sets the IPWhiteList field's value.

func (*CreatePodInput) SetImageId added in v1.1.45

func (s *CreatePodInput) SetImageId(v string) *CreatePodInput

SetImageId sets the ImageId field's value.

func (*CreatePodInput) SetOverlayPersistProperty added in v1.1.45

func (s *CreatePodInput) SetOverlayPersistProperty(v []*OverlayPersistPropertyForCreatePodInput) *CreatePodInput

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*CreatePodInput) SetOverlayProperty added in v1.1.45

func (s *CreatePodInput) SetOverlayProperty(v []*OverlayPropertyForCreatePodInput) *CreatePodInput

SetOverlayProperty sets the OverlayProperty field's value.

func (*CreatePodInput) SetOverlaySettings added in v1.1.45

func (s *CreatePodInput) SetOverlaySettings(v []*OverlaySettingForCreatePodInput) *CreatePodInput

SetOverlaySettings sets the OverlaySettings field's value.

func (*CreatePodInput) SetPhoneTemplateId added in v1.1.45

func (s *CreatePodInput) SetPhoneTemplateId(v string) *CreatePodInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*CreatePodInput) SetPodName added in v1.1.45

func (s *CreatePodInput) SetPodName(v string) *CreatePodInput

SetPodName sets the PodName field's value.

func (*CreatePodInput) SetPodSpecList added in v1.1.45

SetPodSpecList sets the PodSpecList field's value.

func (*CreatePodInput) SetPortMappingRuleIdList added in v1.1.45

func (s *CreatePodInput) SetPortMappingRuleIdList(v []*string) *CreatePodInput

SetPortMappingRuleIdList sets the PortMappingRuleIdList field's value.

func (*CreatePodInput) SetProductId added in v1.1.45

func (s *CreatePodInput) SetProductId(v string) *CreatePodInput

SetProductId sets the ProductId field's value.

func (*CreatePodInput) SetResourceType added in v1.1.45

func (s *CreatePodInput) SetResourceType(v int32) *CreatePodInput

SetResourceType sets the ResourceType field's value.

func (*CreatePodInput) SetStart added in v1.1.45

func (s *CreatePodInput) SetStart(v bool) *CreatePodInput

SetStart sets the Start field's value.

func (*CreatePodInput) SetTagId added in v1.1.45

func (s *CreatePodInput) SetTagId(v string) *CreatePodInput

SetTagId sets the TagId field's value.

func (*CreatePodInput) SetUpBandwidthLimit added in v1.1.45

func (s *CreatePodInput) SetUpBandwidthLimit(v int32) *CreatePodInput

SetUpBandwidthLimit sets the UpBandwidthLimit field's value.

func (*CreatePodInput) SetUsePhoneTemplate added in v1.1.45

func (s *CreatePodInput) SetUsePhoneTemplate(v int32) *CreatePodInput

SetUsePhoneTemplate sets the UsePhoneTemplate field's value.

func (CreatePodInput) String added in v1.1.45

func (s CreatePodInput) String() string

String returns the string representation

func (*CreatePodInput) Validate added in v1.1.45

func (s *CreatePodInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePodOneStepInput added in v1.1.45

type CreatePodOneStepInput struct {
	AppList []*AppListForCreatePodOneStepInput `type:"list" json:",omitempty"`

	// ConfigurationCode is a required field
	ConfigurationCode *string `type:"string" json:",omitempty" required:"true"`

	CustomRouteId *string `type:"string" json:",omitempty"`

	DNSId *string `type:"string" json:",omitempty"`

	DataSize *string `type:"string" json:",omitempty"`

	// Dc is a required field
	Dc *string `type:"string" json:",omitempty" required:"true"`

	DisplayLayoutId *string `type:"string" json:",omitempty"`

	DownBandwidthLimit *int32 `type:"int32" json:",omitempty"`

	HostId *string `type:"string" json:",omitempty"`

	IPWhiteList *string `type:"string" json:",omitempty"`

	ImageId *string `type:"string" json:",omitempty"`

	IsPreinstall *bool `type:"boolean" json:",omitempty"`

	OverlayPersistProperty []*OverlayPersistPropertyForCreatePodOneStepInput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForCreatePodOneStepInput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForCreatePodOneStepInput `type:"list" json:",omitempty"`

	PhoneTemplateId *string `type:"string" json:",omitempty"`

	PodName *string `type:"string" json:",omitempty"`

	PortMappingRuleIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	ResourceType *int32 `type:"int32" json:",omitempty"`

	TagId *string `type:"string" json:",omitempty"`

	UpBandwidthLimit *int32 `type:"int32" json:",omitempty"`

	UsePhoneTemplate *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatePodOneStepInput) GoString added in v1.1.45

func (s CreatePodOneStepInput) GoString() string

GoString returns the string representation

func (*CreatePodOneStepInput) SetAppList added in v1.1.45

SetAppList sets the AppList field's value.

func (*CreatePodOneStepInput) SetConfigurationCode added in v1.1.45

func (s *CreatePodOneStepInput) SetConfigurationCode(v string) *CreatePodOneStepInput

SetConfigurationCode sets the ConfigurationCode field's value.

func (*CreatePodOneStepInput) SetCustomRouteId added in v1.1.45

func (s *CreatePodOneStepInput) SetCustomRouteId(v string) *CreatePodOneStepInput

SetCustomRouteId sets the CustomRouteId field's value.

func (*CreatePodOneStepInput) SetDNSId added in v1.1.45

SetDNSId sets the DNSId field's value.

func (*CreatePodOneStepInput) SetDataSize added in v1.1.45

SetDataSize sets the DataSize field's value.

func (*CreatePodOneStepInput) SetDc added in v1.1.45

SetDc sets the Dc field's value.

func (*CreatePodOneStepInput) SetDisplayLayoutId added in v1.1.45

func (s *CreatePodOneStepInput) SetDisplayLayoutId(v string) *CreatePodOneStepInput

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*CreatePodOneStepInput) SetDownBandwidthLimit added in v1.1.45

func (s *CreatePodOneStepInput) SetDownBandwidthLimit(v int32) *CreatePodOneStepInput

SetDownBandwidthLimit sets the DownBandwidthLimit field's value.

func (*CreatePodOneStepInput) SetHostId added in v1.1.45

SetHostId sets the HostId field's value.

func (*CreatePodOneStepInput) SetIPWhiteList added in v1.1.45

func (s *CreatePodOneStepInput) SetIPWhiteList(v string) *CreatePodOneStepInput

SetIPWhiteList sets the IPWhiteList field's value.

func (*CreatePodOneStepInput) SetImageId added in v1.1.45

SetImageId sets the ImageId field's value.

func (*CreatePodOneStepInput) SetIsPreinstall added in v1.1.45

func (s *CreatePodOneStepInput) SetIsPreinstall(v bool) *CreatePodOneStepInput

SetIsPreinstall sets the IsPreinstall field's value.

func (*CreatePodOneStepInput) SetOverlayPersistProperty added in v1.1.45

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*CreatePodOneStepInput) SetOverlayProperty added in v1.1.45

SetOverlayProperty sets the OverlayProperty field's value.

func (*CreatePodOneStepInput) SetOverlaySettings added in v1.1.45

SetOverlaySettings sets the OverlaySettings field's value.

func (*CreatePodOneStepInput) SetPhoneTemplateId added in v1.1.45

func (s *CreatePodOneStepInput) SetPhoneTemplateId(v string) *CreatePodOneStepInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*CreatePodOneStepInput) SetPodName added in v1.1.45

SetPodName sets the PodName field's value.

func (*CreatePodOneStepInput) SetPortMappingRuleIdList added in v1.1.45

func (s *CreatePodOneStepInput) SetPortMappingRuleIdList(v []*string) *CreatePodOneStepInput

SetPortMappingRuleIdList sets the PortMappingRuleIdList field's value.

func (*CreatePodOneStepInput) SetProductId added in v1.1.45

SetProductId sets the ProductId field's value.

func (*CreatePodOneStepInput) SetResourceType added in v1.1.45

func (s *CreatePodOneStepInput) SetResourceType(v int32) *CreatePodOneStepInput

SetResourceType sets the ResourceType field's value.

func (*CreatePodOneStepInput) SetTagId added in v1.1.45

SetTagId sets the TagId field's value.

func (*CreatePodOneStepInput) SetUpBandwidthLimit added in v1.1.45

func (s *CreatePodOneStepInput) SetUpBandwidthLimit(v int32) *CreatePodOneStepInput

SetUpBandwidthLimit sets the UpBandwidthLimit field's value.

func (*CreatePodOneStepInput) SetUsePhoneTemplate added in v1.1.45

func (s *CreatePodOneStepInput) SetUsePhoneTemplate(v int32) *CreatePodOneStepInput

SetUsePhoneTemplate sets the UsePhoneTemplate field's value.

func (CreatePodOneStepInput) String added in v1.1.45

func (s CreatePodOneStepInput) String() string

String returns the string representation

func (*CreatePodOneStepInput) Validate added in v1.1.45

func (s *CreatePodOneStepInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePodOneStepOutput added in v1.1.45

type CreatePodOneStepOutput struct {
	Metadata *response.ResponseMetadata

	PodId *string `type:"string" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatePodOneStepOutput) GoString added in v1.1.45

func (s CreatePodOneStepOutput) GoString() string

GoString returns the string representation

func (*CreatePodOneStepOutput) SetPodId added in v1.1.45

SetPodId sets the PodId field's value.

func (*CreatePodOneStepOutput) SetTaskAction added in v1.1.45

SetTaskAction sets the TaskAction field's value.

func (*CreatePodOneStepOutput) SetTaskId added in v1.1.45

SetTaskId sets the TaskId field's value.

func (CreatePodOneStepOutput) String added in v1.1.45

func (s CreatePodOneStepOutput) String() string

String returns the string representation

type CreatePodOutput added in v1.1.45

type CreatePodOutput struct {
	Metadata *response.ResponseMetadata

	PodId *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatePodOutput) GoString added in v1.1.45

func (s CreatePodOutput) GoString() string

GoString returns the string representation

func (*CreatePodOutput) SetPodId added in v1.1.45

func (s *CreatePodOutput) SetPodId(v string) *CreatePodOutput

SetPodId sets the PodId field's value.

func (*CreatePodOutput) SetPodIdList added in v1.1.45

func (s *CreatePodOutput) SetPodIdList(v []*string) *CreatePodOutput

SetPodIdList sets the PodIdList field's value.

func (CreatePodOutput) String added in v1.1.45

func (s CreatePodOutput) String() string

String returns the string representation

type CreatePortMappingRuleInput added in v1.2.10

type CreatePortMappingRuleInput struct {
	Direction *string `type:"string" json:",omitempty"`

	Isp *int32 `type:"int32" json:",omitempty"`

	PortMappingRuleId *string `type:"string" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	Protocol *string `type:"string" json:",omitempty"`

	// SourcePort is a required field
	SourcePort *int32 `type:"int32" json:",omitempty" required:"true"`

	VolcRegion *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatePortMappingRuleInput) GoString added in v1.2.10

func (s CreatePortMappingRuleInput) GoString() string

GoString returns the string representation

func (*CreatePortMappingRuleInput) SetDirection added in v1.2.10

SetDirection sets the Direction field's value.

func (*CreatePortMappingRuleInput) SetIsp added in v1.2.10

SetIsp sets the Isp field's value.

func (*CreatePortMappingRuleInput) SetPortMappingRuleId added in v1.2.10

func (s *CreatePortMappingRuleInput) SetPortMappingRuleId(v string) *CreatePortMappingRuleInput

SetPortMappingRuleId sets the PortMappingRuleId field's value.

func (*CreatePortMappingRuleInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (*CreatePortMappingRuleInput) SetProtocol added in v1.2.10

SetProtocol sets the Protocol field's value.

func (*CreatePortMappingRuleInput) SetSourcePort added in v1.2.10

SetSourcePort sets the SourcePort field's value.

func (*CreatePortMappingRuleInput) SetVolcRegion added in v1.2.10

SetVolcRegion sets the VolcRegion field's value.

func (CreatePortMappingRuleInput) String added in v1.2.10

String returns the string representation

func (*CreatePortMappingRuleInput) Validate added in v1.2.10

func (s *CreatePortMappingRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePortMappingRuleOutput added in v1.2.10

type CreatePortMappingRuleOutput struct {
	Metadata *response.ResponseMetadata

	CreateAt *int64 `type:"int64" json:",omitempty"`

	PortMappingRuleId *string `type:"string" json:",omitempty"`

	Protocol *string `type:"string" json:",omitempty"`

	SourcePort *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatePortMappingRuleOutput) GoString added in v1.2.10

func (s CreatePortMappingRuleOutput) GoString() string

GoString returns the string representation

func (*CreatePortMappingRuleOutput) SetCreateAt added in v1.2.10

SetCreateAt sets the CreateAt field's value.

func (*CreatePortMappingRuleOutput) SetPortMappingRuleId added in v1.2.10

SetPortMappingRuleId sets the PortMappingRuleId field's value.

func (*CreatePortMappingRuleOutput) SetProtocol added in v1.2.10

SetProtocol sets the Protocol field's value.

func (*CreatePortMappingRuleOutput) SetSourcePort added in v1.2.10

SetSourcePort sets the SourcePort field's value.

func (CreatePortMappingRuleOutput) String added in v1.2.10

String returns the string representation

type CreateTagInput added in v1.2.10

type CreateTagInput struct {

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	TagDesc *string `type:"string" json:",omitempty"`

	// TagName is a required field
	TagName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTagInput) GoString added in v1.2.10

func (s CreateTagInput) GoString() string

GoString returns the string representation

func (*CreateTagInput) SetProductId added in v1.2.10

func (s *CreateTagInput) SetProductId(v string) *CreateTagInput

SetProductId sets the ProductId field's value.

func (*CreateTagInput) SetTagDesc added in v1.2.10

func (s *CreateTagInput) SetTagDesc(v string) *CreateTagInput

SetTagDesc sets the TagDesc field's value.

func (*CreateTagInput) SetTagName added in v1.2.10

func (s *CreateTagInput) SetTagName(v string) *CreateTagInput

SetTagName sets the TagName field's value.

func (CreateTagInput) String added in v1.2.10

func (s CreateTagInput) String() string

String returns the string representation

func (*CreateTagInput) Validate added in v1.2.10

func (s *CreateTagInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTagOutput added in v1.2.10

type CreateTagOutput struct {
	Metadata *response.ResponseMetadata

	TagId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateTagOutput) GoString added in v1.2.10

func (s CreateTagOutput) GoString() string

GoString returns the string representation

func (*CreateTagOutput) SetTagId added in v1.2.10

func (s *CreateTagOutput) SetTagId(v string) *CreateTagOutput

SetTagId sets the TagId field's value.

func (CreateTagOutput) String added in v1.2.10

func (s CreateTagOutput) String() string

String returns the string representation

type DcInfoForDetailPodOutput added in v1.2.10

type DcInfoForDetailPodOutput struct {
	Dc *string `type:"string" json:"dc,omitempty"`

	Dc_name *string `type:"string" json:"dc_name,omitempty"`

	Isp *int32 `type:"int32" json:"isp,omitempty"`

	Region *string `type:"string" json:"region,omitempty"`
	// contains filtered or unexported fields
}

func (DcInfoForDetailPodOutput) GoString added in v1.2.10

func (s DcInfoForDetailPodOutput) GoString() string

GoString returns the string representation

func (*DcInfoForDetailPodOutput) SetDc added in v1.2.10

SetDc sets the Dc field's value.

func (*DcInfoForDetailPodOutput) SetDc_name added in v1.2.10

SetDc_name sets the Dc_name field's value.

func (*DcInfoForDetailPodOutput) SetIsp added in v1.2.10

SetIsp sets the Isp field's value.

func (*DcInfoForDetailPodOutput) SetRegion added in v1.2.10

SetRegion sets the Region field's value.

func (DcInfoForDetailPodOutput) String added in v1.2.10

func (s DcInfoForDetailPodOutput) String() string

String returns the string representation

type DcInfoForListPodOutput

type DcInfoForListPodOutput struct {
	Dc *string `type:"string" json:",omitempty"`

	DcName *string `type:"string" json:",omitempty"`

	Isp *int32 `type:"int32" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DcInfoForListPodOutput) GoString

func (s DcInfoForListPodOutput) GoString() string

GoString returns the string representation

func (*DcInfoForListPodOutput) SetDc

SetDc sets the Dc field's value.

func (*DcInfoForListPodOutput) SetDcName

SetDcName sets the DcName field's value.

func (*DcInfoForListPodOutput) SetIsp

SetIsp sets the Isp field's value.

func (*DcInfoForListPodOutput) SetRegion

SetRegion sets the Region field's value.

func (*DcInfoForListPodOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DcInfoForListPodOutput) String

func (s DcInfoForListPodOutput) String() string

String returns the string representation

type DeleteAOSPImageInput added in v1.2.10

type DeleteAOSPImageInput struct {
	ImageIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteAOSPImageInput) GoString added in v1.2.10

func (s DeleteAOSPImageInput) GoString() string

GoString returns the string representation

func (*DeleteAOSPImageInput) SetImageIdList added in v1.2.10

func (s *DeleteAOSPImageInput) SetImageIdList(v []*string) *DeleteAOSPImageInput

SetImageIdList sets the ImageIdList field's value.

func (DeleteAOSPImageInput) String added in v1.2.10

func (s DeleteAOSPImageInput) String() string

String returns the string representation

type DeleteAOSPImageOutput added in v1.2.10

type DeleteAOSPImageOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForDeleteAOSPImageOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteAOSPImageOutput) GoString added in v1.2.10

func (s DeleteAOSPImageOutput) GoString() string

GoString returns the string representation

func (*DeleteAOSPImageOutput) SetItems added in v1.2.10

SetItems sets the Items field's value.

func (DeleteAOSPImageOutput) String added in v1.2.10

func (s DeleteAOSPImageOutput) String() string

String returns the string representation

type DeleteBackupDataInput added in v1.1.42

type DeleteBackupDataInput struct {
	BackupDataIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteBackupDataInput) GoString added in v1.1.42

func (s DeleteBackupDataInput) GoString() string

GoString returns the string representation

func (*DeleteBackupDataInput) SetBackupDataIdList added in v1.1.42

func (s *DeleteBackupDataInput) SetBackupDataIdList(v []*string) *DeleteBackupDataInput

SetBackupDataIdList sets the BackupDataIdList field's value.

func (*DeleteBackupDataInput) SetProductId added in v1.1.42

SetProductId sets the ProductId field's value.

func (DeleteBackupDataInput) String added in v1.1.42

func (s DeleteBackupDataInput) String() string

String returns the string representation

func (*DeleteBackupDataInput) Validate added in v1.1.42

func (s *DeleteBackupDataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBackupDataOutput added in v1.1.42

type DeleteBackupDataOutput struct {
	Metadata *response.ResponseMetadata

	Details []*DetailForDeleteBackupDataOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteBackupDataOutput) GoString added in v1.1.42

func (s DeleteBackupDataOutput) GoString() string

GoString returns the string representation

func (*DeleteBackupDataOutput) SetDetails added in v1.1.42

SetDetails sets the Details field's value.

func (DeleteBackupDataOutput) String added in v1.1.42

func (s DeleteBackupDataOutput) String() string

String returns the string representation

type DeleteCustomRouteInput added in v1.1.22

type DeleteCustomRouteInput struct {

	// CustomRouteId is a required field
	CustomRouteId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteCustomRouteInput) GoString added in v1.1.22

func (s DeleteCustomRouteInput) GoString() string

GoString returns the string representation

func (*DeleteCustomRouteInput) SetCustomRouteId added in v1.1.22

func (s *DeleteCustomRouteInput) SetCustomRouteId(v string) *DeleteCustomRouteInput

SetCustomRouteId sets the CustomRouteId field's value.

func (*DeleteCustomRouteInput) SetProductId added in v1.1.22

SetProductId sets the ProductId field's value.

func (DeleteCustomRouteInput) String added in v1.1.22

func (s DeleteCustomRouteInput) String() string

String returns the string representation

func (*DeleteCustomRouteInput) Validate added in v1.1.22

func (s *DeleteCustomRouteInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteCustomRouteOutput added in v1.1.22

type DeleteCustomRouteOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteCustomRouteOutput) GoString added in v1.1.22

func (s DeleteCustomRouteOutput) GoString() string

GoString returns the string representation

func (DeleteCustomRouteOutput) String added in v1.1.22

func (s DeleteCustomRouteOutput) String() string

String returns the string representation

type DetailAppInput added in v1.2.10

type DetailAppInput struct {

	// AppId is a required field
	AppId *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 (DetailAppInput) GoString added in v1.2.10

func (s DetailAppInput) GoString() string

GoString returns the string representation

func (*DetailAppInput) SetAppId added in v1.2.10

func (s *DetailAppInput) SetAppId(v string) *DetailAppInput

SetAppId sets the AppId field's value.

func (*DetailAppInput) SetProductId added in v1.2.10

func (s *DetailAppInput) SetProductId(v string) *DetailAppInput

SetProductId sets the ProductId field's value.

func (DetailAppInput) String added in v1.2.10

func (s DetailAppInput) String() string

String returns the string representation

func (*DetailAppInput) Validate added in v1.2.10

func (s *DetailAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetailAppOutput added in v1.2.10

type DetailAppOutput struct {
	Metadata *response.ResponseMetadata

	App *AppForDetailAppOutput `type:"structure" json:",omitempty"`

	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 *ConvertLatestVersionForDetailAppOutput `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"`

	VersionList []*ConvertVersionListForDetailAppOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailAppOutput) GoString added in v1.2.10

func (s DetailAppOutput) GoString() string

GoString returns the string representation

func (*DetailAppOutput) SetApp added in v1.2.10

SetApp sets the App field's value.

func (*DetailAppOutput) SetAppDesc added in v1.2.10

func (s *DetailAppOutput) SetAppDesc(v string) *DetailAppOutput

SetAppDesc sets the AppDesc field's value.

func (*DetailAppOutput) SetAppId added in v1.2.10

func (s *DetailAppOutput) SetAppId(v string) *DetailAppOutput

SetAppId sets the AppId field's value.

func (*DetailAppOutput) SetAppMode added in v1.2.10

func (s *DetailAppOutput) SetAppMode(v string) *DetailAppOutput

SetAppMode sets the AppMode field's value.

func (*DetailAppOutput) SetAppName added in v1.2.10

func (s *DetailAppOutput) SetAppName(v string) *DetailAppOutput

SetAppName sets the AppName field's value.

func (*DetailAppOutput) SetAppStatus added in v1.2.10

func (s *DetailAppOutput) SetAppStatus(v int32) *DetailAppOutput

SetAppStatus sets the AppStatus field's value.

func (*DetailAppOutput) SetAppType added in v1.2.10

func (s *DetailAppOutput) SetAppType(v int32) *DetailAppOutput

SetAppType sets the AppType field's value.

func (*DetailAppOutput) SetApplyNum added in v1.2.10

func (s *DetailAppOutput) SetApplyNum(v int64) *DetailAppOutput

SetApplyNum sets the ApplyNum field's value.

func (*DetailAppOutput) SetDeployStatus added in v1.2.10

func (s *DetailAppOutput) SetDeployStatus(v int32) *DetailAppOutput

SetDeployStatus sets the DeployStatus field's value.

func (*DetailAppOutput) SetDeployVersionNum added in v1.2.10

func (s *DetailAppOutput) SetDeployVersionNum(v int64) *DetailAppOutput

SetDeployVersionNum sets the DeployVersionNum field's value.

func (*DetailAppOutput) SetIconUrl added in v1.2.10

func (s *DetailAppOutput) SetIconUrl(v string) *DetailAppOutput

SetIconUrl sets the IconUrl field's value.

func (*DetailAppOutput) SetLatestVersion added in v1.2.10

SetLatestVersion sets the LatestVersion field's value.

func (*DetailAppOutput) SetPackageName added in v1.2.10

func (s *DetailAppOutput) SetPackageName(v string) *DetailAppOutput

SetPackageName sets the PackageName field's value.

func (*DetailAppOutput) SetProductId added in v1.2.10

func (s *DetailAppOutput) SetProductId(v string) *DetailAppOutput

SetProductId sets the ProductId field's value.

func (*DetailAppOutput) SetReadyNum added in v1.2.10

func (s *DetailAppOutput) SetReadyNum(v int64) *DetailAppOutput

SetReadyNum sets the ReadyNum field's value.

func (*DetailAppOutput) SetRotation added in v1.2.10

func (s *DetailAppOutput) SetRotation(v int32) *DetailAppOutput

SetRotation sets the Rotation field's value.

func (*DetailAppOutput) SetVersionList added in v1.2.10

SetVersionList sets the VersionList field's value.

func (DetailAppOutput) String added in v1.2.10

func (s DetailAppOutput) String() string

String returns the string representation

type DetailDNSRuleInput added in v1.2.10

type DetailDNSRuleInput struct {

	// DNSId is a required field
	DNSId *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 (DetailDNSRuleInput) GoString added in v1.2.10

func (s DetailDNSRuleInput) GoString() string

GoString returns the string representation

func (*DetailDNSRuleInput) SetDNSId added in v1.2.10

SetDNSId sets the DNSId field's value.

func (*DetailDNSRuleInput) SetProductId added in v1.2.10

func (s *DetailDNSRuleInput) SetProductId(v string) *DetailDNSRuleInput

SetProductId sets the ProductId field's value.

func (DetailDNSRuleInput) String added in v1.2.10

func (s DetailDNSRuleInput) String() string

String returns the string representation

func (*DetailDNSRuleInput) Validate added in v1.2.10

func (s *DetailDNSRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetailDNSRuleOutput added in v1.2.10

type DetailDNSRuleOutput struct {
	Metadata *response.ResponseMetadata

	CreateAt *int64 `type:"int64" json:",omitempty"`

	DNSId *string `type:"string" json:",omitempty"`

	DNSName *string `type:"string" json:",omitempty"`

	Dc *string `type:"string" json:",omitempty"`

	IPList []*IPListForDetailDNSRuleOutput `type:"list" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	Type *int32 `type:"int32" json:",omitempty"`

	UpdateAt *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailDNSRuleOutput) GoString added in v1.2.10

func (s DetailDNSRuleOutput) GoString() string

GoString returns the string representation

func (*DetailDNSRuleOutput) SetCreateAt added in v1.2.10

func (s *DetailDNSRuleOutput) SetCreateAt(v int64) *DetailDNSRuleOutput

SetCreateAt sets the CreateAt field's value.

func (*DetailDNSRuleOutput) SetDNSId added in v1.2.10

SetDNSId sets the DNSId field's value.

func (*DetailDNSRuleOutput) SetDNSName added in v1.2.10

SetDNSName sets the DNSName field's value.

func (*DetailDNSRuleOutput) SetDc added in v1.2.10

SetDc sets the Dc field's value.

func (*DetailDNSRuleOutput) SetIPList added in v1.2.10

SetIPList sets the IPList field's value.

func (*DetailDNSRuleOutput) SetProductId added in v1.2.10

func (s *DetailDNSRuleOutput) SetProductId(v string) *DetailDNSRuleOutput

SetProductId sets the ProductId field's value.

func (*DetailDNSRuleOutput) SetType added in v1.2.10

SetType sets the Type field's value.

func (*DetailDNSRuleOutput) SetUpdateAt added in v1.2.10

func (s *DetailDNSRuleOutput) SetUpdateAt(v int64) *DetailDNSRuleOutput

SetUpdateAt sets the UpdateAt field's value.

func (DetailDNSRuleOutput) String added in v1.2.10

func (s DetailDNSRuleOutput) String() string

String returns the string representation

type DetailDisplayLayoutMiniInput added in v1.2.10

type DetailDisplayLayoutMiniInput struct {

	// DisplayLayoutId is a required field
	DisplayLayoutId *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 (DetailDisplayLayoutMiniInput) GoString added in v1.2.10

func (s DetailDisplayLayoutMiniInput) GoString() string

GoString returns the string representation

func (*DetailDisplayLayoutMiniInput) SetDisplayLayoutId added in v1.2.10

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*DetailDisplayLayoutMiniInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (DetailDisplayLayoutMiniInput) String added in v1.2.10

String returns the string representation

func (*DetailDisplayLayoutMiniInput) Validate added in v1.2.10

func (s *DetailDisplayLayoutMiniInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetailDisplayLayoutMiniOutput added in v1.2.10

type DetailDisplayLayoutMiniOutput struct {
	Metadata *response.ResponseMetadata

	CreateAt *int64 `type:"int64" json:",omitempty"`

	Density *int32 `type:"int32" json:",omitempty"`

	DisplayLayoutId *string `type:"string" json:",omitempty"`

	DisplayLayoutMini *DisplayLayoutMiniForDetailDisplayLayoutMiniOutput `type:"structure" json:",omitempty"`

	Extra *string `type:"string" json:",omitempty"`

	Fps *int32 `type:"int32" json:",omitempty"`

	Height *int32 `type:"int32" json:",omitempty"`

	IsSystemConfig *bool `type:"boolean" json:",omitempty"`

	Width *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailDisplayLayoutMiniOutput) GoString added in v1.2.10

GoString returns the string representation

func (*DetailDisplayLayoutMiniOutput) SetCreateAt added in v1.2.10

SetCreateAt sets the CreateAt field's value.

func (*DetailDisplayLayoutMiniOutput) SetDensity added in v1.2.10

SetDensity sets the Density field's value.

func (*DetailDisplayLayoutMiniOutput) SetDisplayLayoutId added in v1.2.10

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*DetailDisplayLayoutMiniOutput) SetDisplayLayoutMini added in v1.2.10

SetDisplayLayoutMini sets the DisplayLayoutMini field's value.

func (*DetailDisplayLayoutMiniOutput) SetExtra added in v1.2.10

SetExtra sets the Extra field's value.

func (*DetailDisplayLayoutMiniOutput) SetFps added in v1.2.10

SetFps sets the Fps field's value.

func (*DetailDisplayLayoutMiniOutput) SetHeight added in v1.2.10

SetHeight sets the Height field's value.

func (*DetailDisplayLayoutMiniOutput) SetIsSystemConfig added in v1.2.10

SetIsSystemConfig sets the IsSystemConfig field's value.

func (*DetailDisplayLayoutMiniOutput) SetWidth added in v1.2.10

SetWidth sets the Width field's value.

func (DetailDisplayLayoutMiniOutput) String added in v1.2.10

String returns the string representation

type DetailForBackupDataOutput added in v1.1.42

type DetailForBackupDataOutput struct {
	BackupDataId *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailForBackupDataOutput) GoString added in v1.1.42

func (s DetailForBackupDataOutput) GoString() string

GoString returns the string representation

func (*DetailForBackupDataOutput) SetBackupDataId added in v1.1.42

SetBackupDataId sets the BackupDataId field's value.

func (*DetailForBackupDataOutput) SetJobId added in v1.1.42

SetJobId sets the JobId field's value.

func (*DetailForBackupDataOutput) SetPodId added in v1.1.42

SetPodId sets the PodId field's value.

func (*DetailForBackupDataOutput) SetTaskId added in v1.1.42

SetTaskId sets the TaskId field's value.

func (DetailForBackupDataOutput) String added in v1.1.42

func (s DetailForBackupDataOutput) String() string

String returns the string representation

type DetailForDeleteBackupDataOutput added in v1.1.42

type DetailForDeleteBackupDataOutput struct {
	BackupDataId *string `type:"string" json:",omitempty"`

	ErrCode *int32 `type:"int32" json:",omitempty"`

	ErrMsg *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailForDeleteBackupDataOutput) GoString added in v1.1.42

GoString returns the string representation

func (*DetailForDeleteBackupDataOutput) SetBackupDataId added in v1.1.42

SetBackupDataId sets the BackupDataId field's value.

func (*DetailForDeleteBackupDataOutput) SetErrCode added in v1.1.42

SetErrCode sets the ErrCode field's value.

func (*DetailForDeleteBackupDataOutput) SetErrMsg added in v1.1.42

SetErrMsg sets the ErrMsg field's value.

func (DetailForDeleteBackupDataOutput) String added in v1.1.42

String returns the string representation

type DetailForMigratePodOutput added in v1.1.22

type DetailForMigratePodOutput struct {
	ErrCode *int32 `type:"int32" json:",omitempty"`

	ErrMsg *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Success *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailForMigratePodOutput) GoString added in v1.1.22

func (s DetailForMigratePodOutput) GoString() string

GoString returns the string representation

func (*DetailForMigratePodOutput) SetErrCode added in v1.1.22

SetErrCode sets the ErrCode field's value.

func (*DetailForMigratePodOutput) SetErrMsg added in v1.1.22

SetErrMsg sets the ErrMsg field's value.

func (*DetailForMigratePodOutput) SetPodId added in v1.1.22

SetPodId sets the PodId field's value.

func (*DetailForMigratePodOutput) SetSuccess added in v1.1.22

SetSuccess sets the Success field's value.

func (DetailForMigratePodOutput) String added in v1.1.22

func (s DetailForMigratePodOutput) String() string

String returns the string representation

type DetailForPowerOffPodOutput added in v1.2.10

type DetailForPowerOffPodOutput 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 (DetailForPowerOffPodOutput) GoString added in v1.2.10

func (s DetailForPowerOffPodOutput) GoString() string

GoString returns the string representation

func (*DetailForPowerOffPodOutput) SetErrCode added in v1.2.10

SetErrCode sets the ErrCode field's value.

func (*DetailForPowerOffPodOutput) SetErrMsg added in v1.2.10

SetErrMsg sets the ErrMsg field's value.

func (*DetailForPowerOffPodOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*DetailForPowerOffPodOutput) SetSuccess added in v1.2.10

SetSuccess sets the Success field's value.

func (DetailForPowerOffPodOutput) String added in v1.2.10

String returns the string representation

type DetailForPowerOnPodOutput added in v1.2.10

type DetailForPowerOnPodOutput 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 (DetailForPowerOnPodOutput) GoString added in v1.2.10

func (s DetailForPowerOnPodOutput) GoString() string

GoString returns the string representation

func (*DetailForPowerOnPodOutput) SetErrCode added in v1.2.10

SetErrCode sets the ErrCode field's value.

func (*DetailForPowerOnPodOutput) SetErrMsg added in v1.2.10

SetErrMsg sets the ErrMsg field's value.

func (*DetailForPowerOnPodOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*DetailForPowerOnPodOutput) SetSuccess added in v1.2.10

SetSuccess sets the Success field's value.

func (DetailForPowerOnPodOutput) String added in v1.2.10

func (s DetailForPowerOnPodOutput) String() string

String returns the string representation

type DetailForRestoreDataOutput added in v1.1.42

type DetailForRestoreDataOutput struct {
	JobId *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailForRestoreDataOutput) GoString added in v1.1.42

func (s DetailForRestoreDataOutput) GoString() string

GoString returns the string representation

func (*DetailForRestoreDataOutput) SetJobId added in v1.1.42

SetJobId sets the JobId field's value.

func (*DetailForRestoreDataOutput) SetPodId added in v1.1.42

SetPodId sets the PodId field's value.

func (*DetailForRestoreDataOutput) SetTaskId added in v1.1.42

SetTaskId sets the TaskId field's value.

func (DetailForRestoreDataOutput) String added in v1.1.42

String returns the string representation

type DetailForStartScreenShotOutput added in v1.1.24

type DetailForStartScreenShotOutput struct {
	DownloadUrl *string `type:"string" json:",omitempty"`

	ErrorCode *int32 `type:"int32" json:",omitempty"`

	ErrorMsg *string `type:"string" json:",omitempty"`

	ExpireAt *int64 `type:"int64" json:",omitempty"`

	Height *int32 `type:"int32" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Width *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailForStartScreenShotOutput) GoString added in v1.1.24

GoString returns the string representation

func (*DetailForStartScreenShotOutput) SetDownloadUrl added in v1.1.24

SetDownloadUrl sets the DownloadUrl field's value.

func (*DetailForStartScreenShotOutput) SetErrorCode added in v1.1.24

SetErrorCode sets the ErrorCode field's value.

func (*DetailForStartScreenShotOutput) SetErrorMsg added in v1.1.24

SetErrorMsg sets the ErrorMsg field's value.

func (*DetailForStartScreenShotOutput) SetExpireAt added in v1.1.24

SetExpireAt sets the ExpireAt field's value.

func (*DetailForStartScreenShotOutput) SetHeight added in v1.1.24

SetHeight sets the Height field's value.

func (*DetailForStartScreenShotOutput) SetPodId added in v1.1.24

SetPodId sets the PodId field's value.

func (*DetailForStartScreenShotOutput) SetWidth added in v1.1.24

SetWidth sets the Width field's value.

func (DetailForStartScreenShotOutput) String added in v1.1.24

String returns the string representation

type DetailForStopScreenShotOutput added in v1.1.24

type DetailForStopScreenShotOutput struct {
	DownloadUrl *string `type:"string" json:",omitempty"`

	ErrorCode *int32 `type:"int32" json:",omitempty"`

	ErrorMsg *string `type:"string" json:",omitempty"`

	ExpireAt *int64 `type:"int64" json:",omitempty"`

	Height *int32 `type:"int32" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Width *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailForStopScreenShotOutput) GoString added in v1.1.24

GoString returns the string representation

func (*DetailForStopScreenShotOutput) SetDownloadUrl added in v1.1.24

SetDownloadUrl sets the DownloadUrl field's value.

func (*DetailForStopScreenShotOutput) SetErrorCode added in v1.1.24

SetErrorCode sets the ErrorCode field's value.

func (*DetailForStopScreenShotOutput) SetErrorMsg added in v1.1.24

SetErrorMsg sets the ErrorMsg field's value.

func (*DetailForStopScreenShotOutput) SetExpireAt added in v1.1.24

SetExpireAt sets the ExpireAt field's value.

func (*DetailForStopScreenShotOutput) SetHeight added in v1.1.24

SetHeight sets the Height field's value.

func (*DetailForStopScreenShotOutput) SetPodId added in v1.1.24

SetPodId sets the PodId field's value.

func (*DetailForStopScreenShotOutput) SetWidth added in v1.1.24

SetWidth sets the Width field's value.

func (DetailForStopScreenShotOutput) String added in v1.1.24

String returns the string representation

type DetailHostInput added in v1.2.10

type DetailHostInput struct {

	// HostId is a required field
	HostId *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 (DetailHostInput) GoString added in v1.2.10

func (s DetailHostInput) GoString() string

GoString returns the string representation

func (*DetailHostInput) SetHostId added in v1.2.10

func (s *DetailHostInput) SetHostId(v string) *DetailHostInput

SetHostId sets the HostId field's value.

func (*DetailHostInput) SetProductId added in v1.2.10

func (s *DetailHostInput) SetProductId(v string) *DetailHostInput

SetProductId sets the ProductId field's value.

func (DetailHostInput) String added in v1.2.10

func (s DetailHostInput) String() string

String returns the string representation

func (*DetailHostInput) Validate added in v1.2.10

func (s *DetailHostInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetailHostOutput added in v1.2.10

type DetailHostOutput struct {
	Metadata *response.ResponseMetadata

	AccountId *string `type:"string" json:",omitempty"`

	AuthorityExpireTime *int64 `type:"int64" json:",omitempty"`

	AuthorityStatus *int32 `type:"int32" json:",omitempty"`

	ChargeType *string `type:"string" json:",omitempty"`

	ConfigurationCode *string `type:"string" json:",omitempty"`

	ConfigurationName *string `type:"string" json:",omitempty"`

	CreateAt *int64 `type:"int64" json:",omitempty"`

	Dc *string `type:"string" json:",omitempty"`

	ExpireAt *int64 `type:"int64" json:",omitempty"`

	HostId *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	PodNumAvailable *int32 `type:"int32" json:",omitempty"`

	PodNumOnHost *int32 `type:"int32" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	ResourceSetId *string `type:"string" json:",omitempty"`

	ServerTypeCode *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	VolcRegion *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailHostOutput) GoString added in v1.2.10

func (s DetailHostOutput) GoString() string

GoString returns the string representation

func (*DetailHostOutput) SetAccountId added in v1.2.10

func (s *DetailHostOutput) SetAccountId(v string) *DetailHostOutput

SetAccountId sets the AccountId field's value.

func (*DetailHostOutput) SetAuthorityExpireTime added in v1.2.10

func (s *DetailHostOutput) SetAuthorityExpireTime(v int64) *DetailHostOutput

SetAuthorityExpireTime sets the AuthorityExpireTime field's value.

func (*DetailHostOutput) SetAuthorityStatus added in v1.2.10

func (s *DetailHostOutput) SetAuthorityStatus(v int32) *DetailHostOutput

SetAuthorityStatus sets the AuthorityStatus field's value.

func (*DetailHostOutput) SetChargeType added in v1.2.10

func (s *DetailHostOutput) SetChargeType(v string) *DetailHostOutput

SetChargeType sets the ChargeType field's value.

func (*DetailHostOutput) SetConfigurationCode added in v1.2.10

func (s *DetailHostOutput) SetConfigurationCode(v string) *DetailHostOutput

SetConfigurationCode sets the ConfigurationCode field's value.

func (*DetailHostOutput) SetConfigurationName added in v1.2.10

func (s *DetailHostOutput) SetConfigurationName(v string) *DetailHostOutput

SetConfigurationName sets the ConfigurationName field's value.

func (*DetailHostOutput) SetCreateAt added in v1.2.10

func (s *DetailHostOutput) SetCreateAt(v int64) *DetailHostOutput

SetCreateAt sets the CreateAt field's value.

func (*DetailHostOutput) SetDc added in v1.2.10

SetDc sets the Dc field's value.

func (*DetailHostOutput) SetExpireAt added in v1.2.10

func (s *DetailHostOutput) SetExpireAt(v int64) *DetailHostOutput

SetExpireAt sets the ExpireAt field's value.

func (*DetailHostOutput) SetHostId added in v1.2.10

func (s *DetailHostOutput) SetHostId(v string) *DetailHostOutput

SetHostId sets the HostId field's value.

func (*DetailHostOutput) SetPodIdList added in v1.2.10

func (s *DetailHostOutput) SetPodIdList(v []*string) *DetailHostOutput

SetPodIdList sets the PodIdList field's value.

func (*DetailHostOutput) SetPodNumAvailable added in v1.2.10

func (s *DetailHostOutput) SetPodNumAvailable(v int32) *DetailHostOutput

SetPodNumAvailable sets the PodNumAvailable field's value.

func (*DetailHostOutput) SetPodNumOnHost added in v1.2.10

func (s *DetailHostOutput) SetPodNumOnHost(v int32) *DetailHostOutput

SetPodNumOnHost sets the PodNumOnHost field's value.

func (*DetailHostOutput) SetProductId added in v1.2.10

func (s *DetailHostOutput) SetProductId(v string) *DetailHostOutput

SetProductId sets the ProductId field's value.

func (*DetailHostOutput) SetRegion added in v1.2.10

func (s *DetailHostOutput) SetRegion(v string) *DetailHostOutput

SetRegion sets the Region field's value.

func (*DetailHostOutput) SetResourceSetId added in v1.2.10

func (s *DetailHostOutput) SetResourceSetId(v string) *DetailHostOutput

SetResourceSetId sets the ResourceSetId field's value.

func (*DetailHostOutput) SetServerTypeCode added in v1.2.10

func (s *DetailHostOutput) SetServerTypeCode(v string) *DetailHostOutput

SetServerTypeCode sets the ServerTypeCode field's value.

func (*DetailHostOutput) SetStatus added in v1.2.10

func (s *DetailHostOutput) SetStatus(v int32) *DetailHostOutput

SetStatus sets the Status field's value.

func (*DetailHostOutput) SetVolcRegion added in v1.2.10

func (s *DetailHostOutput) SetVolcRegion(v string) *DetailHostOutput

SetVolcRegion sets the VolcRegion field's value.

func (DetailHostOutput) String added in v1.2.10

func (s DetailHostOutput) String() string

String returns the string representation

type DetailPodInput added in v1.2.10

type DetailPodInput struct {

	// PodId is a required field
	PodId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DetailPodInput) GoString added in v1.2.10

func (s DetailPodInput) GoString() string

GoString returns the string representation

func (*DetailPodInput) SetPodId added in v1.2.10

func (s *DetailPodInput) SetPodId(v string) *DetailPodInput

SetPodId sets the PodId field's value.

func (*DetailPodInput) SetProductId added in v1.2.10

func (s *DetailPodInput) SetProductId(v string) *DetailPodInput

SetProductId sets the ProductId field's value.

func (DetailPodInput) String added in v1.2.10

func (s DetailPodInput) String() string

String returns the string representation

func (*DetailPodInput) Validate added in v1.2.10

func (s *DetailPodInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetailPodOutput added in v1.2.10

type DetailPodOutput struct {
	Metadata *response.ResponseMetadata

	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"`

	CidrBlock *string `type:"string" json:",omitempty"`

	Configuration *ConfigurationForDetailPodOutput `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 *DcInfoForDetailPodOutput `type:"structure" json:",omitempty"`

	DisplayLayoutId *string `type:"string" json:",omitempty"`

	DisplayStatus *DisplayStatusForDetailPodOutput `type:"structure" json:",omitempty"`

	DownBandwidthLimit *int32 `type:"int32" json:",omitempty"`

	Eip *EipForDetailPodOutput `type:"structure" 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 []*PortMappingRuleListForDetailPodOutput `type:"list" json:",omitempty"`

	PreviewRoomId *string `type:"string" json:",omitempty"`

	PreviewStreamProvider *string `type:"string" json:",omitempty"`

	PreviewStreamStatus *int32 `type:"int32" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	SNATId *string `type:"string" json:",omitempty"`

	ServerTypeCode *string `type:"string" json:",omitempty"`

	SoftwareVersion *string `type:"string" json:",omitempty"`

	StreamStatus *int32 `type:"int32" json:",omitempty"`

	Tag *TagForDetailPodOutput `type:"structure" json:",omitempty"`

	UpBandwidthLimit *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailPodOutput) GoString added in v1.2.10

func (s DetailPodOutput) GoString() string

GoString returns the string representation

func (*DetailPodOutput) SetAdb added in v1.2.10

func (s *DetailPodOutput) SetAdb(v string) *DetailPodOutput

SetAdb sets the Adb field's value.

func (*DetailPodOutput) SetAdbExpireTime added in v1.2.10

func (s *DetailPodOutput) SetAdbExpireTime(v int64) *DetailPodOutput

SetAdbExpireTime sets the AdbExpireTime field's value.

func (*DetailPodOutput) SetAdbStatus added in v1.2.10

func (s *DetailPodOutput) SetAdbStatus(v int32) *DetailPodOutput

SetAdbStatus sets the AdbStatus field's value.

func (*DetailPodOutput) SetAospVersion added in v1.2.10

func (s *DetailPodOutput) SetAospVersion(v string) *DetailPodOutput

SetAospVersion sets the AospVersion field's value.

func (*DetailPodOutput) SetArchiveStatus added in v1.2.10

func (s *DetailPodOutput) SetArchiveStatus(v int32) *DetailPodOutput

SetArchiveStatus sets the ArchiveStatus field's value.

func (*DetailPodOutput) SetAuthorityExpireTime added in v1.2.10

func (s *DetailPodOutput) SetAuthorityExpireTime(v int64) *DetailPodOutput

SetAuthorityExpireTime sets the AuthorityExpireTime field's value.

func (*DetailPodOutput) SetAuthorityStatus added in v1.2.10

func (s *DetailPodOutput) SetAuthorityStatus(v int32) *DetailPodOutput

SetAuthorityStatus sets the AuthorityStatus field's value.

func (*DetailPodOutput) SetCidrBlock added in v1.2.10

func (s *DetailPodOutput) SetCidrBlock(v string) *DetailPodOutput

SetCidrBlock sets the CidrBlock field's value.

func (*DetailPodOutput) SetConfiguration added in v1.2.10

SetConfiguration sets the Configuration field's value.

func (*DetailPodOutput) SetCreateAt added in v1.2.10

func (s *DetailPodOutput) SetCreateAt(v int64) *DetailPodOutput

SetCreateAt sets the CreateAt field's value.

func (*DetailPodOutput) SetDNSId added in v1.2.10

func (s *DetailPodOutput) SetDNSId(v string) *DetailPodOutput

SetDNSId sets the DNSId field's value.

func (*DetailPodOutput) SetDataSize added in v1.2.10

func (s *DetailPodOutput) SetDataSize(v string) *DetailPodOutput

SetDataSize sets the DataSize field's value.

func (*DetailPodOutput) SetDataSizeUsed added in v1.2.10

func (s *DetailPodOutput) SetDataSizeUsed(v string) *DetailPodOutput

SetDataSizeUsed sets the DataSizeUsed field's value.

func (*DetailPodOutput) SetDcInfo added in v1.2.10

SetDcInfo sets the DcInfo field's value.

func (*DetailPodOutput) SetDisplayLayoutId added in v1.2.10

func (s *DetailPodOutput) SetDisplayLayoutId(v string) *DetailPodOutput

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*DetailPodOutput) SetDisplayStatus added in v1.2.10

SetDisplayStatus sets the DisplayStatus field's value.

func (*DetailPodOutput) SetDownBandwidthLimit added in v1.2.10

func (s *DetailPodOutput) SetDownBandwidthLimit(v int32) *DetailPodOutput

SetDownBandwidthLimit sets the DownBandwidthLimit field's value.

func (*DetailPodOutput) SetEip added in v1.2.10

SetEip sets the Eip field's value.

func (*DetailPodOutput) SetHostId added in v1.2.10

func (s *DetailPodOutput) SetHostId(v string) *DetailPodOutput

SetHostId sets the HostId field's value.

func (*DetailPodOutput) SetImageId added in v1.2.10

func (s *DetailPodOutput) SetImageId(v string) *DetailPodOutput

SetImageId sets the ImageId field's value.

func (*DetailPodOutput) SetImageName added in v1.2.10

func (s *DetailPodOutput) SetImageName(v string) *DetailPodOutput

SetImageName sets the ImageName field's value.

func (*DetailPodOutput) SetIntranetIP added in v1.2.10

func (s *DetailPodOutput) SetIntranetIP(v string) *DetailPodOutput

SetIntranetIP sets the IntranetIP field's value.

func (*DetailPodOutput) SetOnline added in v1.2.10

func (s *DetailPodOutput) SetOnline(v int32) *DetailPodOutput

SetOnline sets the Online field's value.

func (*DetailPodOutput) SetPodId added in v1.2.10

func (s *DetailPodOutput) SetPodId(v string) *DetailPodOutput

SetPodId sets the PodId field's value.

func (*DetailPodOutput) SetPodName added in v1.2.10

func (s *DetailPodOutput) SetPodName(v string) *DetailPodOutput

SetPodName sets the PodName field's value.

func (*DetailPodOutput) SetPortMappingRuleList added in v1.2.10

SetPortMappingRuleList sets the PortMappingRuleList field's value.

func (*DetailPodOutput) SetPreviewRoomId added in v1.2.10

func (s *DetailPodOutput) SetPreviewRoomId(v string) *DetailPodOutput

SetPreviewRoomId sets the PreviewRoomId field's value.

func (*DetailPodOutput) SetPreviewStreamProvider added in v1.2.10

func (s *DetailPodOutput) SetPreviewStreamProvider(v string) *DetailPodOutput

SetPreviewStreamProvider sets the PreviewStreamProvider field's value.

func (*DetailPodOutput) SetPreviewStreamStatus added in v1.2.10

func (s *DetailPodOutput) SetPreviewStreamStatus(v int32) *DetailPodOutput

SetPreviewStreamStatus sets the PreviewStreamStatus field's value.

func (*DetailPodOutput) SetProductId added in v1.2.10

func (s *DetailPodOutput) SetProductId(v string) *DetailPodOutput

SetProductId sets the ProductId field's value.

func (*DetailPodOutput) SetSNATId added in v1.2.10

func (s *DetailPodOutput) SetSNATId(v string) *DetailPodOutput

SetSNATId sets the SNATId field's value.

func (*DetailPodOutput) SetServerTypeCode added in v1.2.10

func (s *DetailPodOutput) SetServerTypeCode(v string) *DetailPodOutput

SetServerTypeCode sets the ServerTypeCode field's value.

func (*DetailPodOutput) SetSoftwareVersion added in v1.2.10

func (s *DetailPodOutput) SetSoftwareVersion(v string) *DetailPodOutput

SetSoftwareVersion sets the SoftwareVersion field's value.

func (*DetailPodOutput) SetStreamStatus added in v1.2.10

func (s *DetailPodOutput) SetStreamStatus(v int32) *DetailPodOutput

SetStreamStatus sets the StreamStatus field's value.

func (*DetailPodOutput) SetTag added in v1.2.10

SetTag sets the Tag field's value.

func (*DetailPodOutput) SetUpBandwidthLimit added in v1.2.10

func (s *DetailPodOutput) SetUpBandwidthLimit(v int32) *DetailPodOutput

SetUpBandwidthLimit sets the UpBandwidthLimit field's value.

func (DetailPodOutput) String added in v1.2.10

func (s DetailPodOutput) String() string

String returns the string representation

type DetailPortMappingRuleInput added in v1.2.10

type DetailPortMappingRuleInput struct {

	// PortMappingRuleId is a required field
	PortMappingRuleId *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 (DetailPortMappingRuleInput) GoString added in v1.2.10

func (s DetailPortMappingRuleInput) GoString() string

GoString returns the string representation

func (*DetailPortMappingRuleInput) SetPortMappingRuleId added in v1.2.10

func (s *DetailPortMappingRuleInput) SetPortMappingRuleId(v string) *DetailPortMappingRuleInput

SetPortMappingRuleId sets the PortMappingRuleId field's value.

func (*DetailPortMappingRuleInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (DetailPortMappingRuleInput) String added in v1.2.10

String returns the string representation

func (*DetailPortMappingRuleInput) Validate added in v1.2.10

func (s *DetailPortMappingRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetailPortMappingRuleOutput added in v1.2.10

type DetailPortMappingRuleOutput struct {
	Metadata *response.ResponseMetadata

	CreateAt *int64 `type:"int64" json:",omitempty"`

	Direction *string `type:"string" json:",omitempty"`

	Isp *int32 `type:"int32" json:",omitempty"`

	PortMappingRuleId *string `type:"string" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	Protocol *string `type:"string" json:",omitempty"`

	SourcePort *int32 `type:"int32" json:",omitempty"`

	TotalPods *int32 `type:"int32" json:",omitempty"`

	UpdateTime *int64 `type:"int64" json:",omitempty"`

	VolcRegion *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailPortMappingRuleOutput) GoString added in v1.2.10

func (s DetailPortMappingRuleOutput) GoString() string

GoString returns the string representation

func (*DetailPortMappingRuleOutput) SetCreateAt added in v1.2.10

SetCreateAt sets the CreateAt field's value.

func (*DetailPortMappingRuleOutput) SetDirection added in v1.2.10

SetDirection sets the Direction field's value.

func (*DetailPortMappingRuleOutput) SetIsp added in v1.2.10

SetIsp sets the Isp field's value.

func (*DetailPortMappingRuleOutput) SetPortMappingRuleId added in v1.2.10

SetPortMappingRuleId sets the PortMappingRuleId field's value.

func (*DetailPortMappingRuleOutput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (*DetailPortMappingRuleOutput) SetProtocol added in v1.2.10

SetProtocol sets the Protocol field's value.

func (*DetailPortMappingRuleOutput) SetSourcePort added in v1.2.10

SetSourcePort sets the SourcePort field's value.

func (*DetailPortMappingRuleOutput) SetTotalPods added in v1.2.10

SetTotalPods sets the TotalPods field's value.

func (*DetailPortMappingRuleOutput) SetUpdateTime added in v1.2.10

SetUpdateTime sets the UpdateTime field's value.

func (*DetailPortMappingRuleOutput) SetVolcRegion added in v1.2.10

SetVolcRegion sets the VolcRegion field's value.

func (DetailPortMappingRuleOutput) String added in v1.2.10

String returns the string representation

type DisplayLayoutMiniForDetailDisplayLayoutMiniOutput added in v1.2.10

type DisplayLayoutMiniForDetailDisplayLayoutMiniOutput struct {
	CreateAt *int32 `type:"int32" json:",omitempty"`

	Density *int32 `type:"int32" json:",omitempty"`

	DisplayLayoutId *string `type:"string" json:",omitempty"`

	Extra *string `type:"string" json:",omitempty"`

	Fps *int32 `type:"int32" json:",omitempty"`

	Height *int32 `type:"int32" json:",omitempty"`

	IsSystemConfig *bool `type:"boolean" json:",omitempty"`

	Width *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DisplayLayoutMiniForDetailDisplayLayoutMiniOutput) GoString added in v1.2.10

GoString returns the string representation

func (*DisplayLayoutMiniForDetailDisplayLayoutMiniOutput) SetCreateAt added in v1.2.10

SetCreateAt sets the CreateAt field's value.

func (*DisplayLayoutMiniForDetailDisplayLayoutMiniOutput) SetDensity added in v1.2.10

SetDensity sets the Density field's value.

func (*DisplayLayoutMiniForDetailDisplayLayoutMiniOutput) SetDisplayLayoutId added in v1.2.10

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*DisplayLayoutMiniForDetailDisplayLayoutMiniOutput) SetExtra added in v1.2.10

SetExtra sets the Extra field's value.

func (*DisplayLayoutMiniForDetailDisplayLayoutMiniOutput) SetFps added in v1.2.10

SetFps sets the Fps field's value.

func (*DisplayLayoutMiniForDetailDisplayLayoutMiniOutput) SetHeight added in v1.2.10

SetHeight sets the Height field's value.

func (*DisplayLayoutMiniForDetailDisplayLayoutMiniOutput) SetIsSystemConfig added in v1.2.10

SetIsSystemConfig sets the IsSystemConfig field's value.

func (*DisplayLayoutMiniForDetailDisplayLayoutMiniOutput) SetWidth added in v1.2.10

SetWidth sets the Width field's value.

func (DisplayLayoutMiniForDetailDisplayLayoutMiniOutput) String added in v1.2.10

String returns the string representation

type DisplayStatusForDetailPodOutput added in v1.2.10

type DisplayStatusForDetailPodOutput struct {
	// contains filtered or unexported fields
}

func (DisplayStatusForDetailPodOutput) GoString added in v1.2.10

GoString returns the string representation

func (DisplayStatusForDetailPodOutput) String added in v1.2.10

String returns the string representation

type EipForDetailPodOutput added in v1.2.10

type EipForDetailPodOutput struct {
	EipAddress *string `type:"string" json:",omitempty"`

	EipId *string `type:"string" json:",omitempty"`

	Isp *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EipForDetailPodOutput) GoString added in v1.2.10

func (s EipForDetailPodOutput) GoString() string

GoString returns the string representation

func (*EipForDetailPodOutput) SetEipAddress added in v1.2.10

func (s *EipForDetailPodOutput) SetEipAddress(v string) *EipForDetailPodOutput

SetEipAddress sets the EipAddress field's value.

func (*EipForDetailPodOutput) SetEipId added in v1.2.10

SetEipId sets the EipId field's value.

func (*EipForDetailPodOutput) SetIsp added in v1.2.10

SetIsp sets the Isp field's value.

func (EipForDetailPodOutput) String added in v1.2.10

func (s EipForDetailPodOutput) String() string

String returns the string representation

type ErrorPodInfoListForBindPortMappingRuleOutput added in v1.2.10

type ErrorPodInfoListForBindPortMappingRuleOutput struct {
	ErrorCode *int32 `type:"int32" json:",omitempty"`

	ErrorMessage *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ErrorPodInfoListForBindPortMappingRuleOutput) GoString added in v1.2.10

GoString returns the string representation

func (*ErrorPodInfoListForBindPortMappingRuleOutput) SetErrorCode added in v1.2.10

SetErrorCode sets the ErrorCode field's value.

func (*ErrorPodInfoListForBindPortMappingRuleOutput) SetErrorMessage added in v1.2.10

SetErrorMessage sets the ErrorMessage field's value.

func (*ErrorPodInfoListForBindPortMappingRuleOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (ErrorPodInfoListForBindPortMappingRuleOutput) String added in v1.2.10

String returns the string representation

type ErrorPodInfoListForUnbindPortMappingRuleOutput added in v1.2.10

type ErrorPodInfoListForUnbindPortMappingRuleOutput struct {
	ErrorCode *int32 `type:"int32" json:",omitempty"`

	ErrorMessage *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ErrorPodInfoListForUnbindPortMappingRuleOutput) GoString added in v1.2.10

GoString returns the string representation

func (*ErrorPodInfoListForUnbindPortMappingRuleOutput) SetErrorCode added in v1.2.10

SetErrorCode sets the ErrorCode field's value.

func (*ErrorPodInfoListForUnbindPortMappingRuleOutput) SetErrorMessage added in v1.2.10

SetErrorMessage sets the ErrorMessage field's value.

func (*ErrorPodInfoListForUnbindPortMappingRuleOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (ErrorPodInfoListForUnbindPortMappingRuleOutput) String added in v1.2.10

String returns the string representation

type ExceptionListForUnsubscribeHostResourceOutput added in v1.2.10

type ExceptionListForUnsubscribeHostResourceOutput struct {
	Err *string `type:"string" json:",omitempty"`

	HostIdList []*string `type:"list" json:",omitempty"`

	ResourceSetIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ExceptionListForUnsubscribeHostResourceOutput) GoString added in v1.2.10

GoString returns the string representation

func (*ExceptionListForUnsubscribeHostResourceOutput) SetErr added in v1.2.10

SetErr sets the Err field's value.

func (*ExceptionListForUnsubscribeHostResourceOutput) SetHostIdList added in v1.2.10

SetHostIdList sets the HostIdList field's value.

func (*ExceptionListForUnsubscribeHostResourceOutput) SetResourceSetIdList added in v1.2.10

SetResourceSetIdList sets the ResourceSetIdList field's value.

func (ExceptionListForUnsubscribeHostResourceOutput) String added in v1.2.10

String returns the string representation

type ExtraInfoForUploadAppInput added in v1.2.10

type ExtraInfoForUploadAppInput struct {
	Md5 *string `type:"string" json:",omitempty"`

	PackageName *string `type:"string" json:",omitempty"`

	VersionCode *int32 `type:"int32" json:",omitempty"`

	VersionName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ExtraInfoForUploadAppInput) GoString added in v1.2.10

func (s ExtraInfoForUploadAppInput) GoString() string

GoString returns the string representation

func (*ExtraInfoForUploadAppInput) SetMd5 added in v1.2.10

SetMd5 sets the Md5 field's value.

func (*ExtraInfoForUploadAppInput) SetPackageName added in v1.2.10

SetPackageName sets the PackageName field's value.

func (*ExtraInfoForUploadAppInput) SetVersionCode added in v1.2.10

SetVersionCode sets the VersionCode field's value.

func (*ExtraInfoForUploadAppInput) SetVersionName added in v1.2.10

SetVersionName sets the VersionName field's value.

func (ExtraInfoForUploadAppInput) String added in v1.2.10

String returns the string representation

type GetAppCrashLogInput added in v1.2.10

type GetAppCrashLogInput struct {

	// EndTime is a required field
	EndTime *int64 `type:"int64" json:",omitempty" required:"true"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	// StartTime is a required field
	StartTime *int64 `type:"int64" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetAppCrashLogInput) GoString added in v1.2.10

func (s GetAppCrashLogInput) GoString() string

GoString returns the string representation

func (*GetAppCrashLogInput) SetEndTime added in v1.2.10

func (s *GetAppCrashLogInput) SetEndTime(v int64) *GetAppCrashLogInput

SetEndTime sets the EndTime field's value.

func (*GetAppCrashLogInput) SetPodIdList added in v1.2.10

func (s *GetAppCrashLogInput) SetPodIdList(v []*string) *GetAppCrashLogInput

SetPodIdList sets the PodIdList field's value.

func (*GetAppCrashLogInput) SetProductId added in v1.2.10

func (s *GetAppCrashLogInput) SetProductId(v string) *GetAppCrashLogInput

SetProductId sets the ProductId field's value.

func (*GetAppCrashLogInput) SetStartTime added in v1.2.10

func (s *GetAppCrashLogInput) SetStartTime(v int64) *GetAppCrashLogInput

SetStartTime sets the StartTime field's value.

func (GetAppCrashLogInput) String added in v1.2.10

func (s GetAppCrashLogInput) String() string

String returns the string representation

func (*GetAppCrashLogInput) Validate added in v1.2.10

func (s *GetAppCrashLogInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAppCrashLogOutput added in v1.2.10

type GetAppCrashLogOutput struct {
	Metadata *response.ResponseMetadata

	AppCrashLogList []*AppCrashLogListForGetAppCrashLogOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetAppCrashLogOutput) GoString added in v1.2.10

func (s GetAppCrashLogOutput) GoString() string

GoString returns the string representation

func (*GetAppCrashLogOutput) SetAppCrashLogList added in v1.2.10

SetAppCrashLogList sets the AppCrashLogList field's value.

func (GetAppCrashLogOutput) String added in v1.2.10

func (s GetAppCrashLogOutput) String() string

String returns the string representation

type GetDcBandwidthDailyPeakInput added in v1.1.42

type GetDcBandwidthDailyPeakInput struct {
	DcIdList []*string `type:"list" json:",omitempty"`

	// EndDate is a required field
	EndDate *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	// StartDate is a required field
	StartDate *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetDcBandwidthDailyPeakInput) GoString added in v1.1.42

func (s GetDcBandwidthDailyPeakInput) GoString() string

GoString returns the string representation

func (*GetDcBandwidthDailyPeakInput) SetDcIdList added in v1.1.42

SetDcIdList sets the DcIdList field's value.

func (*GetDcBandwidthDailyPeakInput) SetEndDate added in v1.1.42

SetEndDate sets the EndDate field's value.

func (*GetDcBandwidthDailyPeakInput) SetProductId added in v1.1.42

SetProductId sets the ProductId field's value.

func (*GetDcBandwidthDailyPeakInput) SetStartDate added in v1.1.42

SetStartDate sets the StartDate field's value.

func (GetDcBandwidthDailyPeakInput) String added in v1.1.42

String returns the string representation

func (*GetDcBandwidthDailyPeakInput) Validate added in v1.1.42

func (s *GetDcBandwidthDailyPeakInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDcBandwidthDailyPeakOutput added in v1.1.42

type GetDcBandwidthDailyPeakOutput struct {
	Metadata *response.ResponseMetadata

	Row []*RowForGetDcBandwidthDailyPeakOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetDcBandwidthDailyPeakOutput) GoString added in v1.1.42

GoString returns the string representation

func (*GetDcBandwidthDailyPeakOutput) SetRow added in v1.1.42

SetRow sets the Row field's value.

func (GetDcBandwidthDailyPeakOutput) String added in v1.1.42

String returns the string representation

type GetImagePreheatingInput added in v1.2.10

type GetImagePreheatingInput struct {
	DcId *string `type:"string" json:",omitempty"`

	// ImageIdList is a required field
	ImageIdList *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 (GetImagePreheatingInput) GoString added in v1.2.10

func (s GetImagePreheatingInput) GoString() string

GoString returns the string representation

func (*GetImagePreheatingInput) SetDcId added in v1.2.10

SetDcId sets the DcId field's value.

func (*GetImagePreheatingInput) SetImageIdList added in v1.2.10

SetImageIdList sets the ImageIdList field's value.

func (*GetImagePreheatingInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (GetImagePreheatingInput) String added in v1.2.10

func (s GetImagePreheatingInput) String() string

String returns the string representation

func (*GetImagePreheatingInput) Validate added in v1.2.10

func (s *GetImagePreheatingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetImagePreheatingOutput added in v1.2.10

type GetImagePreheatingOutput struct {
	Metadata *response.ResponseMetadata

	Row []*RowForGetImagePreheatingOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetImagePreheatingOutput) GoString added in v1.2.10

func (s GetImagePreheatingOutput) GoString() string

GoString returns the string representation

func (*GetImagePreheatingOutput) SetRow added in v1.2.10

SetRow sets the Row field's value.

func (GetImagePreheatingOutput) String added in v1.2.10

func (s GetImagePreheatingOutput) String() string

String returns the string representation

type GetPhoneTemplateInput added in v1.1.45

type GetPhoneTemplateInput struct {

	// PhoneTemplateId is a required field
	PhoneTemplateId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetPhoneTemplateInput) GoString added in v1.1.45

func (s GetPhoneTemplateInput) GoString() string

GoString returns the string representation

func (*GetPhoneTemplateInput) SetPhoneTemplateId added in v1.1.45

func (s *GetPhoneTemplateInput) SetPhoneTemplateId(v string) *GetPhoneTemplateInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (GetPhoneTemplateInput) String added in v1.1.45

func (s GetPhoneTemplateInput) String() string

String returns the string representation

func (*GetPhoneTemplateInput) Validate added in v1.1.45

func (s *GetPhoneTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPhoneTemplateOutput added in v1.1.45

type GetPhoneTemplateOutput struct {
	Metadata *response.ResponseMetadata

	PhoneTemplate *PhoneTemplateForGetPhoneTemplateOutput `type:"structure" json:",omitempty"`

	Tags []*TagForGetPhoneTemplateOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetPhoneTemplateOutput) GoString added in v1.1.45

func (s GetPhoneTemplateOutput) GoString() string

GoString returns the string representation

func (*GetPhoneTemplateOutput) SetPhoneTemplate added in v1.1.45

SetPhoneTemplate sets the PhoneTemplate field's value.

func (*GetPhoneTemplateOutput) SetTags added in v1.1.45

SetTags sets the Tags field's value.

func (GetPhoneTemplateOutput) String added in v1.1.45

func (s GetPhoneTemplateOutput) String() string

String returns the string representation

type GetPodAppListInput added in v1.2.10

type GetPodAppListInput struct {
	InstallStatus *int32 `type:"int32" json:",omitempty"`

	// PodId is a required field
	PodId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetPodAppListInput) GoString added in v1.2.10

func (s GetPodAppListInput) GoString() string

GoString returns the string representation

func (*GetPodAppListInput) SetInstallStatus added in v1.2.10

func (s *GetPodAppListInput) SetInstallStatus(v int32) *GetPodAppListInput

SetInstallStatus sets the InstallStatus field's value.

func (*GetPodAppListInput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*GetPodAppListInput) SetProductId added in v1.2.10

func (s *GetPodAppListInput) SetProductId(v string) *GetPodAppListInput

SetProductId sets the ProductId field's value.

func (GetPodAppListInput) String added in v1.2.10

func (s GetPodAppListInput) String() string

String returns the string representation

func (*GetPodAppListInput) Validate added in v1.2.10

func (s *GetPodAppListInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPodAppListOutput added in v1.2.10

type GetPodAppListOutput struct {
	Metadata *response.ResponseMetadata

	PodAppList []*PodAppListForGetPodAppListOutput `type:"list" json:",omitempty"`

	Row []*RowForGetPodAppListOutput `type:"list" json:",omitempty"`

	Total *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetPodAppListOutput) GoString added in v1.2.10

func (s GetPodAppListOutput) GoString() string

GoString returns the string representation

func (*GetPodAppListOutput) SetPodAppList added in v1.2.10

SetPodAppList sets the PodAppList field's value.

func (*GetPodAppListOutput) SetRow added in v1.2.10

SetRow sets the Row field's value.

func (*GetPodAppListOutput) SetTotal added in v1.2.10

SetTotal sets the Total field's value.

func (GetPodAppListOutput) String added in v1.2.10

func (s GetPodAppListOutput) String() string

String returns the string representation

type GetPodMetricInput added in v1.2.10

type GetPodMetricInput struct {

	// PodId is a required field
	PodId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetPodMetricInput) GoString added in v1.2.10

func (s GetPodMetricInput) GoString() string

GoString returns the string representation

func (*GetPodMetricInput) SetPodId added in v1.2.10

func (s *GetPodMetricInput) SetPodId(v string) *GetPodMetricInput

SetPodId sets the PodId field's value.

func (*GetPodMetricInput) SetProductId added in v1.2.10

func (s *GetPodMetricInput) SetProductId(v string) *GetPodMetricInput

SetProductId sets the ProductId field's value.

func (GetPodMetricInput) String added in v1.2.10

func (s GetPodMetricInput) String() string

String returns the string representation

func (*GetPodMetricInput) Validate added in v1.2.10

func (s *GetPodMetricInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPodMetricOutput added in v1.2.10

type GetPodMetricOutput struct {
	Metadata *response.ResponseMetadata

	CPUAlloc *float64 `type:"double" json:",omitempty"`

	CPUMax *float64 `type:"double" json:",omitempty"`

	CPUUsage *float64 `type:"double" json:",omitempty"`

	CpuOnline *int32 `type:"int32" json:",omitempty"`

	DiskFree *int64 `type:"int64" json:",omitempty"`

	DiskTotal *int64 `type:"int64" json:",omitempty"`

	DiskUsage *int64 `type:"int64" json:",omitempty"`

	DownBandwidth *int64 `type:"int64" json:",omitempty"`

	MemAlloc *int64 `type:"int64" json:",omitempty"`

	MemFree *int64 `type:"int64" json:",omitempty"`

	MemTotal *int64 `type:"int64" json:",omitempty"`

	MemUsage *int64 `type:"int64" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	TimeStamp *int64 `type:"int64" json:",omitempty"`

	UpBandwidth *int64 `type:"int64" json:",omitempty"`

	WriteOPS *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetPodMetricOutput) GoString added in v1.2.10

func (s GetPodMetricOutput) GoString() string

GoString returns the string representation

func (*GetPodMetricOutput) SetCPUAlloc added in v1.2.10

func (s *GetPodMetricOutput) SetCPUAlloc(v float64) *GetPodMetricOutput

SetCPUAlloc sets the CPUAlloc field's value.

func (*GetPodMetricOutput) SetCPUMax added in v1.2.10

SetCPUMax sets the CPUMax field's value.

func (*GetPodMetricOutput) SetCPUUsage added in v1.2.10

func (s *GetPodMetricOutput) SetCPUUsage(v float64) *GetPodMetricOutput

SetCPUUsage sets the CPUUsage field's value.

func (*GetPodMetricOutput) SetCpuOnline added in v1.2.10

func (s *GetPodMetricOutput) SetCpuOnline(v int32) *GetPodMetricOutput

SetCpuOnline sets the CpuOnline field's value.

func (*GetPodMetricOutput) SetDiskFree added in v1.2.10

func (s *GetPodMetricOutput) SetDiskFree(v int64) *GetPodMetricOutput

SetDiskFree sets the DiskFree field's value.

func (*GetPodMetricOutput) SetDiskTotal added in v1.2.10

func (s *GetPodMetricOutput) SetDiskTotal(v int64) *GetPodMetricOutput

SetDiskTotal sets the DiskTotal field's value.

func (*GetPodMetricOutput) SetDiskUsage added in v1.2.10

func (s *GetPodMetricOutput) SetDiskUsage(v int64) *GetPodMetricOutput

SetDiskUsage sets the DiskUsage field's value.

func (*GetPodMetricOutput) SetDownBandwidth added in v1.2.10

func (s *GetPodMetricOutput) SetDownBandwidth(v int64) *GetPodMetricOutput

SetDownBandwidth sets the DownBandwidth field's value.

func (*GetPodMetricOutput) SetMemAlloc added in v1.2.10

func (s *GetPodMetricOutput) SetMemAlloc(v int64) *GetPodMetricOutput

SetMemAlloc sets the MemAlloc field's value.

func (*GetPodMetricOutput) SetMemFree added in v1.2.10

func (s *GetPodMetricOutput) SetMemFree(v int64) *GetPodMetricOutput

SetMemFree sets the MemFree field's value.

func (*GetPodMetricOutput) SetMemTotal added in v1.2.10

func (s *GetPodMetricOutput) SetMemTotal(v int64) *GetPodMetricOutput

SetMemTotal sets the MemTotal field's value.

func (*GetPodMetricOutput) SetMemUsage added in v1.2.10

func (s *GetPodMetricOutput) SetMemUsage(v int64) *GetPodMetricOutput

SetMemUsage sets the MemUsage field's value.

func (*GetPodMetricOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*GetPodMetricOutput) SetTimeStamp added in v1.2.10

func (s *GetPodMetricOutput) SetTimeStamp(v int64) *GetPodMetricOutput

SetTimeStamp sets the TimeStamp field's value.

func (*GetPodMetricOutput) SetUpBandwidth added in v1.2.10

func (s *GetPodMetricOutput) SetUpBandwidth(v int64) *GetPodMetricOutput

SetUpBandwidth sets the UpBandwidth field's value.

func (*GetPodMetricOutput) SetWriteOPS added in v1.2.10

func (s *GetPodMetricOutput) SetWriteOPS(v int32) *GetPodMetricOutput

SetWriteOPS sets the WriteOPS field's value.

func (GetPodMetricOutput) String added in v1.2.10

func (s GetPodMetricOutput) String() string

String returns the string representation

type GetPodPropertyInput added in v1.2.10

type GetPodPropertyInput struct {
	PersistPropertyNameList *string `type:"string" json:",omitempty"`

	// PodId is a required field
	PodId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	PropertyNameList *string `type:"string" json:",omitempty"`

	SettingGlobalNameList *string `type:"string" json:",omitempty"`

	SettingSecureNameList *string `type:"string" json:",omitempty"`

	SettingSystemNameList *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetPodPropertyInput) GoString added in v1.2.10

func (s GetPodPropertyInput) GoString() string

GoString returns the string representation

func (*GetPodPropertyInput) SetPersistPropertyNameList added in v1.2.10

func (s *GetPodPropertyInput) SetPersistPropertyNameList(v string) *GetPodPropertyInput

SetPersistPropertyNameList sets the PersistPropertyNameList field's value.

func (*GetPodPropertyInput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*GetPodPropertyInput) SetProductId added in v1.2.10

func (s *GetPodPropertyInput) SetProductId(v string) *GetPodPropertyInput

SetProductId sets the ProductId field's value.

func (*GetPodPropertyInput) SetPropertyNameList added in v1.2.10

func (s *GetPodPropertyInput) SetPropertyNameList(v string) *GetPodPropertyInput

SetPropertyNameList sets the PropertyNameList field's value.

func (*GetPodPropertyInput) SetSettingGlobalNameList added in v1.2.10

func (s *GetPodPropertyInput) SetSettingGlobalNameList(v string) *GetPodPropertyInput

SetSettingGlobalNameList sets the SettingGlobalNameList field's value.

func (*GetPodPropertyInput) SetSettingSecureNameList added in v1.2.10

func (s *GetPodPropertyInput) SetSettingSecureNameList(v string) *GetPodPropertyInput

SetSettingSecureNameList sets the SettingSecureNameList field's value.

func (*GetPodPropertyInput) SetSettingSystemNameList added in v1.2.10

func (s *GetPodPropertyInput) SetSettingSystemNameList(v string) *GetPodPropertyInput

SetSettingSystemNameList sets the SettingSystemNameList field's value.

func (GetPodPropertyInput) String added in v1.2.10

func (s GetPodPropertyInput) String() string

String returns the string representation

func (*GetPodPropertyInput) Validate added in v1.2.10

func (s *GetPodPropertyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPodPropertyOutput added in v1.2.10

type GetPodPropertyOutput struct {
	Metadata *response.ResponseMetadata

	PersistPropertyList *PersistPropertyListForGetPodPropertyOutput `type:"structure" json:",omitempty"`

	PropertyList *PropertyListForGetPodPropertyOutput `type:"structure" json:",omitempty"`

	SettingGlobalList *SettingGlobalListForGetPodPropertyOutput `type:"structure" json:",omitempty"`

	SettingSecureList *SettingSecureListForGetPodPropertyOutput `type:"structure" json:",omitempty"`

	SettingSystemList *SettingSystemListForGetPodPropertyOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetPodPropertyOutput) GoString added in v1.2.10

func (s GetPodPropertyOutput) GoString() string

GoString returns the string representation

func (*GetPodPropertyOutput) SetPersistPropertyList added in v1.2.10

SetPersistPropertyList sets the PersistPropertyList field's value.

func (*GetPodPropertyOutput) SetPropertyList added in v1.2.10

SetPropertyList sets the PropertyList field's value.

func (*GetPodPropertyOutput) SetSettingGlobalList added in v1.2.10

SetSettingGlobalList sets the SettingGlobalList field's value.

func (*GetPodPropertyOutput) SetSettingSecureList added in v1.2.10

SetSettingSecureList sets the SettingSecureList field's value.

func (*GetPodPropertyOutput) SetSettingSystemList added in v1.2.10

SetSettingSystemList sets the SettingSystemList field's value.

func (GetPodPropertyOutput) String added in v1.2.10

func (s GetPodPropertyOutput) String() string

String returns the string representation

type GetProductResourceInput added in v1.2.10

type GetProductResourceInput struct {

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	VolcRegion *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetProductResourceInput) GoString added in v1.2.10

func (s GetProductResourceInput) GoString() string

GoString returns the string representation

func (*GetProductResourceInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (*GetProductResourceInput) SetVolcRegion added in v1.2.10

SetVolcRegion sets the VolcRegion field's value.

func (GetProductResourceInput) String added in v1.2.10

func (s GetProductResourceInput) String() string

String returns the string representation

func (*GetProductResourceInput) Validate added in v1.2.10

func (s *GetProductResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetProductResourceOutput added in v1.2.10

type GetProductResourceOutput struct {
	Metadata *response.ResponseMetadata

	AccountId *string `type:"string" json:",omitempty"`

	ApplyDataSize *int32 `type:"int32" json:",omitempty"`

	DataSizeSum *int32 `type:"int32" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	UsedDataSize *int32 `type:"int32" json:",omitempty"`

	Version *int32 `type:"int32" json:",omitempty"`

	VolcRegion *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetProductResourceOutput) GoString added in v1.2.10

func (s GetProductResourceOutput) GoString() string

GoString returns the string representation

func (*GetProductResourceOutput) SetAccountId added in v1.2.10

SetAccountId sets the AccountId field's value.

func (*GetProductResourceOutput) SetApplyDataSize added in v1.2.10

SetApplyDataSize sets the ApplyDataSize field's value.

func (*GetProductResourceOutput) SetDataSizeSum added in v1.2.10

SetDataSizeSum sets the DataSizeSum field's value.

func (*GetProductResourceOutput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (*GetProductResourceOutput) SetUsedDataSize added in v1.2.10

SetUsedDataSize sets the UsedDataSize field's value.

func (*GetProductResourceOutput) SetVersion added in v1.2.10

SetVersion sets the Version field's value.

func (*GetProductResourceOutput) SetVolcRegion added in v1.2.10

SetVolcRegion sets the VolcRegion field's value.

func (GetProductResourceOutput) String added in v1.2.10

func (s GetProductResourceOutput) String() string

String returns the string representation

type GetTaskInfoInput added in v1.2.10

type GetTaskInfoInput struct {

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	// TaskId is a required field
	TaskId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetTaskInfoInput) GoString added in v1.2.10

func (s GetTaskInfoInput) GoString() string

GoString returns the string representation

func (*GetTaskInfoInput) SetProductId added in v1.2.10

func (s *GetTaskInfoInput) SetProductId(v string) *GetTaskInfoInput

SetProductId sets the ProductId field's value.

func (*GetTaskInfoInput) SetTaskId added in v1.2.10

func (s *GetTaskInfoInput) SetTaskId(v string) *GetTaskInfoInput

SetTaskId sets the TaskId field's value.

func (GetTaskInfoInput) String added in v1.2.10

func (s GetTaskInfoInput) String() string

String returns the string representation

func (*GetTaskInfoInput) Validate added in v1.2.10

func (s *GetTaskInfoInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTaskInfoOutput added in v1.2.10

type GetTaskInfoOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForGetTaskInfoOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`

	TaskMessage *string `type:"string" json:",omitempty"`

	TaskResult *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetTaskInfoOutput) GoString added in v1.2.10

func (s GetTaskInfoOutput) GoString() string

GoString returns the string representation

func (*GetTaskInfoOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*GetTaskInfoOutput) SetTaskAction added in v1.2.10

func (s *GetTaskInfoOutput) SetTaskAction(v string) *GetTaskInfoOutput

SetTaskAction sets the TaskAction field's value.

func (*GetTaskInfoOutput) SetTaskId added in v1.2.10

func (s *GetTaskInfoOutput) SetTaskId(v string) *GetTaskInfoOutput

SetTaskId sets the TaskId field's value.

func (*GetTaskInfoOutput) SetTaskMessage added in v1.2.10

func (s *GetTaskInfoOutput) SetTaskMessage(v string) *GetTaskInfoOutput

SetTaskMessage sets the TaskMessage field's value.

func (*GetTaskInfoOutput) SetTaskResult added in v1.2.10

func (s *GetTaskInfoOutput) SetTaskResult(v int32) *GetTaskInfoOutput

SetTaskResult sets the TaskResult field's value.

func (GetTaskInfoOutput) String added in v1.2.10

func (s GetTaskInfoOutput) String() string

String returns the string representation

type IPListForCreateDNSRuleInput added in v1.2.10

type IPListForCreateDNSRuleInput struct {
	IP *string `type:"string" json:",omitempty"`

	ISP *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IPListForCreateDNSRuleInput) GoString added in v1.2.10

func (s IPListForCreateDNSRuleInput) GoString() string

GoString returns the string representation

func (*IPListForCreateDNSRuleInput) SetIP added in v1.2.10

SetIP sets the IP field's value.

func (*IPListForCreateDNSRuleInput) SetISP added in v1.2.10

SetISP sets the ISP field's value.

func (IPListForCreateDNSRuleInput) String added in v1.2.10

String returns the string representation

type IPListForCreateDNSRuleOutput added in v1.2.10

type IPListForCreateDNSRuleOutput struct {
	IP *string `type:"string" json:",omitempty"`

	ISP *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IPListForCreateDNSRuleOutput) GoString added in v1.2.10

func (s IPListForCreateDNSRuleOutput) GoString() string

GoString returns the string representation

func (*IPListForCreateDNSRuleOutput) SetIP added in v1.2.10

SetIP sets the IP field's value.

func (*IPListForCreateDNSRuleOutput) SetISP added in v1.2.10

SetISP sets the ISP field's value.

func (IPListForCreateDNSRuleOutput) String added in v1.2.10

String returns the string representation

type IPListForDetailDNSRuleOutput added in v1.2.10

type IPListForDetailDNSRuleOutput struct {
	IP *string `type:"string" json:",omitempty"`

	ISP *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IPListForDetailDNSRuleOutput) GoString added in v1.2.10

func (s IPListForDetailDNSRuleOutput) GoString() string

GoString returns the string representation

func (*IPListForDetailDNSRuleOutput) SetIP added in v1.2.10

SetIP sets the IP field's value.

func (*IPListForDetailDNSRuleOutput) SetISP added in v1.2.10

SetISP sets the ISP field's value.

func (IPListForDetailDNSRuleOutput) String added in v1.2.10

String returns the string representation

type ImageTosInfoForBuildAOSPImageInput added in v1.2.10

type ImageTosInfoForBuildAOSPImageInput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Endpoint *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	SystemImg *SystemImgForBuildAOSPImageInput `type:"structure" json:",omitempty"`

	VendorImg *VendorImgForBuildAOSPImageInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageTosInfoForBuildAOSPImageInput) GoString added in v1.2.10

GoString returns the string representation

func (*ImageTosInfoForBuildAOSPImageInput) SetBucket added in v1.2.10

SetBucket sets the Bucket field's value.

func (*ImageTosInfoForBuildAOSPImageInput) SetEndpoint added in v1.2.10

SetEndpoint sets the Endpoint field's value.

func (*ImageTosInfoForBuildAOSPImageInput) SetRegion added in v1.2.10

SetRegion sets the Region field's value.

func (*ImageTosInfoForBuildAOSPImageInput) SetSystemImg added in v1.2.10

SetSystemImg sets the SystemImg field's value.

func (*ImageTosInfoForBuildAOSPImageInput) SetVendorImg added in v1.2.10

SetVendorImg sets the VendorImg field's value.

func (ImageTosInfoForBuildAOSPImageInput) String added in v1.2.10

String returns the string representation

type ImageUrlInfoForBuildAOSPImageInput added in v1.2.10

type ImageUrlInfoForBuildAOSPImageInput struct {
	SystemImg *ConvertSystemImgForBuildAOSPImageInput `type:"structure" json:",omitempty"`

	VendorImg *ConvertVendorImgForBuildAOSPImageInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageUrlInfoForBuildAOSPImageInput) GoString added in v1.2.10

GoString returns the string representation

func (*ImageUrlInfoForBuildAOSPImageInput) SetSystemImg added in v1.2.10

SetSystemImg sets the SystemImg field's value.

func (*ImageUrlInfoForBuildAOSPImageInput) SetVendorImg added in v1.2.10

SetVendorImg sets the VendorImg field's value.

func (ImageUrlInfoForBuildAOSPImageInput) String added in v1.2.10

String returns the string representation

type InstallAppInput added in v1.2.10

type InstallAppInput struct {
	AbsolutePath *string `type:"string" json:",omitempty"`

	// AppId is a required field
	AppId *string `type:"string" json:",omitempty" required:"true"`

	ImageId *string `type:"string" json:",omitempty"`

	InstallType *int32 `type:"int32" json:",omitempty"`

	IsPreinstall *bool `type:"boolean" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	TagIdList []*string `type:"list" json:",omitempty"`

	// VersionId is a required field
	VersionId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (InstallAppInput) GoString added in v1.2.10

func (s InstallAppInput) GoString() string

GoString returns the string representation

func (*InstallAppInput) SetAbsolutePath added in v1.2.10

func (s *InstallAppInput) SetAbsolutePath(v string) *InstallAppInput

SetAbsolutePath sets the AbsolutePath field's value.

func (*InstallAppInput) SetAppId added in v1.2.10

func (s *InstallAppInput) SetAppId(v string) *InstallAppInput

SetAppId sets the AppId field's value.

func (*InstallAppInput) SetImageId added in v1.2.10

func (s *InstallAppInput) SetImageId(v string) *InstallAppInput

SetImageId sets the ImageId field's value.

func (*InstallAppInput) SetInstallType added in v1.2.10

func (s *InstallAppInput) SetInstallType(v int32) *InstallAppInput

SetInstallType sets the InstallType field's value.

func (*InstallAppInput) SetIsPreinstall added in v1.2.10

func (s *InstallAppInput) SetIsPreinstall(v bool) *InstallAppInput

SetIsPreinstall sets the IsPreinstall field's value.

func (*InstallAppInput) SetPodIdList added in v1.2.10

func (s *InstallAppInput) SetPodIdList(v []*string) *InstallAppInput

SetPodIdList sets the PodIdList field's value.

func (*InstallAppInput) SetProductId added in v1.2.10

func (s *InstallAppInput) SetProductId(v string) *InstallAppInput

SetProductId sets the ProductId field's value.

func (*InstallAppInput) SetTagIdList added in v1.2.10

func (s *InstallAppInput) SetTagIdList(v []*string) *InstallAppInput

SetTagIdList sets the TagIdList field's value.

func (*InstallAppInput) SetVersionId added in v1.2.10

func (s *InstallAppInput) SetVersionId(v string) *InstallAppInput

SetVersionId sets the VersionId field's value.

func (InstallAppInput) String added in v1.2.10

func (s InstallAppInput) String() string

String returns the string representation

func (*InstallAppInput) Validate added in v1.2.10

func (s *InstallAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InstallAppOutput added in v1.2.10

type InstallAppOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForInstallAppOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InstallAppOutput) GoString added in v1.2.10

func (s InstallAppOutput) GoString() string

GoString returns the string representation

func (*InstallAppOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*InstallAppOutput) SetTaskAction added in v1.2.10

func (s *InstallAppOutput) SetTaskAction(v string) *InstallAppOutput

SetTaskAction sets the TaskAction field's value.

func (*InstallAppOutput) SetTaskId added in v1.2.10

func (s *InstallAppOutput) SetTaskId(v string) *InstallAppOutput

SetTaskId sets the TaskId field's value.

func (InstallAppOutput) String added in v1.2.10

func (s InstallAppOutput) String() string

String returns the string representation

type InstallAppsInput added in v1.2.10

type InstallAppsInput struct {
	AppList []*AppListForInstallAppsInput `type:"list" json:",omitempty"`

	InstallType *int32 `type:"int32" json:",omitempty"`

	IsPreinstall *bool `type:"boolean" json:",omitempty"`

	// PodId is a required field
	PodId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (InstallAppsInput) GoString added in v1.2.10

func (s InstallAppsInput) GoString() string

GoString returns the string representation

func (*InstallAppsInput) SetAppList added in v1.2.10

SetAppList sets the AppList field's value.

func (*InstallAppsInput) SetInstallType added in v1.2.10

func (s *InstallAppsInput) SetInstallType(v int32) *InstallAppsInput

SetInstallType sets the InstallType field's value.

func (*InstallAppsInput) SetIsPreinstall added in v1.2.10

func (s *InstallAppsInput) SetIsPreinstall(v bool) *InstallAppsInput

SetIsPreinstall sets the IsPreinstall field's value.

func (*InstallAppsInput) SetPodId added in v1.2.10

func (s *InstallAppsInput) SetPodId(v string) *InstallAppsInput

SetPodId sets the PodId field's value.

func (*InstallAppsInput) SetProductId added in v1.2.10

func (s *InstallAppsInput) SetProductId(v string) *InstallAppsInput

SetProductId sets the ProductId field's value.

func (InstallAppsInput) String added in v1.2.10

func (s InstallAppsInput) String() string

String returns the string representation

func (*InstallAppsInput) Validate added in v1.2.10

func (s *InstallAppsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InstallAppsOutput added in v1.2.10

type InstallAppsOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForInstallAppsOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InstallAppsOutput) GoString added in v1.2.10

func (s InstallAppsOutput) GoString() string

GoString returns the string representation

func (*InstallAppsOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*InstallAppsOutput) SetTaskAction added in v1.2.10

func (s *InstallAppsOutput) SetTaskAction(v string) *InstallAppsOutput

SetTaskAction sets the TaskAction field's value.

func (*InstallAppsOutput) SetTaskId added in v1.2.10

func (s *InstallAppsOutput) SetTaskId(v string) *InstallAppsOutput

SetTaskId sets the TaskId field's value.

func (InstallAppsOutput) String added in v1.2.10

func (s InstallAppsOutput) String() string

String returns the string representation

type ItemForDeleteAOSPImageOutput added in v1.2.10

type ItemForDeleteAOSPImageOutput struct {
	ErrCode *int32 `type:"int32" json:",omitempty"`

	ErrorMsg *string `type:"string" json:",omitempty"`

	ImageId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForDeleteAOSPImageOutput) GoString added in v1.2.10

func (s ItemForDeleteAOSPImageOutput) GoString() string

GoString returns the string representation

func (*ItemForDeleteAOSPImageOutput) SetErrCode added in v1.2.10

SetErrCode sets the ErrCode field's value.

func (*ItemForDeleteAOSPImageOutput) SetErrorMsg added in v1.2.10

SetErrorMsg sets the ErrorMsg field's value.

func (*ItemForDeleteAOSPImageOutput) SetImageId added in v1.2.10

SetImageId sets the ImageId field's value.

func (ItemForDeleteAOSPImageOutput) String added in v1.2.10

String returns the string representation

type JobForAutoInstallAppOutput added in v1.2.10

type JobForAutoInstallAppOutput struct {
	JobAction *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	JobMessage *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForAutoInstallAppOutput) GoString added in v1.2.10

func (s JobForAutoInstallAppOutput) GoString() string

GoString returns the string representation

func (*JobForAutoInstallAppOutput) SetJobAction added in v1.2.10

SetJobAction sets the JobAction field's value.

func (*JobForAutoInstallAppOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForAutoInstallAppOutput) SetJobMessage added in v1.2.10

SetJobMessage sets the JobMessage field's value.

func (*JobForAutoInstallAppOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*JobForAutoInstallAppOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (JobForAutoInstallAppOutput) String added in v1.2.10

String returns the string representation

type JobForCloseAppOutput added in v1.2.10

type JobForCloseAppOutput struct {
	JobAction *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForCloseAppOutput) GoString added in v1.2.10

func (s JobForCloseAppOutput) GoString() string

GoString returns the string representation

func (*JobForCloseAppOutput) SetJobAction added in v1.2.10

func (s *JobForCloseAppOutput) SetJobAction(v string) *JobForCloseAppOutput

SetJobAction sets the JobAction field's value.

func (*JobForCloseAppOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForCloseAppOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*JobForCloseAppOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (JobForCloseAppOutput) String added in v1.2.10

func (s JobForCloseAppOutput) String() string

String returns the string representation

type JobForGetTaskInfoOutput added in v1.2.10

type JobForGetTaskInfoOutput struct {
	JobAction *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	PackageName *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForGetTaskInfoOutput) GoString added in v1.2.10

func (s JobForGetTaskInfoOutput) GoString() string

GoString returns the string representation

func (*JobForGetTaskInfoOutput) SetJobAction added in v1.2.10

SetJobAction sets the JobAction field's value.

func (*JobForGetTaskInfoOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForGetTaskInfoOutput) SetPackageName added in v1.2.10

SetPackageName sets the PackageName field's value.

func (*JobForGetTaskInfoOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*JobForGetTaskInfoOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (JobForGetTaskInfoOutput) String added in v1.2.10

func (s JobForGetTaskInfoOutput) String() string

String returns the string representation

type JobForInstallAppOutput added in v1.2.10

type JobForInstallAppOutput struct {
	JobAction *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	PackageName *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForInstallAppOutput) GoString added in v1.2.10

func (s JobForInstallAppOutput) GoString() string

GoString returns the string representation

func (*JobForInstallAppOutput) SetJobAction added in v1.2.10

SetJobAction sets the JobAction field's value.

func (*JobForInstallAppOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForInstallAppOutput) SetPackageName added in v1.2.10

SetPackageName sets the PackageName field's value.

func (*JobForInstallAppOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*JobForInstallAppOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (JobForInstallAppOutput) String added in v1.2.10

func (s JobForInstallAppOutput) String() string

String returns the string representation

type JobForInstallAppsOutput added in v1.2.10

type JobForInstallAppsOutput struct {
	JobAction *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForInstallAppsOutput) GoString added in v1.2.10

func (s JobForInstallAppsOutput) GoString() string

GoString returns the string representation

func (*JobForInstallAppsOutput) SetJobAction added in v1.2.10

SetJobAction sets the JobAction field's value.

func (*JobForInstallAppsOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForInstallAppsOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*JobForInstallAppsOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (JobForInstallAppsOutput) String added in v1.2.10

func (s JobForInstallAppsOutput) String() string

String returns the string representation

type JobForLaunchAppOutput added in v1.2.10

type JobForLaunchAppOutput struct {
	JobAction *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForLaunchAppOutput) GoString added in v1.2.10

func (s JobForLaunchAppOutput) GoString() string

GoString returns the string representation

func (*JobForLaunchAppOutput) SetJobAction added in v1.2.10

SetJobAction sets the JobAction field's value.

func (*JobForLaunchAppOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForLaunchAppOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*JobForLaunchAppOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (JobForLaunchAppOutput) String added in v1.2.10

func (s JobForLaunchAppOutput) String() string

String returns the string representation

type JobForLaunchAppsOutput added in v1.2.10

type JobForLaunchAppsOutput struct {
	JobAction *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	JobMessage *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForLaunchAppsOutput) GoString added in v1.2.10

func (s JobForLaunchAppsOutput) GoString() string

GoString returns the string representation

func (*JobForLaunchAppsOutput) SetJobAction added in v1.2.10

SetJobAction sets the JobAction field's value.

func (*JobForLaunchAppsOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForLaunchAppsOutput) SetJobMessage added in v1.2.10

SetJobMessage sets the JobMessage field's value.

func (*JobForLaunchAppsOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*JobForLaunchAppsOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (JobForLaunchAppsOutput) String added in v1.2.10

func (s JobForLaunchAppsOutput) String() string

String returns the string representation

type JobForRebootHostOutput added in v1.2.10

type JobForRebootHostOutput struct {
	CreateAt *int64 `type:"int64" json:",omitempty"`

	HostId *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	UpdateAt *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForRebootHostOutput) GoString added in v1.2.10

func (s JobForRebootHostOutput) GoString() string

GoString returns the string representation

func (*JobForRebootHostOutput) SetCreateAt added in v1.2.10

SetCreateAt sets the CreateAt field's value.

func (*JobForRebootHostOutput) SetHostId added in v1.2.10

SetHostId sets the HostId field's value.

func (*JobForRebootHostOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForRebootHostOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (*JobForRebootHostOutput) SetUpdateAt added in v1.2.10

SetUpdateAt sets the UpdateAt field's value.

func (JobForRebootHostOutput) String added in v1.2.10

func (s JobForRebootHostOutput) String() string

String returns the string representation

type JobForResetHostOutput added in v1.2.10

type JobForResetHostOutput struct {
	CreateAt *int64 `type:"int64" json:",omitempty"`

	HostId *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	UpdateAt *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForResetHostOutput) GoString added in v1.2.10

func (s JobForResetHostOutput) GoString() string

GoString returns the string representation

func (*JobForResetHostOutput) SetCreateAt added in v1.2.10

SetCreateAt sets the CreateAt field's value.

func (*JobForResetHostOutput) SetHostId added in v1.2.10

SetHostId sets the HostId field's value.

func (*JobForResetHostOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForResetHostOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (*JobForResetHostOutput) SetUpdateAt added in v1.2.10

SetUpdateAt sets the UpdateAt field's value.

func (JobForResetHostOutput) String added in v1.2.10

func (s JobForResetHostOutput) String() string

String returns the string representation

type JobForResetPodOutput added in v1.1.45

type JobForResetPodOutput struct {
	BackupDataId *string `type:"string" json:",omitempty"`

	HostId *string `type:"string" json:",omitempty"`

	JobAction *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	JobMessage *string `type:"string" json:",omitempty"`

	PackageName *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForResetPodOutput) GoString added in v1.1.45

func (s JobForResetPodOutput) GoString() string

GoString returns the string representation

func (*JobForResetPodOutput) SetBackupDataId added in v1.1.45

func (s *JobForResetPodOutput) SetBackupDataId(v string) *JobForResetPodOutput

SetBackupDataId sets the BackupDataId field's value.

func (*JobForResetPodOutput) SetHostId added in v1.1.45

SetHostId sets the HostId field's value.

func (*JobForResetPodOutput) SetJobAction added in v1.1.45

func (s *JobForResetPodOutput) SetJobAction(v string) *JobForResetPodOutput

SetJobAction sets the JobAction field's value.

func (*JobForResetPodOutput) SetJobId added in v1.1.45

SetJobId sets the JobId field's value.

func (*JobForResetPodOutput) SetJobMessage added in v1.1.45

func (s *JobForResetPodOutput) SetJobMessage(v string) *JobForResetPodOutput

SetJobMessage sets the JobMessage field's value.

func (*JobForResetPodOutput) SetPackageName added in v1.1.45

func (s *JobForResetPodOutput) SetPackageName(v string) *JobForResetPodOutput

SetPackageName sets the PackageName field's value.

func (*JobForResetPodOutput) SetPodId added in v1.1.45

SetPodId sets the PodId field's value.

func (*JobForResetPodOutput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (JobForResetPodOutput) String added in v1.1.45

func (s JobForResetPodOutput) String() string

String returns the string representation

type JobForRunCommandOutput added in v1.2.10

type JobForRunCommandOutput struct {
	JobAction *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForRunCommandOutput) GoString added in v1.2.10

func (s JobForRunCommandOutput) GoString() string

GoString returns the string representation

func (*JobForRunCommandOutput) SetJobAction added in v1.2.10

SetJobAction sets the JobAction field's value.

func (*JobForRunCommandOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForRunCommandOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*JobForRunCommandOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (JobForRunCommandOutput) String added in v1.2.10

func (s JobForRunCommandOutput) String() string

String returns the string representation

type JobForUninstallAppOutput added in v1.2.10

type JobForUninstallAppOutput struct {
	JobAction *string `type:"string" json:",omitempty"`

	JobId *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobForUninstallAppOutput) GoString added in v1.2.10

func (s JobForUninstallAppOutput) GoString() string

GoString returns the string representation

func (*JobForUninstallAppOutput) SetJobAction added in v1.2.10

SetJobAction sets the JobAction field's value.

func (*JobForUninstallAppOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobForUninstallAppOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*JobForUninstallAppOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (JobForUninstallAppOutput) String added in v1.2.10

func (s JobForUninstallAppOutput) String() string

String returns the string representation

type JobListForSetProxyOutput added in v1.2.10

type JobListForSetProxyOutput struct {
	JobId *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (JobListForSetProxyOutput) GoString added in v1.2.10

func (s JobListForSetProxyOutput) GoString() string

GoString returns the string representation

func (*JobListForSetProxyOutput) SetJobId added in v1.2.10

SetJobId sets the JobId field's value.

func (*JobListForSetProxyOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (JobListForSetProxyOutput) String added in v1.2.10

func (s JobListForSetProxyOutput) String() string

String returns the string representation

type LatestVersionForDetailAppOutput added in v1.2.10

type LatestVersionForDetailAppOutput 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 *int32 `type:"int32" json:",omitempty"`

	VersionId *int32 `type:"int32" json:",omitempty"`

	VersionName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LatestVersionForDetailAppOutput) GoString added in v1.2.10

GoString returns the string representation

func (*LatestVersionForDetailAppOutput) SetAppId added in v1.2.10

SetAppId sets the AppId field's value.

func (*LatestVersionForDetailAppOutput) SetAppVersionDesc added in v1.2.10

SetAppVersionDesc sets the AppVersionDesc field's value.

func (*LatestVersionForDetailAppOutput) SetDownloadUrl added in v1.2.10

SetDownloadUrl sets the DownloadUrl field's value.

func (*LatestVersionForDetailAppOutput) SetMD5 added in v1.2.10

SetMD5 sets the MD5 field's value.

func (*LatestVersionForDetailAppOutput) SetPackageName added in v1.2.10

SetPackageName sets the PackageName field's value.

func (*LatestVersionForDetailAppOutput) SetVersionCode added in v1.2.10

SetVersionCode sets the VersionCode field's value.

func (*LatestVersionForDetailAppOutput) SetVersionId added in v1.2.10

SetVersionId sets the VersionId field's value.

func (*LatestVersionForDetailAppOutput) SetVersionName added in v1.2.10

SetVersionName sets the VersionName field's value.

func (LatestVersionForDetailAppOutput) String added in v1.2.10

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 LaunchAppInput added in v1.2.10

type LaunchAppInput struct {

	// PackageName is a required field
	PackageName *string `type:"string" json:",omitempty" required:"true"`

	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 (LaunchAppInput) GoString added in v1.2.10

func (s LaunchAppInput) GoString() string

GoString returns the string representation

func (*LaunchAppInput) SetPackageName added in v1.2.10

func (s *LaunchAppInput) SetPackageName(v string) *LaunchAppInput

SetPackageName sets the PackageName field's value.

func (*LaunchAppInput) SetPodIdList added in v1.2.10

func (s *LaunchAppInput) SetPodIdList(v []*string) *LaunchAppInput

SetPodIdList sets the PodIdList field's value.

func (*LaunchAppInput) SetProductId added in v1.2.10

func (s *LaunchAppInput) SetProductId(v string) *LaunchAppInput

SetProductId sets the ProductId field's value.

func (LaunchAppInput) String added in v1.2.10

func (s LaunchAppInput) String() string

String returns the string representation

func (*LaunchAppInput) Validate added in v1.2.10

func (s *LaunchAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LaunchAppOutput added in v1.2.10

type LaunchAppOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForLaunchAppOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LaunchAppOutput) GoString added in v1.2.10

func (s LaunchAppOutput) GoString() string

GoString returns the string representation

func (*LaunchAppOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*LaunchAppOutput) SetTaskAction added in v1.2.10

func (s *LaunchAppOutput) SetTaskAction(v string) *LaunchAppOutput

SetTaskAction sets the TaskAction field's value.

func (*LaunchAppOutput) SetTaskId added in v1.2.10

func (s *LaunchAppOutput) SetTaskId(v string) *LaunchAppOutput

SetTaskId sets the TaskId field's value.

func (LaunchAppOutput) String added in v1.2.10

func (s LaunchAppOutput) String() string

String returns the string representation

type LaunchAppsInput added in v1.2.10

type LaunchAppsInput struct {
	PackageNameList []*string `type:"list" json:",omitempty"`

	// PodId is a required field
	PodId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (LaunchAppsInput) GoString added in v1.2.10

func (s LaunchAppsInput) GoString() string

GoString returns the string representation

func (*LaunchAppsInput) SetPackageNameList added in v1.2.10

func (s *LaunchAppsInput) SetPackageNameList(v []*string) *LaunchAppsInput

SetPackageNameList sets the PackageNameList field's value.

func (*LaunchAppsInput) SetPodId added in v1.2.10

func (s *LaunchAppsInput) SetPodId(v string) *LaunchAppsInput

SetPodId sets the PodId field's value.

func (*LaunchAppsInput) SetProductId added in v1.2.10

func (s *LaunchAppsInput) SetProductId(v string) *LaunchAppsInput

SetProductId sets the ProductId field's value.

func (LaunchAppsInput) String added in v1.2.10

func (s LaunchAppsInput) String() string

String returns the string representation

func (*LaunchAppsInput) Validate added in v1.2.10

func (s *LaunchAppsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LaunchAppsOutput added in v1.2.10

type LaunchAppsOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForLaunchAppsOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LaunchAppsOutput) GoString added in v1.2.10

func (s LaunchAppsOutput) GoString() string

GoString returns the string representation

func (*LaunchAppsOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*LaunchAppsOutput) SetTaskAction added in v1.2.10

func (s *LaunchAppsOutput) SetTaskAction(v string) *LaunchAppsOutput

SetTaskAction sets the TaskAction field's value.

func (*LaunchAppsOutput) SetTaskId added in v1.2.10

func (s *LaunchAppsOutput) SetTaskId(v string) *LaunchAppsOutput

SetTaskId sets the TaskId field's value.

func (LaunchAppsOutput) String added in v1.2.10

func (s LaunchAppsOutput) String() string

String returns the string representation

type ListAOSPImageInput added in v1.2.10

type ListAOSPImageInput struct {
	AOSPVersion *string `type:"string" json:",omitempty"`

	ExpandScope *bool `type:"boolean" json:",omitempty"`

	ImageIdList []*string `type:"list" json:",omitempty"`

	ImageName *string `type:"string" json:",omitempty"`

	ImageStatus *int32 `type:"int32" json:",omitempty"`

	IsPublic *bool `type:"boolean" 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"`
	// contains filtered or unexported fields
}

func (ListAOSPImageInput) GoString added in v1.2.10

func (s ListAOSPImageInput) GoString() string

GoString returns the string representation

func (*ListAOSPImageInput) SetAOSPVersion added in v1.2.10

func (s *ListAOSPImageInput) SetAOSPVersion(v string) *ListAOSPImageInput

SetAOSPVersion sets the AOSPVersion field's value.

func (*ListAOSPImageInput) SetExpandScope added in v1.2.10

func (s *ListAOSPImageInput) SetExpandScope(v bool) *ListAOSPImageInput

SetExpandScope sets the ExpandScope field's value.

func (*ListAOSPImageInput) SetImageIdList added in v1.2.10

func (s *ListAOSPImageInput) SetImageIdList(v []*string) *ListAOSPImageInput

SetImageIdList sets the ImageIdList field's value.

func (*ListAOSPImageInput) SetImageName added in v1.2.10

func (s *ListAOSPImageInput) SetImageName(v string) *ListAOSPImageInput

SetImageName sets the ImageName field's value.

func (*ListAOSPImageInput) SetImageStatus added in v1.2.10

func (s *ListAOSPImageInput) SetImageStatus(v int32) *ListAOSPImageInput

SetImageStatus sets the ImageStatus field's value.

func (*ListAOSPImageInput) SetIsPublic added in v1.2.10

func (s *ListAOSPImageInput) SetIsPublic(v bool) *ListAOSPImageInput

SetIsPublic sets the IsPublic field's value.

func (*ListAOSPImageInput) SetMaxResults added in v1.2.10

func (s *ListAOSPImageInput) SetMaxResults(v int32) *ListAOSPImageInput

SetMaxResults sets the MaxResults field's value.

func (*ListAOSPImageInput) SetNextToken added in v1.2.10

func (s *ListAOSPImageInput) SetNextToken(v string) *ListAOSPImageInput

SetNextToken sets the NextToken field's value.

func (*ListAOSPImageInput) SetProductId added in v1.2.10

func (s *ListAOSPImageInput) SetProductId(v string) *ListAOSPImageInput

SetProductId sets the ProductId field's value.

func (ListAOSPImageInput) String added in v1.2.10

func (s ListAOSPImageInput) String() string

String returns the string representation

func (*ListAOSPImageInput) Validate added in v1.2.10

func (s *ListAOSPImageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAOSPImageOutput added in v1.2.10

type ListAOSPImageOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`

	Row []*RowForListAOSPImageOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListAOSPImageOutput) GoString added in v1.2.10

func (s ListAOSPImageOutput) GoString() string

GoString returns the string representation

func (*ListAOSPImageOutput) SetNextToken added in v1.2.10

func (s *ListAOSPImageOutput) SetNextToken(v string) *ListAOSPImageOutput

SetNextToken sets the NextToken field's value.

func (*ListAOSPImageOutput) SetRow added in v1.2.10

SetRow sets the Row field's value.

func (ListAOSPImageOutput) String added in v1.2.10

func (s ListAOSPImageOutput) String() string

String returns the string representation

type ListAppInput added in v1.1.24

type ListAppInput struct {
	AppId *string `type:"string" json:",omitempty"`

	AppName *string `type:"string" json:",omitempty"`

	AppType *int32 `type:"int32" json:",omitempty"`

	MaxResults *int32 `type:"int32" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	PackageNameList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListAppInput) GoString added in v1.1.24

func (s ListAppInput) GoString() string

GoString returns the string representation

func (*ListAppInput) SetAppId added in v1.1.24

func (s *ListAppInput) SetAppId(v string) *ListAppInput

SetAppId sets the AppId field's value.

func (*ListAppInput) SetAppName added in v1.1.24

func (s *ListAppInput) SetAppName(v string) *ListAppInput

SetAppName sets the AppName field's value.

func (*ListAppInput) SetAppType added in v1.1.24

func (s *ListAppInput) SetAppType(v int32) *ListAppInput

SetAppType sets the AppType field's value.

func (*ListAppInput) SetMaxResults added in v1.1.24

func (s *ListAppInput) SetMaxResults(v int32) *ListAppInput

SetMaxResults sets the MaxResults field's value.

func (*ListAppInput) SetNextToken added in v1.1.24

func (s *ListAppInput) SetNextToken(v string) *ListAppInput

SetNextToken sets the NextToken field's value.

func (*ListAppInput) SetPackageNameList added in v1.1.24

func (s *ListAppInput) SetPackageNameList(v []*string) *ListAppInput

SetPackageNameList sets the PackageNameList field's value.

func (*ListAppInput) SetProductId added in v1.1.24

func (s *ListAppInput) SetProductId(v string) *ListAppInput

SetProductId sets the ProductId field's value.

func (ListAppInput) String added in v1.1.24

func (s ListAppInput) String() string

String returns the string representation

func (*ListAppInput) Validate added in v1.1.24

func (s *ListAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAppOutput added in v1.1.24

type ListAppOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`

	Row []*RowForListAppOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListAppOutput) GoString added in v1.1.24

func (s ListAppOutput) GoString() string

GoString returns the string representation

func (*ListAppOutput) SetNextToken added in v1.1.24

func (s *ListAppOutput) SetNextToken(v string) *ListAppOutput

SetNextToken sets the NextToken field's value.

func (*ListAppOutput) SetRow added in v1.1.24

SetRow sets the Row field's value.

func (ListAppOutput) String added in v1.1.24

func (s ListAppOutput) String() string

String returns the string representation

type ListBackupDataInput added in v1.1.42

type ListBackupDataInput struct {
	BackupDataIdList []*string `type:"list" json:",omitempty"`

	MaxResults *int32 `type:"int32" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	SourcePodId *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListBackupDataInput) GoString added in v1.1.42

func (s ListBackupDataInput) GoString() string

GoString returns the string representation

func (*ListBackupDataInput) SetBackupDataIdList added in v1.1.42

func (s *ListBackupDataInput) SetBackupDataIdList(v []*string) *ListBackupDataInput

SetBackupDataIdList sets the BackupDataIdList field's value.

func (*ListBackupDataInput) SetMaxResults added in v1.1.42

func (s *ListBackupDataInput) SetMaxResults(v int32) *ListBackupDataInput

SetMaxResults sets the MaxResults field's value.

func (*ListBackupDataInput) SetNextToken added in v1.1.42

func (s *ListBackupDataInput) SetNextToken(v string) *ListBackupDataInput

SetNextToken sets the NextToken field's value.

func (*ListBackupDataInput) SetProductId added in v1.1.42

func (s *ListBackupDataInput) SetProductId(v string) *ListBackupDataInput

SetProductId sets the ProductId field's value.

func (*ListBackupDataInput) SetSourcePodId added in v1.1.42

func (s *ListBackupDataInput) SetSourcePodId(v string) *ListBackupDataInput

SetSourcePodId sets the SourcePodId field's value.

func (*ListBackupDataInput) SetStatus added in v1.1.42

SetStatus sets the Status field's value.

func (ListBackupDataInput) String added in v1.1.42

func (s ListBackupDataInput) String() string

String returns the string representation

func (*ListBackupDataInput) Validate added in v1.1.42

func (s *ListBackupDataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListBackupDataOutput added in v1.1.42

type ListBackupDataOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`

	Rows []*RowForListBackupDataOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListBackupDataOutput) GoString added in v1.1.42

func (s ListBackupDataOutput) GoString() string

GoString returns the string representation

func (*ListBackupDataOutput) SetNextToken added in v1.1.42

func (s *ListBackupDataOutput) SetNextToken(v string) *ListBackupDataOutput

SetNextToken sets the NextToken field's value.

func (*ListBackupDataOutput) SetRows added in v1.1.42

SetRows sets the Rows field's value.

func (ListBackupDataOutput) String added in v1.1.42

func (s ListBackupDataOutput) String() string

String returns the string representation

type ListConfigurationInput added in v1.2.10

type ListConfigurationInput struct {
	ConfigurationCode *string `type:"string" json:",omitempty"`

	Count *int64 `type:"int64" json:",omitempty"`

	Offset *int64 `type:"int64" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	ResourceClass *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListConfigurationInput) GoString added in v1.2.10

func (s ListConfigurationInput) GoString() string

GoString returns the string representation

func (*ListConfigurationInput) SetConfigurationCode added in v1.2.10

func (s *ListConfigurationInput) SetConfigurationCode(v string) *ListConfigurationInput

SetConfigurationCode sets the ConfigurationCode field's value.

func (*ListConfigurationInput) SetCount added in v1.2.10

SetCount sets the Count field's value.

func (*ListConfigurationInput) SetOffset added in v1.2.10

SetOffset sets the Offset field's value.

func (*ListConfigurationInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (*ListConfigurationInput) SetResourceClass added in v1.2.10

func (s *ListConfigurationInput) SetResourceClass(v int32) *ListConfigurationInput

SetResourceClass sets the ResourceClass field's value.

func (ListConfigurationInput) String added in v1.2.10

func (s ListConfigurationInput) String() string

String returns the string representation

func (*ListConfigurationInput) Validate added in v1.2.10

func (s *ListConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListConfigurationOutput added in v1.2.10

type ListConfigurationOutput struct {
	Metadata *response.ResponseMetadata

	Row []*RowForListConfigurationOutput `type:"list" json:",omitempty"`

	Total *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListConfigurationOutput) GoString added in v1.2.10

func (s ListConfigurationOutput) GoString() string

GoString returns the string representation

func (*ListConfigurationOutput) SetRow added in v1.2.10

SetRow sets the Row field's value.

func (*ListConfigurationOutput) SetTotal added in v1.2.10

SetTotal sets the Total field's value.

func (ListConfigurationOutput) String added in v1.2.10

func (s ListConfigurationOutput) 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 ListDcInput added in v1.2.10

type ListDcInput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	Isp *int32 `type:"int32" json:",omitempty"`

	Offset *int64 `type:"int64" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	Region *string `type:"string" json:",omitempty"`

	ServerTypeCode *string `type:"string" json:",omitempty"`

	VolcRegion *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListDcInput) GoString added in v1.2.10

func (s ListDcInput) GoString() string

GoString returns the string representation

func (*ListDcInput) SetCount added in v1.2.10

func (s *ListDcInput) SetCount(v int64) *ListDcInput

SetCount sets the Count field's value.

func (*ListDcInput) SetIsp added in v1.2.10

func (s *ListDcInput) SetIsp(v int32) *ListDcInput

SetIsp sets the Isp field's value.

func (*ListDcInput) SetOffset added in v1.2.10

func (s *ListDcInput) SetOffset(v int64) *ListDcInput

SetOffset sets the Offset field's value.

func (*ListDcInput) SetProductId added in v1.2.10

func (s *ListDcInput) SetProductId(v string) *ListDcInput

SetProductId sets the ProductId field's value.

func (*ListDcInput) SetRegion added in v1.2.10

func (s *ListDcInput) SetRegion(v string) *ListDcInput

SetRegion sets the Region field's value.

func (*ListDcInput) SetServerTypeCode added in v1.2.10

func (s *ListDcInput) SetServerTypeCode(v string) *ListDcInput

SetServerTypeCode sets the ServerTypeCode field's value.

func (*ListDcInput) SetVolcRegion added in v1.2.10

func (s *ListDcInput) SetVolcRegion(v string) *ListDcInput

SetVolcRegion sets the VolcRegion field's value.

func (ListDcInput) String added in v1.2.10

func (s ListDcInput) String() string

String returns the string representation

func (*ListDcInput) Validate added in v1.2.10

func (s *ListDcInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDcOutput added in v1.2.10

type ListDcOutput struct {
	Metadata *response.ResponseMetadata

	Row []*RowForListDcOutput `type:"list" json:",omitempty"`

	Total *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListDcOutput) GoString added in v1.2.10

func (s ListDcOutput) GoString() string

GoString returns the string representation

func (*ListDcOutput) SetRow added in v1.2.10

func (s *ListDcOutput) SetRow(v []*RowForListDcOutput) *ListDcOutput

SetRow sets the Row field's value.

func (*ListDcOutput) SetTotal added in v1.2.10

func (s *ListDcOutput) SetTotal(v int64) *ListDcOutput

SetTotal sets the Total field's value.

func (ListDcOutput) String added in v1.2.10

func (s ListDcOutput) String() string

String returns the string representation

type ListImageResourceInput added in v1.2.10

type ListImageResourceInput struct {
	Count *int64 `type:"int64" json:",omitempty"`

	ImageIdList *string `type:"string" json:",omitempty"`

	Offset *int64 `type:"int64" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListImageResourceInput) GoString added in v1.2.10

func (s ListImageResourceInput) GoString() string

GoString returns the string representation

func (*ListImageResourceInput) SetCount added in v1.2.10

SetCount sets the Count field's value.

func (*ListImageResourceInput) SetImageIdList added in v1.2.10

SetImageIdList sets the ImageIdList field's value.

func (*ListImageResourceInput) SetOffset added in v1.2.10

SetOffset sets the Offset field's value.

func (*ListImageResourceInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (ListImageResourceInput) String added in v1.2.10

func (s ListImageResourceInput) String() string

String returns the string representation

func (*ListImageResourceInput) Validate added in v1.2.10

func (s *ListImageResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListImageResourceOutput added in v1.2.10

type ListImageResourceOutput struct {
	Metadata *response.ResponseMetadata

	Row []*RowForListImageResourceOutput `type:"list" json:",omitempty"`

	Total *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListImageResourceOutput) GoString added in v1.2.10

func (s ListImageResourceOutput) GoString() string

GoString returns the string representation

func (*ListImageResourceOutput) SetRow added in v1.2.10

SetRow sets the Row field's value.

func (*ListImageResourceOutput) SetTotal added in v1.2.10

SetTotal sets the Total field's value.

func (ListImageResourceOutput) String added in v1.2.10

func (s ListImageResourceOutput) String() string

String returns the string representation

type ListPhoneTemplateInput added in v1.1.45

type ListPhoneTemplateInput struct {
	AospVersion *string `type:"string" json:",omitempty"`

	MaxResults *int32 `type:"int32" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	PhoneTemplateId *string `type:"string" json:",omitempty"`

	PhoneTemplateName *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	TagId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListPhoneTemplateInput) GoString added in v1.1.45

func (s ListPhoneTemplateInput) GoString() string

GoString returns the string representation

func (*ListPhoneTemplateInput) SetAospVersion added in v1.1.45

SetAospVersion sets the AospVersion field's value.

func (*ListPhoneTemplateInput) SetMaxResults added in v1.1.45

SetMaxResults sets the MaxResults field's value.

func (*ListPhoneTemplateInput) SetNextToken added in v1.1.45

SetNextToken sets the NextToken field's value.

func (*ListPhoneTemplateInput) SetPhoneTemplateId added in v1.1.45

func (s *ListPhoneTemplateInput) SetPhoneTemplateId(v string) *ListPhoneTemplateInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*ListPhoneTemplateInput) SetPhoneTemplateName added in v1.1.45

func (s *ListPhoneTemplateInput) SetPhoneTemplateName(v string) *ListPhoneTemplateInput

SetPhoneTemplateName sets the PhoneTemplateName field's value.

func (*ListPhoneTemplateInput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (*ListPhoneTemplateInput) SetTagId added in v1.1.45

SetTagId sets the TagId field's value.

func (ListPhoneTemplateInput) String added in v1.1.45

func (s ListPhoneTemplateInput) String() string

String returns the string representation

type ListPhoneTemplateOutput added in v1.1.45

type ListPhoneTemplateOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`

	Row []*RowForListPhoneTemplateOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListPhoneTemplateOutput) GoString added in v1.1.45

func (s ListPhoneTemplateOutput) GoString() string

GoString returns the string representation

func (*ListPhoneTemplateOutput) SetNextToken added in v1.1.45

SetNextToken sets the NextToken field's value.

func (*ListPhoneTemplateOutput) SetRow added in v1.1.45

SetRow sets the Row field's value.

func (ListPhoneTemplateOutput) String added in v1.1.45

func (s ListPhoneTemplateOutput) String() string

String returns the string representation

type ListPodInput

type ListPodInput struct {
	ArchiveStatus *int32 `type:"int32" json:",omitempty"`

	AuthorityStatus *int32 `type:"int32" json:",omitempty"`

	ConfigurationCodeList []*string `type:"list" json:",omitempty"`

	DNSId *string `type:"string" json:",omitempty"`

	DcList []*string `type:"list" json:",omitempty"`

	HostId *string `type:"string" json:",omitempty"`

	MaxResults *int32 `type:"int32" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	OnlineList []*int32 `type:"list" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	PodName *string `type:"string" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	RegionList []*string `type:"list" json:",omitempty"`

	ServerTypeCode *string `type:"string" json:",omitempty"`

	StreamStatusList []*int32 `type:"list" json:",omitempty"`

	TagIdList []*string `type:"list" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListPodInput) GoString

func (s ListPodInput) GoString() string

GoString returns the string representation

func (*ListPodInput) SetArchiveStatus added in v1.1.22

func (s *ListPodInput) SetArchiveStatus(v int32) *ListPodInput

SetArchiveStatus sets the ArchiveStatus field's value.

func (*ListPodInput) SetAuthorityStatus

func (s *ListPodInput) SetAuthorityStatus(v int32) *ListPodInput

SetAuthorityStatus sets the AuthorityStatus field's value.

func (*ListPodInput) SetConfigurationCodeList

func (s *ListPodInput) SetConfigurationCodeList(v []*string) *ListPodInput

SetConfigurationCodeList sets the ConfigurationCodeList field's value.

func (*ListPodInput) SetDNSId

func (s *ListPodInput) SetDNSId(v string) *ListPodInput

SetDNSId sets the DNSId field's value.

func (*ListPodInput) SetDcList

func (s *ListPodInput) SetDcList(v []*string) *ListPodInput

SetDcList sets the DcList field's value.

func (*ListPodInput) SetHostId

func (s *ListPodInput) SetHostId(v string) *ListPodInput

SetHostId sets the HostId field's value.

func (*ListPodInput) SetMaxResults

func (s *ListPodInput) SetMaxResults(v int32) *ListPodInput

SetMaxResults sets the MaxResults field's value.

func (*ListPodInput) SetNextToken

func (s *ListPodInput) SetNextToken(v string) *ListPodInput

SetNextToken sets the NextToken field's value.

func (*ListPodInput) SetOnlineList

func (s *ListPodInput) SetOnlineList(v []*int32) *ListPodInput

SetOnlineList sets the OnlineList field's value.

func (*ListPodInput) SetPodIdList

func (s *ListPodInput) SetPodIdList(v []*string) *ListPodInput

SetPodIdList sets the PodIdList field's value.

func (*ListPodInput) SetPodName

func (s *ListPodInput) SetPodName(v string) *ListPodInput

SetPodName sets the PodName field's value.

func (*ListPodInput) SetProductId

func (s *ListPodInput) SetProductId(v string) *ListPodInput

SetProductId sets the ProductId field's value.

func (*ListPodInput) SetRegionList

func (s *ListPodInput) SetRegionList(v []*string) *ListPodInput

SetRegionList sets the RegionList field's value.

func (*ListPodInput) SetServerTypeCode

func (s *ListPodInput) SetServerTypeCode(v string) *ListPodInput

SetServerTypeCode sets the ServerTypeCode field's value.

func (*ListPodInput) SetStreamStatusList

func (s *ListPodInput) SetStreamStatusList(v []*int32) *ListPodInput

SetStreamStatusList sets the StreamStatusList field's value.

func (*ListPodInput) SetTagIdList

func (s *ListPodInput) SetTagIdList(v []*string) *ListPodInput

SetTagIdList sets the TagIdList field's value.

func (*ListPodInput) SetZoneId

func (s *ListPodInput) SetZoneId(v string) *ListPodInput

SetZoneId sets the ZoneId field's value.

func (ListPodInput) String

func (s ListPodInput) String() string

String returns the string representation

func (*ListPodInput) Validate

func (s *ListPodInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPodOutput

type ListPodOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string" json:",omitempty"`

	Row []*RowForListPodOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListPodOutput) GoString

func (s ListPodOutput) GoString() string

GoString returns the string representation

func (*ListPodOutput) SetNextToken

func (s *ListPodOutput) SetNextToken(v string) *ListPodOutput

SetNextToken sets the NextToken field's value.

func (*ListPodOutput) SetRow

SetRow sets the Row field's value.

func (ListPodOutput) String

func (s ListPodOutput) String() string

String returns the string representation

type MigratePodInput added in v1.1.22

type MigratePodInput struct {
	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	TargetDc *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MigratePodInput) GoString added in v1.1.22

func (s MigratePodInput) GoString() string

GoString returns the string representation

func (*MigratePodInput) SetPodIdList added in v1.1.22

func (s *MigratePodInput) SetPodIdList(v []*string) *MigratePodInput

SetPodIdList sets the PodIdList field's value.

func (*MigratePodInput) SetProductId added in v1.1.22

func (s *MigratePodInput) SetProductId(v string) *MigratePodInput

SetProductId sets the ProductId field's value.

func (*MigratePodInput) SetTargetDc added in v1.1.22

func (s *MigratePodInput) SetTargetDc(v string) *MigratePodInput

SetTargetDc sets the TargetDc field's value.

func (MigratePodInput) String added in v1.1.22

func (s MigratePodInput) String() string

String returns the string representation

func (*MigratePodInput) Validate added in v1.1.22

func (s *MigratePodInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MigratePodOutput added in v1.1.22

type MigratePodOutput struct {
	Metadata *response.ResponseMetadata

	Details []*DetailForMigratePodOutput `type:"list" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MigratePodOutput) GoString added in v1.1.22

func (s MigratePodOutput) GoString() string

GoString returns the string representation

func (*MigratePodOutput) SetDetails added in v1.1.22

SetDetails sets the Details field's value.

func (*MigratePodOutput) SetProductId added in v1.1.22

func (s *MigratePodOutput) SetProductId(v string) *MigratePodOutput

SetProductId sets the ProductId field's value.

func (MigratePodOutput) String added in v1.1.22

func (s MigratePodOutput) String() string

String returns the string representation

type OverlayPersistPropertyForAddPhoneTemplateInput added in v1.1.45

type OverlayPersistPropertyForAddPhoneTemplateInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlayPersistPropertyForAddPhoneTemplateInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPersistPropertyForAddPhoneTemplateInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPersistPropertyForAddPhoneTemplateInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPersistPropertyForAddPhoneTemplateInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPersistPropertyForAddPhoneTemplateInput) String added in v1.1.45

String returns the string representation

type OverlayPersistPropertyForCreatePodInput added in v1.1.45

type OverlayPersistPropertyForCreatePodInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlayPersistPropertyForCreatePodInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPersistPropertyForCreatePodInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPersistPropertyForCreatePodInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPersistPropertyForCreatePodInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPersistPropertyForCreatePodInput) String added in v1.1.45

String returns the string representation

type OverlayPersistPropertyForCreatePodOneStepInput added in v1.1.45

type OverlayPersistPropertyForCreatePodOneStepInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlayPersistPropertyForCreatePodOneStepInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPersistPropertyForCreatePodOneStepInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPersistPropertyForCreatePodOneStepInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPersistPropertyForCreatePodOneStepInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPersistPropertyForCreatePodOneStepInput) String added in v1.1.45

String returns the string representation

type OverlayPersistPropertyForGetPhoneTemplateOutput added in v1.1.45

type OverlayPersistPropertyForGetPhoneTemplateOutput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlayPersistPropertyForGetPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPersistPropertyForGetPhoneTemplateOutput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPersistPropertyForGetPhoneTemplateOutput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPersistPropertyForGetPhoneTemplateOutput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPersistPropertyForGetPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type OverlayPersistPropertyForListPhoneTemplateOutput added in v1.1.45

type OverlayPersistPropertyForListPhoneTemplateOutput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlayPersistPropertyForListPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPersistPropertyForListPhoneTemplateOutput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPersistPropertyForListPhoneTemplateOutput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPersistPropertyForListPhoneTemplateOutput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPersistPropertyForListPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type OverlayPropertyForAddPhoneTemplateInput added in v1.1.45

type OverlayPropertyForAddPhoneTemplateInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlayPropertyForAddPhoneTemplateInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPropertyForAddPhoneTemplateInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPropertyForAddPhoneTemplateInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPropertyForAddPhoneTemplateInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPropertyForAddPhoneTemplateInput) String added in v1.1.45

String returns the string representation

type OverlayPropertyForCreatePodInput added in v1.1.45

type OverlayPropertyForCreatePodInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlayPropertyForCreatePodInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPropertyForCreatePodInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPropertyForCreatePodInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPropertyForCreatePodInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPropertyForCreatePodInput) String added in v1.1.45

String returns the string representation

type OverlayPropertyForCreatePodOneStepInput added in v1.1.45

type OverlayPropertyForCreatePodOneStepInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlayPropertyForCreatePodOneStepInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPropertyForCreatePodOneStepInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPropertyForCreatePodOneStepInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPropertyForCreatePodOneStepInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPropertyForCreatePodOneStepInput) String added in v1.1.45

String returns the string representation

type OverlayPropertyForGetPhoneTemplateOutput added in v1.1.45

type OverlayPropertyForGetPhoneTemplateOutput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlayPropertyForGetPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPropertyForGetPhoneTemplateOutput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPropertyForGetPhoneTemplateOutput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPropertyForGetPhoneTemplateOutput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPropertyForGetPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type OverlayPropertyForListPhoneTemplateOutput added in v1.1.45

type OverlayPropertyForListPhoneTemplateOutput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlayPropertyForListPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlayPropertyForListPhoneTemplateOutput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*OverlayPropertyForListPhoneTemplateOutput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*OverlayPropertyForListPhoneTemplateOutput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (OverlayPropertyForListPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type OverlaySettingForAddPhoneTemplateInput added in v1.1.45

type OverlaySettingForAddPhoneTemplateInput struct {
	SettingsName *string `type:"string" json:",omitempty"`

	SettingsType *string `type:"string" json:",omitempty"`

	SettingsValue *string `type:"string" json:",omitempty"`

	SettingsValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlaySettingForAddPhoneTemplateInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlaySettingForAddPhoneTemplateInput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*OverlaySettingForAddPhoneTemplateInput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*OverlaySettingForAddPhoneTemplateInput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*OverlaySettingForAddPhoneTemplateInput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (OverlaySettingForAddPhoneTemplateInput) String added in v1.1.45

String returns the string representation

type OverlaySettingForCreatePodInput added in v1.1.45

type OverlaySettingForCreatePodInput struct {
	SettingsName *string `type:"string" json:",omitempty"`

	SettingsType *string `type:"string" json:",omitempty"`

	SettingsValue *string `type:"string" json:",omitempty"`

	SettingsValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlaySettingForCreatePodInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlaySettingForCreatePodInput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*OverlaySettingForCreatePodInput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*OverlaySettingForCreatePodInput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*OverlaySettingForCreatePodInput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (OverlaySettingForCreatePodInput) String added in v1.1.45

String returns the string representation

type OverlaySettingForCreatePodOneStepInput added in v1.1.45

type OverlaySettingForCreatePodOneStepInput struct {
	SettingsName *string `type:"string" json:",omitempty"`

	SettingsType *string `type:"string" json:",omitempty"`

	SettingsValue *string `type:"string" json:",omitempty"`

	SettingsValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlaySettingForCreatePodOneStepInput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlaySettingForCreatePodOneStepInput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*OverlaySettingForCreatePodOneStepInput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*OverlaySettingForCreatePodOneStepInput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*OverlaySettingForCreatePodOneStepInput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (OverlaySettingForCreatePodOneStepInput) String added in v1.1.45

String returns the string representation

type OverlaySettingForGetPhoneTemplateOutput added in v1.1.45

type OverlaySettingForGetPhoneTemplateOutput struct {
	SettingsName *string `type:"string" json:",omitempty"`

	SettingsType *string `type:"string" json:",omitempty"`

	SettingsValue *string `type:"string" json:",omitempty"`

	SettingsValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlaySettingForGetPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlaySettingForGetPhoneTemplateOutput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*OverlaySettingForGetPhoneTemplateOutput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*OverlaySettingForGetPhoneTemplateOutput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*OverlaySettingForGetPhoneTemplateOutput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (OverlaySettingForGetPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type OverlaySettingForListPhoneTemplateOutput added in v1.1.45

type OverlaySettingForListPhoneTemplateOutput struct {
	SettingsName *string `type:"string" json:",omitempty"`

	SettingsType *string `type:"string" json:",omitempty"`

	SettingsValue *string `type:"string" json:",omitempty"`

	SettingsValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OverlaySettingForListPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*OverlaySettingForListPhoneTemplateOutput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*OverlaySettingForListPhoneTemplateOutput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*OverlaySettingForListPhoneTemplateOutput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*OverlaySettingForListPhoneTemplateOutput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (OverlaySettingForListPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type PersistPropertyListForGetPodPropertyOutput added in v1.2.10

type PersistPropertyListForGetPodPropertyOutput struct {
	// contains filtered or unexported fields
}

func (PersistPropertyListForGetPodPropertyOutput) GoString added in v1.2.10

GoString returns the string representation

func (PersistPropertyListForGetPodPropertyOutput) String added in v1.2.10

String returns the string representation

type PhoneTemplateForGetPhoneTemplateOutput added in v1.1.45

type PhoneTemplateForGetPhoneTemplateOutput struct {
	AospVersion *string `type:"string" json:",omitempty"`

	OverlayPersistProperty []*OverlayPersistPropertyForGetPhoneTemplateOutput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForGetPhoneTemplateOutput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForGetPhoneTemplateOutput `type:"list" json:",omitempty"`

	PhoneTemplateId *string `type:"string" json:",omitempty"`

	PhoneTemplateName *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PhoneTemplateForGetPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*PhoneTemplateForGetPhoneTemplateOutput) SetAospVersion added in v1.1.45

SetAospVersion sets the AospVersion field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetOverlayPersistProperty added in v1.1.45

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetOverlayProperty added in v1.1.45

SetOverlayProperty sets the OverlayProperty field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetOverlaySettings added in v1.1.45

SetOverlaySettings sets the OverlaySettings field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetPhoneTemplateId added in v1.1.45

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetPhoneTemplateName added in v1.1.45

SetPhoneTemplateName sets the PhoneTemplateName field's value.

func (*PhoneTemplateForGetPhoneTemplateOutput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (PhoneTemplateForGetPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type PodAppListForGetPodAppListOutput added in v1.2.10

type PodAppListForGetPodAppListOutput struct {
	AppId *string `type:"string" json:",omitempty"`

	AppName *string `type:"string" json:",omitempty"`

	AppSource *int32 `type:"int32" json:",omitempty"`

	IconUrl *string `type:"string" json:",omitempty"`

	InstallStatus *int32 `type:"int32" json:",omitempty"`

	InstallType *int32 `type:"int32" json:",omitempty"`

	PackageName *string `type:"string" json:",omitempty"`

	Rotation *int32 `type:"int32" json:",omitempty"`

	VersionCode *int32 `type:"int32" json:",omitempty"`

	VersionId *int32 `type:"int32" json:",omitempty"`

	VersionName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PodAppListForGetPodAppListOutput) GoString added in v1.2.10

GoString returns the string representation

func (*PodAppListForGetPodAppListOutput) SetAppId added in v1.2.10

SetAppId sets the AppId field's value.

func (*PodAppListForGetPodAppListOutput) SetAppName added in v1.2.10

SetAppName sets the AppName field's value.

func (*PodAppListForGetPodAppListOutput) SetAppSource added in v1.2.10

SetAppSource sets the AppSource field's value.

func (*PodAppListForGetPodAppListOutput) SetIconUrl added in v1.2.10

SetIconUrl sets the IconUrl field's value.

func (*PodAppListForGetPodAppListOutput) SetInstallStatus added in v1.2.10

SetInstallStatus sets the InstallStatus field's value.

func (*PodAppListForGetPodAppListOutput) SetInstallType added in v1.2.10

SetInstallType sets the InstallType field's value.

func (*PodAppListForGetPodAppListOutput) SetPackageName added in v1.2.10

SetPackageName sets the PackageName field's value.

func (*PodAppListForGetPodAppListOutput) SetRotation added in v1.2.10

SetRotation sets the Rotation field's value.

func (*PodAppListForGetPodAppListOutput) SetVersionCode added in v1.2.10

SetVersionCode sets the VersionCode field's value.

func (*PodAppListForGetPodAppListOutput) SetVersionId added in v1.2.10

SetVersionId sets the VersionId field's value.

func (*PodAppListForGetPodAppListOutput) SetVersionName added in v1.2.10

SetVersionName sets the VersionName field's value.

func (PodAppListForGetPodAppListOutput) String added in v1.2.10

String returns the string representation

type PodDataDeleteInput added in v1.2.10

type PodDataDeleteInput struct {
	FilePathList []*string `type:"list" json:",omitempty"`

	PackageList []*string `type:"list" json:",omitempty"`

	// PodId is a required field
	PodId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (PodDataDeleteInput) GoString added in v1.2.10

func (s PodDataDeleteInput) GoString() string

GoString returns the string representation

func (*PodDataDeleteInput) SetFilePathList added in v1.2.10

func (s *PodDataDeleteInput) SetFilePathList(v []*string) *PodDataDeleteInput

SetFilePathList sets the FilePathList field's value.

func (*PodDataDeleteInput) SetPackageList added in v1.2.10

func (s *PodDataDeleteInput) SetPackageList(v []*string) *PodDataDeleteInput

SetPackageList sets the PackageList field's value.

func (*PodDataDeleteInput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*PodDataDeleteInput) SetProductId added in v1.2.10

func (s *PodDataDeleteInput) SetProductId(v string) *PodDataDeleteInput

SetProductId sets the ProductId field's value.

func (PodDataDeleteInput) String added in v1.2.10

func (s PodDataDeleteInput) String() string

String returns the string representation

func (*PodDataDeleteInput) Validate added in v1.2.10

func (s *PodDataDeleteInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PodDataDeleteOutput added in v1.2.10

type PodDataDeleteOutput struct {
	Metadata *response.ResponseMetadata

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PodDataDeleteOutput) GoString added in v1.2.10

func (s PodDataDeleteOutput) GoString() string

GoString returns the string representation

func (*PodDataDeleteOutput) SetTaskAction added in v1.2.10

func (s *PodDataDeleteOutput) SetTaskAction(v string) *PodDataDeleteOutput

SetTaskAction sets the TaskAction field's value.

func (*PodDataDeleteOutput) SetTaskId added in v1.2.10

SetTaskId sets the TaskId field's value.

func (PodDataDeleteOutput) String added in v1.2.10

func (s PodDataDeleteOutput) String() string

String returns the string representation

type PodPersistPropertyForUpdatePodPropertyInput added in v1.1.45

type PodPersistPropertyForUpdatePodPropertyInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PodPersistPropertyForUpdatePodPropertyInput) GoString added in v1.1.45

GoString returns the string representation

func (*PodPersistPropertyForUpdatePodPropertyInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*PodPersistPropertyForUpdatePodPropertyInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*PodPersistPropertyForUpdatePodPropertyInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (PodPersistPropertyForUpdatePodPropertyInput) String added in v1.1.45

String returns the string representation

type PodPropertyForUpdatePodPropertyInput added in v1.1.45

type PodPropertyForUpdatePodPropertyInput struct {
	SystemPropertyName *string `type:"string" json:",omitempty"`

	SystemPropertyValue *string `type:"string" json:",omitempty"`

	SystemPropertyValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PodPropertyForUpdatePodPropertyInput) GoString added in v1.1.45

GoString returns the string representation

func (*PodPropertyForUpdatePodPropertyInput) SetSystemPropertyName added in v1.1.45

SetSystemPropertyName sets the SystemPropertyName field's value.

func (*PodPropertyForUpdatePodPropertyInput) SetSystemPropertyValue added in v1.1.45

SetSystemPropertyValue sets the SystemPropertyValue field's value.

func (*PodPropertyForUpdatePodPropertyInput) SetSystemPropertyValueType added in v1.1.45

SetSystemPropertyValueType sets the SystemPropertyValueType field's value.

func (PodPropertyForUpdatePodPropertyInput) String added in v1.1.45

String returns the string representation

type PodSettingForUpdatePodPropertyInput added in v1.1.45

type PodSettingForUpdatePodPropertyInput struct {
	SettingsName *string `type:"string" json:",omitempty"`

	SettingsType *string `type:"string" json:",omitempty"`

	SettingsValue *string `type:"string" json:",omitempty"`

	SettingsValueType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PodSettingForUpdatePodPropertyInput) GoString added in v1.1.45

GoString returns the string representation

func (*PodSettingForUpdatePodPropertyInput) SetSettingsName added in v1.1.45

SetSettingsName sets the SettingsName field's value.

func (*PodSettingForUpdatePodPropertyInput) SetSettingsType added in v1.1.45

SetSettingsType sets the SettingsType field's value.

func (*PodSettingForUpdatePodPropertyInput) SetSettingsValue added in v1.1.45

SetSettingsValue sets the SettingsValue field's value.

func (*PodSettingForUpdatePodPropertyInput) SetSettingsValueType added in v1.1.45

SetSettingsValueType sets the SettingsValueType field's value.

func (PodSettingForUpdatePodPropertyInput) String added in v1.1.45

String returns the string representation

type PodSpecListForCreatePodInput added in v1.1.45

type PodSpecListForCreatePodInput struct {
	ApplyNum *int64 `type:"int64" json:",omitempty"`

	ConfigurationCode *string `type:"string" json:",omitempty"`

	CustomRouteId *string `type:"string" json:",omitempty"`

	DNSId *string `type:"string" json:",omitempty"`

	DataSize *string `type:"string" json:",omitempty"`

	Dc *string `type:"string" json:",omitempty"`

	DisplayLayoutId *string `type:"string" json:",omitempty"`

	DownBandwidthLimit *int32 `type:"int32" json:",omitempty"`

	HostId *string `type:"string" json:",omitempty"`

	IPWhiteList *string `type:"string" json:",omitempty"`

	ImageId *string `type:"string" json:",omitempty"`

	OverlayPersistProperty []*OverlayPersistPropertyForCreatePodInput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForCreatePodInput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForCreatePodInput `type:"list" json:",omitempty"`

	PhoneTemplateId *string `type:"string" json:",omitempty"`

	PodName *string `type:"string" json:",omitempty"`

	PortMappingRuleIdList []*string `type:"list" json:",omitempty"`

	Start *bool `type:"boolean" json:",omitempty"`

	TagId *string `type:"string" json:",omitempty"`

	UpBandwidthLimit *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PodSpecListForCreatePodInput) GoString added in v1.1.45

func (s PodSpecListForCreatePodInput) GoString() string

GoString returns the string representation

func (*PodSpecListForCreatePodInput) SetApplyNum added in v1.1.45

SetApplyNum sets the ApplyNum field's value.

func (*PodSpecListForCreatePodInput) SetConfigurationCode added in v1.1.45

SetConfigurationCode sets the ConfigurationCode field's value.

func (*PodSpecListForCreatePodInput) SetCustomRouteId added in v1.1.45

SetCustomRouteId sets the CustomRouteId field's value.

func (*PodSpecListForCreatePodInput) SetDNSId added in v1.1.45

SetDNSId sets the DNSId field's value.

func (*PodSpecListForCreatePodInput) SetDataSize added in v1.1.45

SetDataSize sets the DataSize field's value.

func (*PodSpecListForCreatePodInput) SetDc added in v1.1.45

SetDc sets the Dc field's value.

func (*PodSpecListForCreatePodInput) SetDisplayLayoutId added in v1.1.45

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*PodSpecListForCreatePodInput) SetDownBandwidthLimit added in v1.1.45

SetDownBandwidthLimit sets the DownBandwidthLimit field's value.

func (*PodSpecListForCreatePodInput) SetHostId added in v1.1.45

SetHostId sets the HostId field's value.

func (*PodSpecListForCreatePodInput) SetIPWhiteList added in v1.1.45

SetIPWhiteList sets the IPWhiteList field's value.

func (*PodSpecListForCreatePodInput) SetImageId added in v1.1.45

SetImageId sets the ImageId field's value.

func (*PodSpecListForCreatePodInput) SetOverlayPersistProperty added in v1.1.45

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*PodSpecListForCreatePodInput) SetOverlayProperty added in v1.1.45

SetOverlayProperty sets the OverlayProperty field's value.

func (*PodSpecListForCreatePodInput) SetOverlaySettings added in v1.1.45

SetOverlaySettings sets the OverlaySettings field's value.

func (*PodSpecListForCreatePodInput) SetPhoneTemplateId added in v1.1.45

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*PodSpecListForCreatePodInput) SetPodName added in v1.1.45

SetPodName sets the PodName field's value.

func (*PodSpecListForCreatePodInput) SetPortMappingRuleIdList added in v1.1.45

func (s *PodSpecListForCreatePodInput) SetPortMappingRuleIdList(v []*string) *PodSpecListForCreatePodInput

SetPortMappingRuleIdList sets the PortMappingRuleIdList field's value.

func (*PodSpecListForCreatePodInput) SetStart added in v1.1.45

SetStart sets the Start field's value.

func (*PodSpecListForCreatePodInput) SetTagId added in v1.1.45

SetTagId sets the TagId field's value.

func (*PodSpecListForCreatePodInput) SetUpBandwidthLimit added in v1.1.45

SetUpBandwidthLimit sets the UpBandwidthLimit field's value.

func (PodSpecListForCreatePodInput) String added in v1.1.45

String returns the string representation

type PortMappingRuleListForDetailPodOutput added in v1.2.10

type PortMappingRuleListForDetailPodOutput 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 []*PublicPortInfoListForDetailPodOutput `type:"list" json:",omitempty"`

	SourcePort *int32 `type:"int32" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PortMappingRuleListForDetailPodOutput) GoString added in v1.2.10

GoString returns the string representation

func (*PortMappingRuleListForDetailPodOutput) SetPortMappingRuleId added in v1.2.10

SetPortMappingRuleId sets the PortMappingRuleId field's value.

func (*PortMappingRuleListForDetailPodOutput) SetProtocol added in v1.2.10

SetProtocol sets the Protocol field's value.

func (*PortMappingRuleListForDetailPodOutput) SetPublicIp added in v1.2.10

SetPublicIp sets the PublicIp field's value.

func (*PortMappingRuleListForDetailPodOutput) SetPublicPort added in v1.2.10

SetPublicPort sets the PublicPort field's value.

func (*PortMappingRuleListForDetailPodOutput) SetPublicPortInfoList added in v1.2.10

SetPublicPortInfoList sets the PublicPortInfoList field's value.

func (*PortMappingRuleListForDetailPodOutput) SetSourcePort added in v1.2.10

SetSourcePort sets the SourcePort field's value.

func (*PortMappingRuleListForDetailPodOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (PortMappingRuleListForDetailPodOutput) String added in v1.2.10

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 PowerOffPodInput added in v1.2.10

type PowerOffPodInput struct {
	PodId *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (PowerOffPodInput) GoString added in v1.2.10

func (s PowerOffPodInput) GoString() string

GoString returns the string representation

func (*PowerOffPodInput) SetPodId added in v1.2.10

func (s *PowerOffPodInput) SetPodId(v string) *PowerOffPodInput

SetPodId sets the PodId field's value.

func (*PowerOffPodInput) SetPodIdList added in v1.2.10

func (s *PowerOffPodInput) SetPodIdList(v []*string) *PowerOffPodInput

SetPodIdList sets the PodIdList field's value.

func (*PowerOffPodInput) SetProductId added in v1.2.10

func (s *PowerOffPodInput) SetProductId(v string) *PowerOffPodInput

SetProductId sets the ProductId field's value.

func (PowerOffPodInput) String added in v1.2.10

func (s PowerOffPodInput) String() string

String returns the string representation

func (*PowerOffPodInput) Validate added in v1.2.10

func (s *PowerOffPodInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PowerOffPodOutput added in v1.2.10

type PowerOffPodOutput struct {
	Metadata *response.ResponseMetadata

	AccountId *string `type:"string" json:",omitempty"`

	Details []*DetailForPowerOffPodOutput `type:"list" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PowerOffPodOutput) GoString added in v1.2.10

func (s PowerOffPodOutput) GoString() string

GoString returns the string representation

func (*PowerOffPodOutput) SetAccountId added in v1.2.10

func (s *PowerOffPodOutput) SetAccountId(v string) *PowerOffPodOutput

SetAccountId sets the AccountId field's value.

func (*PowerOffPodOutput) SetDetails added in v1.2.10

SetDetails sets the Details field's value.

func (*PowerOffPodOutput) SetProductId added in v1.2.10

func (s *PowerOffPodOutput) SetProductId(v string) *PowerOffPodOutput

SetProductId sets the ProductId field's value.

func (PowerOffPodOutput) String added in v1.2.10

func (s PowerOffPodOutput) String() string

String returns the string representation

type PowerOnPodInput added in v1.2.10

type PowerOnPodInput struct {
	PodId *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (PowerOnPodInput) GoString added in v1.2.10

func (s PowerOnPodInput) GoString() string

GoString returns the string representation

func (*PowerOnPodInput) SetPodId added in v1.2.10

func (s *PowerOnPodInput) SetPodId(v string) *PowerOnPodInput

SetPodId sets the PodId field's value.

func (*PowerOnPodInput) SetPodIdList added in v1.2.10

func (s *PowerOnPodInput) SetPodIdList(v []*string) *PowerOnPodInput

SetPodIdList sets the PodIdList field's value.

func (*PowerOnPodInput) SetProductId added in v1.2.10

func (s *PowerOnPodInput) SetProductId(v string) *PowerOnPodInput

SetProductId sets the ProductId field's value.

func (PowerOnPodInput) String added in v1.2.10

func (s PowerOnPodInput) String() string

String returns the string representation

func (*PowerOnPodInput) Validate added in v1.2.10

func (s *PowerOnPodInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PowerOnPodOutput added in v1.2.10

type PowerOnPodOutput struct {
	Metadata *response.ResponseMetadata

	AccountId *string `type:"string" json:",omitempty"`

	Details []*DetailForPowerOnPodOutput `type:"list" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PowerOnPodOutput) GoString added in v1.2.10

func (s PowerOnPodOutput) GoString() string

GoString returns the string representation

func (*PowerOnPodOutput) SetAccountId added in v1.2.10

func (s *PowerOnPodOutput) SetAccountId(v string) *PowerOnPodOutput

SetAccountId sets the AccountId field's value.

func (*PowerOnPodOutput) SetDetails added in v1.2.10

SetDetails sets the Details field's value.

func (*PowerOnPodOutput) SetProductId added in v1.2.10

func (s *PowerOnPodOutput) SetProductId(v string) *PowerOnPodOutput

SetProductId sets the ProductId field's value.

func (PowerOnPodOutput) String added in v1.2.10

func (s PowerOnPodOutput) String() string

String returns the string representation

type PropertyListForGetPodPropertyOutput added in v1.2.10

type PropertyListForGetPodPropertyOutput struct {
	// contains filtered or unexported fields
}

func (PropertyListForGetPodPropertyOutput) GoString added in v1.2.10

GoString returns the string representation

func (PropertyListForGetPodPropertyOutput) String added in v1.2.10

String returns the string representation

type ProxyConfigForSetProxyInput added in v1.2.10

type ProxyConfigForSetProxyInput struct {
	// contains filtered or unexported fields
}

func (ProxyConfigForSetProxyInput) GoString added in v1.2.10

func (s ProxyConfigForSetProxyInput) GoString() string

GoString returns the string representation

func (ProxyConfigForSetProxyInput) String added in v1.2.10

String returns the string representation

type PublicPortInfoListForDetailPodOutput added in v1.2.10

type PublicPortInfoListForDetailPodOutput 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 (PublicPortInfoListForDetailPodOutput) GoString added in v1.2.10

GoString returns the string representation

func (*PublicPortInfoListForDetailPodOutput) SetIsp added in v1.2.10

SetIsp sets the Isp field's value.

func (*PublicPortInfoListForDetailPodOutput) SetPublicIp added in v1.2.10

SetPublicIp sets the PublicIp field's value.

func (*PublicPortInfoListForDetailPodOutput) SetPublicPort added in v1.2.10

SetPublicPort sets the PublicPort field's value.

func (PublicPortInfoListForDetailPodOutput) String added in v1.2.10

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 PullFileInput added in v1.2.10

type PullFileInput struct {

	// Endpoint is a required field
	Endpoint *string `type:"string" json:",omitempty" required:"true"`

	// FilePath is a required field
	FilePath *string `type:"string" json:",omitempty" required:"true"`

	// PodId is a required field
	PodId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	// Region is a required field
	Region *string `type:"string" json:",omitempty" required:"true"`

	// TosBucket is a required field
	TosBucket *string `type:"string" json:",omitempty" required:"true"`

	// TosFilePath is a required field
	TosFilePath *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (PullFileInput) GoString added in v1.2.10

func (s PullFileInput) GoString() string

GoString returns the string representation

func (*PullFileInput) SetEndpoint added in v1.2.10

func (s *PullFileInput) SetEndpoint(v string) *PullFileInput

SetEndpoint sets the Endpoint field's value.

func (*PullFileInput) SetFilePath added in v1.2.10

func (s *PullFileInput) SetFilePath(v string) *PullFileInput

SetFilePath sets the FilePath field's value.

func (*PullFileInput) SetPodId added in v1.2.10

func (s *PullFileInput) SetPodId(v string) *PullFileInput

SetPodId sets the PodId field's value.

func (*PullFileInput) SetProductId added in v1.2.10

func (s *PullFileInput) SetProductId(v string) *PullFileInput

SetProductId sets the ProductId field's value.

func (*PullFileInput) SetRegion added in v1.2.10

func (s *PullFileInput) SetRegion(v string) *PullFileInput

SetRegion sets the Region field's value.

func (*PullFileInput) SetTosBucket added in v1.2.10

func (s *PullFileInput) SetTosBucket(v string) *PullFileInput

SetTosBucket sets the TosBucket field's value.

func (*PullFileInput) SetTosFilePath added in v1.2.10

func (s *PullFileInput) SetTosFilePath(v string) *PullFileInput

SetTosFilePath sets the TosFilePath field's value.

func (PullFileInput) String added in v1.2.10

func (s PullFileInput) String() string

String returns the string representation

func (*PullFileInput) Validate added in v1.2.10

func (s *PullFileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PullFileOutput added in v1.2.10

type PullFileOutput struct {
	Metadata *response.ResponseMetadata

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PullFileOutput) GoString added in v1.2.10

func (s PullFileOutput) GoString() string

GoString returns the string representation

func (*PullFileOutput) SetTaskAction added in v1.2.10

func (s *PullFileOutput) SetTaskAction(v string) *PullFileOutput

SetTaskAction sets the TaskAction field's value.

func (*PullFileOutput) SetTaskId added in v1.2.10

func (s *PullFileOutput) SetTaskId(v string) *PullFileOutput

SetTaskId sets the TaskId field's value.

func (PullFileOutput) String added in v1.2.10

func (s PullFileOutput) String() string

String returns the string representation

type PushFileInput added in v1.2.10

type PushFileInput struct {
	AutoUnzip *int32 `type:"int32" json:",omitempty"`

	DownloadUrl *string `type:"string" json:",omitempty"`

	Endpoint *string `type:"string" json:",omitempty"`

	FileName *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	Region *string `type:"string" json:",omitempty"`

	// TargetDirectory is a required field
	TargetDirectory *string `type:"string" json:",omitempty" required:"true"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosFilePath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PushFileInput) GoString added in v1.2.10

func (s PushFileInput) GoString() string

GoString returns the string representation

func (*PushFileInput) SetAutoUnzip added in v1.2.10

func (s *PushFileInput) SetAutoUnzip(v int32) *PushFileInput

SetAutoUnzip sets the AutoUnzip field's value.

func (*PushFileInput) SetDownloadUrl added in v1.2.10

func (s *PushFileInput) SetDownloadUrl(v string) *PushFileInput

SetDownloadUrl sets the DownloadUrl field's value.

func (*PushFileInput) SetEndpoint added in v1.2.10

func (s *PushFileInput) SetEndpoint(v string) *PushFileInput

SetEndpoint sets the Endpoint field's value.

func (*PushFileInput) SetFileName added in v1.2.10

func (s *PushFileInput) SetFileName(v string) *PushFileInput

SetFileName sets the FileName field's value.

func (*PushFileInput) SetPodIdList added in v1.2.10

func (s *PushFileInput) SetPodIdList(v []*string) *PushFileInput

SetPodIdList sets the PodIdList field's value.

func (*PushFileInput) SetProductId added in v1.2.10

func (s *PushFileInput) SetProductId(v string) *PushFileInput

SetProductId sets the ProductId field's value.

func (*PushFileInput) SetRegion added in v1.2.10

func (s *PushFileInput) SetRegion(v string) *PushFileInput

SetRegion sets the Region field's value.

func (*PushFileInput) SetTargetDirectory added in v1.2.10

func (s *PushFileInput) SetTargetDirectory(v string) *PushFileInput

SetTargetDirectory sets the TargetDirectory field's value.

func (*PushFileInput) SetTosBucket added in v1.2.10

func (s *PushFileInput) SetTosBucket(v string) *PushFileInput

SetTosBucket sets the TosBucket field's value.

func (*PushFileInput) SetTosFilePath added in v1.2.10

func (s *PushFileInput) SetTosFilePath(v string) *PushFileInput

SetTosFilePath sets the TosFilePath field's value.

func (PushFileInput) String added in v1.2.10

func (s PushFileInput) String() string

String returns the string representation

func (*PushFileInput) Validate added in v1.2.10

func (s *PushFileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PushFileOutput added in v1.2.10

type PushFileOutput struct {
	Metadata *response.ResponseMetadata

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PushFileOutput) GoString added in v1.2.10

func (s PushFileOutput) GoString() string

GoString returns the string representation

func (*PushFileOutput) SetTaskAction added in v1.2.10

func (s *PushFileOutput) SetTaskAction(v string) *PushFileOutput

SetTaskAction sets the TaskAction field's value.

func (*PushFileOutput) SetTaskId added in v1.2.10

func (s *PushFileOutput) SetTaskId(v string) *PushFileOutput

SetTaskId sets the TaskId field's value.

func (PushFileOutput) String added in v1.2.10

func (s PushFileOutput) String() string

String returns the string representation

type RebootHostInput added in v1.2.10

type RebootHostInput struct {
	Force *bool `type:"boolean" json:",omitempty"`

	HostIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RebootHostInput) GoString added in v1.2.10

func (s RebootHostInput) GoString() string

GoString returns the string representation

func (*RebootHostInput) SetForce added in v1.2.10

func (s *RebootHostInput) SetForce(v bool) *RebootHostInput

SetForce sets the Force field's value.

func (*RebootHostInput) SetHostIdList added in v1.2.10

func (s *RebootHostInput) SetHostIdList(v []*string) *RebootHostInput

SetHostIdList sets the HostIdList field's value.

func (*RebootHostInput) SetProductId added in v1.2.10

func (s *RebootHostInput) SetProductId(v string) *RebootHostInput

SetProductId sets the ProductId field's value.

func (RebootHostInput) String added in v1.2.10

func (s RebootHostInput) String() string

String returns the string representation

func (*RebootHostInput) Validate added in v1.2.10

func (s *RebootHostInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RebootHostOutput added in v1.2.10

type RebootHostOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForRebootHostOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RebootHostOutput) GoString added in v1.2.10

func (s RebootHostOutput) GoString() string

GoString returns the string representation

func (*RebootHostOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*RebootHostOutput) SetTaskAction added in v1.2.10

func (s *RebootHostOutput) SetTaskAction(v string) *RebootHostOutput

SetTaskAction sets the TaskAction field's value.

func (*RebootHostOutput) SetTaskId added in v1.2.10

func (s *RebootHostOutput) SetTaskId(v string) *RebootHostOutput

SetTaskId sets the TaskId field's value.

func (RebootHostOutput) String added in v1.2.10

func (s RebootHostOutput) String() string

String returns the string representation

type RemovePhoneTemplateInput added in v1.1.45

type RemovePhoneTemplateInput struct {
	PhoneTemplateId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RemovePhoneTemplateInput) GoString added in v1.1.45

func (s RemovePhoneTemplateInput) GoString() string

GoString returns the string representation

func (*RemovePhoneTemplateInput) SetPhoneTemplateId added in v1.1.45

func (s *RemovePhoneTemplateInput) SetPhoneTemplateId(v string) *RemovePhoneTemplateInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (RemovePhoneTemplateInput) String added in v1.1.45

func (s RemovePhoneTemplateInput) String() string

String returns the string representation

type RemovePhoneTemplateOutput added in v1.1.45

type RemovePhoneTemplateOutput struct {
	Metadata *response.ResponseMetadata

	PhoneTemplateId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RemovePhoneTemplateOutput) GoString added in v1.1.45

func (s RemovePhoneTemplateOutput) GoString() string

GoString returns the string representation

func (*RemovePhoneTemplateOutput) SetPhoneTemplateId added in v1.1.45

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (RemovePhoneTemplateOutput) String added in v1.1.45

func (s RemovePhoneTemplateOutput) String() string

String returns the string representation

type ResetHostInput added in v1.2.10

type ResetHostInput struct {
	HostIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ResetHostInput) GoString added in v1.2.10

func (s ResetHostInput) GoString() string

GoString returns the string representation

func (*ResetHostInput) SetHostIdList added in v1.2.10

func (s *ResetHostInput) SetHostIdList(v []*string) *ResetHostInput

SetHostIdList sets the HostIdList field's value.

func (*ResetHostInput) SetProductId added in v1.2.10

func (s *ResetHostInput) SetProductId(v string) *ResetHostInput

SetProductId sets the ProductId field's value.

func (ResetHostInput) String added in v1.2.10

func (s ResetHostInput) String() string

String returns the string representation

func (*ResetHostInput) Validate added in v1.2.10

func (s *ResetHostInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResetHostOutput added in v1.2.10

type ResetHostOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForResetHostOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResetHostOutput) GoString added in v1.2.10

func (s ResetHostOutput) GoString() string

GoString returns the string representation

func (*ResetHostOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*ResetHostOutput) SetTaskAction added in v1.2.10

func (s *ResetHostOutput) SetTaskAction(v string) *ResetHostOutput

SetTaskAction sets the TaskAction field's value.

func (*ResetHostOutput) SetTaskId added in v1.2.10

func (s *ResetHostOutput) SetTaskId(v string) *ResetHostOutput

SetTaskId sets the TaskId field's value.

func (ResetHostOutput) String added in v1.2.10

func (s ResetHostOutput) String() string

String returns the string representation

type ResetPodInput added in v1.1.45

type ResetPodInput struct {
	DataSize *string `type:"string" json:",omitempty"`

	PhoneTemplateId *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	PreInstallAppPersistedType *int32 `type:"int32" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	ResetType *int32 `type:"int32" json:",omitempty"`

	SystemDirPersistedType *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResetPodInput) GoString added in v1.1.45

func (s ResetPodInput) GoString() string

GoString returns the string representation

func (*ResetPodInput) SetDataSize added in v1.1.45

func (s *ResetPodInput) SetDataSize(v string) *ResetPodInput

SetDataSize sets the DataSize field's value.

func (*ResetPodInput) SetPhoneTemplateId added in v1.1.45

func (s *ResetPodInput) SetPhoneTemplateId(v string) *ResetPodInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*ResetPodInput) SetPodIdList added in v1.1.45

func (s *ResetPodInput) SetPodIdList(v []*string) *ResetPodInput

SetPodIdList sets the PodIdList field's value.

func (*ResetPodInput) SetPreInstallAppPersistedType added in v1.1.45

func (s *ResetPodInput) SetPreInstallAppPersistedType(v int32) *ResetPodInput

SetPreInstallAppPersistedType sets the PreInstallAppPersistedType field's value.

func (*ResetPodInput) SetProductId added in v1.1.45

func (s *ResetPodInput) SetProductId(v string) *ResetPodInput

SetProductId sets the ProductId field's value.

func (*ResetPodInput) SetResetType added in v1.1.45

func (s *ResetPodInput) SetResetType(v int32) *ResetPodInput

SetResetType sets the ResetType field's value.

func (*ResetPodInput) SetSystemDirPersistedType added in v1.1.45

func (s *ResetPodInput) SetSystemDirPersistedType(v int32) *ResetPodInput

SetSystemDirPersistedType sets the SystemDirPersistedType field's value.

func (ResetPodInput) String added in v1.1.45

func (s ResetPodInput) String() string

String returns the string representation

func (*ResetPodInput) Validate added in v1.1.45

func (s *ResetPodInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResetPodOutput added in v1.1.45

type ResetPodOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForResetPodOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResetPodOutput) GoString added in v1.1.45

func (s ResetPodOutput) GoString() string

GoString returns the string representation

func (*ResetPodOutput) SetJobs added in v1.1.45

SetJobs sets the Jobs field's value.

func (*ResetPodOutput) SetTaskAction added in v1.1.45

func (s *ResetPodOutput) SetTaskAction(v string) *ResetPodOutput

SetTaskAction sets the TaskAction field's value.

func (*ResetPodOutput) SetTaskId added in v1.1.45

func (s *ResetPodOutput) SetTaskId(v string) *ResetPodOutput

SetTaskId sets the TaskId field's value.

func (ResetPodOutput) String added in v1.1.45

func (s ResetPodOutput) String() string

String returns the string representation

type RestoreDataInput added in v1.1.42

type RestoreDataInput struct {

	// BackupDataId is a required field
	BackupDataId *string `type:"string" json:",omitempty" required:"true"`

	CreatePodNum *int32 `type:"int32" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RestoreDataInput) GoString added in v1.1.42

func (s RestoreDataInput) GoString() string

GoString returns the string representation

func (*RestoreDataInput) SetBackupDataId added in v1.1.42

func (s *RestoreDataInput) SetBackupDataId(v string) *RestoreDataInput

SetBackupDataId sets the BackupDataId field's value.

func (*RestoreDataInput) SetCreatePodNum added in v1.1.42

func (s *RestoreDataInput) SetCreatePodNum(v int32) *RestoreDataInput

SetCreatePodNum sets the CreatePodNum field's value.

func (*RestoreDataInput) SetPodIdList added in v1.1.42

func (s *RestoreDataInput) SetPodIdList(v []*string) *RestoreDataInput

SetPodIdList sets the PodIdList field's value.

func (*RestoreDataInput) SetProductId added in v1.1.42

func (s *RestoreDataInput) SetProductId(v string) *RestoreDataInput

SetProductId sets the ProductId field's value.

func (RestoreDataInput) String added in v1.1.42

func (s RestoreDataInput) String() string

String returns the string representation

func (*RestoreDataInput) Validate added in v1.1.42

func (s *RestoreDataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestoreDataOutput added in v1.1.42

type RestoreDataOutput struct {
	Metadata *response.ResponseMetadata

	Details []*DetailForRestoreDataOutput `type:"list" json:",omitempty"`

	TaskIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RestoreDataOutput) GoString added in v1.1.42

func (s RestoreDataOutput) GoString() string

GoString returns the string representation

func (*RestoreDataOutput) SetDetails added in v1.1.42

SetDetails sets the Details field's value.

func (*RestoreDataOutput) SetTaskIdList added in v1.1.42

func (s *RestoreDataOutput) SetTaskIdList(v []*string) *RestoreDataOutput

SetTaskIdList sets the TaskIdList field's value.

func (RestoreDataOutput) String added in v1.1.42

func (s RestoreDataOutput) String() string

String returns the string representation

type RestorePodInput added in v1.1.22

type RestorePodInput struct {
	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	SpecifyHostList []*SpecifyHostListForRestorePodInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RestorePodInput) GoString added in v1.1.22

func (s RestorePodInput) GoString() string

GoString returns the string representation

func (*RestorePodInput) SetPodIdList added in v1.1.22

func (s *RestorePodInput) SetPodIdList(v []*string) *RestorePodInput

SetPodIdList sets the PodIdList field's value.

func (*RestorePodInput) SetProductId added in v1.1.22

func (s *RestorePodInput) SetProductId(v string) *RestorePodInput

SetProductId sets the ProductId field's value.

func (*RestorePodInput) SetSpecifyHostList added in v1.1.22

SetSpecifyHostList sets the SpecifyHostList field's value.

func (RestorePodInput) String added in v1.1.22

func (s RestorePodInput) String() string

String returns the string representation

func (*RestorePodInput) Validate added in v1.1.22

func (s *RestorePodInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestorePodOutput added in v1.1.22

type RestorePodOutput struct {
	Metadata *response.ResponseMetadata

	TaskIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RestorePodOutput) GoString added in v1.1.22

func (s RestorePodOutput) GoString() string

GoString returns the string representation

func (*RestorePodOutput) SetTaskIdList added in v1.1.22

func (s *RestorePodOutput) SetTaskIdList(v []*string) *RestorePodOutput

SetTaskIdList sets the TaskIdList field's value.

func (RestorePodOutput) String added in v1.1.22

func (s RestorePodOutput) String() string

String returns the string representation

type RowForGetDcBandwidthDailyPeakOutput added in v1.1.42

type RowForGetDcBandwidthDailyPeakOutput struct {
	AccountId *string `type:"string" json:",omitempty"`

	Date *string `type:"string" json:",omitempty"`

	DcId *string `type:"string" json:",omitempty"`

	DownPeakBandwidth *float64 `type:"double" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	UpPeakBandwidth *float64 `type:"double" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RowForGetDcBandwidthDailyPeakOutput) GoString added in v1.1.42

GoString returns the string representation

func (*RowForGetDcBandwidthDailyPeakOutput) SetAccountId added in v1.1.42

SetAccountId sets the AccountId field's value.

func (*RowForGetDcBandwidthDailyPeakOutput) SetDate added in v1.1.42

SetDate sets the Date field's value.

func (*RowForGetDcBandwidthDailyPeakOutput) SetDcId added in v1.1.42

SetDcId sets the DcId field's value.

func (*RowForGetDcBandwidthDailyPeakOutput) SetDownPeakBandwidth added in v1.1.42

SetDownPeakBandwidth sets the DownPeakBandwidth field's value.

func (*RowForGetDcBandwidthDailyPeakOutput) SetProductId added in v1.1.42

SetProductId sets the ProductId field's value.

func (*RowForGetDcBandwidthDailyPeakOutput) SetUpPeakBandwidth added in v1.1.42

SetUpPeakBandwidth sets the UpPeakBandwidth field's value.

func (RowForGetDcBandwidthDailyPeakOutput) String added in v1.1.42

String returns the string representation

type RowForGetImagePreheatingOutput added in v1.2.10

type RowForGetImagePreheatingOutput struct {
	ImageId *string `type:"string" json:",omitempty"`

	PreheatFailedProgress *int32 `type:"int32" json:",omitempty"`

	PreheatSuccessProgress *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RowForGetImagePreheatingOutput) GoString added in v1.2.10

GoString returns the string representation

func (*RowForGetImagePreheatingOutput) SetImageId added in v1.2.10

SetImageId sets the ImageId field's value.

func (*RowForGetImagePreheatingOutput) SetPreheatFailedProgress added in v1.2.10

SetPreheatFailedProgress sets the PreheatFailedProgress field's value.

func (*RowForGetImagePreheatingOutput) SetPreheatSuccessProgress added in v1.2.10

func (s *RowForGetImagePreheatingOutput) SetPreheatSuccessProgress(v int32) *RowForGetImagePreheatingOutput

SetPreheatSuccessProgress sets the PreheatSuccessProgress field's value.

func (RowForGetImagePreheatingOutput) String added in v1.2.10

String returns the string representation

type RowForGetPodAppListOutput added in v1.2.10

type RowForGetPodAppListOutput struct {
	Activity *string `type:"string" json:",omitempty"`

	AppId *string `type:"string" json:",omitempty"`

	AppMode *string `type:"string" json:",omitempty"`

	AppName *string `type:"string" json:",omitempty"`

	AppSource *int32 `type:"int32" json:",omitempty"`

	AppVersionDesc *string `type:"string" json:",omitempty"`

	IconUrl *string `type:"string" json:",omitempty"`

	InstallStatus *int32 `type:"int32" json:",omitempty"`

	InstallType *int32 `type:"int32" json:",omitempty"`

	PackageName *string `type:"string" json:",omitempty"`

	Rotation *int32 `type:"int32" json:",omitempty"`

	RunningState *int32 `type:"int32" json:",omitempty"`

	Size *int64 `type:"int64" 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 (RowForGetPodAppListOutput) GoString added in v1.2.10

func (s RowForGetPodAppListOutput) GoString() string

GoString returns the string representation

func (*RowForGetPodAppListOutput) SetActivity added in v1.2.10

SetActivity sets the Activity field's value.

func (*RowForGetPodAppListOutput) SetAppId added in v1.2.10

SetAppId sets the AppId field's value.

func (*RowForGetPodAppListOutput) SetAppMode added in v1.2.10

SetAppMode sets the AppMode field's value.

func (*RowForGetPodAppListOutput) SetAppName added in v1.2.10

SetAppName sets the AppName field's value.

func (*RowForGetPodAppListOutput) SetAppSource added in v1.2.10

SetAppSource sets the AppSource field's value.

func (*RowForGetPodAppListOutput) SetAppVersionDesc added in v1.2.10

SetAppVersionDesc sets the AppVersionDesc field's value.

func (*RowForGetPodAppListOutput) SetIconUrl added in v1.2.10

SetIconUrl sets the IconUrl field's value.

func (*RowForGetPodAppListOutput) SetInstallStatus added in v1.2.10

SetInstallStatus sets the InstallStatus field's value.

func (*RowForGetPodAppListOutput) SetInstallType added in v1.2.10

SetInstallType sets the InstallType field's value.

func (*RowForGetPodAppListOutput) SetPackageName added in v1.2.10

SetPackageName sets the PackageName field's value.

func (*RowForGetPodAppListOutput) SetRotation added in v1.2.10

SetRotation sets the Rotation field's value.

func (*RowForGetPodAppListOutput) SetRunningState added in v1.2.10

SetRunningState sets the RunningState field's value.

func (*RowForGetPodAppListOutput) SetSize added in v1.2.10

SetSize sets the Size field's value.

func (*RowForGetPodAppListOutput) SetVersionCode added in v1.2.10

SetVersionCode sets the VersionCode field's value.

func (*RowForGetPodAppListOutput) SetVersionId added in v1.2.10

SetVersionId sets the VersionId field's value.

func (*RowForGetPodAppListOutput) SetVersionName added in v1.2.10

SetVersionName sets the VersionName field's value.

func (RowForGetPodAppListOutput) String added in v1.2.10

func (s RowForGetPodAppListOutput) String() string

String returns the string representation

type RowForListAOSPImageOutput added in v1.2.10

type RowForListAOSPImageOutput struct {
	AOSPVersion *string `type:"string" json:",omitempty"`

	CreateAt *int64 `type:"int64" json:",omitempty"`

	ImageDownloadUrl *string `type:"string" json:",omitempty"`

	ImageId *string `type:"string" json:",omitempty"`

	ImageName *string `type:"string" json:",omitempty"`

	ImageRemark *string `type:"string" json:",omitempty"`

	ImageResourceType *string `type:"string" json:",omitempty"`

	ImageSize *int64 `type:"int64" json:",omitempty"`

	ImageStatus *int32 `type:"int32" json:",omitempty"`

	ImageStatusStr *string `type:"string" json:",omitempty"`

	PreheatStatus *int32 `type:"int32" json:",omitempty"`

	UpdateAt *int64 `type:"int64" json:",omitempty"`

	UploadImageStatus *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RowForListAOSPImageOutput) GoString added in v1.2.10

func (s RowForListAOSPImageOutput) GoString() string

GoString returns the string representation

func (*RowForListAOSPImageOutput) SetAOSPVersion added in v1.2.10

SetAOSPVersion sets the AOSPVersion field's value.

func (*RowForListAOSPImageOutput) SetCreateAt added in v1.2.10

SetCreateAt sets the CreateAt field's value.

func (*RowForListAOSPImageOutput) SetImageDownloadUrl added in v1.2.10

func (s *RowForListAOSPImageOutput) SetImageDownloadUrl(v string) *RowForListAOSPImageOutput

SetImageDownloadUrl sets the ImageDownloadUrl field's value.

func (*RowForListAOSPImageOutput) SetImageId added in v1.2.10

SetImageId sets the ImageId field's value.

func (*RowForListAOSPImageOutput) SetImageName added in v1.2.10

SetImageName sets the ImageName field's value.

func (*RowForListAOSPImageOutput) SetImageRemark added in v1.2.10

SetImageRemark sets the ImageRemark field's value.

func (*RowForListAOSPImageOutput) SetImageResourceType added in v1.2.10

func (s *RowForListAOSPImageOutput) SetImageResourceType(v string) *RowForListAOSPImageOutput

SetImageResourceType sets the ImageResourceType field's value.

func (*RowForListAOSPImageOutput) SetImageSize added in v1.2.10

SetImageSize sets the ImageSize field's value.

func (*RowForListAOSPImageOutput) SetImageStatus added in v1.2.10

SetImageStatus sets the ImageStatus field's value.

func (*RowForListAOSPImageOutput) SetImageStatusStr added in v1.2.10

SetImageStatusStr sets the ImageStatusStr field's value.

func (*RowForListAOSPImageOutput) SetPreheatStatus added in v1.2.10

SetPreheatStatus sets the PreheatStatus field's value.

func (*RowForListAOSPImageOutput) SetUpdateAt added in v1.2.10

SetUpdateAt sets the UpdateAt field's value.

func (*RowForListAOSPImageOutput) SetUploadImageStatus added in v1.2.10

func (s *RowForListAOSPImageOutput) SetUploadImageStatus(v int32) *RowForListAOSPImageOutput

SetUploadImageStatus sets the UploadImageStatus field's value.

func (RowForListAOSPImageOutput) String added in v1.2.10

func (s RowForListAOSPImageOutput) 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 RowForListBackupDataOutput added in v1.1.42

type RowForListBackupDataOutput struct {
	AOSPVersion *string `type:"string" json:",omitempty"`

	AccountId *string `type:"string" json:",omitempty"`

	BackupDataId *string `type:"string" json:",omitempty"`

	BackupDataName *string `type:"string" json:",omitempty"`

	BackupJobId *string `type:"string" json:",omitempty"`

	BackupSize *int64 `type:"int64" json:",omitempty"`

	BackupTaskId *string `type:"string" json:",omitempty"`

	BackupType *string `type:"string" json:",omitempty"`

	CompletedTime *int64 `type:"int64" json:",omitempty"`

	CompressionType *string `type:"string" json:",omitempty"`

	CreatedTime *int64 `type:"int64" json:",omitempty"`

	DataSize *int64 `type:"int64" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Detail *string `type:"string" json:",omitempty"`

	ExcludePathList []*string `type:"list" json:",omitempty"`

	ExpireTime *int64 `type:"int64" json:",omitempty"`

	FinishedTime *int64 `type:"int64" json:",omitempty"`

	InUseCount *int64 `type:"int64" json:",omitempty"`

	IncludePathList []*string `type:"list" json:",omitempty"`

	Md5Sum *string `type:"string" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	RestoreCount *int64 `type:"int64" json:",omitempty"`

	Size *int64 `type:"int64" json:",omitempty"`

	SourcePodId *string `type:"string" json:",omitempty"`

	StartedTime *int64 `type:"int64" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	StorageResource *string `type:"string" json:",omitempty"`

	StorageType *string `type:"string" json:",omitempty"`

	UpdatedTime *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RowForListBackupDataOutput) GoString added in v1.1.42

func (s RowForListBackupDataOutput) GoString() string

GoString returns the string representation

func (*RowForListBackupDataOutput) SetAOSPVersion added in v1.1.42

SetAOSPVersion sets the AOSPVersion field's value.

func (*RowForListBackupDataOutput) SetAccountId added in v1.1.42

SetAccountId sets the AccountId field's value.

func (*RowForListBackupDataOutput) SetBackupDataId added in v1.1.42

SetBackupDataId sets the BackupDataId field's value.

func (*RowForListBackupDataOutput) SetBackupDataName added in v1.1.42

SetBackupDataName sets the BackupDataName field's value.

func (*RowForListBackupDataOutput) SetBackupJobId added in v1.1.42

SetBackupJobId sets the BackupJobId field's value.

func (*RowForListBackupDataOutput) SetBackupSize added in v1.1.42

SetBackupSize sets the BackupSize field's value.

func (*RowForListBackupDataOutput) SetBackupTaskId added in v1.1.42

SetBackupTaskId sets the BackupTaskId field's value.

func (*RowForListBackupDataOutput) SetBackupType added in v1.1.42

SetBackupType sets the BackupType field's value.

func (*RowForListBackupDataOutput) SetCompletedTime added in v1.1.42

SetCompletedTime sets the CompletedTime field's value.

func (*RowForListBackupDataOutput) SetCompressionType added in v1.1.42

SetCompressionType sets the CompressionType field's value.

func (*RowForListBackupDataOutput) SetCreatedTime added in v1.1.42

SetCreatedTime sets the CreatedTime field's value.

func (*RowForListBackupDataOutput) SetDataSize added in v1.1.42

SetDataSize sets the DataSize field's value.

func (*RowForListBackupDataOutput) SetDescription added in v1.1.42

SetDescription sets the Description field's value.

func (*RowForListBackupDataOutput) SetDetail added in v1.1.42

SetDetail sets the Detail field's value.

func (*RowForListBackupDataOutput) SetExcludePathList added in v1.2.10

func (s *RowForListBackupDataOutput) SetExcludePathList(v []*string) *RowForListBackupDataOutput

SetExcludePathList sets the ExcludePathList field's value.

func (*RowForListBackupDataOutput) SetExpireTime added in v1.1.42

SetExpireTime sets the ExpireTime field's value.

func (*RowForListBackupDataOutput) SetFinishedTime added in v1.1.42

SetFinishedTime sets the FinishedTime field's value.

func (*RowForListBackupDataOutput) SetInUseCount added in v1.1.42

SetInUseCount sets the InUseCount field's value.

func (*RowForListBackupDataOutput) SetIncludePathList added in v1.2.10

func (s *RowForListBackupDataOutput) SetIncludePathList(v []*string) *RowForListBackupDataOutput

SetIncludePathList sets the IncludePathList field's value.

func (*RowForListBackupDataOutput) SetMd5Sum added in v1.1.42

SetMd5Sum sets the Md5Sum field's value.

func (*RowForListBackupDataOutput) SetProductId added in v1.1.42

SetProductId sets the ProductId field's value.

func (*RowForListBackupDataOutput) SetRestoreCount added in v1.1.42

SetRestoreCount sets the RestoreCount field's value.

func (*RowForListBackupDataOutput) SetSize added in v1.1.42

SetSize sets the Size field's value.

func (*RowForListBackupDataOutput) SetSourcePodId added in v1.1.42

SetSourcePodId sets the SourcePodId field's value.

func (*RowForListBackupDataOutput) SetStartedTime added in v1.1.42

SetStartedTime sets the StartedTime field's value.

func (*RowForListBackupDataOutput) SetStatus added in v1.1.42

SetStatus sets the Status field's value.

func (*RowForListBackupDataOutput) SetStorageResource added in v1.1.42

SetStorageResource sets the StorageResource field's value.

func (*RowForListBackupDataOutput) SetStorageType added in v1.1.42

SetStorageType sets the StorageType field's value.

func (*RowForListBackupDataOutput) SetUpdatedTime added in v1.1.42

SetUpdatedTime sets the UpdatedTime field's value.

func (RowForListBackupDataOutput) String added in v1.1.42

String returns the string representation

type RowForListConfigurationOutput added in v1.2.10

type RowForListConfigurationOutput 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 (RowForListConfigurationOutput) GoString added in v1.2.10

GoString returns the string representation

func (*RowForListConfigurationOutput) SetConfigurationCode added in v1.2.10

SetConfigurationCode sets the ConfigurationCode field's value.

func (*RowForListConfigurationOutput) SetConfigurationName added in v1.2.10

SetConfigurationName sets the ConfigurationName field's value.

func (*RowForListConfigurationOutput) SetConfigurationType added in v1.2.10

SetConfigurationType sets the ConfigurationType field's value.

func (*RowForListConfigurationOutput) SetServerTypeCode added in v1.2.10

SetServerTypeCode sets the ServerTypeCode field's value.

func (RowForListConfigurationOutput) String added in v1.2.10

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 RowForListDcOutput added in v1.2.10

type RowForListDcOutput struct {
	Dc *string `type:"string" json:",omitempty"`

	DcName *string `type:"string" json:",omitempty"`

	DcType *string `type:"string" json:",omitempty"`

	Isp *int32 `type:"int32" json:",omitempty"`

	Latitude *float64 `type:"double" json:",omitempty"`

	Longitude *float64 `type:"double" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	ServerTypeCode *string `type:"string" json:",omitempty"`

	VolcRegion *string `type:"string" json:",omitempty"`

	Zone *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RowForListDcOutput) GoString added in v1.2.10

func (s RowForListDcOutput) GoString() string

GoString returns the string representation

func (*RowForListDcOutput) SetDc added in v1.2.10

SetDc sets the Dc field's value.

func (*RowForListDcOutput) SetDcName added in v1.2.10

func (s *RowForListDcOutput) SetDcName(v string) *RowForListDcOutput

SetDcName sets the DcName field's value.

func (*RowForListDcOutput) SetDcType added in v1.2.10

func (s *RowForListDcOutput) SetDcType(v string) *RowForListDcOutput

SetDcType sets the DcType field's value.

func (*RowForListDcOutput) SetIsp added in v1.2.10

SetIsp sets the Isp field's value.

func (*RowForListDcOutput) SetLatitude added in v1.2.10

func (s *RowForListDcOutput) SetLatitude(v float64) *RowForListDcOutput

SetLatitude sets the Latitude field's value.

func (*RowForListDcOutput) SetLongitude added in v1.2.10

func (s *RowForListDcOutput) SetLongitude(v float64) *RowForListDcOutput

SetLongitude sets the Longitude field's value.

func (*RowForListDcOutput) SetRegion added in v1.2.10

func (s *RowForListDcOutput) SetRegion(v string) *RowForListDcOutput

SetRegion sets the Region field's value.

func (*RowForListDcOutput) SetServerTypeCode added in v1.2.10

func (s *RowForListDcOutput) SetServerTypeCode(v string) *RowForListDcOutput

SetServerTypeCode sets the ServerTypeCode field's value.

func (*RowForListDcOutput) SetVolcRegion added in v1.2.10

func (s *RowForListDcOutput) SetVolcRegion(v string) *RowForListDcOutput

SetVolcRegion sets the VolcRegion field's value.

func (*RowForListDcOutput) SetZone added in v1.2.10

SetZone sets the Zone field's value.

func (RowForListDcOutput) String added in v1.2.10

func (s RowForListDcOutput) String() string

String returns the string representation

type RowForListImageResourceOutput added in v1.2.10

type RowForListImageResourceOutput struct {
	ImageId *string `type:"string" json:",omitempty"`

	PodNum *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RowForListImageResourceOutput) GoString added in v1.2.10

GoString returns the string representation

func (*RowForListImageResourceOutput) SetImageId added in v1.2.10

SetImageId sets the ImageId field's value.

func (*RowForListImageResourceOutput) SetPodNum added in v1.2.10

SetPodNum sets the PodNum field's value.

func (RowForListImageResourceOutput) String added in v1.2.10

String returns the string representation

type RowForListPhoneTemplateOutput added in v1.1.45

type RowForListPhoneTemplateOutput struct {
	AospVersion *string `type:"string" json:",omitempty"`

	OverlayPersistProperty []*OverlayPersistPropertyForListPhoneTemplateOutput `type:"list" json:",omitempty"`

	OverlayProperty []*OverlayPropertyForListPhoneTemplateOutput `type:"list" json:",omitempty"`

	OverlaySettings []*OverlaySettingForListPhoneTemplateOutput `type:"list" json:",omitempty"`

	PhoneTemplateId *string `type:"string" json:",omitempty"`

	PhoneTemplateName *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RowForListPhoneTemplateOutput) GoString added in v1.1.45

GoString returns the string representation

func (*RowForListPhoneTemplateOutput) SetAospVersion added in v1.1.45

SetAospVersion sets the AospVersion field's value.

func (*RowForListPhoneTemplateOutput) SetOverlayPersistProperty added in v1.1.45

SetOverlayPersistProperty sets the OverlayPersistProperty field's value.

func (*RowForListPhoneTemplateOutput) SetOverlayProperty added in v1.1.45

SetOverlayProperty sets the OverlayProperty field's value.

func (*RowForListPhoneTemplateOutput) SetOverlaySettings added in v1.1.45

SetOverlaySettings sets the OverlaySettings field's value.

func (*RowForListPhoneTemplateOutput) SetPhoneTemplateId added in v1.1.45

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*RowForListPhoneTemplateOutput) SetPhoneTemplateName added in v1.1.45

SetPhoneTemplateName sets the PhoneTemplateName field's value.

func (*RowForListPhoneTemplateOutput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (RowForListPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type RowForListPodOutput

type RowForListPodOutput struct {
	Adb *string `type:"string" json:",omitempty"`

	AdbExpireTime *int64 `type:"int64" json:",omitempty"`

	AdbStatus *int32 `type:"int32" json:",omitempty"`

	AospVersion *string `type:"string" json:",omitempty"`

	ArchiveStatus *int32 `type:"int32" json:",omitempty"`

	AuthorityExpireTime *int64 `type:"int64" json:",omitempty"`

	AuthorityStatus *int32 `type:"int32" json:",omitempty"`

	Configuration *ConfigurationForListPodOutput `type:"structure" json:",omitempty"`

	CreateAt *int64 `type:"int64" json:",omitempty"`

	CustomRouteId *string `type:"string" json:",omitempty"`

	DNSId *string `type:"string" json:",omitempty"`

	DataSize *string `type:"string" json:",omitempty"`

	DataSizeUsed *string `type:"string" json:",omitempty"`

	DcInfo *DcInfoForListPodOutput `type:"structure" json:",omitempty"`

	DisplayLayoutId *string `type:"string" json:",omitempty"`

	DownBandwidthLimit *int32 `type:"int32" json:",omitempty"`

	HostId *string `type:"string" json:",omitempty"`

	ImageId *string `type:"string" json:",omitempty"`

	ImageName *string `type:"string" json:",omitempty"`

	IntranetIP *string `type:"string" json:",omitempty"`

	Online *int32 `type:"int32" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	PodName *string `type:"string" json:",omitempty"`

	PortMappingRuleList []*PortMappingRuleListForListPodOutput `type:"list" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	ServerTypeCode *string `type:"string" json:",omitempty"`

	StreamStatus *int32 `type:"int32" json:",omitempty"`

	Tag *TagForListPodOutput `type:"structure" json:",omitempty"`

	UpBandwidthLimit *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RowForListPodOutput) GoString

func (s RowForListPodOutput) GoString() string

GoString returns the string representation

func (*RowForListPodOutput) SetAdb

SetAdb sets the Adb field's value.

func (*RowForListPodOutput) SetAdbExpireTime

func (s *RowForListPodOutput) SetAdbExpireTime(v int64) *RowForListPodOutput

SetAdbExpireTime sets the AdbExpireTime field's value.

func (*RowForListPodOutput) SetAdbStatus

func (s *RowForListPodOutput) SetAdbStatus(v int32) *RowForListPodOutput

SetAdbStatus sets the AdbStatus field's value.

func (*RowForListPodOutput) SetAospVersion

func (s *RowForListPodOutput) SetAospVersion(v string) *RowForListPodOutput

SetAospVersion sets the AospVersion field's value.

func (*RowForListPodOutput) SetArchiveStatus added in v1.1.22

func (s *RowForListPodOutput) SetArchiveStatus(v int32) *RowForListPodOutput

SetArchiveStatus sets the ArchiveStatus field's value.

func (*RowForListPodOutput) SetAuthorityExpireTime

func (s *RowForListPodOutput) SetAuthorityExpireTime(v int64) *RowForListPodOutput

SetAuthorityExpireTime sets the AuthorityExpireTime field's value.

func (*RowForListPodOutput) SetAuthorityStatus

func (s *RowForListPodOutput) SetAuthorityStatus(v int32) *RowForListPodOutput

SetAuthorityStatus sets the AuthorityStatus field's value.

func (*RowForListPodOutput) SetConfiguration

SetConfiguration sets the Configuration field's value.

func (*RowForListPodOutput) SetCreateAt

func (s *RowForListPodOutput) SetCreateAt(v int64) *RowForListPodOutput

SetCreateAt sets the CreateAt field's value.

func (*RowForListPodOutput) SetCustomRouteId added in v1.1.50

func (s *RowForListPodOutput) SetCustomRouteId(v string) *RowForListPodOutput

SetCustomRouteId sets the CustomRouteId field's value.

func (*RowForListPodOutput) SetDNSId

SetDNSId sets the DNSId field's value.

func (*RowForListPodOutput) SetDataSize

func (s *RowForListPodOutput) SetDataSize(v string) *RowForListPodOutput

SetDataSize sets the DataSize field's value.

func (*RowForListPodOutput) SetDataSizeUsed

func (s *RowForListPodOutput) SetDataSizeUsed(v string) *RowForListPodOutput

SetDataSizeUsed sets the DataSizeUsed field's value.

func (*RowForListPodOutput) SetDcInfo

SetDcInfo sets the DcInfo field's value.

func (*RowForListPodOutput) SetDisplayLayoutId

func (s *RowForListPodOutput) SetDisplayLayoutId(v string) *RowForListPodOutput

SetDisplayLayoutId sets the DisplayLayoutId field's value.

func (*RowForListPodOutput) SetDownBandwidthLimit

func (s *RowForListPodOutput) SetDownBandwidthLimit(v int32) *RowForListPodOutput

SetDownBandwidthLimit sets the DownBandwidthLimit field's value.

func (*RowForListPodOutput) SetHostId

SetHostId sets the HostId field's value.

func (*RowForListPodOutput) SetImageId

SetImageId sets the ImageId field's value.

func (*RowForListPodOutput) SetImageName

func (s *RowForListPodOutput) SetImageName(v string) *RowForListPodOutput

SetImageName sets the ImageName field's value.

func (*RowForListPodOutput) SetIntranetIP

func (s *RowForListPodOutput) SetIntranetIP(v string) *RowForListPodOutput

SetIntranetIP sets the IntranetIP field's value.

func (*RowForListPodOutput) SetOnline

SetOnline sets the Online field's value.

func (*RowForListPodOutput) SetPodId

SetPodId sets the PodId field's value.

func (*RowForListPodOutput) SetPodName

SetPodName sets the PodName field's value.

func (*RowForListPodOutput) SetPortMappingRuleList

SetPortMappingRuleList sets the PortMappingRuleList field's value.

func (*RowForListPodOutput) SetProductId

func (s *RowForListPodOutput) SetProductId(v string) *RowForListPodOutput

SetProductId sets the ProductId field's value.

func (*RowForListPodOutput) SetServerTypeCode

func (s *RowForListPodOutput) SetServerTypeCode(v string) *RowForListPodOutput

SetServerTypeCode sets the ServerTypeCode field's value.

func (*RowForListPodOutput) SetStreamStatus

func (s *RowForListPodOutput) SetStreamStatus(v int32) *RowForListPodOutput

SetStreamStatus sets the StreamStatus field's value.

func (*RowForListPodOutput) SetTag

SetTag sets the Tag field's value.

func (*RowForListPodOutput) SetUpBandwidthLimit

func (s *RowForListPodOutput) SetUpBandwidthLimit(v int32) *RowForListPodOutput

SetUpBandwidthLimit sets the UpBandwidthLimit field's value.

func (RowForListPodOutput) String

func (s RowForListPodOutput) String() string

String returns the string representation

type RunCommandInput added in v1.2.10

type RunCommandInput struct {

	// Command is a required field
	Command *string `type:"string" json:",omitempty" required:"true"`

	PermissionType *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	TimeoutSeconds *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RunCommandInput) GoString added in v1.2.10

func (s RunCommandInput) GoString() string

GoString returns the string representation

func (*RunCommandInput) SetCommand added in v1.2.10

func (s *RunCommandInput) SetCommand(v string) *RunCommandInput

SetCommand sets the Command field's value.

func (*RunCommandInput) SetPermissionType added in v1.2.10

func (s *RunCommandInput) SetPermissionType(v string) *RunCommandInput

SetPermissionType sets the PermissionType field's value.

func (*RunCommandInput) SetPodIdList added in v1.2.10

func (s *RunCommandInput) SetPodIdList(v []*string) *RunCommandInput

SetPodIdList sets the PodIdList field's value.

func (*RunCommandInput) SetProductId added in v1.2.10

func (s *RunCommandInput) SetProductId(v string) *RunCommandInput

SetProductId sets the ProductId field's value.

func (*RunCommandInput) SetTimeoutSeconds added in v1.2.10

func (s *RunCommandInput) SetTimeoutSeconds(v int32) *RunCommandInput

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (RunCommandInput) String added in v1.2.10

func (s RunCommandInput) String() string

String returns the string representation

func (*RunCommandInput) Validate added in v1.2.10

func (s *RunCommandInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RunCommandOutput added in v1.2.10

type RunCommandOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForRunCommandOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RunCommandOutput) GoString added in v1.2.10

func (s RunCommandOutput) GoString() string

GoString returns the string representation

func (*RunCommandOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*RunCommandOutput) SetTaskAction added in v1.2.10

func (s *RunCommandOutput) SetTaskAction(v string) *RunCommandOutput

SetTaskAction sets the TaskAction field's value.

func (*RunCommandOutput) SetTaskId added in v1.2.10

func (s *RunCommandOutput) SetTaskId(v string) *RunCommandOutput

SetTaskId sets the TaskId field's value.

func (RunCommandOutput) String added in v1.2.10

func (s RunCommandOutput) String() string

String returns the string representation

type RunSyncCommandInput added in v1.2.10

type RunSyncCommandInput struct {

	// Command is a required field
	Command *string `type:"string" json:",omitempty" required:"true"`

	PermissionType *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RunSyncCommandInput) GoString added in v1.2.10

func (s RunSyncCommandInput) GoString() string

GoString returns the string representation

func (*RunSyncCommandInput) SetCommand added in v1.2.10

SetCommand sets the Command field's value.

func (*RunSyncCommandInput) SetPermissionType added in v1.2.10

func (s *RunSyncCommandInput) SetPermissionType(v string) *RunSyncCommandInput

SetPermissionType sets the PermissionType field's value.

func (*RunSyncCommandInput) SetPodIdList added in v1.2.10

func (s *RunSyncCommandInput) SetPodIdList(v []*string) *RunSyncCommandInput

SetPodIdList sets the PodIdList field's value.

func (*RunSyncCommandInput) SetProductId added in v1.2.10

func (s *RunSyncCommandInput) SetProductId(v string) *RunSyncCommandInput

SetProductId sets the ProductId field's value.

func (RunSyncCommandInput) String added in v1.2.10

func (s RunSyncCommandInput) String() string

String returns the string representation

func (*RunSyncCommandInput) Validate added in v1.2.10

func (s *RunSyncCommandInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RunSyncCommandOutput added in v1.2.10

type RunSyncCommandOutput struct {
	Metadata *response.ResponseMetadata

	Command *string `type:"string" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	Status []*StatusForRunSyncCommandOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RunSyncCommandOutput) GoString added in v1.2.10

func (s RunSyncCommandOutput) GoString() string

GoString returns the string representation

func (*RunSyncCommandOutput) SetCommand added in v1.2.10

SetCommand sets the Command field's value.

func (*RunSyncCommandOutput) SetProductId added in v1.2.10

func (s *RunSyncCommandOutput) SetProductId(v string) *RunSyncCommandOutput

SetProductId sets the ProductId field's value.

func (*RunSyncCommandOutput) SetStatus added in v1.2.10

SetStatus sets the Status field's value.

func (RunSyncCommandOutput) String added in v1.2.10

func (s RunSyncCommandOutput) String() string

String returns the string representation

type SetProxyInput added in v1.2.10

type SetProxyInput struct {
	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	ProxyConfig *ProxyConfigForSetProxyInput `type:"structure" json:",omitempty"`

	// ProxyStatus is a required field
	ProxyStatus *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (SetProxyInput) GoString added in v1.2.10

func (s SetProxyInput) GoString() string

GoString returns the string representation

func (*SetProxyInput) SetPodIdList added in v1.2.10

func (s *SetProxyInput) SetPodIdList(v []*string) *SetProxyInput

SetPodIdList sets the PodIdList field's value.

func (*SetProxyInput) SetProductId added in v1.2.10

func (s *SetProxyInput) SetProductId(v string) *SetProxyInput

SetProductId sets the ProductId field's value.

func (*SetProxyInput) SetProxyConfig added in v1.2.10

SetProxyConfig sets the ProxyConfig field's value.

func (*SetProxyInput) SetProxyStatus added in v1.2.10

func (s *SetProxyInput) SetProxyStatus(v int32) *SetProxyInput

SetProxyStatus sets the ProxyStatus field's value.

func (SetProxyInput) String added in v1.2.10

func (s SetProxyInput) String() string

String returns the string representation

func (*SetProxyInput) Validate added in v1.2.10

func (s *SetProxyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetProxyOutput added in v1.2.10

type SetProxyOutput struct {
	Metadata *response.ResponseMetadata

	JobList []*JobListForSetProxyOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SetProxyOutput) GoString added in v1.2.10

func (s SetProxyOutput) GoString() string

GoString returns the string representation

func (*SetProxyOutput) SetJobList added in v1.2.10

SetJobList sets the JobList field's value.

func (*SetProxyOutput) SetTaskAction added in v1.2.10

func (s *SetProxyOutput) SetTaskAction(v string) *SetProxyOutput

SetTaskAction sets the TaskAction field's value.

func (*SetProxyOutput) SetTaskId added in v1.2.10

func (s *SetProxyOutput) SetTaskId(v string) *SetProxyOutput

SetTaskId sets the TaskId field's value.

func (SetProxyOutput) String added in v1.2.10

func (s SetProxyOutput) String() string

String returns the string representation

type SettingGlobalListForGetPodPropertyOutput added in v1.2.10

type SettingGlobalListForGetPodPropertyOutput struct {
	// contains filtered or unexported fields
}

func (SettingGlobalListForGetPodPropertyOutput) GoString added in v1.2.10

GoString returns the string representation

func (SettingGlobalListForGetPodPropertyOutput) String added in v1.2.10

String returns the string representation

type SettingSecureListForGetPodPropertyOutput added in v1.2.10

type SettingSecureListForGetPodPropertyOutput struct {
	// contains filtered or unexported fields
}

func (SettingSecureListForGetPodPropertyOutput) GoString added in v1.2.10

GoString returns the string representation

func (SettingSecureListForGetPodPropertyOutput) String added in v1.2.10

String returns the string representation

type SettingSystemListForGetPodPropertyOutput added in v1.2.10

type SettingSystemListForGetPodPropertyOutput struct {
	// contains filtered or unexported fields
}

func (SettingSystemListForGetPodPropertyOutput) GoString added in v1.2.10

GoString returns the string representation

func (SettingSystemListForGetPodPropertyOutput) String added in v1.2.10

String returns the string representation

type SpecifyHostListForRestorePodInput added in v1.1.22

type SpecifyHostListForRestorePodInput struct {
	HostId *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpecifyHostListForRestorePodInput) GoString added in v1.1.22

GoString returns the string representation

func (*SpecifyHostListForRestorePodInput) SetHostId added in v1.1.22

SetHostId sets the HostId field's value.

func (*SpecifyHostListForRestorePodInput) SetPodIdList added in v1.1.22

SetPodIdList sets the PodIdList field's value.

func (SpecifyHostListForRestorePodInput) String added in v1.1.22

String returns the string representation

type StartRecordingInput added in v1.1.50

type StartRecordingInput struct {

	// DurationLimit is a required field
	DurationLimit *int32 `type:"int32" json:",omitempty" required:"true"`

	IsSavedOnPod *bool `type:"boolean" json:",omitempty"`

	// PodId is a required field
	PodId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	// RoundId is a required field
	RoundId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StartRecordingInput) GoString added in v1.1.50

func (s StartRecordingInput) GoString() string

GoString returns the string representation

func (*StartRecordingInput) SetDurationLimit added in v1.1.50

func (s *StartRecordingInput) SetDurationLimit(v int32) *StartRecordingInput

SetDurationLimit sets the DurationLimit field's value.

func (*StartRecordingInput) SetIsSavedOnPod added in v1.1.50

func (s *StartRecordingInput) SetIsSavedOnPod(v bool) *StartRecordingInput

SetIsSavedOnPod sets the IsSavedOnPod field's value.

func (*StartRecordingInput) SetPodId added in v1.1.50

SetPodId sets the PodId field's value.

func (*StartRecordingInput) SetProductId added in v1.1.50

func (s *StartRecordingInput) SetProductId(v string) *StartRecordingInput

SetProductId sets the ProductId field's value.

func (*StartRecordingInput) SetRoundId added in v1.1.50

SetRoundId sets the RoundId field's value.

func (StartRecordingInput) String added in v1.1.50

func (s StartRecordingInput) String() string

String returns the string representation

func (*StartRecordingInput) Validate added in v1.1.50

func (s *StartRecordingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartRecordingOutput added in v1.1.50

type StartRecordingOutput struct {
	Metadata *response.ResponseMetadata

	DownloadUrl *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartRecordingOutput) GoString added in v1.1.50

func (s StartRecordingOutput) GoString() string

GoString returns the string representation

func (*StartRecordingOutput) SetDownloadUrl added in v1.1.50

func (s *StartRecordingOutput) SetDownloadUrl(v string) *StartRecordingOutput

SetDownloadUrl sets the DownloadUrl field's value.

func (StartRecordingOutput) String added in v1.1.50

func (s StartRecordingOutput) String() string

String returns the string representation

type StartScreenShotInput added in v1.1.24

type StartScreenShotInput struct {
	DurationLimit *int32 `type:"int32" json:",omitempty"`

	FileType *string `type:"string" json:",omitempty"`

	Interval *int32 `type:"int32" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	Quality *int32 `type:"int32" json:",omitempty"`

	Rotation *int32 `type:"int32" json:",omitempty"`

	RoundId *string `type:"string" json:",omitempty"`

	Scale *float64 `type:"double" json:",omitempty"`

	TosInfo *TosInfoForStartScreenShotInput `type:"structure" json:",omitempty"`

	UploadType *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartScreenShotInput) GoString added in v1.1.24

func (s StartScreenShotInput) GoString() string

GoString returns the string representation

func (*StartScreenShotInput) SetDurationLimit added in v1.1.24

func (s *StartScreenShotInput) SetDurationLimit(v int32) *StartScreenShotInput

SetDurationLimit sets the DurationLimit field's value.

func (*StartScreenShotInput) SetFileType added in v1.1.24

SetFileType sets the FileType field's value.

func (*StartScreenShotInput) SetInterval added in v1.1.24

func (s *StartScreenShotInput) SetInterval(v int32) *StartScreenShotInput

SetInterval sets the Interval field's value.

func (*StartScreenShotInput) SetPodIdList added in v1.1.24

func (s *StartScreenShotInput) SetPodIdList(v []*string) *StartScreenShotInput

SetPodIdList sets the PodIdList field's value.

func (*StartScreenShotInput) SetProductId added in v1.1.24

func (s *StartScreenShotInput) SetProductId(v string) *StartScreenShotInput

SetProductId sets the ProductId field's value.

func (*StartScreenShotInput) SetQuality added in v1.1.24

SetQuality sets the Quality field's value.

func (*StartScreenShotInput) SetRotation added in v1.1.24

func (s *StartScreenShotInput) SetRotation(v int32) *StartScreenShotInput

SetRotation sets the Rotation field's value.

func (*StartScreenShotInput) SetRoundId added in v1.1.50

SetRoundId sets the RoundId field's value.

func (*StartScreenShotInput) SetScale added in v1.1.24

SetScale sets the Scale field's value.

func (*StartScreenShotInput) SetTosInfo added in v1.1.24

SetTosInfo sets the TosInfo field's value.

func (*StartScreenShotInput) SetUploadType added in v1.1.24

func (s *StartScreenShotInput) SetUploadType(v int32) *StartScreenShotInput

SetUploadType sets the UploadType field's value.

func (StartScreenShotInput) String added in v1.1.24

func (s StartScreenShotInput) String() string

String returns the string representation

func (*StartScreenShotInput) Validate added in v1.1.24

func (s *StartScreenShotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartScreenShotOutput added in v1.1.24

type StartScreenShotOutput struct {
	Metadata *response.ResponseMetadata

	Details []*DetailForStartScreenShotOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartScreenShotOutput) GoString added in v1.1.24

func (s StartScreenShotOutput) GoString() string

GoString returns the string representation

func (*StartScreenShotOutput) SetDetails added in v1.1.24

SetDetails sets the Details field's value.

func (StartScreenShotOutput) String added in v1.1.24

func (s StartScreenShotOutput) String() string

String returns the string representation

type StatusForRunSyncCommandOutput added in v1.2.10

type StatusForRunSyncCommandOutput struct {
	Detail *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	Success *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StatusForRunSyncCommandOutput) GoString added in v1.2.10

GoString returns the string representation

func (*StatusForRunSyncCommandOutput) SetDetail added in v1.2.10

SetDetail sets the Detail field's value.

func (*StatusForRunSyncCommandOutput) SetPodId added in v1.2.10

SetPodId sets the PodId field's value.

func (*StatusForRunSyncCommandOutput) SetSuccess added in v1.2.10

SetSuccess sets the Success field's value.

func (StatusForRunSyncCommandOutput) String added in v1.2.10

String returns the string representation

type StopRecordingInput added in v1.1.50

type StopRecordingInput struct {

	// PodId is a required field
	PodId *string `type:"string" json:",omitempty" required:"true"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StopRecordingInput) GoString added in v1.1.50

func (s StopRecordingInput) GoString() string

GoString returns the string representation

func (*StopRecordingInput) SetPodId added in v1.1.50

SetPodId sets the PodId field's value.

func (*StopRecordingInput) SetProductId added in v1.1.50

func (s *StopRecordingInput) SetProductId(v string) *StopRecordingInput

SetProductId sets the ProductId field's value.

func (StopRecordingInput) String added in v1.1.50

func (s StopRecordingInput) String() string

String returns the string representation

func (*StopRecordingInput) Validate added in v1.1.50

func (s *StopRecordingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopRecordingOutput added in v1.1.50

type StopRecordingOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (StopRecordingOutput) GoString added in v1.1.50

func (s StopRecordingOutput) GoString() string

GoString returns the string representation

func (StopRecordingOutput) String added in v1.1.50

func (s StopRecordingOutput) String() string

String returns the string representation

type StopScreenShotInput added in v1.1.24

type StopScreenShotInput struct {
	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StopScreenShotInput) GoString added in v1.1.24

func (s StopScreenShotInput) GoString() string

GoString returns the string representation

func (*StopScreenShotInput) SetPodIdList added in v1.1.24

func (s *StopScreenShotInput) SetPodIdList(v []*string) *StopScreenShotInput

SetPodIdList sets the PodIdList field's value.

func (*StopScreenShotInput) SetProductId added in v1.1.24

func (s *StopScreenShotInput) SetProductId(v string) *StopScreenShotInput

SetProductId sets the ProductId field's value.

func (StopScreenShotInput) String added in v1.1.24

func (s StopScreenShotInput) String() string

String returns the string representation

func (*StopScreenShotInput) Validate added in v1.1.24

func (s *StopScreenShotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopScreenShotOutput added in v1.1.24

type StopScreenShotOutput struct {
	Metadata *response.ResponseMetadata

	Details []*DetailForStopScreenShotOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StopScreenShotOutput) GoString added in v1.1.24

func (s StopScreenShotOutput) GoString() string

GoString returns the string representation

func (*StopScreenShotOutput) SetDetails added in v1.1.24

SetDetails sets the Details field's value.

func (StopScreenShotOutput) String added in v1.1.24

func (s StopScreenShotOutput) String() string

String returns the string representation

type SystemImgForBuildAOSPImageInput added in v1.2.10

type SystemImgForBuildAOSPImageInput struct {
	FilePath *string `type:"string" json:",omitempty"`

	MD5 *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SystemImgForBuildAOSPImageInput) GoString added in v1.2.10

GoString returns the string representation

func (*SystemImgForBuildAOSPImageInput) SetFilePath added in v1.2.10

SetFilePath sets the FilePath field's value.

func (*SystemImgForBuildAOSPImageInput) SetMD5 added in v1.2.10

SetMD5 sets the MD5 field's value.

func (SystemImgForBuildAOSPImageInput) String added in v1.2.10

String returns the string representation

type TagForDetailPodOutput added in v1.2.10

type TagForDetailPodOutput 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 (TagForDetailPodOutput) GoString added in v1.2.10

func (s TagForDetailPodOutput) GoString() string

GoString returns the string representation

func (*TagForDetailPodOutput) SetPodNum added in v1.2.10

SetPodNum sets the PodNum field's value.

func (*TagForDetailPodOutput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (*TagForDetailPodOutput) SetTagDesc added in v1.2.10

SetTagDesc sets the TagDesc field's value.

func (*TagForDetailPodOutput) SetTagId added in v1.2.10

SetTagId sets the TagId field's value.

func (*TagForDetailPodOutput) SetTagName added in v1.2.10

SetTagName sets the TagName field's value.

func (TagForDetailPodOutput) String added in v1.2.10

func (s TagForDetailPodOutput) String() string

String returns the string representation

type TagForGetPhoneTemplateOutput added in v1.1.45

type TagForGetPhoneTemplateOutput struct {
	AccountId *string `type:"string" json:",omitempty"`

	TagDesc *string `type:"string" json:",omitempty"`

	TagId *string `type:"string" json:",omitempty"`

	TagName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForGetPhoneTemplateOutput) GoString added in v1.1.45

func (s TagForGetPhoneTemplateOutput) GoString() string

GoString returns the string representation

func (*TagForGetPhoneTemplateOutput) SetAccountId added in v1.1.45

SetAccountId sets the AccountId field's value.

func (*TagForGetPhoneTemplateOutput) SetTagDesc added in v1.1.45

SetTagDesc sets the TagDesc field's value.

func (*TagForGetPhoneTemplateOutput) SetTagId added in v1.1.45

SetTagId sets the TagId field's value.

func (*TagForGetPhoneTemplateOutput) SetTagName added in v1.1.45

SetTagName sets the TagName field's value.

func (TagForGetPhoneTemplateOutput) String added in v1.1.45

String returns the string representation

type TagForListPodOutput

type TagForListPodOutput struct {
	PodNum *int64 `type:"int64" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	TagDesc *string `type:"string" json:",omitempty"`

	TagId *string `type:"string" json:",omitempty"`

	TagName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForListPodOutput) GoString

func (s TagForListPodOutput) GoString() string

GoString returns the string representation

func (*TagForListPodOutput) SetPodNum

SetPodNum sets the PodNum field's value.

func (*TagForListPodOutput) SetProductId

func (s *TagForListPodOutput) SetProductId(v string) *TagForListPodOutput

SetProductId sets the ProductId field's value.

func (*TagForListPodOutput) SetTagDesc

SetTagDesc sets the TagDesc field's value.

func (*TagForListPodOutput) SetTagId

SetTagId sets the TagId field's value.

func (*TagForListPodOutput) SetTagName

SetTagName sets the TagName field's value.

func (TagForListPodOutput) String

func (s TagForListPodOutput) String() string

String returns the string representation

type TosInfoForStartScreenShotInput added in v1.1.24

type TosInfoForStartScreenShotInput struct {
	Bucket *string `type:"string" json:",omitempty"`

	Endpoint *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TosInfoForStartScreenShotInput) GoString added in v1.1.24

GoString returns the string representation

func (*TosInfoForStartScreenShotInput) SetBucket added in v1.1.24

SetBucket sets the Bucket field's value.

func (*TosInfoForStartScreenShotInput) SetEndpoint added in v1.1.24

SetEndpoint sets the Endpoint field's value.

func (*TosInfoForStartScreenShotInput) SetRegion added in v1.1.24

SetRegion sets the Region field's value.

func (TosInfoForStartScreenShotInput) String added in v1.1.24

String returns the string representation

type UnbindPortMappingRuleInput added in v1.2.10

type UnbindPortMappingRuleInput struct {
	PodIdList []*string `type:"list" json:",omitempty"`

	PortMappingRuleIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UnbindPortMappingRuleInput) GoString added in v1.2.10

func (s UnbindPortMappingRuleInput) GoString() string

GoString returns the string representation

func (*UnbindPortMappingRuleInput) SetPodIdList added in v1.2.10

SetPodIdList sets the PodIdList field's value.

func (*UnbindPortMappingRuleInput) SetPortMappingRuleIdList added in v1.2.10

func (s *UnbindPortMappingRuleInput) SetPortMappingRuleIdList(v []*string) *UnbindPortMappingRuleInput

SetPortMappingRuleIdList sets the PortMappingRuleIdList field's value.

func (*UnbindPortMappingRuleInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (UnbindPortMappingRuleInput) String added in v1.2.10

String returns the string representation

func (*UnbindPortMappingRuleInput) Validate added in v1.2.10

func (s *UnbindPortMappingRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnbindPortMappingRuleOutput added in v1.2.10

type UnbindPortMappingRuleOutput struct {
	Metadata *response.ResponseMetadata

	ErrorPodInfoList []*ErrorPodInfoListForUnbindPortMappingRuleOutput `type:"list" json:",omitempty"`

	SuccessPodIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UnbindPortMappingRuleOutput) GoString added in v1.2.10

func (s UnbindPortMappingRuleOutput) GoString() string

GoString returns the string representation

func (*UnbindPortMappingRuleOutput) SetErrorPodInfoList added in v1.2.10

SetErrorPodInfoList sets the ErrorPodInfoList field's value.

func (*UnbindPortMappingRuleOutput) SetSuccessPodIdList added in v1.2.10

func (s *UnbindPortMappingRuleOutput) SetSuccessPodIdList(v []*string) *UnbindPortMappingRuleOutput

SetSuccessPodIdList sets the SuccessPodIdList field's value.

func (UnbindPortMappingRuleOutput) String added in v1.2.10

String returns the string representation

type UninstallAppInput added in v1.2.10

type UninstallAppInput struct {

	// AppId is a required field
	AppId *string `type:"string" json:",omitempty" required:"true"`

	PodIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	TagIdList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UninstallAppInput) GoString added in v1.2.10

func (s UninstallAppInput) GoString() string

GoString returns the string representation

func (*UninstallAppInput) SetAppId added in v1.2.10

func (s *UninstallAppInput) SetAppId(v string) *UninstallAppInput

SetAppId sets the AppId field's value.

func (*UninstallAppInput) SetPodIdList added in v1.2.10

func (s *UninstallAppInput) SetPodIdList(v []*string) *UninstallAppInput

SetPodIdList sets the PodIdList field's value.

func (*UninstallAppInput) SetProductId added in v1.2.10

func (s *UninstallAppInput) SetProductId(v string) *UninstallAppInput

SetProductId sets the ProductId field's value.

func (*UninstallAppInput) SetTagIdList added in v1.2.10

func (s *UninstallAppInput) SetTagIdList(v []*string) *UninstallAppInput

SetTagIdList sets the TagIdList field's value.

func (UninstallAppInput) String added in v1.2.10

func (s UninstallAppInput) String() string

String returns the string representation

func (*UninstallAppInput) Validate added in v1.2.10

func (s *UninstallAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UninstallAppOutput added in v1.2.10

type UninstallAppOutput struct {
	Metadata *response.ResponseMetadata

	Jobs []*JobForUninstallAppOutput `type:"list" json:",omitempty"`

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UninstallAppOutput) GoString added in v1.2.10

func (s UninstallAppOutput) GoString() string

GoString returns the string representation

func (*UninstallAppOutput) SetJobs added in v1.2.10

SetJobs sets the Jobs field's value.

func (*UninstallAppOutput) SetTaskAction added in v1.2.10

func (s *UninstallAppOutput) SetTaskAction(v string) *UninstallAppOutput

SetTaskAction sets the TaskAction field's value.

func (*UninstallAppOutput) SetTaskId added in v1.2.10

func (s *UninstallAppOutput) SetTaskId(v string) *UninstallAppOutput

SetTaskId sets the TaskId field's value.

func (UninstallAppOutput) String added in v1.2.10

func (s UninstallAppOutput) String() string

String returns the string representation

type UnsubscribeHostResourceInput added in v1.2.10

type UnsubscribeHostResourceInput struct {
	Force *bool `type:"boolean" json:",omitempty"`

	HostIdList []*string `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UnsubscribeHostResourceInput) GoString added in v1.2.10

func (s UnsubscribeHostResourceInput) GoString() string

GoString returns the string representation

func (*UnsubscribeHostResourceInput) SetForce added in v1.2.10

SetForce sets the Force field's value.

func (*UnsubscribeHostResourceInput) SetHostIdList added in v1.2.10

SetHostIdList sets the HostIdList field's value.

func (*UnsubscribeHostResourceInput) SetProductId added in v1.2.10

SetProductId sets the ProductId field's value.

func (UnsubscribeHostResourceInput) String added in v1.2.10

String returns the string representation

func (*UnsubscribeHostResourceInput) Validate added in v1.2.10

func (s *UnsubscribeHostResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnsubscribeHostResourceOutput added in v1.2.10

type UnsubscribeHostResourceOutput struct {
	Metadata *response.ResponseMetadata

	ExceptionList []*ExceptionListForUnsubscribeHostResourceOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UnsubscribeHostResourceOutput) GoString added in v1.2.10

GoString returns the string representation

func (*UnsubscribeHostResourceOutput) SetExceptionList added in v1.2.10

SetExceptionList sets the ExceptionList field's value.

func (UnsubscribeHostResourceOutput) String added in v1.2.10

String returns the string representation

type UpdateAOSPImageInput added in v1.2.10

type UpdateAOSPImageInput struct {
	ImageAnnotation *string `type:"string" json:",omitempty"`

	// ImageId is a required field
	ImageId *string `type:"string" json:",omitempty" required:"true"`

	ImageName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateAOSPImageInput) GoString added in v1.2.10

func (s UpdateAOSPImageInput) GoString() string

GoString returns the string representation

func (*UpdateAOSPImageInput) SetImageAnnotation added in v1.2.10

func (s *UpdateAOSPImageInput) SetImageAnnotation(v string) *UpdateAOSPImageInput

SetImageAnnotation sets the ImageAnnotation field's value.

func (*UpdateAOSPImageInput) SetImageId added in v1.2.10

SetImageId sets the ImageId field's value.

func (*UpdateAOSPImageInput) SetImageName added in v1.2.10

func (s *UpdateAOSPImageInput) SetImageName(v string) *UpdateAOSPImageInput

SetImageName sets the ImageName field's value.

func (UpdateAOSPImageInput) String added in v1.2.10

func (s UpdateAOSPImageInput) String() string

String returns the string representation

func (*UpdateAOSPImageInput) Validate added in v1.2.10

func (s *UpdateAOSPImageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAOSPImageOutput added in v1.2.10

type UpdateAOSPImageOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateAOSPImageOutput) GoString added in v1.2.10

func (s UpdateAOSPImageOutput) GoString() string

GoString returns the string representation

func (UpdateAOSPImageOutput) String added in v1.2.10

func (s UpdateAOSPImageOutput) String() string

String returns the string representation

type UpdateCustomRouteInput added in v1.1.22

type UpdateCustomRouteInput struct {

	// CustomRouteId is a required field
	CustomRouteId *string `type:"string" json:",omitempty" required:"true"`

	CustomRouteName *string `type:"string" json:",omitempty"`

	DstIP *string `type:"string" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`

	ProxyCipher *string `type:"string" json:",omitempty"`

	ProxyPassword *string `type:"string" json:",omitempty"`

	ProxyPort *int32 `type:"int32" json:",omitempty"`

	ProxyProtocol *string `type:"string" json:",omitempty"`

	ProxyUserName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateCustomRouteInput) GoString added in v1.1.22

func (s UpdateCustomRouteInput) GoString() string

GoString returns the string representation

func (*UpdateCustomRouteInput) SetCustomRouteId added in v1.1.22

func (s *UpdateCustomRouteInput) SetCustomRouteId(v string) *UpdateCustomRouteInput

SetCustomRouteId sets the CustomRouteId field's value.

func (*UpdateCustomRouteInput) SetCustomRouteName added in v1.1.22

func (s *UpdateCustomRouteInput) SetCustomRouteName(v string) *UpdateCustomRouteInput

SetCustomRouteName sets the CustomRouteName field's value.

func (*UpdateCustomRouteInput) SetDstIP added in v1.1.22

SetDstIP sets the DstIP field's value.

func (*UpdateCustomRouteInput) SetProductId added in v1.1.22

SetProductId sets the ProductId field's value.

func (*UpdateCustomRouteInput) SetProxyCipher added in v1.1.22

SetProxyCipher sets the ProxyCipher field's value.

func (*UpdateCustomRouteInput) SetProxyPassword added in v1.1.22

func (s *UpdateCustomRouteInput) SetProxyPassword(v string) *UpdateCustomRouteInput

SetProxyPassword sets the ProxyPassword field's value.

func (*UpdateCustomRouteInput) SetProxyPort added in v1.1.22

SetProxyPort sets the ProxyPort field's value.

func (*UpdateCustomRouteInput) SetProxyProtocol added in v1.1.22

func (s *UpdateCustomRouteInput) SetProxyProtocol(v string) *UpdateCustomRouteInput

SetProxyProtocol sets the ProxyProtocol field's value.

func (*UpdateCustomRouteInput) SetProxyUserName added in v1.1.22

func (s *UpdateCustomRouteInput) SetProxyUserName(v string) *UpdateCustomRouteInput

SetProxyUserName sets the ProxyUserName field's value.

func (UpdateCustomRouteInput) String added in v1.1.22

func (s UpdateCustomRouteInput) String() string

String returns the string representation

func (*UpdateCustomRouteInput) Validate added in v1.1.22

func (s *UpdateCustomRouteInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateCustomRouteOutput added in v1.1.22

type UpdateCustomRouteOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateCustomRouteOutput) GoString added in v1.1.22

func (s UpdateCustomRouteOutput) GoString() string

GoString returns the string representation

func (UpdateCustomRouteOutput) String added in v1.1.22

func (s UpdateCustomRouteOutput) String() string

String returns the string representation

type UpdatePhoneTemplateInput added in v1.1.45

type UpdatePhoneTemplateInput struct {

	// PhoneTemplateId is a required field
	PhoneTemplateId *string `type:"string" json:",omitempty" required:"true"`

	PhoneTemplateName *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdatePhoneTemplateInput) GoString added in v1.1.45

func (s UpdatePhoneTemplateInput) GoString() string

GoString returns the string representation

func (*UpdatePhoneTemplateInput) SetPhoneTemplateId added in v1.1.45

func (s *UpdatePhoneTemplateInput) SetPhoneTemplateId(v string) *UpdatePhoneTemplateInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*UpdatePhoneTemplateInput) SetPhoneTemplateName added in v1.1.45

func (s *UpdatePhoneTemplateInput) SetPhoneTemplateName(v string) *UpdatePhoneTemplateInput

SetPhoneTemplateName sets the PhoneTemplateName field's value.

func (*UpdatePhoneTemplateInput) SetStatus added in v1.1.45

SetStatus sets the Status field's value.

func (UpdatePhoneTemplateInput) String added in v1.1.45

func (s UpdatePhoneTemplateInput) String() string

String returns the string representation

func (*UpdatePhoneTemplateInput) Validate added in v1.1.45

func (s *UpdatePhoneTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePhoneTemplateOutput added in v1.1.45

type UpdatePhoneTemplateOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdatePhoneTemplateOutput) GoString added in v1.1.45

func (s UpdatePhoneTemplateOutput) GoString() string

GoString returns the string representation

func (UpdatePhoneTemplateOutput) String added in v1.1.45

func (s UpdatePhoneTemplateOutput) String() string

String returns the string representation

type UpdatePodPropertyInput added in v1.1.45

type UpdatePodPropertyInput struct {
	PhoneTemplateId *string `type:"string" json:",omitempty"`

	PodId *string `type:"string" json:",omitempty"`

	PodIdList []*string `type:"list" json:",omitempty"`

	PodPersistProperties []*PodPersistPropertyForUpdatePodPropertyInput `type:"list" json:",omitempty"`

	PodProperties []*PodPropertyForUpdatePodPropertyInput `type:"list" json:",omitempty"`

	PodSettings []*PodSettingForUpdatePodPropertyInput `type:"list" json:",omitempty"`

	// ProductId is a required field
	ProductId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpdatePodPropertyInput) GoString added in v1.1.45

func (s UpdatePodPropertyInput) GoString() string

GoString returns the string representation

func (*UpdatePodPropertyInput) SetPhoneTemplateId added in v1.1.45

func (s *UpdatePodPropertyInput) SetPhoneTemplateId(v string) *UpdatePodPropertyInput

SetPhoneTemplateId sets the PhoneTemplateId field's value.

func (*UpdatePodPropertyInput) SetPodId added in v1.1.45

SetPodId sets the PodId field's value.

func (*UpdatePodPropertyInput) SetPodIdList added in v1.1.45

func (s *UpdatePodPropertyInput) SetPodIdList(v []*string) *UpdatePodPropertyInput

SetPodIdList sets the PodIdList field's value.

func (*UpdatePodPropertyInput) SetPodPersistProperties added in v1.1.45

SetPodPersistProperties sets the PodPersistProperties field's value.

func (*UpdatePodPropertyInput) SetPodProperties added in v1.1.45

SetPodProperties sets the PodProperties field's value.

func (*UpdatePodPropertyInput) SetPodSettings added in v1.1.45

SetPodSettings sets the PodSettings field's value.

func (*UpdatePodPropertyInput) SetProductId added in v1.1.45

SetProductId sets the ProductId field's value.

func (UpdatePodPropertyInput) String added in v1.1.45

func (s UpdatePodPropertyInput) String() string

String returns the string representation

func (*UpdatePodPropertyInput) Validate added in v1.1.45

func (s *UpdatePodPropertyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePodPropertyOutput added in v1.1.45

type UpdatePodPropertyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdatePodPropertyOutput) GoString added in v1.1.45

func (s UpdatePodPropertyOutput) GoString() string

GoString returns the string representation

func (UpdatePodPropertyOutput) String added in v1.1.45

func (s UpdatePodPropertyOutput) String() string

String returns the string representation

type UploadAppInput added in v1.2.10

type UploadAppInput 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"`

	// AppType is a required field
	AppType *int32 `type:"int32" json:",omitempty" required:"true"`

	// DownloadUrl is a required field
	DownloadUrl *string `type:"string" json:",omitempty" required:"true"`

	ExtraInfo *ExtraInfoForUploadAppInput `type:"structure" json:",omitempty"`

	ParseFlag *int32 `type:"int32" json:",omitempty"`

	ProductId *string `type:"string" json:",omitempty"`

	Rotation *int32 `type:"int32" json:",omitempty"`

	UploadType *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UploadAppInput) GoString added in v1.2.10

func (s UploadAppInput) GoString() string

GoString returns the string representation

func (*UploadAppInput) SetAppDesc added in v1.2.10

func (s *UploadAppInput) SetAppDesc(v string) *UploadAppInput

SetAppDesc sets the AppDesc field's value.

func (*UploadAppInput) SetAppId added in v1.2.10

func (s *UploadAppInput) SetAppId(v string) *UploadAppInput

SetAppId sets the AppId field's value.

func (*UploadAppInput) SetAppMode added in v1.2.10

func (s *UploadAppInput) SetAppMode(v string) *UploadAppInput

SetAppMode sets the AppMode field's value.

func (*UploadAppInput) SetAppName added in v1.2.10

func (s *UploadAppInput) SetAppName(v string) *UploadAppInput

SetAppName sets the AppName field's value.

func (*UploadAppInput) SetAppType added in v1.2.10

func (s *UploadAppInput) SetAppType(v int32) *UploadAppInput

SetAppType sets the AppType field's value.

func (*UploadAppInput) SetDownloadUrl added in v1.2.10

func (s *UploadAppInput) SetDownloadUrl(v string) *UploadAppInput

SetDownloadUrl sets the DownloadUrl field's value.

func (*UploadAppInput) SetExtraInfo added in v1.2.10

SetExtraInfo sets the ExtraInfo field's value.

func (*UploadAppInput) SetParseFlag added in v1.2.10

func (s *UploadAppInput) SetParseFlag(v int32) *UploadAppInput

SetParseFlag sets the ParseFlag field's value.

func (*UploadAppInput) SetProductId added in v1.2.10

func (s *UploadAppInput) SetProductId(v string) *UploadAppInput

SetProductId sets the ProductId field's value.

func (*UploadAppInput) SetRotation added in v1.2.10

func (s *UploadAppInput) SetRotation(v int32) *UploadAppInput

SetRotation sets the Rotation field's value.

func (*UploadAppInput) SetUploadType added in v1.2.10

func (s *UploadAppInput) SetUploadType(v int32) *UploadAppInput

SetUploadType sets the UploadType field's value.

func (UploadAppInput) String added in v1.2.10

func (s UploadAppInput) String() string

String returns the string representation

func (*UploadAppInput) Validate added in v1.2.10

func (s *UploadAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UploadAppOutput added in v1.2.10

type UploadAppOutput struct {
	Metadata *response.ResponseMetadata

	TaskAction *string `type:"string" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UploadAppOutput) GoString added in v1.2.10

func (s UploadAppOutput) GoString() string

GoString returns the string representation

func (*UploadAppOutput) SetTaskAction added in v1.2.10

func (s *UploadAppOutput) SetTaskAction(v string) *UploadAppOutput

SetTaskAction sets the TaskAction field's value.

func (*UploadAppOutput) SetTaskId added in v1.2.10

func (s *UploadAppOutput) SetTaskId(v string) *UploadAppOutput

SetTaskId sets the TaskId field's value.

func (UploadAppOutput) String added in v1.2.10

func (s UploadAppOutput) String() string

String returns the string representation

type VendorImgForBuildAOSPImageInput added in v1.2.10

type VendorImgForBuildAOSPImageInput struct {
	FilePath *string `type:"string" json:",omitempty"`

	MD5 *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VendorImgForBuildAOSPImageInput) GoString added in v1.2.10

GoString returns the string representation

func (*VendorImgForBuildAOSPImageInput) SetFilePath added in v1.2.10

SetFilePath sets the FilePath field's value.

func (*VendorImgForBuildAOSPImageInput) SetMD5 added in v1.2.10

SetMD5 sets the MD5 field's value.

func (VendorImgForBuildAOSPImageInput) String added in v1.2.10

String returns the string representation

type VersionListForDetailAppOutput added in v1.2.10

type VersionListForDetailAppOutput 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 *int32 `type:"int32" json:",omitempty"`

	VersionId *int32 `type:"int32" json:",omitempty"`

	VersionName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VersionListForDetailAppOutput) GoString added in v1.2.10

GoString returns the string representation

func (*VersionListForDetailAppOutput) SetAppId added in v1.2.10

SetAppId sets the AppId field's value.

func (*VersionListForDetailAppOutput) SetAppVersionDesc added in v1.2.10

SetAppVersionDesc sets the AppVersionDesc field's value.

func (*VersionListForDetailAppOutput) SetDownloadUrl added in v1.2.10

SetDownloadUrl sets the DownloadUrl field's value.

func (*VersionListForDetailAppOutput) SetMD5 added in v1.2.10

SetMD5 sets the MD5 field's value.

func (*VersionListForDetailAppOutput) SetPackageName added in v1.2.10

SetPackageName sets the PackageName field's value.

func (*VersionListForDetailAppOutput) SetVersionCode added in v1.2.10

SetVersionCode sets the VersionCode field's value.

func (*VersionListForDetailAppOutput) SetVersionId added in v1.2.10

SetVersionId sets the VersionId field's value.

func (*VersionListForDetailAppOutput) SetVersionName added in v1.2.10

SetVersionName sets the VersionName field's value.

func (VersionListForDetailAppOutput) String added in v1.2.10

String returns the string representation

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL