v20230303

package
v1.0.941 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// 超过配额限制。
	LIMITEXCEEDED = "LimitExceeded"

	// 资源不存在。
	RESOURCENOTFOUND = "ResourceNotFound"
)
View Source
const APIVersion = "2023-03-03"

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	common.Client
}

func NewClient

func NewClient(credential common.CredentialIface, region string, clientProfile *profile.ClientProfile) (client *Client, err error)

func NewClientWithSecretId

func NewClientWithSecretId(secretId, secretKey, region string) (client *Client, err error)

Deprecated

func (*Client) Create5GInstance

func (c *Client) Create5GInstance(request *Create5GInstanceRequest) (response *Create5GInstanceResponse, err error)

Create5GInstance 创建5G入云服务接口

可能返回的错误码:

LIMITEXCEEDED = "LimitExceeded"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) Create5GInstanceWithContext

func (c *Client) Create5GInstanceWithContext(ctx context.Context, request *Create5GInstanceRequest) (response *Create5GInstanceResponse, err error)

Create5GInstance 创建5G入云服务接口

可能返回的错误码:

LIMITEXCEEDED = "LimitExceeded"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) Delete5GInstance

func (c *Client) Delete5GInstance(request *Delete5GInstanceRequest) (response *Delete5GInstanceResponse, err error)

Delete5GInstance 删除5G入云服务

可能返回的错误码:

LIMITEXCEEDED = "LimitExceeded"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) Delete5GInstanceWithContext

func (c *Client) Delete5GInstanceWithContext(ctx context.Context, request *Delete5GInstanceRequest) (response *Delete5GInstanceResponse, err error)

Delete5GInstance 删除5G入云服务

可能返回的错误码:

LIMITEXCEEDED = "LimitExceeded"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) Describe5GAPNs

func (c *Client) Describe5GAPNs(request *Describe5GAPNsRequest) (response *Describe5GAPNsResponse, err error)

Describe5GAPNs 查询APN信息

可能返回的错误码:

LIMITEXCEEDED = "LimitExceeded"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) Describe5GAPNsWithContext

func (c *Client) Describe5GAPNsWithContext(ctx context.Context, request *Describe5GAPNsRequest) (response *Describe5GAPNsResponse, err error)

Describe5GAPNs 查询APN信息

可能返回的错误码:

LIMITEXCEEDED = "LimitExceeded"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) Describe5GInstances

func (c *Client) Describe5GInstances(request *Describe5GInstancesRequest) (response *Describe5GInstancesResponse, err error)

Describe5GInstances 查询5G入云服务

可能返回的错误码:

LIMITEXCEEDED = "LimitExceeded"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) Describe5GInstancesWithContext

func (c *Client) Describe5GInstancesWithContext(ctx context.Context, request *Describe5GInstancesRequest) (response *Describe5GInstancesResponse, err error)

Describe5GInstances 查询5G入云服务

可能返回的错误码:

LIMITEXCEEDED = "LimitExceeded"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) Modify5GInstanceAttribute

func (c *Client) Modify5GInstanceAttribute(request *Modify5GInstanceAttributeRequest) (response *Modify5GInstanceAttributeResponse, err error)

Modify5GInstanceAttribute 修改5G入云服务

可能返回的错误码:

RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) Modify5GInstanceAttributeWithContext

func (c *Client) Modify5GInstanceAttributeWithContext(ctx context.Context, request *Modify5GInstanceAttributeRequest) (response *Modify5GInstanceAttributeResponse, err error)

Modify5GInstanceAttribute 修改5G入云服务

可能返回的错误码:

RESOURCENOTFOUND = "ResourceNotFound"

type Create5GInstanceRequest

type Create5GInstanceRequest struct {
	*tchttp.BaseRequest
}

func NewCreate5GInstanceRequest

func NewCreate5GInstanceRequest() (request *Create5GInstanceRequest)

func (*Create5GInstanceRequest) FromJsonString

func (r *Create5GInstanceRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*Create5GInstanceRequest) ToJsonString

func (r *Create5GInstanceRequest) ToJsonString() string

type Create5GInstanceRequestParams

type Create5GInstanceRequestParams struct {
}

Predefined struct for user

type Create5GInstanceResponse

type Create5GInstanceResponse struct {
	*tchttp.BaseResponse
	Response *Create5GInstanceResponseParams `json:"Response"`
}

func NewCreate5GInstanceResponse

func NewCreate5GInstanceResponse() (response *Create5GInstanceResponse)

func (*Create5GInstanceResponse) FromJsonString

func (r *Create5GInstanceResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*Create5GInstanceResponse) ToJsonString

func (r *Create5GInstanceResponse) ToJsonString() string

type Create5GInstanceResponseParams

type Create5GInstanceResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type Delete5GInstanceRequest

type Delete5GInstanceRequest struct {
	*tchttp.BaseRequest
}

func NewDelete5GInstanceRequest

func NewDelete5GInstanceRequest() (request *Delete5GInstanceRequest)

func (*Delete5GInstanceRequest) FromJsonString

func (r *Delete5GInstanceRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*Delete5GInstanceRequest) ToJsonString

func (r *Delete5GInstanceRequest) ToJsonString() string

type Delete5GInstanceRequestParams

type Delete5GInstanceRequestParams struct {
}

Predefined struct for user

type Delete5GInstanceResponse

type Delete5GInstanceResponse struct {
	*tchttp.BaseResponse
	Response *Delete5GInstanceResponseParams `json:"Response"`
}

func NewDelete5GInstanceResponse

func NewDelete5GInstanceResponse() (response *Delete5GInstanceResponse)

func (*Delete5GInstanceResponse) FromJsonString

func (r *Delete5GInstanceResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*Delete5GInstanceResponse) ToJsonString

func (r *Delete5GInstanceResponse) ToJsonString() string

type Delete5GInstanceResponseParams

type Delete5GInstanceResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type Describe5GAPNsRequest

type Describe5GAPNsRequest struct {
	*tchttp.BaseRequest
}

func NewDescribe5GAPNsRequest

func NewDescribe5GAPNsRequest() (request *Describe5GAPNsRequest)

func (*Describe5GAPNsRequest) FromJsonString

func (r *Describe5GAPNsRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*Describe5GAPNsRequest) ToJsonString

func (r *Describe5GAPNsRequest) ToJsonString() string

type Describe5GAPNsRequestParams

type Describe5GAPNsRequestParams struct {
}

Predefined struct for user

type Describe5GAPNsResponse

type Describe5GAPNsResponse struct {
	*tchttp.BaseResponse
	Response *Describe5GAPNsResponseParams `json:"Response"`
}

func NewDescribe5GAPNsResponse

func NewDescribe5GAPNsResponse() (response *Describe5GAPNsResponse)

func (*Describe5GAPNsResponse) FromJsonString

func (r *Describe5GAPNsResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*Describe5GAPNsResponse) ToJsonString

func (r *Describe5GAPNsResponse) ToJsonString() string

type Describe5GAPNsResponseParams

type Describe5GAPNsResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type Describe5GInstancesRequest

type Describe5GInstancesRequest struct {
	*tchttp.BaseRequest
}

func NewDescribe5GInstancesRequest

func NewDescribe5GInstancesRequest() (request *Describe5GInstancesRequest)

func (*Describe5GInstancesRequest) FromJsonString

func (r *Describe5GInstancesRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*Describe5GInstancesRequest) ToJsonString

func (r *Describe5GInstancesRequest) ToJsonString() string

type Describe5GInstancesRequestParams

type Describe5GInstancesRequestParams struct {
}

Predefined struct for user

type Describe5GInstancesResponse

type Describe5GInstancesResponse struct {
	*tchttp.BaseResponse
	Response *Describe5GInstancesResponseParams `json:"Response"`
}

func NewDescribe5GInstancesResponse

func NewDescribe5GInstancesResponse() (response *Describe5GInstancesResponse)

func (*Describe5GInstancesResponse) FromJsonString

func (r *Describe5GInstancesResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*Describe5GInstancesResponse) ToJsonString

func (r *Describe5GInstancesResponse) ToJsonString() string

type Describe5GInstancesResponseParams

type Describe5GInstancesResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type Modify5GInstanceAttributeRequest

type Modify5GInstanceAttributeRequest struct {
	*tchttp.BaseRequest
}

func NewModify5GInstanceAttributeRequest

func NewModify5GInstanceAttributeRequest() (request *Modify5GInstanceAttributeRequest)

func (*Modify5GInstanceAttributeRequest) FromJsonString

func (r *Modify5GInstanceAttributeRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*Modify5GInstanceAttributeRequest) ToJsonString

func (r *Modify5GInstanceAttributeRequest) ToJsonString() string

type Modify5GInstanceAttributeRequestParams

type Modify5GInstanceAttributeRequestParams struct {
}

Predefined struct for user

type Modify5GInstanceAttributeResponse

type Modify5GInstanceAttributeResponse struct {
	*tchttp.BaseResponse
	Response *Modify5GInstanceAttributeResponseParams `json:"Response"`
}

func NewModify5GInstanceAttributeResponse

func NewModify5GInstanceAttributeResponse() (response *Modify5GInstanceAttributeResponse)

func (*Modify5GInstanceAttributeResponse) FromJsonString

func (r *Modify5GInstanceAttributeResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*Modify5GInstanceAttributeResponse) ToJsonString

func (r *Modify5GInstanceAttributeResponse) ToJsonString() string

type Modify5GInstanceAttributeResponseParams

type Modify5GInstanceAttributeResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

Jump to

Keyboard shortcuts

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