Documentation ¶
Index ¶
- Constants
- type ApolloEnvParam
- type BoundK8SInfo
- type Client
- func (c *Client) CreateEngine(request *CreateEngineRequest) (response *CreateEngineResponse, err error)
- func (c *Client) CreateEngineWithContext(ctx context.Context, request *CreateEngineRequest) (response *CreateEngineResponse, err error)
- func (c *Client) DeleteEngine(request *DeleteEngineRequest) (response *DeleteEngineResponse, err error)
- func (c *Client) DeleteEngineWithContext(ctx context.Context, request *DeleteEngineRequest) (response *DeleteEngineResponse, err error)
- func (c *Client) DescribeCloudNativeAPIGatewayNodes(request *DescribeCloudNativeAPIGatewayNodesRequest) (response *DescribeCloudNativeAPIGatewayNodesResponse, err error)
- func (c *Client) DescribeCloudNativeAPIGatewayNodesWithContext(ctx context.Context, request *DescribeCloudNativeAPIGatewayNodesRequest) (response *DescribeCloudNativeAPIGatewayNodesResponse, err error)
- func (c *Client) DescribeNacosReplicas(request *DescribeNacosReplicasRequest) (response *DescribeNacosReplicasResponse, err error)
- func (c *Client) DescribeNacosReplicasWithContext(ctx context.Context, request *DescribeNacosReplicasRequest) (response *DescribeNacosReplicasResponse, err error)
- func (c *Client) DescribeNacosServerInterfaces(request *DescribeNacosServerInterfacesRequest) (response *DescribeNacosServerInterfacesResponse, err error)
- func (c *Client) DescribeNacosServerInterfacesWithContext(ctx context.Context, request *DescribeNacosServerInterfacesRequest) (response *DescribeNacosServerInterfacesResponse, err error)
- func (c *Client) DescribeSREInstanceAccessAddress(request *DescribeSREInstanceAccessAddressRequest) (response *DescribeSREInstanceAccessAddressResponse, err error)
- func (c *Client) DescribeSREInstanceAccessAddressWithContext(ctx context.Context, request *DescribeSREInstanceAccessAddressRequest) (response *DescribeSREInstanceAccessAddressResponse, err error)
- func (c *Client) DescribeSREInstances(request *DescribeSREInstancesRequest) (response *DescribeSREInstancesResponse, err error)
- func (c *Client) DescribeSREInstancesWithContext(ctx context.Context, request *DescribeSREInstancesRequest) (response *DescribeSREInstancesResponse, err error)
- func (c *Client) DescribeZookeeperReplicas(request *DescribeZookeeperReplicasRequest) (response *DescribeZookeeperReplicasResponse, err error)
- func (c *Client) DescribeZookeeperReplicasWithContext(ctx context.Context, request *DescribeZookeeperReplicasRequest) (response *DescribeZookeeperReplicasResponse, err error)
- func (c *Client) DescribeZookeeperServerInterfaces(request *DescribeZookeeperServerInterfacesRequest) (response *DescribeZookeeperServerInterfacesResponse, err error)
- func (c *Client) DescribeZookeeperServerInterfacesWithContext(ctx context.Context, request *DescribeZookeeperServerInterfacesRequest) (response *DescribeZookeeperServerInterfacesResponse, err error)
- func (c *Client) UpdateEngineInternetAccess(request *UpdateEngineInternetAccessRequest) (response *UpdateEngineInternetAccessResponse, err error)
- func (c *Client) UpdateEngineInternetAccessWithContext(ctx context.Context, request *UpdateEngineInternetAccessRequest) (response *UpdateEngineInternetAccessResponse, err error)
- type CloudNativeAPIGatewayNode
- type CreateEngineRequest
- type CreateEngineRequestParams
- type CreateEngineResponse
- type CreateEngineResponseParams
- type DeleteEngineRequest
- type DeleteEngineRequestParams
- type DeleteEngineResponse
- type DeleteEngineResponseParams
- type DescribeCloudNativeAPIGatewayNodesRequest
- type DescribeCloudNativeAPIGatewayNodesRequestParams
- type DescribeCloudNativeAPIGatewayNodesResponse
- type DescribeCloudNativeAPIGatewayNodesResponseParams
- type DescribeCloudNativeAPIGatewayNodesResult
- type DescribeInstanceRegionInfo
- type DescribeNacosReplicasRequest
- type DescribeNacosReplicasRequestParams
- type DescribeNacosReplicasResponse
- type DescribeNacosReplicasResponseParams
- type DescribeNacosServerInterfacesRequest
- type DescribeNacosServerInterfacesRequestParams
- type DescribeNacosServerInterfacesResponse
- type DescribeNacosServerInterfacesResponseParams
- type DescribeSREInstanceAccessAddressRequest
- type DescribeSREInstanceAccessAddressRequestParams
- type DescribeSREInstanceAccessAddressResponse
- type DescribeSREInstanceAccessAddressResponseParams
- type DescribeSREInstancesRequest
- type DescribeSREInstancesRequestParams
- type DescribeSREInstancesResponse
- type DescribeSREInstancesResponseParams
- type DescribeZookeeperReplicasRequest
- type DescribeZookeeperReplicasRequestParams
- type DescribeZookeeperReplicasResponse
- type DescribeZookeeperReplicasResponseParams
- type DescribeZookeeperServerInterfacesRequest
- type DescribeZookeeperServerInterfacesRequestParams
- type DescribeZookeeperServerInterfacesResponse
- type DescribeZookeeperServerInterfacesResponseParams
- type EngineAdmin
- type EngineRegionInfo
- type EnvAddressInfo
- type EnvInfo
- type Filter
- type InstanceTagInfo
- type KVPair
- type NacosReplica
- type NacosServerInterface
- type PolarisLimiterAddress
- type SREInstance
- type ServiceGovernanceInfo
- type UpdateEngineInternetAccessRequest
- type UpdateEngineInternetAccessRequestParams
- type UpdateEngineInternetAccessResponse
- type UpdateEngineInternetAccessResponseParams
- type VpcInfo
- type ZookeeperReplica
- type ZookeeperServerInterface
Constants ¶
const ( // 未授权操作错误。 AUTHFAILURE_UNAUTHORIZEDOPERATION = "AuthFailure.UnauthorizedOperation" // 操作失败。 FAILEDOPERATION = "FailedOperation" // 创建内部错误。 INTERNALERROR_CREATEERROR = "InternalError.CreateError" // 获取凭证失败。 INTERNALERROR_GETCREDENTIAL = "InternalError.GetCredential" // 角色获取错误。 INTERNALERROR_GETROLEERROR = "InternalError.GetRoleError" // 状态码错误。 INTERNALERROR_HTTPSTATUSCODEERROR = "InternalError.HttpStatusCodeError" // 内部服务调用异常。 INTERNALERROR_IOERROR = "InternalError.IOError" // 服务内部错误。 INTERNALERROR_INTERNALERROR = "InternalError.InternalError" // 操作失败。 INTERNALERROR_OPERATIONFAILED = "InternalError.OperationFailed" // 查询内部错误。 INTERNALERROR_QUERYERROR = "InternalError.QueryError" // TKE相关操作失败。 INTERNALERROR_TKEFAILURE = "InternalError.TKEFailure" // 标签操作失败。 INTERNALERROR_TAGFAILURE = "InternalError.TagFailure" // 未知错误。 INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" // 更新内部错误。 INTERNALERROR_UPDATEERROR = "InternalError.UpdateError" // 访问VPC内部错误。 INTERNALERROR_VPCFAILURE = "InternalError.VPCFailure" // 旧实例不支持此操作。 INVALIDPARAMETERVALUE_ACTION = "InvalidParameterValue.Action" // 请求格式不正确。 INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" // 无效请求参数导致创建失败。 INVALIDPARAMETERVALUE_CREATEERROR = "InvalidParameterValue.CreateError" // 无效的参数值。 INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUE = "InvalidParameterValue.InvalidParameterValue" // 无效请求参数导致操作失败。 INVALIDPARAMETERVALUE_OPERATIONFAILED = "InvalidParameterValue.OperationFailed" // 无效请求参数,查询失败。 INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" // 无效请求参数导致更新失败。 INVALIDPARAMETERVALUE_UPDATEERROR = "InvalidParameterValue.UpdateError" // 超过配额限制。 LIMITEXCEEDED = "LimitExceeded" // 缺失参数导致创建失败。 MISSINGPARAMETER_CREATEERROR = "MissingParameter.CreateError" // 缺失参数导致更新失败。 MISSINGPARAMETER_UPDATEERROR = "MissingParameter.UpdateError" // 操作被拒绝。 OPERATIONDENIED = "OperationDenied" // 资源不存在。 RESOURCENOTFOUND = "ResourceNotFound" // 实例不存在。 RESOURCENOTFOUND_INSTANCENOTFOUND = "ResourceNotFound.InstanceNotFound" // 资源不存在。 RESOURCENOTFOUND_RESOURCENOTFOUND = "ResourceNotFound.ResourceNotFound" // 未授权操作。 UNAUTHORIZEDOPERATION = "UnauthorizedOperation" // cam认证失败。 UNAUTHORIZEDOPERATION_CAMNOAUTH = "UnauthorizedOperation.CamNoAuth" // 子账号缺少passRole权限。 UNAUTHORIZEDOPERATION_CAMPASSROLENOTEXIST = "UnauthorizedOperation.CamPassRoleNotExist" )
const APIVersion = "2020-12-07"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApolloEnvParam ¶ added in v1.0.417
type ApolloEnvParam struct { // 环境名称 Name *string `json:"Name,omitempty" name:"Name"` // 环境内引擎的节点规格 ID // -1C2G // -2C4G // 兼容原spec-xxxxxx形式的规格ID EngineResourceSpec *string `json:"EngineResourceSpec,omitempty" name:"EngineResourceSpec"` // 环境内引擎的节点数量 EngineNodeNum *int64 `json:"EngineNodeNum,omitempty" name:"EngineNodeNum"` // 配置存储空间大小,以GB为单位 StorageCapacity *int64 `json:"StorageCapacity,omitempty" name:"StorageCapacity"` // VPC ID。在 VPC 的子网内分配一个 IP 作为 ConfigServer 的访问地址 VpcId *string `json:"VpcId,omitempty" name:"VpcId"` // 子网 ID。在 VPC 的子网内分配一个 IP 作为 ConfigServer 的访问地址 SubnetId *string `json:"SubnetId,omitempty" name:"SubnetId"` // 环境描述 EnvDesc *string `json:"EnvDesc,omitempty" name:"EnvDesc"` }
type BoundK8SInfo ¶ added in v1.0.245
type BoundK8SInfo struct { // 绑定的kubernetes集群ID BoundClusterId *string `json:"BoundClusterId,omitempty" name:"BoundClusterId"` // 绑定的kubernetes的集群类型,分tke和eks两种 // 注意:此字段可能返回 null,表示取不到有效值。 BoundClusterType *string `json:"BoundClusterType,omitempty" name:"BoundClusterType"` // 服务同步模式,all为全量同步,demand为按需同步 // 注意:此字段可能返回 null,表示取不到有效值。 SyncMode *string `json:"SyncMode,omitempty" name:"SyncMode"` }
type Client ¶
func NewClient ¶
func NewClient(credential common.CredentialIface, region string, clientProfile *profile.ClientProfile) (client *Client, err error)
func NewClientWithSecretId ¶
Deprecated
func (*Client) CreateEngine ¶ added in v1.0.417
func (c *Client) CreateEngine(request *CreateEngineRequest) (response *CreateEngineResponse, err error)
CreateEngine 创建引擎实例
可能返回的错误码:
AUTHFAILURE_UNAUTHORIZEDOPERATION = "AuthFailure.UnauthorizedOperation" INTERNALERROR_CREATEERROR = "InternalError.CreateError" INTERNALERROR_GETCREDENTIAL = "InternalError.GetCredential" INTERNALERROR_TKEFAILURE = "InternalError.TKEFailure" INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" INTERNALERROR_VPCFAILURE = "InternalError.VPCFailure" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_CREATEERROR = "InvalidParameterValue.CreateError" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" LIMITEXCEEDED = "LimitExceeded" MISSINGPARAMETER_CREATEERROR = "MissingParameter.CreateError" OPERATIONDENIED = "OperationDenied" RESOURCENOTFOUND = "ResourceNotFound" UNAUTHORIZEDOPERATION = "UnauthorizedOperation" UNAUTHORIZEDOPERATION_CAMPASSROLENOTEXIST = "UnauthorizedOperation.CamPassRoleNotExist"
func (*Client) CreateEngineWithContext ¶ added in v1.0.417
func (c *Client) CreateEngineWithContext(ctx context.Context, request *CreateEngineRequest) (response *CreateEngineResponse, err error)
CreateEngine 创建引擎实例
可能返回的错误码:
AUTHFAILURE_UNAUTHORIZEDOPERATION = "AuthFailure.UnauthorizedOperation" INTERNALERROR_CREATEERROR = "InternalError.CreateError" INTERNALERROR_GETCREDENTIAL = "InternalError.GetCredential" INTERNALERROR_TKEFAILURE = "InternalError.TKEFailure" INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" INTERNALERROR_VPCFAILURE = "InternalError.VPCFailure" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_CREATEERROR = "InvalidParameterValue.CreateError" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" LIMITEXCEEDED = "LimitExceeded" MISSINGPARAMETER_CREATEERROR = "MissingParameter.CreateError" OPERATIONDENIED = "OperationDenied" RESOURCENOTFOUND = "ResourceNotFound" UNAUTHORIZEDOPERATION = "UnauthorizedOperation" UNAUTHORIZEDOPERATION_CAMPASSROLENOTEXIST = "UnauthorizedOperation.CamPassRoleNotExist"
func (*Client) DeleteEngine ¶ added in v1.0.417
func (c *Client) DeleteEngine(request *DeleteEngineRequest) (response *DeleteEngineResponse, err error)
DeleteEngine 删除引擎实例
可能返回的错误码:
INTERNALERROR_OPERATIONFAILED = "InternalError.OperationFailed" INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" INTERNALERROR_UPDATEERROR = "InternalError.UpdateError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_UPDATEERROR = "InvalidParameterValue.UpdateError" OPERATIONDENIED = "OperationDenied" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DeleteEngineWithContext ¶ added in v1.0.417
func (c *Client) DeleteEngineWithContext(ctx context.Context, request *DeleteEngineRequest) (response *DeleteEngineResponse, err error)
DeleteEngine 删除引擎实例
可能返回的错误码:
INTERNALERROR_OPERATIONFAILED = "InternalError.OperationFailed" INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" INTERNALERROR_UPDATEERROR = "InternalError.UpdateError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_UPDATEERROR = "InvalidParameterValue.UpdateError" OPERATIONDENIED = "OperationDenied" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DescribeCloudNativeAPIGatewayNodes ¶ added in v1.0.469
func (c *Client) DescribeCloudNativeAPIGatewayNodes(request *DescribeCloudNativeAPIGatewayNodesRequest) (response *DescribeCloudNativeAPIGatewayNodesResponse, err error)
DescribeCloudNativeAPIGatewayNodes 获取云原生网关节点列表
可能返回的错误码:
AUTHFAILURE_UNAUTHORIZEDOPERATION = "AuthFailure.UnauthorizedOperation" INTERNALERROR_INTERNALERROR = "InternalError.InternalError" INVALIDPARAMETERVALUE_ACTION = "InvalidParameterValue.Action" INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUE = "InvalidParameterValue.InvalidParameterValue" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND_INSTANCENOTFOUND = "ResourceNotFound.InstanceNotFound" RESOURCENOTFOUND_RESOURCENOTFOUND = "ResourceNotFound.ResourceNotFound"
func (*Client) DescribeCloudNativeAPIGatewayNodesWithContext ¶ added in v1.0.469
func (c *Client) DescribeCloudNativeAPIGatewayNodesWithContext(ctx context.Context, request *DescribeCloudNativeAPIGatewayNodesRequest) (response *DescribeCloudNativeAPIGatewayNodesResponse, err error)
DescribeCloudNativeAPIGatewayNodes 获取云原生网关节点列表
可能返回的错误码:
AUTHFAILURE_UNAUTHORIZEDOPERATION = "AuthFailure.UnauthorizedOperation" INTERNALERROR_INTERNALERROR = "InternalError.InternalError" INVALIDPARAMETERVALUE_ACTION = "InvalidParameterValue.Action" INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUE = "InvalidParameterValue.InvalidParameterValue" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND_INSTANCENOTFOUND = "ResourceNotFound.InstanceNotFound" RESOURCENOTFOUND_RESOURCENOTFOUND = "ResourceNotFound.ResourceNotFound"
func (*Client) DescribeNacosReplicas ¶ added in v1.0.430
func (c *Client) DescribeNacosReplicas(request *DescribeNacosReplicasRequest) (response *DescribeNacosReplicasResponse, err error)
DescribeNacosReplicas 查询Nacos类型引擎实例副本信息
可能返回的错误码:
INTERNALERROR_GETCREDENTIAL = "InternalError.GetCredential" INTERNALERROR_QUERYERROR = "InternalError.QueryError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DescribeNacosReplicasWithContext ¶ added in v1.0.430
func (c *Client) DescribeNacosReplicasWithContext(ctx context.Context, request *DescribeNacosReplicasRequest) (response *DescribeNacosReplicasResponse, err error)
DescribeNacosReplicas 查询Nacos类型引擎实例副本信息
可能返回的错误码:
INTERNALERROR_GETCREDENTIAL = "InternalError.GetCredential" INTERNALERROR_QUERYERROR = "InternalError.QueryError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DescribeNacosServerInterfaces ¶ added in v1.0.430
func (c *Client) DescribeNacosServerInterfaces(request *DescribeNacosServerInterfacesRequest) (response *DescribeNacosServerInterfacesResponse, err error)
DescribeNacosServerInterfaces 查询nacos服务接口列表
可能返回的错误码:
INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DescribeNacosServerInterfacesWithContext ¶ added in v1.0.430
func (c *Client) DescribeNacosServerInterfacesWithContext(ctx context.Context, request *DescribeNacosServerInterfacesRequest) (response *DescribeNacosServerInterfacesResponse, err error)
DescribeNacosServerInterfaces 查询nacos服务接口列表
可能返回的错误码:
INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DescribeSREInstanceAccessAddress ¶
func (c *Client) DescribeSREInstanceAccessAddress(request *DescribeSREInstanceAccessAddressRequest) (response *DescribeSREInstanceAccessAddressResponse, err error)
DescribeSREInstanceAccessAddress 查询引擎实例访问地址
可能返回的错误码:
INTERNALERROR_QUERYERROR = "InternalError.QueryError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DescribeSREInstanceAccessAddressWithContext ¶ added in v1.0.324
func (c *Client) DescribeSREInstanceAccessAddressWithContext(ctx context.Context, request *DescribeSREInstanceAccessAddressRequest) (response *DescribeSREInstanceAccessAddressResponse, err error)
DescribeSREInstanceAccessAddress 查询引擎实例访问地址
可能返回的错误码:
INTERNALERROR_QUERYERROR = "InternalError.QueryError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DescribeSREInstances ¶
func (c *Client) DescribeSREInstances(request *DescribeSREInstancesRequest) (response *DescribeSREInstancesResponse, err error)
DescribeSREInstances 用于查询引擎实例列表
可能返回的错误码:
FAILEDOPERATION = "FailedOperation" INTERNALERROR_GETROLEERROR = "InternalError.GetRoleError" INTERNALERROR_HTTPSTATUSCODEERROR = "InternalError.HttpStatusCodeError" INTERNALERROR_IOERROR = "InternalError.IOError" INTERNALERROR_QUERYERROR = "InternalError.QueryError" INTERNALERROR_TAGFAILURE = "InternalError.TagFailure" INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" UNAUTHORIZEDOPERATION = "UnauthorizedOperation" UNAUTHORIZEDOPERATION_CAMNOAUTH = "UnauthorizedOperation.CamNoAuth"
func (*Client) DescribeSREInstancesWithContext ¶ added in v1.0.324
func (c *Client) DescribeSREInstancesWithContext(ctx context.Context, request *DescribeSREInstancesRequest) (response *DescribeSREInstancesResponse, err error)
DescribeSREInstances 用于查询引擎实例列表
可能返回的错误码:
FAILEDOPERATION = "FailedOperation" INTERNALERROR_GETROLEERROR = "InternalError.GetRoleError" INTERNALERROR_HTTPSTATUSCODEERROR = "InternalError.HttpStatusCodeError" INTERNALERROR_IOERROR = "InternalError.IOError" INTERNALERROR_QUERYERROR = "InternalError.QueryError" INTERNALERROR_TAGFAILURE = "InternalError.TagFailure" INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" UNAUTHORIZEDOPERATION = "UnauthorizedOperation" UNAUTHORIZEDOPERATION_CAMNOAUTH = "UnauthorizedOperation.CamNoAuth"
func (*Client) DescribeZookeeperReplicas ¶ added in v1.0.430
func (c *Client) DescribeZookeeperReplicas(request *DescribeZookeeperReplicasRequest) (response *DescribeZookeeperReplicasResponse, err error)
DescribeZookeeperReplicas 查询Zookeeper类型注册引擎实例副本信息
可能返回的错误码:
INTERNALERROR_GETCREDENTIAL = "InternalError.GetCredential" INTERNALERROR_QUERYERROR = "InternalError.QueryError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_OPERATIONFAILED = "InvalidParameterValue.OperationFailed" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DescribeZookeeperReplicasWithContext ¶ added in v1.0.430
func (c *Client) DescribeZookeeperReplicasWithContext(ctx context.Context, request *DescribeZookeeperReplicasRequest) (response *DescribeZookeeperReplicasResponse, err error)
DescribeZookeeperReplicas 查询Zookeeper类型注册引擎实例副本信息
可能返回的错误码:
INTERNALERROR_GETCREDENTIAL = "InternalError.GetCredential" INTERNALERROR_QUERYERROR = "InternalError.QueryError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_OPERATIONFAILED = "InvalidParameterValue.OperationFailed" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DescribeZookeeperServerInterfaces ¶ added in v1.0.430
func (c *Client) DescribeZookeeperServerInterfaces(request *DescribeZookeeperServerInterfacesRequest) (response *DescribeZookeeperServerInterfacesResponse, err error)
DescribeZookeeperServerInterfaces 查询zookeeper服务接口列表
可能返回的错误码:
INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) DescribeZookeeperServerInterfacesWithContext ¶ added in v1.0.430
func (c *Client) DescribeZookeeperServerInterfacesWithContext(ctx context.Context, request *DescribeZookeeperServerInterfacesRequest) (response *DescribeZookeeperServerInterfacesResponse, err error)
DescribeZookeeperServerInterfaces 查询zookeeper服务接口列表
可能返回的错误码:
INTERNALERROR_UNKNOWNERROR = "InternalError.UnknownError" INVALIDPARAMETERVALUE_BADREQUESTFORMAT = "InvalidParameterValue.BadRequestFormat" INVALIDPARAMETERVALUE_QUERYERROR = "InvalidParameterValue.QueryError" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) UpdateEngineInternetAccess ¶ added in v1.0.512
func (c *Client) UpdateEngineInternetAccess(request *UpdateEngineInternetAccessRequest) (response *UpdateEngineInternetAccessResponse, err error)
UpdateEngineInternetAccess 修改引擎公网访问配置
可能返回的错误码:
INTERNALERROR_OPERATIONFAILED = "InternalError.OperationFailed" INVALIDPARAMETERVALUE_OPERATIONFAILED = "InvalidParameterValue.OperationFailed" MISSINGPARAMETER_UPDATEERROR = "MissingParameter.UpdateError" OPERATIONDENIED = "OperationDenied" RESOURCENOTFOUND = "ResourceNotFound"
func (*Client) UpdateEngineInternetAccessWithContext ¶ added in v1.0.512
func (c *Client) UpdateEngineInternetAccessWithContext(ctx context.Context, request *UpdateEngineInternetAccessRequest) (response *UpdateEngineInternetAccessResponse, err error)
UpdateEngineInternetAccess 修改引擎公网访问配置
可能返回的错误码:
INTERNALERROR_OPERATIONFAILED = "InternalError.OperationFailed" INVALIDPARAMETERVALUE_OPERATIONFAILED = "InvalidParameterValue.OperationFailed" MISSINGPARAMETER_UPDATEERROR = "MissingParameter.UpdateError" OPERATIONDENIED = "OperationDenied" RESOURCENOTFOUND = "ResourceNotFound"
type CloudNativeAPIGatewayNode ¶ added in v1.0.469
type CloudNativeAPIGatewayNode struct { // 云原生网关节点 id NodeId *string `json:"NodeId,omitempty" name:"NodeId"` // 节点 ip NodeIp *string `json:"NodeIp,omitempty" name:"NodeIp"` // Zone id // 注意:此字段可能返回 null,表示取不到有效值。 ZoneId *string `json:"ZoneId,omitempty" name:"ZoneId"` // Zone // 注意:此字段可能返回 null,表示取不到有效值。 Zone *string `json:"Zone,omitempty" name:"Zone"` // 分组ID // 注意:此字段可能返回 null,表示取不到有效值。 GroupId *string `json:"GroupId,omitempty" name:"GroupId"` // 分组名 // 注意:此字段可能返回 null,表示取不到有效值。 GroupName *string `json:"GroupName,omitempty" name:"GroupName"` // 状态 // 注意:此字段可能返回 null,表示取不到有效值。 Status *string `json:"Status,omitempty" name:"Status"` }
type CreateEngineRequest ¶ added in v1.0.417
type CreateEngineRequest struct { *tchttp.BaseRequest // 引擎类型。参考值: // - zookeeper // - nacos // - consul // - apollo // - eureka // - polaris EngineType *string `json:"EngineType,omitempty" name:"EngineType"` // 引擎的开源版本。每种引擎支持的开源版本不同,请参考产品文档或者控制台购买页 EngineVersion *string `json:"EngineVersion,omitempty" name:"EngineVersion"` // 引擎的产品版本。参考值: // - STANDARD: 标准版 // // 引擎各版本及可选择的规格、节点数说明: // apollo - STANDARD版本 // 规格列表:1C2G、2C4G、4C8G、8C16G、16C32G // 节点数:1,2,3,4,5 // // eureka - STANDARD版本 // 规格列表:1C2G、2C4G、4C8G、8C16G、16C32G // 节点数:3,4,5 // // polarismesh - STANDARD版本 // 规格列表:NUM50、NUM100、NUM200、NUM500、NUM1000、NUM5000、NUM10000、NUM50000 // // 兼容原spec-xxxxxx形式的规格ID EngineProductVersion *string `json:"EngineProductVersion,omitempty" name:"EngineProductVersion"` // 引擎所在地域。参考值说明: // 中国区 参考值: // - ap-guangzhou:广州 // - ap-beijing:北京 // - ap-chengdu:成都 // - ap-chongqing:重庆 // - ap-nanjing:南京 // - ap-shanghai:上海 // - ap-hongkong:香港 // - ap-taipei:台北 // 亚太区 参考值: // - ap-jakarta:雅加达 // - ap-singapore:新加坡 // 北美区 参考值 // - na-toronto:多伦多 // 金融专区 参考值 // - ap-beijing-fsi:北京金融 // - ap-shanghai-fsi:上海金融 // - ap-shenzhen-fsi:深圳金融 EngineRegion *string `json:"EngineRegion,omitempty" name:"EngineRegion"` // 引擎名称。参考值: // - eurek-test EngineName *string `json:"EngineName,omitempty" name:"EngineName"` // 付费类型。参考值: // - 0:后付费 // - 1:预付费(接口暂不支持创建预付费实例) TradeType *int64 `json:"TradeType,omitempty" name:"TradeType"` // 引擎的节点规格 ID。参见EngineProductVersion字段说明 EngineResourceSpec *string `json:"EngineResourceSpec,omitempty" name:"EngineResourceSpec"` // 引擎的节点数量。参见EngineProductVersion字段说明 EngineNodeNum *int64 `json:"EngineNodeNum,omitempty" name:"EngineNodeNum"` // VPC ID。在 VPC 的子网内分配一个 IP 作为引擎的访问地址。参考值: // - vpc-conz6aix VpcId *string `json:"VpcId,omitempty" name:"VpcId"` // 子网 ID。在 VPC 的子网内分配一个 IP 作为引擎的访问地址。参考值: // - subnet-ahde9me9 SubnetId *string `json:"SubnetId,omitempty" name:"SubnetId"` // Apollo 环境配置参数列表。参数说明: // 如果创建Apollo类型,此参数为必填的环境信息列表,最多可选4个环境。环境信息参数说明: // - Name:环境名。参考值:prod, dev, fat, uat // - EngineResourceSpec:环境内引擎的节点规格ID。参见EngineProductVersion参数说明 // - EngineNodeNum:环境内引擎的节点数量。参见EngineProductVersion参数说明,其中prod环境支持的节点数为2,3,4,5 // - StorageCapacity:配置存储空间大小,以GB为单位,步长为5.参考值:35 // - VpcId:VPC ID。参考值:vpc-conz6aix // - SubnetId:子网 ID。参考值:subnet-ahde9me9 ApolloEnvParams []*ApolloEnvParam `json:"ApolloEnvParams,omitempty" name:"ApolloEnvParams"` // 引擎的标签列表。用户自定义的key/value形式,无参考值 EngineTags []*InstanceTagInfo `json:"EngineTags,omitempty" name:"EngineTags"` // 引擎的初始帐号信息。可设置参数: // - Name:控制台初始用户名 // - Password:控制台初始密码 // - Token:引擎接口的管理员 Token EngineAdmin *EngineAdmin `json:"EngineAdmin,omitempty" name:"EngineAdmin"` // 预付费时长,以月为单位 PrepaidPeriod *int64 `json:"PrepaidPeriod,omitempty" name:"PrepaidPeriod"` // 自动续费标记,仅预付费使用。参考值: // - 0:不自动续费 // - 1:自动续费 PrepaidRenewFlag *int64 `json:"PrepaidRenewFlag,omitempty" name:"PrepaidRenewFlag"` // 跨地域部署的引擎地域配置详情 EngineRegionInfos []*EngineRegionInfo `json:"EngineRegionInfos,omitempty" name:"EngineRegionInfos"` }
func NewCreateEngineRequest ¶ added in v1.0.417
func NewCreateEngineRequest() (request *CreateEngineRequest)
func (*CreateEngineRequest) FromJsonString ¶ added in v1.0.417
func (r *CreateEngineRequest) 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 (*CreateEngineRequest) ToJsonString ¶ added in v1.0.417
func (r *CreateEngineRequest) ToJsonString() string
type CreateEngineRequestParams ¶ added in v1.0.426
type CreateEngineRequestParams struct { // 引擎类型。参考值: // - zookeeper // - nacos // - consul // - apollo // - eureka // - polaris EngineType *string `json:"EngineType,omitempty" name:"EngineType"` // 引擎的开源版本。每种引擎支持的开源版本不同,请参考产品文档或者控制台购买页 EngineVersion *string `json:"EngineVersion,omitempty" name:"EngineVersion"` // 引擎的产品版本。参考值: // - STANDARD: 标准版 // // 引擎各版本及可选择的规格、节点数说明: // apollo - STANDARD版本 // 规格列表:1C2G、2C4G、4C8G、8C16G、16C32G // 节点数:1,2,3,4,5 // // eureka - STANDARD版本 // 规格列表:1C2G、2C4G、4C8G、8C16G、16C32G // 节点数:3,4,5 // // polarismesh - STANDARD版本 // 规格列表:NUM50、NUM100、NUM200、NUM500、NUM1000、NUM5000、NUM10000、NUM50000 // // 兼容原spec-xxxxxx形式的规格ID EngineProductVersion *string `json:"EngineProductVersion,omitempty" name:"EngineProductVersion"` // 引擎所在地域。参考值说明: // 中国区 参考值: // - ap-guangzhou:广州 // - ap-beijing:北京 // - ap-chengdu:成都 // - ap-chongqing:重庆 // - ap-nanjing:南京 // - ap-shanghai:上海 // - ap-hongkong:香港 // - ap-taipei:台北 // 亚太区 参考值: // - ap-jakarta:雅加达 // - ap-singapore:新加坡 // 北美区 参考值 // - na-toronto:多伦多 // 金融专区 参考值 // - ap-beijing-fsi:北京金融 // - ap-shanghai-fsi:上海金融 // - ap-shenzhen-fsi:深圳金融 EngineRegion *string `json:"EngineRegion,omitempty" name:"EngineRegion"` // 引擎名称。参考值: // - eurek-test EngineName *string `json:"EngineName,omitempty" name:"EngineName"` // 付费类型。参考值: // - 0:后付费 // - 1:预付费(接口暂不支持创建预付费实例) TradeType *int64 `json:"TradeType,omitempty" name:"TradeType"` // 引擎的节点规格 ID。参见EngineProductVersion字段说明 EngineResourceSpec *string `json:"EngineResourceSpec,omitempty" name:"EngineResourceSpec"` // 引擎的节点数量。参见EngineProductVersion字段说明 EngineNodeNum *int64 `json:"EngineNodeNum,omitempty" name:"EngineNodeNum"` // VPC ID。在 VPC 的子网内分配一个 IP 作为引擎的访问地址。参考值: // - vpc-conz6aix VpcId *string `json:"VpcId,omitempty" name:"VpcId"` // 子网 ID。在 VPC 的子网内分配一个 IP 作为引擎的访问地址。参考值: // - subnet-ahde9me9 SubnetId *string `json:"SubnetId,omitempty" name:"SubnetId"` // Apollo 环境配置参数列表。参数说明: // 如果创建Apollo类型,此参数为必填的环境信息列表,最多可选4个环境。环境信息参数说明: // - Name:环境名。参考值:prod, dev, fat, uat // - EngineResourceSpec:环境内引擎的节点规格ID。参见EngineProductVersion参数说明 // - EngineNodeNum:环境内引擎的节点数量。参见EngineProductVersion参数说明,其中prod环境支持的节点数为2,3,4,5 // - StorageCapacity:配置存储空间大小,以GB为单位,步长为5.参考值:35 // - VpcId:VPC ID。参考值:vpc-conz6aix // - SubnetId:子网 ID。参考值:subnet-ahde9me9 ApolloEnvParams []*ApolloEnvParam `json:"ApolloEnvParams,omitempty" name:"ApolloEnvParams"` // 引擎的标签列表。用户自定义的key/value形式,无参考值 EngineTags []*InstanceTagInfo `json:"EngineTags,omitempty" name:"EngineTags"` // 引擎的初始帐号信息。可设置参数: // - Name:控制台初始用户名 // - Password:控制台初始密码 // - Token:引擎接口的管理员 Token EngineAdmin *EngineAdmin `json:"EngineAdmin,omitempty" name:"EngineAdmin"` // 预付费时长,以月为单位 PrepaidPeriod *int64 `json:"PrepaidPeriod,omitempty" name:"PrepaidPeriod"` // 自动续费标记,仅预付费使用。参考值: // - 0:不自动续费 // - 1:自动续费 PrepaidRenewFlag *int64 `json:"PrepaidRenewFlag,omitempty" name:"PrepaidRenewFlag"` // 跨地域部署的引擎地域配置详情 EngineRegionInfos []*EngineRegionInfo `json:"EngineRegionInfos,omitempty" name:"EngineRegionInfos"` }
Predefined struct for user
type CreateEngineResponse ¶ added in v1.0.417
type CreateEngineResponse struct { *tchttp.BaseResponse Response *CreateEngineResponseParams `json:"Response"` }
func NewCreateEngineResponse ¶ added in v1.0.417
func NewCreateEngineResponse() (response *CreateEngineResponse)
func (*CreateEngineResponse) FromJsonString ¶ added in v1.0.417
func (r *CreateEngineResponse) 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 (*CreateEngineResponse) ToJsonString ¶ added in v1.0.417
func (r *CreateEngineResponse) ToJsonString() string
type CreateEngineResponseParams ¶ added in v1.0.426
type CreateEngineResponseParams struct { // 引擎实例 ID InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` }
Predefined struct for user
type DeleteEngineRequest ¶ added in v1.0.417
type DeleteEngineRequest struct { *tchttp.BaseRequest // 引擎实例 ID InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` }
func NewDeleteEngineRequest ¶ added in v1.0.417
func NewDeleteEngineRequest() (request *DeleteEngineRequest)
func (*DeleteEngineRequest) FromJsonString ¶ added in v1.0.417
func (r *DeleteEngineRequest) 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 (*DeleteEngineRequest) ToJsonString ¶ added in v1.0.417
func (r *DeleteEngineRequest) ToJsonString() string
type DeleteEngineRequestParams ¶ added in v1.0.426
type DeleteEngineRequestParams struct { // 引擎实例 ID InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` }
Predefined struct for user
type DeleteEngineResponse ¶ added in v1.0.417
type DeleteEngineResponse struct { *tchttp.BaseResponse Response *DeleteEngineResponseParams `json:"Response"` }
func NewDeleteEngineResponse ¶ added in v1.0.417
func NewDeleteEngineResponse() (response *DeleteEngineResponse)
func (*DeleteEngineResponse) FromJsonString ¶ added in v1.0.417
func (r *DeleteEngineResponse) 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 (*DeleteEngineResponse) ToJsonString ¶ added in v1.0.417
func (r *DeleteEngineResponse) ToJsonString() string
type DeleteEngineResponseParams ¶ added in v1.0.426
type DeleteEngineResponseParams struct { // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` }
Predefined struct for user
type DescribeCloudNativeAPIGatewayNodesRequest ¶ added in v1.0.469
type DescribeCloudNativeAPIGatewayNodesRequest struct { *tchttp.BaseRequest // 云原生API网关实例ID。 GatewayId *string `json:"GatewayId,omitempty" name:"GatewayId"` // 实例分组id GroupId *string `json:"GroupId,omitempty" name:"GroupId"` // 翻页获取多少个 Limit *int64 `json:"Limit,omitempty" name:"Limit"` // 翻页从第几个开始获取 Offset *int64 `json:"Offset,omitempty" name:"Offset"` }
func NewDescribeCloudNativeAPIGatewayNodesRequest ¶ added in v1.0.469
func NewDescribeCloudNativeAPIGatewayNodesRequest() (request *DescribeCloudNativeAPIGatewayNodesRequest)
func (*DescribeCloudNativeAPIGatewayNodesRequest) FromJsonString ¶ added in v1.0.469
func (r *DescribeCloudNativeAPIGatewayNodesRequest) 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 (*DescribeCloudNativeAPIGatewayNodesRequest) ToJsonString ¶ added in v1.0.469
func (r *DescribeCloudNativeAPIGatewayNodesRequest) ToJsonString() string
type DescribeCloudNativeAPIGatewayNodesRequestParams ¶ added in v1.0.469
type DescribeCloudNativeAPIGatewayNodesRequestParams struct { // 云原生API网关实例ID。 GatewayId *string `json:"GatewayId,omitempty" name:"GatewayId"` // 实例分组id GroupId *string `json:"GroupId,omitempty" name:"GroupId"` // 翻页获取多少个 Limit *int64 `json:"Limit,omitempty" name:"Limit"` // 翻页从第几个开始获取 Offset *int64 `json:"Offset,omitempty" name:"Offset"` }
Predefined struct for user
type DescribeCloudNativeAPIGatewayNodesResponse ¶ added in v1.0.469
type DescribeCloudNativeAPIGatewayNodesResponse struct { *tchttp.BaseResponse Response *DescribeCloudNativeAPIGatewayNodesResponseParams `json:"Response"` }
func NewDescribeCloudNativeAPIGatewayNodesResponse ¶ added in v1.0.469
func NewDescribeCloudNativeAPIGatewayNodesResponse() (response *DescribeCloudNativeAPIGatewayNodesResponse)
func (*DescribeCloudNativeAPIGatewayNodesResponse) FromJsonString ¶ added in v1.0.469
func (r *DescribeCloudNativeAPIGatewayNodesResponse) 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 (*DescribeCloudNativeAPIGatewayNodesResponse) ToJsonString ¶ added in v1.0.469
func (r *DescribeCloudNativeAPIGatewayNodesResponse) ToJsonString() string
type DescribeCloudNativeAPIGatewayNodesResponseParams ¶ added in v1.0.469
type DescribeCloudNativeAPIGatewayNodesResponseParams struct { // 获取云原生网关节点列表结果。 Result *DescribeCloudNativeAPIGatewayNodesResult `json:"Result,omitempty" name:"Result"` // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` }
Predefined struct for user
type DescribeCloudNativeAPIGatewayNodesResult ¶ added in v1.0.469
type DescribeCloudNativeAPIGatewayNodesResult struct { // 获取云原生API网关节点列表响应结果。 TotalCount *int64 `json:"TotalCount,omitempty" name:"TotalCount"` // 云原生API网关节点列表。 NodeList []*CloudNativeAPIGatewayNode `json:"NodeList,omitempty" name:"NodeList"` }
type DescribeInstanceRegionInfo ¶ added in v1.0.482
type DescribeInstanceRegionInfo struct { // 引擎部署地域信息 // 注意:此字段可能返回 null,表示取不到有效值。 EngineRegion *string `json:"EngineRegion,omitempty" name:"EngineRegion"` // 引擎在该地域的副本数 // 注意:此字段可能返回 null,表示取不到有效值。 Replica *int64 `json:"Replica,omitempty" name:"Replica"` // 引擎在该地域的规格id // 注意:此字段可能返回 null,表示取不到有效值。 SpecId *string `json:"SpecId,omitempty" name:"SpecId"` // 内网的网络信息 // 注意:此字段可能返回 null,表示取不到有效值。 IntranetVpcInfos []*VpcInfo `json:"IntranetVpcInfos,omitempty" name:"IntranetVpcInfos"` // 是否开公网 // 注意:此字段可能返回 null,表示取不到有效值。 EnableClientInternet *bool `json:"EnableClientInternet,omitempty" name:"EnableClientInternet"` }
type DescribeNacosReplicasRequest ¶ added in v1.0.430
type DescribeNacosReplicasRequest struct { *tchttp.BaseRequest // 引擎实例ID InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 副本列表Limit Limit *uint64 `json:"Limit,omitempty" name:"Limit"` // 副本列表Offset Offset *uint64 `json:"Offset,omitempty" name:"Offset"` }
func NewDescribeNacosReplicasRequest ¶ added in v1.0.430
func NewDescribeNacosReplicasRequest() (request *DescribeNacosReplicasRequest)
func (*DescribeNacosReplicasRequest) FromJsonString ¶ added in v1.0.430
func (r *DescribeNacosReplicasRequest) 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 (*DescribeNacosReplicasRequest) ToJsonString ¶ added in v1.0.430
func (r *DescribeNacosReplicasRequest) ToJsonString() string
type DescribeNacosReplicasRequestParams ¶ added in v1.0.430
type DescribeNacosReplicasRequestParams struct { // 引擎实例ID InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 副本列表Limit Limit *uint64 `json:"Limit,omitempty" name:"Limit"` // 副本列表Offset Offset *uint64 `json:"Offset,omitempty" name:"Offset"` }
Predefined struct for user
type DescribeNacosReplicasResponse ¶ added in v1.0.430
type DescribeNacosReplicasResponse struct { *tchttp.BaseResponse Response *DescribeNacosReplicasResponseParams `json:"Response"` }
func NewDescribeNacosReplicasResponse ¶ added in v1.0.430
func NewDescribeNacosReplicasResponse() (response *DescribeNacosReplicasResponse)
func (*DescribeNacosReplicasResponse) FromJsonString ¶ added in v1.0.430
func (r *DescribeNacosReplicasResponse) 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 (*DescribeNacosReplicasResponse) ToJsonString ¶ added in v1.0.430
func (r *DescribeNacosReplicasResponse) ToJsonString() string
type DescribeNacosReplicasResponseParams ¶ added in v1.0.430
type DescribeNacosReplicasResponseParams struct { // 引擎实例副本信息 Replicas []*NacosReplica `json:"Replicas,omitempty" name:"Replicas"` // 副本个数 // 注意:此字段可能返回 null,表示取不到有效值。 TotalCount *uint64 `json:"TotalCount,omitempty" name:"TotalCount"` // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` }
Predefined struct for user
type DescribeNacosServerInterfacesRequest ¶ added in v1.0.430
type DescribeNacosServerInterfacesRequest struct { *tchttp.BaseRequest // 实例id InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 返回的列表个数 Limit *uint64 `json:"Limit,omitempty" name:"Limit"` // 返回的列表起始偏移量 Offset *uint64 `json:"Offset,omitempty" name:"Offset"` }
func NewDescribeNacosServerInterfacesRequest ¶ added in v1.0.430
func NewDescribeNacosServerInterfacesRequest() (request *DescribeNacosServerInterfacesRequest)
func (*DescribeNacosServerInterfacesRequest) FromJsonString ¶ added in v1.0.430
func (r *DescribeNacosServerInterfacesRequest) 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 (*DescribeNacosServerInterfacesRequest) ToJsonString ¶ added in v1.0.430
func (r *DescribeNacosServerInterfacesRequest) ToJsonString() string
type DescribeNacosServerInterfacesRequestParams ¶ added in v1.0.430
type DescribeNacosServerInterfacesRequestParams struct { // 实例id InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 返回的列表个数 Limit *uint64 `json:"Limit,omitempty" name:"Limit"` // 返回的列表起始偏移量 Offset *uint64 `json:"Offset,omitempty" name:"Offset"` }
Predefined struct for user
type DescribeNacosServerInterfacesResponse ¶ added in v1.0.430
type DescribeNacosServerInterfacesResponse struct { *tchttp.BaseResponse Response *DescribeNacosServerInterfacesResponseParams `json:"Response"` }
func NewDescribeNacosServerInterfacesResponse ¶ added in v1.0.430
func NewDescribeNacosServerInterfacesResponse() (response *DescribeNacosServerInterfacesResponse)
func (*DescribeNacosServerInterfacesResponse) FromJsonString ¶ added in v1.0.430
func (r *DescribeNacosServerInterfacesResponse) 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 (*DescribeNacosServerInterfacesResponse) ToJsonString ¶ added in v1.0.430
func (r *DescribeNacosServerInterfacesResponse) ToJsonString() string
type DescribeNacosServerInterfacesResponseParams ¶ added in v1.0.430
type DescribeNacosServerInterfacesResponseParams struct { // 接口总个数 TotalCount *uint64 `json:"TotalCount,omitempty" name:"TotalCount"` // 接口列表 Content []*NacosServerInterface `json:"Content,omitempty" name:"Content"` // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` }
Predefined struct for user
type DescribeSREInstanceAccessAddressRequest ¶
type DescribeSREInstanceAccessAddressRequest struct { *tchttp.BaseRequest // 注册引擎实例Id InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // VPC ID VpcId *string `json:"VpcId,omitempty" name:"VpcId"` // 子网ID SubnetId *string `json:"SubnetId,omitempty" name:"SubnetId"` // 引擎其他组件名称(pushgateway、polaris-limiter) Workload *string `json:"Workload,omitempty" name:"Workload"` // 部署地域 EngineRegion *string `json:"EngineRegion,omitempty" name:"EngineRegion"` }
func NewDescribeSREInstanceAccessAddressRequest ¶
func NewDescribeSREInstanceAccessAddressRequest() (request *DescribeSREInstanceAccessAddressRequest)
func (*DescribeSREInstanceAccessAddressRequest) FromJsonString ¶
func (r *DescribeSREInstanceAccessAddressRequest) 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 (*DescribeSREInstanceAccessAddressRequest) ToJsonString ¶
func (r *DescribeSREInstanceAccessAddressRequest) ToJsonString() string
type DescribeSREInstanceAccessAddressRequestParams ¶ added in v1.0.426
type DescribeSREInstanceAccessAddressRequestParams struct { // 注册引擎实例Id InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // VPC ID VpcId *string `json:"VpcId,omitempty" name:"VpcId"` // 子网ID SubnetId *string `json:"SubnetId,omitempty" name:"SubnetId"` // 引擎其他组件名称(pushgateway、polaris-limiter) Workload *string `json:"Workload,omitempty" name:"Workload"` // 部署地域 EngineRegion *string `json:"EngineRegion,omitempty" name:"EngineRegion"` }
Predefined struct for user
type DescribeSREInstanceAccessAddressResponse ¶
type DescribeSREInstanceAccessAddressResponse struct { *tchttp.BaseResponse Response *DescribeSREInstanceAccessAddressResponseParams `json:"Response"` }
func NewDescribeSREInstanceAccessAddressResponse ¶
func NewDescribeSREInstanceAccessAddressResponse() (response *DescribeSREInstanceAccessAddressResponse)
func (*DescribeSREInstanceAccessAddressResponse) FromJsonString ¶
func (r *DescribeSREInstanceAccessAddressResponse) 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 (*DescribeSREInstanceAccessAddressResponse) ToJsonString ¶
func (r *DescribeSREInstanceAccessAddressResponse) ToJsonString() string
type DescribeSREInstanceAccessAddressResponseParams ¶ added in v1.0.426
type DescribeSREInstanceAccessAddressResponseParams struct { // 内网访问地址 IntranetAddress *string `json:"IntranetAddress,omitempty" name:"IntranetAddress"` // 公网访问地址 InternetAddress *string `json:"InternetAddress,omitempty" name:"InternetAddress"` // apollo多环境公网ip EnvAddressInfos []*EnvAddressInfo `json:"EnvAddressInfos,omitempty" name:"EnvAddressInfos"` // 控制台公网访问地址 // 注意:此字段可能返回 null,表示取不到有效值。 ConsoleInternetAddress *string `json:"ConsoleInternetAddress,omitempty" name:"ConsoleInternetAddress"` // 控制台内网访问地址 // 注意:此字段可能返回 null,表示取不到有效值。 ConsoleIntranetAddress *string `json:"ConsoleIntranetAddress,omitempty" name:"ConsoleIntranetAddress"` // 客户端公网带宽 // 注意:此字段可能返回 null,表示取不到有效值。 InternetBandWidth *int64 `json:"InternetBandWidth,omitempty" name:"InternetBandWidth"` // 控制台公网带宽 // 注意:此字段可能返回 null,表示取不到有效值。 ConsoleInternetBandWidth *int64 `json:"ConsoleInternetBandWidth,omitempty" name:"ConsoleInternetBandWidth"` // 北极星限流server节点接入IP // 注意:此字段可能返回 null,表示取不到有效值。 LimiterAddressInfos []*PolarisLimiterAddress `json:"LimiterAddressInfos,omitempty" name:"LimiterAddressInfos"` // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` }
Predefined struct for user
type DescribeSREInstancesRequest ¶
type DescribeSREInstancesRequest struct { *tchttp.BaseRequest // 请求过滤参数 Filters []*Filter `json:"Filters,omitempty" name:"Filters"` // 翻页单页查询限制数量[0,1000], 默认值0 Limit *int64 `json:"Limit,omitempty" name:"Limit"` // 翻页单页偏移量,默认值0 Offset *int64 `json:"Offset,omitempty" name:"Offset"` // 查询类型 QueryType *string `json:"QueryType,omitempty" name:"QueryType"` // 调用方来源 QuerySource *string `json:"QuerySource,omitempty" name:"QuerySource"` }
func NewDescribeSREInstancesRequest ¶
func NewDescribeSREInstancesRequest() (request *DescribeSREInstancesRequest)
func (*DescribeSREInstancesRequest) FromJsonString ¶
func (r *DescribeSREInstancesRequest) 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 (*DescribeSREInstancesRequest) ToJsonString ¶
func (r *DescribeSREInstancesRequest) ToJsonString() string
type DescribeSREInstancesRequestParams ¶ added in v1.0.426
type DescribeSREInstancesRequestParams struct { // 请求过滤参数 Filters []*Filter `json:"Filters,omitempty" name:"Filters"` // 翻页单页查询限制数量[0,1000], 默认值0 Limit *int64 `json:"Limit,omitempty" name:"Limit"` // 翻页单页偏移量,默认值0 Offset *int64 `json:"Offset,omitempty" name:"Offset"` // 查询类型 QueryType *string `json:"QueryType,omitempty" name:"QueryType"` // 调用方来源 QuerySource *string `json:"QuerySource,omitempty" name:"QuerySource"` }
Predefined struct for user
type DescribeSREInstancesResponse ¶
type DescribeSREInstancesResponse struct { *tchttp.BaseResponse Response *DescribeSREInstancesResponseParams `json:"Response"` }
func NewDescribeSREInstancesResponse ¶
func NewDescribeSREInstancesResponse() (response *DescribeSREInstancesResponse)
func (*DescribeSREInstancesResponse) FromJsonString ¶
func (r *DescribeSREInstancesResponse) 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 (*DescribeSREInstancesResponse) ToJsonString ¶
func (r *DescribeSREInstancesResponse) ToJsonString() string
type DescribeSREInstancesResponseParams ¶ added in v1.0.426
type DescribeSREInstancesResponseParams struct { // 总数量 TotalCount *int64 `json:"TotalCount,omitempty" name:"TotalCount"` // 实例记录 Content []*SREInstance `json:"Content,omitempty" name:"Content"` // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` }
Predefined struct for user
type DescribeZookeeperReplicasRequest ¶ added in v1.0.430
type DescribeZookeeperReplicasRequest struct { *tchttp.BaseRequest // 注册引擎实例ID InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 副本列表Limit Limit *uint64 `json:"Limit,omitempty" name:"Limit"` // 副本列表Offset Offset *uint64 `json:"Offset,omitempty" name:"Offset"` }
func NewDescribeZookeeperReplicasRequest ¶ added in v1.0.430
func NewDescribeZookeeperReplicasRequest() (request *DescribeZookeeperReplicasRequest)
func (*DescribeZookeeperReplicasRequest) FromJsonString ¶ added in v1.0.430
func (r *DescribeZookeeperReplicasRequest) 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 (*DescribeZookeeperReplicasRequest) ToJsonString ¶ added in v1.0.430
func (r *DescribeZookeeperReplicasRequest) ToJsonString() string
type DescribeZookeeperReplicasRequestParams ¶ added in v1.0.430
type DescribeZookeeperReplicasRequestParams struct { // 注册引擎实例ID InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 副本列表Limit Limit *uint64 `json:"Limit,omitempty" name:"Limit"` // 副本列表Offset Offset *uint64 `json:"Offset,omitempty" name:"Offset"` }
Predefined struct for user
type DescribeZookeeperReplicasResponse ¶ added in v1.0.430
type DescribeZookeeperReplicasResponse struct { *tchttp.BaseResponse Response *DescribeZookeeperReplicasResponseParams `json:"Response"` }
func NewDescribeZookeeperReplicasResponse ¶ added in v1.0.430
func NewDescribeZookeeperReplicasResponse() (response *DescribeZookeeperReplicasResponse)
func (*DescribeZookeeperReplicasResponse) FromJsonString ¶ added in v1.0.430
func (r *DescribeZookeeperReplicasResponse) 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 (*DescribeZookeeperReplicasResponse) ToJsonString ¶ added in v1.0.430
func (r *DescribeZookeeperReplicasResponse) ToJsonString() string
type DescribeZookeeperReplicasResponseParams ¶ added in v1.0.430
type DescribeZookeeperReplicasResponseParams struct { // 注册引擎实例副本信息 Replicas []*ZookeeperReplica `json:"Replicas,omitempty" name:"Replicas"` // 副本个数 // 注意:此字段可能返回 null,表示取不到有效值。 TotalCount *uint64 `json:"TotalCount,omitempty" name:"TotalCount"` // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` }
Predefined struct for user
type DescribeZookeeperServerInterfacesRequest ¶ added in v1.0.430
type DescribeZookeeperServerInterfacesRequest struct { *tchttp.BaseRequest // 实例id InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 返回的列表个数 Limit *uint64 `json:"Limit,omitempty" name:"Limit"` // 返回的列表起始偏移量 Offset *uint64 `json:"Offset,omitempty" name:"Offset"` }
func NewDescribeZookeeperServerInterfacesRequest ¶ added in v1.0.430
func NewDescribeZookeeperServerInterfacesRequest() (request *DescribeZookeeperServerInterfacesRequest)
func (*DescribeZookeeperServerInterfacesRequest) FromJsonString ¶ added in v1.0.430
func (r *DescribeZookeeperServerInterfacesRequest) 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 (*DescribeZookeeperServerInterfacesRequest) ToJsonString ¶ added in v1.0.430
func (r *DescribeZookeeperServerInterfacesRequest) ToJsonString() string
type DescribeZookeeperServerInterfacesRequestParams ¶ added in v1.0.430
type DescribeZookeeperServerInterfacesRequestParams struct { // 实例id InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 返回的列表个数 Limit *uint64 `json:"Limit,omitempty" name:"Limit"` // 返回的列表起始偏移量 Offset *uint64 `json:"Offset,omitempty" name:"Offset"` }
Predefined struct for user
type DescribeZookeeperServerInterfacesResponse ¶ added in v1.0.430
type DescribeZookeeperServerInterfacesResponse struct { *tchttp.BaseResponse Response *DescribeZookeeperServerInterfacesResponseParams `json:"Response"` }
func NewDescribeZookeeperServerInterfacesResponse ¶ added in v1.0.430
func NewDescribeZookeeperServerInterfacesResponse() (response *DescribeZookeeperServerInterfacesResponse)
func (*DescribeZookeeperServerInterfacesResponse) FromJsonString ¶ added in v1.0.430
func (r *DescribeZookeeperServerInterfacesResponse) 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 (*DescribeZookeeperServerInterfacesResponse) ToJsonString ¶ added in v1.0.430
func (r *DescribeZookeeperServerInterfacesResponse) ToJsonString() string
type DescribeZookeeperServerInterfacesResponseParams ¶ added in v1.0.430
type DescribeZookeeperServerInterfacesResponseParams struct { // 接口总个数 TotalCount *uint64 `json:"TotalCount,omitempty" name:"TotalCount"` // 接口列表 Content []*ZookeeperServerInterface `json:"Content,omitempty" name:"Content"` // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` }
Predefined struct for user
type EngineAdmin ¶ added in v1.0.417
type EngineRegionInfo ¶ added in v1.0.610
type EnvAddressInfo ¶ added in v1.0.217
type EnvAddressInfo struct { // 环境名 EnvName *string `json:"EnvName,omitempty" name:"EnvName"` // 是否开启config公网 EnableConfigInternet *bool `json:"EnableConfigInternet,omitempty" name:"EnableConfigInternet"` // config公网ip ConfigInternetServiceIp *string `json:"ConfigInternetServiceIp,omitempty" name:"ConfigInternetServiceIp"` // config内网访问地址 // 注意:此字段可能返回 null,表示取不到有效值。 ConfigIntranetAddress *string `json:"ConfigIntranetAddress,omitempty" name:"ConfigIntranetAddress"` // 是否开启config内网clb // 注意:此字段可能返回 null,表示取不到有效值。 EnableConfigIntranet *bool `json:"EnableConfigIntranet,omitempty" name:"EnableConfigIntranet"` // 客户端公网带宽 // 注意:此字段可能返回 null,表示取不到有效值。 InternetBandWidth *int64 `json:"InternetBandWidth,omitempty" name:"InternetBandWidth"` }
type EnvInfo ¶ added in v1.0.205
type EnvInfo struct { // 环境名称 EnvName *string `json:"EnvName,omitempty" name:"EnvName"` // 环境对应的网络信息 VpcInfos []*VpcInfo `json:"VpcInfos,omitempty" name:"VpcInfos"` // 云硬盘容量 StorageCapacity *int64 `json:"StorageCapacity,omitempty" name:"StorageCapacity"` // 运行状态 Status *string `json:"Status,omitempty" name:"Status"` // Admin service 访问地址 AdminServiceIp *string `json:"AdminServiceIp,omitempty" name:"AdminServiceIp"` // Config service访问地址 ConfigServiceIp *string `json:"ConfigServiceIp,omitempty" name:"ConfigServiceIp"` // 是否开启config-server公网 EnableConfigInternet *bool `json:"EnableConfigInternet,omitempty" name:"EnableConfigInternet"` // config-server公网访问地址 ConfigInternetServiceIp *string `json:"ConfigInternetServiceIp,omitempty" name:"ConfigInternetServiceIp"` // 规格ID SpecId *string `json:"SpecId,omitempty" name:"SpecId"` // 环境的节点数 EnvReplica *int64 `json:"EnvReplica,omitempty" name:"EnvReplica"` // 环境运行的节点数 RunningCount *int64 `json:"RunningCount,omitempty" name:"RunningCount"` // 环境别名 AliasEnvName *string `json:"AliasEnvName,omitempty" name:"AliasEnvName"` // 环境描述 EnvDesc *string `json:"EnvDesc,omitempty" name:"EnvDesc"` // 客户端带宽 ClientBandWidth *uint64 `json:"ClientBandWidth,omitempty" name:"ClientBandWidth"` // 客户端内网开关 // 注意:此字段可能返回 null,表示取不到有效值。 EnableConfigIntranet *bool `json:"EnableConfigIntranet,omitempty" name:"EnableConfigIntranet"` }
type InstanceTagInfo ¶ added in v1.0.417
type NacosReplica ¶ added in v1.0.430
type NacosReplica struct { // 名称 Name *string `json:"Name,omitempty" name:"Name"` // 角色 Role *string `json:"Role,omitempty" name:"Role"` // 状态 Status *string `json:"Status,omitempty" name:"Status"` // 子网ID // 注意:此字段可能返回 null,表示取不到有效值。 SubnetId *string `json:"SubnetId,omitempty" name:"SubnetId"` // 可用区ID // 注意:此字段可能返回 null,表示取不到有效值。 Zone *string `json:"Zone,omitempty" name:"Zone"` // 可用区ID // 注意:此字段可能返回 null,表示取不到有效值。 ZoneId *string `json:"ZoneId,omitempty" name:"ZoneId"` // VPC ID // 注意:此字段可能返回 null,表示取不到有效值。 VpcId *string `json:"VpcId,omitempty" name:"VpcId"` }
type NacosServerInterface ¶ added in v1.0.430
type NacosServerInterface struct { // 接口名 // 注意:此字段可能返回 null,表示取不到有效值。 Interface *string `json:"Interface,omitempty" name:"Interface"` }
type PolarisLimiterAddress ¶ added in v1.0.521
type PolarisLimiterAddress struct { // VPC接入IP列表 // 注意:此字段可能返回 null,表示取不到有效值。 IntranetAddress *string `json:"IntranetAddress,omitempty" name:"IntranetAddress"` }
type SREInstance ¶
type SREInstance struct { // 实例ID InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 名称 Name *string `json:"Name,omitempty" name:"Name"` // 版本号 Edition *string `json:"Edition,omitempty" name:"Edition"` // 状态, 枚举值:creating/create_fail/running/updating/update_fail/restarting/restart_fail/destroying/destroy_fail Status *string `json:"Status,omitempty" name:"Status"` // 规格ID SpecId *string `json:"SpecId,omitempty" name:"SpecId"` // 副本数 Replica *int64 `json:"Replica,omitempty" name:"Replica"` // 类型 Type *string `json:"Type,omitempty" name:"Type"` // Vpc iD VpcId *string `json:"VpcId,omitempty" name:"VpcId"` // 子网ID // 注意:此字段可能返回 null,表示取不到有效值。 SubnetIds []*string `json:"SubnetIds,omitempty" name:"SubnetIds"` // 是否开启持久化存储 // 注意:此字段可能返回 null,表示取不到有效值。 EnableStorage *bool `json:"EnableStorage,omitempty" name:"EnableStorage"` // 数据存储方式 // 注意:此字段可能返回 null,表示取不到有效值。 StorageType *string `json:"StorageType,omitempty" name:"StorageType"` // 云硬盘容量 // 注意:此字段可能返回 null,表示取不到有效值。 StorageCapacity *int64 `json:"StorageCapacity,omitempty" name:"StorageCapacity"` // 计费方式 // 注意:此字段可能返回 null,表示取不到有效值。 Paymode *string `json:"Paymode,omitempty" name:"Paymode"` // EKS集群的ID // 注意:此字段可能返回 null,表示取不到有效值。 EKSClusterID *string `json:"EKSClusterID,omitempty" name:"EKSClusterID"` // 集群创建时间 // 注意:此字段可能返回 null,表示取不到有效值。 CreateTime *string `json:"CreateTime,omitempty" name:"CreateTime"` // 环境配置信息列表 // 注意:此字段可能返回 null,表示取不到有效值。 EnvInfos []*EnvInfo `json:"EnvInfos,omitempty" name:"EnvInfos"` // 引擎所在的区域 // 注意:此字段可能返回 null,表示取不到有效值。 EngineRegion *string `json:"EngineRegion,omitempty" name:"EngineRegion"` // 注册引擎是否开启公网 // 注意:此字段可能返回 null,表示取不到有效值。 EnableInternet *bool `json:"EnableInternet,omitempty" name:"EnableInternet"` // 私有网络列表信息 // 注意:此字段可能返回 null,表示取不到有效值。 VpcInfos []*VpcInfo `json:"VpcInfos,omitempty" name:"VpcInfos"` // 服务治理相关信息列表 // 注意:此字段可能返回 null,表示取不到有效值。 ServiceGovernanceInfos []*ServiceGovernanceInfo `json:"ServiceGovernanceInfos,omitempty" name:"ServiceGovernanceInfos"` // 实例的标签信息 // 注意:此字段可能返回 null,表示取不到有效值。 Tags []*KVPair `json:"Tags,omitempty" name:"Tags"` // 引擎实例是否开启控制台公网访问地址 // 注意:此字段可能返回 null,表示取不到有效值。 EnableConsoleInternet *bool `json:"EnableConsoleInternet,omitempty" name:"EnableConsoleInternet"` // 引擎实例是否开启控制台内网访问地址 // 注意:此字段可能返回 null,表示取不到有效值。 EnableConsoleIntranet *bool `json:"EnableConsoleIntranet,omitempty" name:"EnableConsoleIntranet"` // 引擎实例是否展示参数配置页面 // 注意:此字段可能返回 null,表示取不到有效值。 ConfigInfoVisible *bool `json:"ConfigInfoVisible,omitempty" name:"ConfigInfoVisible"` // 引擎实例控制台默认密码 // 注意:此字段可能返回 null,表示取不到有效值。 ConsoleDefaultPwd *string `json:"ConsoleDefaultPwd,omitempty" name:"ConsoleDefaultPwd"` // 交易付费类型,0后付费/1预付费 // 注意:此字段可能返回 null,表示取不到有效值。 TradeType *int64 `json:"TradeType,omitempty" name:"TradeType"` // 自动续费标记:0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费 // 注意:此字段可能返回 null,表示取不到有效值。 AutoRenewFlag *int64 `json:"AutoRenewFlag,omitempty" name:"AutoRenewFlag"` // 预付费到期时间 // 注意:此字段可能返回 null,表示取不到有效值。 CurDeadline *string `json:"CurDeadline,omitempty" name:"CurDeadline"` // 隔离开始时间 // 注意:此字段可能返回 null,表示取不到有效值。 IsolateTime *string `json:"IsolateTime,omitempty" name:"IsolateTime"` // 实例地域相关的描述信息 // 注意:此字段可能返回 null,表示取不到有效值。 RegionInfos []*DescribeInstanceRegionInfo `json:"RegionInfos,omitempty" name:"RegionInfos"` // 所在EKS环境,分为common和yunti // 注意:此字段可能返回 null,表示取不到有效值。 EKSType *string `json:"EKSType,omitempty" name:"EKSType"` // 引擎的产品版本 // 注意:此字段可能返回 null,表示取不到有效值。 FeatureVersion *string `json:"FeatureVersion,omitempty" name:"FeatureVersion"` // 引擎实例是否开启客户端内网访问地址 // 注意:此字段可能返回 null,表示取不到有效值。 EnableClientIntranet *bool `json:"EnableClientIntranet,omitempty" name:"EnableClientIntranet"` }
type ServiceGovernanceInfo ¶ added in v1.0.245
type ServiceGovernanceInfo struct { // 引擎所在的地域 EngineRegion *string `json:"EngineRegion,omitempty" name:"EngineRegion"` // 服务治理引擎绑定的kubernetes集群信息 BoundK8SInfos []*BoundK8SInfo `json:"BoundK8SInfos,omitempty" name:"BoundK8SInfos"` // 服务治理引擎绑定的网络信息 VpcInfos []*VpcInfo `json:"VpcInfos,omitempty" name:"VpcInfos"` // 当前实例鉴权是否开启 AuthOpen *bool `json:"AuthOpen,omitempty" name:"AuthOpen"` // 该实例支持的功能,鉴权就是 Auth Features []*string `json:"Features,omitempty" name:"Features"` // 主账户名默认为 polaris,该值为主账户的默认密码 MainPassword *string `json:"MainPassword,omitempty" name:"MainPassword"` // 服务治理pushgateway引擎绑定的网络信息 PgwVpcInfos []*VpcInfo `json:"PgwVpcInfos,omitempty" name:"PgwVpcInfos"` // 服务治理限流server引擎绑定的网络信息 LimiterVpcInfos []*VpcInfo `json:"LimiterVpcInfos,omitempty" name:"LimiterVpcInfos"` }
type UpdateEngineInternetAccessRequest ¶ added in v1.0.512
type UpdateEngineInternetAccessRequest struct { *tchttp.BaseRequest // 引擎ID InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 引擎类型 EngineType *string `json:"EngineType,omitempty" name:"EngineType"` // 是否开启客户端公网访问,true开 false关 EnableClientInternetAccess *bool `json:"EnableClientInternetAccess,omitempty" name:"EnableClientInternetAccess"` }
func NewUpdateEngineInternetAccessRequest ¶ added in v1.0.512
func NewUpdateEngineInternetAccessRequest() (request *UpdateEngineInternetAccessRequest)
func (*UpdateEngineInternetAccessRequest) FromJsonString ¶ added in v1.0.512
func (r *UpdateEngineInternetAccessRequest) 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 (*UpdateEngineInternetAccessRequest) ToJsonString ¶ added in v1.0.512
func (r *UpdateEngineInternetAccessRequest) ToJsonString() string
type UpdateEngineInternetAccessRequestParams ¶ added in v1.0.512
type UpdateEngineInternetAccessRequestParams struct { // 引擎ID InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"` // 引擎类型 EngineType *string `json:"EngineType,omitempty" name:"EngineType"` // 是否开启客户端公网访问,true开 false关 EnableClientInternetAccess *bool `json:"EnableClientInternetAccess,omitempty" name:"EnableClientInternetAccess"` }
Predefined struct for user
type UpdateEngineInternetAccessResponse ¶ added in v1.0.512
type UpdateEngineInternetAccessResponse struct { *tchttp.BaseResponse Response *UpdateEngineInternetAccessResponseParams `json:"Response"` }
func NewUpdateEngineInternetAccessResponse ¶ added in v1.0.512
func NewUpdateEngineInternetAccessResponse() (response *UpdateEngineInternetAccessResponse)
func (*UpdateEngineInternetAccessResponse) FromJsonString ¶ added in v1.0.512
func (r *UpdateEngineInternetAccessResponse) 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 (*UpdateEngineInternetAccessResponse) ToJsonString ¶ added in v1.0.512
func (r *UpdateEngineInternetAccessResponse) ToJsonString() string
type UpdateEngineInternetAccessResponseParams ¶ added in v1.0.512
type UpdateEngineInternetAccessResponseParams struct { // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` }
Predefined struct for user
type ZookeeperReplica ¶ added in v1.0.430
type ZookeeperReplica struct { // 名称 Name *string `json:"Name,omitempty" name:"Name"` // 角色 Role *string `json:"Role,omitempty" name:"Role"` // 状态 Status *string `json:"Status,omitempty" name:"Status"` // 子网ID // 注意:此字段可能返回 null,表示取不到有效值。 SubnetId *string `json:"SubnetId,omitempty" name:"SubnetId"` // 可用区ID // 注意:此字段可能返回 null,表示取不到有效值。 Zone *string `json:"Zone,omitempty" name:"Zone"` // 可用区ID // 注意:此字段可能返回 null,表示取不到有效值。 ZoneId *string `json:"ZoneId,omitempty" name:"ZoneId"` // 别名 // 注意:此字段可能返回 null,表示取不到有效值。 AliasName *string `json:"AliasName,omitempty" name:"AliasName"` // VPC ID // 注意:此字段可能返回 null,表示取不到有效值。 VpcId *string `json:"VpcId,omitempty" name:"VpcId"` }
type ZookeeperServerInterface ¶ added in v1.0.430
type ZookeeperServerInterface struct { // 接口名 // 注意:此字段可能返回 null,表示取不到有效值。 Interface *string `json:"Interface,omitempty" name:"Interface"` }