Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks.
Index ¶
- type ActivateLicenseRequest
- func (s ActivateLicenseRequest) GoString() string
- func (s *ActivateLicenseRequest) SetFingerprint(v string) *ActivateLicenseRequest
- func (s *ActivateLicenseRequest) SetId(v string) *ActivateLicenseRequest
- func (s *ActivateLicenseRequest) SetInstanceId(v string) *ActivateLicenseRequest
- func (s *ActivateLicenseRequest) SetOrderId(v string) *ActivateLicenseRequest
- func (s ActivateLicenseRequest) String() string
- type ActivateLicenseResponse
- func (s ActivateLicenseResponse) GoString() string
- func (s *ActivateLicenseResponse) SetBody(v *ActivateLicenseResponseBody) *ActivateLicenseResponse
- func (s *ActivateLicenseResponse) SetHeaders(v map[string]*string) *ActivateLicenseResponse
- func (s *ActivateLicenseResponse) SetStatusCode(v int32) *ActivateLicenseResponse
- func (s ActivateLicenseResponse) String() string
- type ActivateLicenseResponseBody
- func (s ActivateLicenseResponseBody) GoString() string
- func (s *ActivateLicenseResponseBody) SetAccessDeniedDetail(v string) *ActivateLicenseResponseBody
- func (s *ActivateLicenseResponseBody) SetCode(v string) *ActivateLicenseResponseBody
- func (s *ActivateLicenseResponseBody) SetData(v *ActivateLicenseResponseBodyData) *ActivateLicenseResponseBody
- func (s *ActivateLicenseResponseBody) SetHttpStatusCode(v int32) *ActivateLicenseResponseBody
- func (s *ActivateLicenseResponseBody) SetMessage(v string) *ActivateLicenseResponseBody
- func (s *ActivateLicenseResponseBody) SetRequestId(v string) *ActivateLicenseResponseBody
- func (s *ActivateLicenseResponseBody) SetSuccess(v string) *ActivateLicenseResponseBody
- func (s ActivateLicenseResponseBody) String() string
- type ActivateLicenseResponseBodyData
- func (s ActivateLicenseResponseBodyData) GoString() string
- func (s *ActivateLicenseResponseBodyData) SetActivateRecord(v []*ActivateLicenseResponseBodyDataActivateRecord) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetActivateTime(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetAllDuration(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetApplicableSpecs(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetBuyTime(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetCpuLimit(v int32) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetDescription(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetDuration(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetEffectTime(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetExpireTime(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetFingerprint(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetId(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetInstanceId(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetLicenseCode(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetLicenseSpecName(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetMemoryLimit(v int32) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetStatus(v string) *ActivateLicenseResponseBodyData
- func (s *ActivateLicenseResponseBodyData) SetUnActivateAllDuration(v string) *ActivateLicenseResponseBodyData
- func (s ActivateLicenseResponseBodyData) String() string
- type ActivateLicenseResponseBodyDataActivateRecord
- func (s ActivateLicenseResponseBodyDataActivateRecord) GoString() string
- func (s *ActivateLicenseResponseBodyDataActivateRecord) SetActivateTime(v string) *ActivateLicenseResponseBodyDataActivateRecord
- func (s *ActivateLicenseResponseBodyDataActivateRecord) SetBuyTime(v string) *ActivateLicenseResponseBodyDataActivateRecord
- func (s *ActivateLicenseResponseBodyDataActivateRecord) SetDuration(v string) *ActivateLicenseResponseBodyDataActivateRecord
- func (s *ActivateLicenseResponseBodyDataActivateRecord) SetExpireTime(v string) *ActivateLicenseResponseBodyDataActivateRecord
- func (s *ActivateLicenseResponseBodyDataActivateRecord) SetLicenseCode(v string) *ActivateLicenseResponseBodyDataActivateRecord
- func (s *ActivateLicenseResponseBodyDataActivateRecord) SetOrderId(v string) *ActivateLicenseResponseBodyDataActivateRecord
- func (s *ActivateLicenseResponseBodyDataActivateRecord) SetStatus(v string) *ActivateLicenseResponseBodyDataActivateRecord
- func (s ActivateLicenseResponseBodyDataActivateRecord) String() string
- type Client
- func (client *Client) ActivateLicense(request *ActivateLicenseRequest) (_result *ActivateLicenseResponse, _err error)
- func (client *Client) ActivateLicenseWithOptions(request *ActivateLicenseRequest, runtime *util.RuntimeOptions) (_result *ActivateLicenseResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetLicense(request *GetLicenseRequest) (_result *GetLicenseResponse, _err error)
- func (client *Client) GetLicenseWithOptions(request *GetLicenseRequest, runtime *util.RuntimeOptions) (_result *GetLicenseResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListLicenses(request *ListLicensesRequest) (_result *ListLicensesResponse, _err error)
- func (client *Client) ListLicensesWithOptions(request *ListLicensesRequest, runtime *util.RuntimeOptions) (_result *ListLicensesResponse, _err error)
- func (client *Client) ListUserResources(request *ListUserResourcesRequest) (_result *ListUserResourcesResponse, _err error)
- func (client *Client) ListUserResourcesWithOptions(request *ListUserResourcesRequest, runtime *util.RuntimeOptions) (_result *ListUserResourcesResponse, _err error)
- func (client *Client) UpdateLicenseDescription(request *UpdateLicenseDescriptionRequest) (_result *UpdateLicenseDescriptionResponse, _err error)
- func (client *Client) UpdateLicenseDescriptionWithOptions(request *UpdateLicenseDescriptionRequest, runtime *util.RuntimeOptions) (_result *UpdateLicenseDescriptionResponse, _err error)
- type GetLicenseRequest
- type GetLicenseResponse
- func (s GetLicenseResponse) GoString() string
- func (s *GetLicenseResponse) SetBody(v *GetLicenseResponseBody) *GetLicenseResponse
- func (s *GetLicenseResponse) SetHeaders(v map[string]*string) *GetLicenseResponse
- func (s *GetLicenseResponse) SetStatusCode(v int32) *GetLicenseResponse
- func (s GetLicenseResponse) String() string
- type GetLicenseResponseBody
- func (s GetLicenseResponseBody) GoString() string
- func (s *GetLicenseResponseBody) SetAccessDeniedDetail(v string) *GetLicenseResponseBody
- func (s *GetLicenseResponseBody) SetCode(v string) *GetLicenseResponseBody
- func (s *GetLicenseResponseBody) SetData(v *GetLicenseResponseBodyData) *GetLicenseResponseBody
- func (s *GetLicenseResponseBody) SetHttpStatusCode(v int32) *GetLicenseResponseBody
- func (s *GetLicenseResponseBody) SetMessage(v string) *GetLicenseResponseBody
- func (s *GetLicenseResponseBody) SetRequestId(v string) *GetLicenseResponseBody
- func (s *GetLicenseResponseBody) SetSuccess(v string) *GetLicenseResponseBody
- func (s GetLicenseResponseBody) String() string
- type GetLicenseResponseBodyData
- func (s GetLicenseResponseBodyData) GoString() string
- func (s *GetLicenseResponseBodyData) SetActivateRecord(v []*GetLicenseResponseBodyDataActivateRecord) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetActivateTime(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetAdaptiveMachine(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetAllDuration(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetApplicableSpecs(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetBuyTime(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetCpuLimit(v int32) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetDescription(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetDuration(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetEffectTime(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetExpireTime(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetFingerprint(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetId(v int64) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetInstanceId(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetLicenseCode(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetLicenseSpecCode(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetLicenseSpecName(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetLicenseSpecType(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetMemoryLimit(v int32) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetProposal(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetStatus(v string) *GetLicenseResponseBodyData
- func (s *GetLicenseResponseBodyData) SetUnActivateAllDuration(v string) *GetLicenseResponseBodyData
- func (s GetLicenseResponseBodyData) String() string
- type GetLicenseResponseBodyDataActivateRecord
- func (s GetLicenseResponseBodyDataActivateRecord) GoString() string
- func (s *GetLicenseResponseBodyDataActivateRecord) SetActivateTime(v string) *GetLicenseResponseBodyDataActivateRecord
- func (s *GetLicenseResponseBodyDataActivateRecord) SetBuyTime(v string) *GetLicenseResponseBodyDataActivateRecord
- func (s *GetLicenseResponseBodyDataActivateRecord) SetDuration(v string) *GetLicenseResponseBodyDataActivateRecord
- func (s *GetLicenseResponseBodyDataActivateRecord) SetExpireTime(v string) *GetLicenseResponseBodyDataActivateRecord
- func (s *GetLicenseResponseBodyDataActivateRecord) SetLicenseCode(v string) *GetLicenseResponseBodyDataActivateRecord
- func (s *GetLicenseResponseBodyDataActivateRecord) SetOrderId(v string) *GetLicenseResponseBodyDataActivateRecord
- func (s *GetLicenseResponseBodyDataActivateRecord) SetStatus(v string) *GetLicenseResponseBodyDataActivateRecord
- func (s GetLicenseResponseBodyDataActivateRecord) String() string
- type ListLicensesRequest
- func (s ListLicensesRequest) GoString() string
- func (s *ListLicensesRequest) SetCurrentPage(v int32) *ListLicensesRequest
- func (s *ListLicensesRequest) SetPageSize(v int32) *ListLicensesRequest
- func (s *ListLicensesRequest) SetQueryStr(v string) *ListLicensesRequest
- func (s ListLicensesRequest) String() string
- type ListLicensesResponse
- func (s ListLicensesResponse) GoString() string
- func (s *ListLicensesResponse) SetBody(v *ListLicensesResponseBody) *ListLicensesResponse
- func (s *ListLicensesResponse) SetHeaders(v map[string]*string) *ListLicensesResponse
- func (s *ListLicensesResponse) SetStatusCode(v int32) *ListLicensesResponse
- func (s ListLicensesResponse) String() string
- type ListLicensesResponseBody
- func (s ListLicensesResponseBody) GoString() string
- func (s *ListLicensesResponseBody) SetAccessDeniedDetail(v string) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetCode(v string) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetCurrentPage(v int32) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetHttpStatusCode(v int32) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetLicenseList(v []*ListLicensesResponseBodyLicenseList) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetMessage(v string) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetPageSize(v int32) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetRequestId(v string) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetSuccess(v bool) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetTotalCount(v int64) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetTotalPage(v string) *ListLicensesResponseBody
- func (s *ListLicensesResponseBody) SetTotalPageCount(v string) *ListLicensesResponseBody
- func (s ListLicensesResponseBody) String() string
- type ListLicensesResponseBodyLicenseList
- func (s ListLicensesResponseBodyLicenseList) GoString() string
- func (s *ListLicensesResponseBodyLicenseList) SetActivateTime(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetAdaptiveMachine(v int32) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetAllDuration(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetBuyTime(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetCpuLimit(v int32) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetDescription(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetDuration(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetEffectTime(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetExpireTime(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetId(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetInstanceId(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetLicenseSpecCode(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetLicenseSpecName(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetLicenseSpecType(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetMemoryLimit(v int32) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetStatus(v string) *ListLicensesResponseBodyLicenseList
- func (s *ListLicensesResponseBodyLicenseList) SetUnActivateAllDuration(v string) *ListLicensesResponseBodyLicenseList
- func (s ListLicensesResponseBodyLicenseList) String() string
- type ListUserResourcesRequest
- type ListUserResourcesResponse
- func (s ListUserResourcesResponse) GoString() string
- func (s *ListUserResourcesResponse) SetBody(v *ListUserResourcesResponseBody) *ListUserResourcesResponse
- func (s *ListUserResourcesResponse) SetHeaders(v map[string]*string) *ListUserResourcesResponse
- func (s *ListUserResourcesResponse) SetStatusCode(v int32) *ListUserResourcesResponse
- func (s ListUserResourcesResponse) String() string
- type ListUserResourcesResponseBody
- func (s ListUserResourcesResponseBody) GoString() string
- func (s *ListUserResourcesResponseBody) SetAccessDeniedDetail(v string) *ListUserResourcesResponseBody
- func (s *ListUserResourcesResponseBody) SetCode(v string) *ListUserResourcesResponseBody
- func (s *ListUserResourcesResponseBody) SetData(v []*ListUserResourcesResponseBodyData) *ListUserResourcesResponseBody
- func (s *ListUserResourcesResponseBody) SetHttpStatusCode(v int32) *ListUserResourcesResponseBody
- func (s *ListUserResourcesResponseBody) SetMessage(v string) *ListUserResourcesResponseBody
- func (s *ListUserResourcesResponseBody) SetRequestId(v string) *ListUserResourcesResponseBody
- func (s *ListUserResourcesResponseBody) SetSuccess(v string) *ListUserResourcesResponseBody
- func (s ListUserResourcesResponseBody) String() string
- type ListUserResourcesResponseBodyData
- func (s ListUserResourcesResponseBodyData) GoString() string
- func (s *ListUserResourcesResponseBodyData) SetChargeType(v string) *ListUserResourcesResponseBodyData
- func (s *ListUserResourcesResponseBodyData) SetCommodityCode(v string) *ListUserResourcesResponseBodyData
- func (s *ListUserResourcesResponseBodyData) SetEndDate(v string) *ListUserResourcesResponseBodyData
- func (s *ListUserResourcesResponseBodyData) SetInstanceId(v string) *ListUserResourcesResponseBodyData
- func (s *ListUserResourcesResponseBodyData) SetRegion(v string) *ListUserResourcesResponseBodyData
- func (s *ListUserResourcesResponseBodyData) SetStartDate(v string) *ListUserResourcesResponseBodyData
- func (s *ListUserResourcesResponseBodyData) SetStatus(v string) *ListUserResourcesResponseBodyData
- func (s *ListUserResourcesResponseBodyData) SetStatusMsg(v string) *ListUserResourcesResponseBodyData
- func (s ListUserResourcesResponseBodyData) String() string
- type UpdateLicenseDescriptionRequest
- func (s UpdateLicenseDescriptionRequest) GoString() string
- func (s *UpdateLicenseDescriptionRequest) SetDescription(v string) *UpdateLicenseDescriptionRequest
- func (s *UpdateLicenseDescriptionRequest) SetInstanceId(v string) *UpdateLicenseDescriptionRequest
- func (s UpdateLicenseDescriptionRequest) String() string
- type UpdateLicenseDescriptionResponse
- func (s UpdateLicenseDescriptionResponse) GoString() string
- func (s *UpdateLicenseDescriptionResponse) SetBody(v *UpdateLicenseDescriptionResponseBody) *UpdateLicenseDescriptionResponse
- func (s *UpdateLicenseDescriptionResponse) SetHeaders(v map[string]*string) *UpdateLicenseDescriptionResponse
- func (s *UpdateLicenseDescriptionResponse) SetStatusCode(v int32) *UpdateLicenseDescriptionResponse
- func (s UpdateLicenseDescriptionResponse) String() string
- type UpdateLicenseDescriptionResponseBody
- func (s UpdateLicenseDescriptionResponseBody) GoString() string
- func (s *UpdateLicenseDescriptionResponseBody) SetAccessDeniedDetail(v string) *UpdateLicenseDescriptionResponseBody
- func (s *UpdateLicenseDescriptionResponseBody) SetCode(v string) *UpdateLicenseDescriptionResponseBody
- func (s *UpdateLicenseDescriptionResponseBody) SetHttpStatusCode(v int32) *UpdateLicenseDescriptionResponseBody
- func (s *UpdateLicenseDescriptionResponseBody) SetMessage(v string) *UpdateLicenseDescriptionResponseBody
- func (s *UpdateLicenseDescriptionResponseBody) SetRequestId(v string) *UpdateLicenseDescriptionResponseBody
- func (s *UpdateLicenseDescriptionResponseBody) SetSuccess(v string) *UpdateLicenseDescriptionResponseBody
- func (s UpdateLicenseDescriptionResponseBody) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivateLicenseRequest ¶
type ActivateLicenseRequest struct { Fingerprint *string `json:"Fingerprint,omitempty" xml:"Fingerprint,omitempty"` Id *string `json:"Id,omitempty" xml:"Id,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` OrderId *string `json:"OrderId,omitempty" xml:"OrderId,omitempty"` }
func (ActivateLicenseRequest) GoString ¶
func (s ActivateLicenseRequest) GoString() string
func (*ActivateLicenseRequest) SetFingerprint ¶
func (s *ActivateLicenseRequest) SetFingerprint(v string) *ActivateLicenseRequest
func (*ActivateLicenseRequest) SetId ¶
func (s *ActivateLicenseRequest) SetId(v string) *ActivateLicenseRequest
func (*ActivateLicenseRequest) SetInstanceId ¶
func (s *ActivateLicenseRequest) SetInstanceId(v string) *ActivateLicenseRequest
func (*ActivateLicenseRequest) SetOrderId ¶
func (s *ActivateLicenseRequest) SetOrderId(v string) *ActivateLicenseRequest
func (ActivateLicenseRequest) String ¶
func (s ActivateLicenseRequest) String() string
type ActivateLicenseResponse ¶
type ActivateLicenseResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ActivateLicenseResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ActivateLicenseResponse) GoString ¶
func (s ActivateLicenseResponse) GoString() string
func (*ActivateLicenseResponse) SetBody ¶
func (s *ActivateLicenseResponse) SetBody(v *ActivateLicenseResponseBody) *ActivateLicenseResponse
func (*ActivateLicenseResponse) SetHeaders ¶
func (s *ActivateLicenseResponse) SetHeaders(v map[string]*string) *ActivateLicenseResponse
func (*ActivateLicenseResponse) SetStatusCode ¶
func (s *ActivateLicenseResponse) SetStatusCode(v int32) *ActivateLicenseResponse
func (ActivateLicenseResponse) String ¶
func (s ActivateLicenseResponse) String() string
type ActivateLicenseResponseBody ¶
type ActivateLicenseResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *ActivateLicenseResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` HttpStatusCode *int32 `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Success *string `json:"Success,omitempty" xml:"Success,omitempty"` }
func (ActivateLicenseResponseBody) GoString ¶
func (s ActivateLicenseResponseBody) GoString() string
func (*ActivateLicenseResponseBody) SetAccessDeniedDetail ¶
func (s *ActivateLicenseResponseBody) SetAccessDeniedDetail(v string) *ActivateLicenseResponseBody
func (*ActivateLicenseResponseBody) SetCode ¶
func (s *ActivateLicenseResponseBody) SetCode(v string) *ActivateLicenseResponseBody
func (*ActivateLicenseResponseBody) SetData ¶
func (s *ActivateLicenseResponseBody) SetData(v *ActivateLicenseResponseBodyData) *ActivateLicenseResponseBody
func (*ActivateLicenseResponseBody) SetHttpStatusCode ¶
func (s *ActivateLicenseResponseBody) SetHttpStatusCode(v int32) *ActivateLicenseResponseBody
func (*ActivateLicenseResponseBody) SetMessage ¶
func (s *ActivateLicenseResponseBody) SetMessage(v string) *ActivateLicenseResponseBody
func (*ActivateLicenseResponseBody) SetRequestId ¶
func (s *ActivateLicenseResponseBody) SetRequestId(v string) *ActivateLicenseResponseBody
func (*ActivateLicenseResponseBody) SetSuccess ¶
func (s *ActivateLicenseResponseBody) SetSuccess(v string) *ActivateLicenseResponseBody
func (ActivateLicenseResponseBody) String ¶
func (s ActivateLicenseResponseBody) String() string
type ActivateLicenseResponseBodyData ¶
type ActivateLicenseResponseBodyData struct { ActivateRecord []*ActivateLicenseResponseBodyDataActivateRecord `json:"ActivateRecord,omitempty" xml:"ActivateRecord,omitempty" type:"Repeated"` ActivateTime *string `json:"ActivateTime,omitempty" xml:"ActivateTime,omitempty"` AllDuration *string `json:"AllDuration,omitempty" xml:"AllDuration,omitempty"` ApplicableSpecs *string `json:"ApplicableSpecs,omitempty" xml:"ApplicableSpecs,omitempty"` BuyTime *string `json:"BuyTime,omitempty" xml:"BuyTime,omitempty"` CpuLimit *int32 `json:"CpuLimit,omitempty" xml:"CpuLimit,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Duration *string `json:"Duration,omitempty" xml:"Duration,omitempty"` EffectTime *string `json:"EffectTime,omitempty" xml:"EffectTime,omitempty"` ExpireTime *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"` Fingerprint *string `json:"Fingerprint,omitempty" xml:"Fingerprint,omitempty"` Id *string `json:"Id,omitempty" xml:"Id,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` LicenseCode *string `json:"LicenseCode,omitempty" xml:"LicenseCode,omitempty"` LicenseSpecName *string `json:"LicenseSpecName,omitempty" xml:"LicenseSpecName,omitempty"` MemoryLimit *int32 `json:"MemoryLimit,omitempty" xml:"MemoryLimit,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UnActivateAllDuration *string `json:"UnActivateAllDuration,omitempty" xml:"UnActivateAllDuration,omitempty"` }
func (ActivateLicenseResponseBodyData) GoString ¶
func (s ActivateLicenseResponseBodyData) GoString() string
func (*ActivateLicenseResponseBodyData) SetActivateRecord ¶
func (s *ActivateLicenseResponseBodyData) SetActivateRecord(v []*ActivateLicenseResponseBodyDataActivateRecord) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetActivateTime ¶
func (s *ActivateLicenseResponseBodyData) SetActivateTime(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetAllDuration ¶
func (s *ActivateLicenseResponseBodyData) SetAllDuration(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetApplicableSpecs ¶
func (s *ActivateLicenseResponseBodyData) SetApplicableSpecs(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetBuyTime ¶
func (s *ActivateLicenseResponseBodyData) SetBuyTime(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetCpuLimit ¶
func (s *ActivateLicenseResponseBodyData) SetCpuLimit(v int32) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetDescription ¶
func (s *ActivateLicenseResponseBodyData) SetDescription(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetDuration ¶
func (s *ActivateLicenseResponseBodyData) SetDuration(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetEffectTime ¶
func (s *ActivateLicenseResponseBodyData) SetEffectTime(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetExpireTime ¶
func (s *ActivateLicenseResponseBodyData) SetExpireTime(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetFingerprint ¶
func (s *ActivateLicenseResponseBodyData) SetFingerprint(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetId ¶
func (s *ActivateLicenseResponseBodyData) SetId(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetInstanceId ¶
func (s *ActivateLicenseResponseBodyData) SetInstanceId(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetLicenseCode ¶
func (s *ActivateLicenseResponseBodyData) SetLicenseCode(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetLicenseSpecName ¶
func (s *ActivateLicenseResponseBodyData) SetLicenseSpecName(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetMemoryLimit ¶
func (s *ActivateLicenseResponseBodyData) SetMemoryLimit(v int32) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetStatus ¶
func (s *ActivateLicenseResponseBodyData) SetStatus(v string) *ActivateLicenseResponseBodyData
func (*ActivateLicenseResponseBodyData) SetUnActivateAllDuration ¶
func (s *ActivateLicenseResponseBodyData) SetUnActivateAllDuration(v string) *ActivateLicenseResponseBodyData
func (ActivateLicenseResponseBodyData) String ¶
func (s ActivateLicenseResponseBodyData) String() string
type ActivateLicenseResponseBodyDataActivateRecord ¶
type ActivateLicenseResponseBodyDataActivateRecord struct { ActivateTime *string `json:"ActivateTime,omitempty" xml:"ActivateTime,omitempty"` BuyTime *string `json:"BuyTime,omitempty" xml:"BuyTime,omitempty"` Duration *string `json:"Duration,omitempty" xml:"Duration,omitempty"` ExpireTime *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"` LicenseCode *string `json:"LicenseCode,omitempty" xml:"LicenseCode,omitempty"` OrderId *string `json:"OrderId,omitempty" xml:"OrderId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (ActivateLicenseResponseBodyDataActivateRecord) GoString ¶
func (s ActivateLicenseResponseBodyDataActivateRecord) GoString() string
func (*ActivateLicenseResponseBodyDataActivateRecord) SetActivateTime ¶
func (s *ActivateLicenseResponseBodyDataActivateRecord) SetActivateTime(v string) *ActivateLicenseResponseBodyDataActivateRecord
func (*ActivateLicenseResponseBodyDataActivateRecord) SetBuyTime ¶
func (s *ActivateLicenseResponseBodyDataActivateRecord) SetBuyTime(v string) *ActivateLicenseResponseBodyDataActivateRecord
func (*ActivateLicenseResponseBodyDataActivateRecord) SetDuration ¶
func (s *ActivateLicenseResponseBodyDataActivateRecord) SetDuration(v string) *ActivateLicenseResponseBodyDataActivateRecord
func (*ActivateLicenseResponseBodyDataActivateRecord) SetExpireTime ¶
func (s *ActivateLicenseResponseBodyDataActivateRecord) SetExpireTime(v string) *ActivateLicenseResponseBodyDataActivateRecord
func (*ActivateLicenseResponseBodyDataActivateRecord) SetLicenseCode ¶
func (s *ActivateLicenseResponseBodyDataActivateRecord) SetLicenseCode(v string) *ActivateLicenseResponseBodyDataActivateRecord
func (*ActivateLicenseResponseBodyDataActivateRecord) SetOrderId ¶
func (s *ActivateLicenseResponseBodyDataActivateRecord) SetOrderId(v string) *ActivateLicenseResponseBodyDataActivateRecord
func (*ActivateLicenseResponseBodyDataActivateRecord) SetStatus ¶
func (s *ActivateLicenseResponseBodyDataActivateRecord) SetStatus(v string) *ActivateLicenseResponseBodyDataActivateRecord
func (ActivateLicenseResponseBodyDataActivateRecord) String ¶
func (s ActivateLicenseResponseBodyDataActivateRecord) String() string
type Client ¶
func (*Client) ActivateLicense ¶
func (client *Client) ActivateLicense(request *ActivateLicenseRequest) (_result *ActivateLicenseResponse, _err error)
Summary:
激活License
@param request - ActivateLicenseRequest
@return ActivateLicenseResponse
func (*Client) ActivateLicenseWithOptions ¶
func (client *Client) ActivateLicenseWithOptions(request *ActivateLicenseRequest, runtime *util.RuntimeOptions) (_result *ActivateLicenseResponse, _err error)
Summary:
激活License
@param request - ActivateLicenseRequest
@param runtime - runtime options for this request RuntimeOptions
@return ActivateLicenseResponse
func (*Client) GetEndpoint ¶
func (*Client) GetLicense ¶
func (client *Client) GetLicense(request *GetLicenseRequest) (_result *GetLicenseResponse, _err error)
Summary:
License详情 ¶
@param request - GetLicenseRequest
@return GetLicenseResponse
func (*Client) GetLicenseWithOptions ¶
func (client *Client) GetLicenseWithOptions(request *GetLicenseRequest, runtime *util.RuntimeOptions) (_result *GetLicenseResponse, _err error)
Summary:
License详情 ¶
@param request - GetLicenseRequest
@param runtime - runtime options for this request RuntimeOptions
@return GetLicenseResponse
func (*Client) ListLicenses ¶
func (client *Client) ListLicenses(request *ListLicensesRequest) (_result *ListLicensesResponse, _err error)
Summary:
License列表 ¶
@param request - ListLicensesRequest
@return ListLicensesResponse
func (*Client) ListLicensesWithOptions ¶
func (client *Client) ListLicensesWithOptions(request *ListLicensesRequest, runtime *util.RuntimeOptions) (_result *ListLicensesResponse, _err error)
Summary:
License列表 ¶
@param request - ListLicensesRequest
@param runtime - runtime options for this request RuntimeOptions
@return ListLicensesResponse
func (*Client) ListUserResources ¶
func (client *Client) ListUserResources(request *ListUserResourcesRequest) (_result *ListUserResourcesResponse, _err error)
Summary:
获取用户资源列表
@param request - ListUserResourcesRequest
@return ListUserResourcesResponse
func (*Client) ListUserResourcesWithOptions ¶
func (client *Client) ListUserResourcesWithOptions(request *ListUserResourcesRequest, runtime *util.RuntimeOptions) (_result *ListUserResourcesResponse, _err error)
Summary:
获取用户资源列表
@param request - ListUserResourcesRequest
@param runtime - runtime options for this request RuntimeOptions
@return ListUserResourcesResponse
func (*Client) UpdateLicenseDescription ¶
func (client *Client) UpdateLicenseDescription(request *UpdateLicenseDescriptionRequest) (_result *UpdateLicenseDescriptionResponse, _err error)
Summary:
更新license描述
@param request - UpdateLicenseDescriptionRequest
@return UpdateLicenseDescriptionResponse
func (*Client) UpdateLicenseDescriptionWithOptions ¶
func (client *Client) UpdateLicenseDescriptionWithOptions(request *UpdateLicenseDescriptionRequest, runtime *util.RuntimeOptions) (_result *UpdateLicenseDescriptionResponse, _err error)
Summary:
更新license描述
@param request - UpdateLicenseDescriptionRequest
@param runtime - runtime options for this request RuntimeOptions
@return UpdateLicenseDescriptionResponse
type GetLicenseRequest ¶
type GetLicenseRequest struct { Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` }
func (GetLicenseRequest) GoString ¶
func (s GetLicenseRequest) GoString() string
func (*GetLicenseRequest) SetId ¶
func (s *GetLicenseRequest) SetId(v int64) *GetLicenseRequest
func (*GetLicenseRequest) SetInstanceId ¶
func (s *GetLicenseRequest) SetInstanceId(v string) *GetLicenseRequest
func (GetLicenseRequest) String ¶
func (s GetLicenseRequest) String() string
type GetLicenseResponse ¶
type GetLicenseResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetLicenseResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetLicenseResponse) GoString ¶
func (s GetLicenseResponse) GoString() string
func (*GetLicenseResponse) SetBody ¶
func (s *GetLicenseResponse) SetBody(v *GetLicenseResponseBody) *GetLicenseResponse
func (*GetLicenseResponse) SetHeaders ¶
func (s *GetLicenseResponse) SetHeaders(v map[string]*string) *GetLicenseResponse
func (*GetLicenseResponse) SetStatusCode ¶
func (s *GetLicenseResponse) SetStatusCode(v int32) *GetLicenseResponse
func (GetLicenseResponse) String ¶
func (s GetLicenseResponse) String() string
type GetLicenseResponseBody ¶
type GetLicenseResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *GetLicenseResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` HttpStatusCode *int32 `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Success *string `json:"Success,omitempty" xml:"Success,omitempty"` }
func (GetLicenseResponseBody) GoString ¶
func (s GetLicenseResponseBody) GoString() string
func (*GetLicenseResponseBody) SetAccessDeniedDetail ¶
func (s *GetLicenseResponseBody) SetAccessDeniedDetail(v string) *GetLicenseResponseBody
func (*GetLicenseResponseBody) SetCode ¶
func (s *GetLicenseResponseBody) SetCode(v string) *GetLicenseResponseBody
func (*GetLicenseResponseBody) SetData ¶
func (s *GetLicenseResponseBody) SetData(v *GetLicenseResponseBodyData) *GetLicenseResponseBody
func (*GetLicenseResponseBody) SetHttpStatusCode ¶
func (s *GetLicenseResponseBody) SetHttpStatusCode(v int32) *GetLicenseResponseBody
func (*GetLicenseResponseBody) SetMessage ¶
func (s *GetLicenseResponseBody) SetMessage(v string) *GetLicenseResponseBody
func (*GetLicenseResponseBody) SetRequestId ¶
func (s *GetLicenseResponseBody) SetRequestId(v string) *GetLicenseResponseBody
func (*GetLicenseResponseBody) SetSuccess ¶
func (s *GetLicenseResponseBody) SetSuccess(v string) *GetLicenseResponseBody
func (GetLicenseResponseBody) String ¶
func (s GetLicenseResponseBody) String() string
type GetLicenseResponseBodyData ¶
type GetLicenseResponseBodyData struct { ActivateRecord []*GetLicenseResponseBodyDataActivateRecord `json:"ActivateRecord,omitempty" xml:"ActivateRecord,omitempty" type:"Repeated"` // 代表资源一级ID的资源属性字段 ActivateTime *string `json:"ActivateTime,omitempty" xml:"ActivateTime,omitempty"` AdaptiveMachine *string `json:"AdaptiveMachine,omitempty" xml:"AdaptiveMachine,omitempty"` AllDuration *string `json:"AllDuration,omitempty" xml:"AllDuration,omitempty"` ApplicableSpecs *string `json:"ApplicableSpecs,omitempty" xml:"ApplicableSpecs,omitempty"` // 代表资源名称的资源属性字段 BuyTime *string `json:"BuyTime,omitempty" xml:"BuyTime,omitempty"` CpuLimit *int32 `json:"CpuLimit,omitempty" xml:"CpuLimit,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Duration *string `json:"Duration,omitempty" xml:"Duration,omitempty"` EffectTime *string `json:"EffectTime,omitempty" xml:"EffectTime,omitempty"` ExpireTime *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"` // 代表创建时间的资源属性字段 Fingerprint *string `json:"Fingerprint,omitempty" xml:"Fingerprint,omitempty"` Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` LicenseCode *string `json:"LicenseCode,omitempty" xml:"LicenseCode,omitempty"` LicenseSpecCode *string `json:"LicenseSpecCode,omitempty" xml:"LicenseSpecCode,omitempty"` // 代表资源组的资源属性字段 LicenseSpecName *string `json:"LicenseSpecName,omitempty" xml:"LicenseSpecName,omitempty"` LicenseSpecType *string `json:"LicenseSpecType,omitempty" xml:"LicenseSpecType,omitempty"` MemoryLimit *int32 `json:"MemoryLimit,omitempty" xml:"MemoryLimit,omitempty"` Proposal *string `json:"Proposal,omitempty" xml:"Proposal,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UnActivateAllDuration *string `json:"UnActivateAllDuration,omitempty" xml:"UnActivateAllDuration,omitempty"` }
func (GetLicenseResponseBodyData) GoString ¶
func (s GetLicenseResponseBodyData) GoString() string
func (*GetLicenseResponseBodyData) SetActivateRecord ¶
func (s *GetLicenseResponseBodyData) SetActivateRecord(v []*GetLicenseResponseBodyDataActivateRecord) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetActivateTime ¶
func (s *GetLicenseResponseBodyData) SetActivateTime(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetAdaptiveMachine ¶
func (s *GetLicenseResponseBodyData) SetAdaptiveMachine(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetAllDuration ¶
func (s *GetLicenseResponseBodyData) SetAllDuration(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetApplicableSpecs ¶
func (s *GetLicenseResponseBodyData) SetApplicableSpecs(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetBuyTime ¶
func (s *GetLicenseResponseBodyData) SetBuyTime(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetCpuLimit ¶
func (s *GetLicenseResponseBodyData) SetCpuLimit(v int32) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetDescription ¶
func (s *GetLicenseResponseBodyData) SetDescription(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetDuration ¶
func (s *GetLicenseResponseBodyData) SetDuration(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetEffectTime ¶
func (s *GetLicenseResponseBodyData) SetEffectTime(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetExpireTime ¶
func (s *GetLicenseResponseBodyData) SetExpireTime(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetFingerprint ¶
func (s *GetLicenseResponseBodyData) SetFingerprint(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetId ¶
func (s *GetLicenseResponseBodyData) SetId(v int64) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetInstanceId ¶
func (s *GetLicenseResponseBodyData) SetInstanceId(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetLicenseCode ¶
func (s *GetLicenseResponseBodyData) SetLicenseCode(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetLicenseSpecCode ¶
func (s *GetLicenseResponseBodyData) SetLicenseSpecCode(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetLicenseSpecName ¶
func (s *GetLicenseResponseBodyData) SetLicenseSpecName(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetLicenseSpecType ¶
func (s *GetLicenseResponseBodyData) SetLicenseSpecType(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetMemoryLimit ¶
func (s *GetLicenseResponseBodyData) SetMemoryLimit(v int32) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetProposal ¶
func (s *GetLicenseResponseBodyData) SetProposal(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetStatus ¶
func (s *GetLicenseResponseBodyData) SetStatus(v string) *GetLicenseResponseBodyData
func (*GetLicenseResponseBodyData) SetUnActivateAllDuration ¶
func (s *GetLicenseResponseBodyData) SetUnActivateAllDuration(v string) *GetLicenseResponseBodyData
func (GetLicenseResponseBodyData) String ¶
func (s GetLicenseResponseBodyData) String() string
type GetLicenseResponseBodyDataActivateRecord ¶
type GetLicenseResponseBodyDataActivateRecord struct { ActivateTime *string `json:"ActivateTime,omitempty" xml:"ActivateTime,omitempty"` BuyTime *string `json:"BuyTime,omitempty" xml:"BuyTime,omitempty"` Duration *string `json:"Duration,omitempty" xml:"Duration,omitempty"` ExpireTime *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"` LicenseCode *string `json:"LicenseCode,omitempty" xml:"LicenseCode,omitempty"` OrderId *string `json:"OrderId,omitempty" xml:"OrderId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (GetLicenseResponseBodyDataActivateRecord) GoString ¶
func (s GetLicenseResponseBodyDataActivateRecord) GoString() string
func (*GetLicenseResponseBodyDataActivateRecord) SetActivateTime ¶
func (s *GetLicenseResponseBodyDataActivateRecord) SetActivateTime(v string) *GetLicenseResponseBodyDataActivateRecord
func (*GetLicenseResponseBodyDataActivateRecord) SetBuyTime ¶
func (s *GetLicenseResponseBodyDataActivateRecord) SetBuyTime(v string) *GetLicenseResponseBodyDataActivateRecord
func (*GetLicenseResponseBodyDataActivateRecord) SetDuration ¶
func (s *GetLicenseResponseBodyDataActivateRecord) SetDuration(v string) *GetLicenseResponseBodyDataActivateRecord
func (*GetLicenseResponseBodyDataActivateRecord) SetExpireTime ¶
func (s *GetLicenseResponseBodyDataActivateRecord) SetExpireTime(v string) *GetLicenseResponseBodyDataActivateRecord
func (*GetLicenseResponseBodyDataActivateRecord) SetLicenseCode ¶
func (s *GetLicenseResponseBodyDataActivateRecord) SetLicenseCode(v string) *GetLicenseResponseBodyDataActivateRecord
func (*GetLicenseResponseBodyDataActivateRecord) SetOrderId ¶
func (s *GetLicenseResponseBodyDataActivateRecord) SetOrderId(v string) *GetLicenseResponseBodyDataActivateRecord
func (*GetLicenseResponseBodyDataActivateRecord) SetStatus ¶
func (s *GetLicenseResponseBodyDataActivateRecord) SetStatus(v string) *GetLicenseResponseBodyDataActivateRecord
func (GetLicenseResponseBodyDataActivateRecord) String ¶
func (s GetLicenseResponseBodyDataActivateRecord) String() string
type ListLicensesRequest ¶
type ListLicensesRequest struct { CurrentPage *int32 `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` QueryStr *string `json:"QueryStr,omitempty" xml:"QueryStr,omitempty"` }
func (ListLicensesRequest) GoString ¶
func (s ListLicensesRequest) GoString() string
func (*ListLicensesRequest) SetCurrentPage ¶
func (s *ListLicensesRequest) SetCurrentPage(v int32) *ListLicensesRequest
func (*ListLicensesRequest) SetPageSize ¶
func (s *ListLicensesRequest) SetPageSize(v int32) *ListLicensesRequest
func (*ListLicensesRequest) SetQueryStr ¶
func (s *ListLicensesRequest) SetQueryStr(v string) *ListLicensesRequest
func (ListLicensesRequest) String ¶
func (s ListLicensesRequest) String() string
type ListLicensesResponse ¶
type ListLicensesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListLicensesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListLicensesResponse) GoString ¶
func (s ListLicensesResponse) GoString() string
func (*ListLicensesResponse) SetBody ¶
func (s *ListLicensesResponse) SetBody(v *ListLicensesResponseBody) *ListLicensesResponse
func (*ListLicensesResponse) SetHeaders ¶
func (s *ListLicensesResponse) SetHeaders(v map[string]*string) *ListLicensesResponse
func (*ListLicensesResponse) SetStatusCode ¶
func (s *ListLicensesResponse) SetStatusCode(v int32) *ListLicensesResponse
func (ListLicensesResponse) String ¶
func (s ListLicensesResponse) String() string
type ListLicensesResponseBody ¶
type ListLicensesResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` Code *string `json:"Code,omitempty" xml:"Code,omitempty"` CurrentPage *int32 `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"` HttpStatusCode *int32 `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"` LicenseList []*ListLicensesResponseBodyLicenseList `json:"LicenseList,omitempty" xml:"LicenseList,omitempty" type:"Repeated"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Success *bool `json:"Success,omitempty" xml:"Success,omitempty"` TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` TotalPage *string `json:"TotalPage,omitempty" xml:"TotalPage,omitempty"` TotalPageCount *string `json:"TotalPageCount,omitempty" xml:"TotalPageCount,omitempty"` }
func (ListLicensesResponseBody) GoString ¶
func (s ListLicensesResponseBody) GoString() string
func (*ListLicensesResponseBody) SetAccessDeniedDetail ¶
func (s *ListLicensesResponseBody) SetAccessDeniedDetail(v string) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetCode ¶
func (s *ListLicensesResponseBody) SetCode(v string) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetCurrentPage ¶
func (s *ListLicensesResponseBody) SetCurrentPage(v int32) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetHttpStatusCode ¶
func (s *ListLicensesResponseBody) SetHttpStatusCode(v int32) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetLicenseList ¶
func (s *ListLicensesResponseBody) SetLicenseList(v []*ListLicensesResponseBodyLicenseList) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetMessage ¶
func (s *ListLicensesResponseBody) SetMessage(v string) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetPageSize ¶
func (s *ListLicensesResponseBody) SetPageSize(v int32) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetRequestId ¶
func (s *ListLicensesResponseBody) SetRequestId(v string) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetSuccess ¶
func (s *ListLicensesResponseBody) SetSuccess(v bool) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetTotalCount ¶
func (s *ListLicensesResponseBody) SetTotalCount(v int64) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetTotalPage ¶
func (s *ListLicensesResponseBody) SetTotalPage(v string) *ListLicensesResponseBody
func (*ListLicensesResponseBody) SetTotalPageCount ¶
func (s *ListLicensesResponseBody) SetTotalPageCount(v string) *ListLicensesResponseBody
func (ListLicensesResponseBody) String ¶
func (s ListLicensesResponseBody) String() string
type ListLicensesResponseBodyLicenseList ¶
type ListLicensesResponseBodyLicenseList struct { ActivateTime *string `json:"ActivateTime,omitempty" xml:"ActivateTime,omitempty"` AdaptiveMachine *int32 `json:"AdaptiveMachine,omitempty" xml:"AdaptiveMachine,omitempty"` AllDuration *string `json:"AllDuration,omitempty" xml:"AllDuration,omitempty"` BuyTime *string `json:"BuyTime,omitempty" xml:"BuyTime,omitempty"` CpuLimit *int32 `json:"CpuLimit,omitempty" xml:"CpuLimit,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Duration *string `json:"Duration,omitempty" xml:"Duration,omitempty"` EffectTime *string `json:"EffectTime,omitempty" xml:"EffectTime,omitempty"` ExpireTime *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"` Id *string `json:"Id,omitempty" xml:"Id,omitempty"` InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` LicenseSpecCode *string `json:"LicenseSpecCode,omitempty" xml:"LicenseSpecCode,omitempty"` LicenseSpecName *string `json:"LicenseSpecName,omitempty" xml:"LicenseSpecName,omitempty"` LicenseSpecType *string `json:"LicenseSpecType,omitempty" xml:"LicenseSpecType,omitempty"` MemoryLimit *int32 `json:"MemoryLimit,omitempty" xml:"MemoryLimit,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UnActivateAllDuration *string `json:"UnActivateAllDuration,omitempty" xml:"UnActivateAllDuration,omitempty"` }
func (ListLicensesResponseBodyLicenseList) GoString ¶
func (s ListLicensesResponseBodyLicenseList) GoString() string
func (*ListLicensesResponseBodyLicenseList) SetActivateTime ¶
func (s *ListLicensesResponseBodyLicenseList) SetActivateTime(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetAdaptiveMachine ¶
func (s *ListLicensesResponseBodyLicenseList) SetAdaptiveMachine(v int32) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetAllDuration ¶
func (s *ListLicensesResponseBodyLicenseList) SetAllDuration(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetBuyTime ¶
func (s *ListLicensesResponseBodyLicenseList) SetBuyTime(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetCpuLimit ¶
func (s *ListLicensesResponseBodyLicenseList) SetCpuLimit(v int32) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetDescription ¶
func (s *ListLicensesResponseBodyLicenseList) SetDescription(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetDuration ¶
func (s *ListLicensesResponseBodyLicenseList) SetDuration(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetEffectTime ¶
func (s *ListLicensesResponseBodyLicenseList) SetEffectTime(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetExpireTime ¶
func (s *ListLicensesResponseBodyLicenseList) SetExpireTime(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetId ¶
func (s *ListLicensesResponseBodyLicenseList) SetId(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetInstanceId ¶
func (s *ListLicensesResponseBodyLicenseList) SetInstanceId(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetLicenseSpecCode ¶
func (s *ListLicensesResponseBodyLicenseList) SetLicenseSpecCode(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetLicenseSpecName ¶
func (s *ListLicensesResponseBodyLicenseList) SetLicenseSpecName(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetLicenseSpecType ¶
func (s *ListLicensesResponseBodyLicenseList) SetLicenseSpecType(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetMemoryLimit ¶
func (s *ListLicensesResponseBodyLicenseList) SetMemoryLimit(v int32) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetStatus ¶
func (s *ListLicensesResponseBodyLicenseList) SetStatus(v string) *ListLicensesResponseBodyLicenseList
func (*ListLicensesResponseBodyLicenseList) SetUnActivateAllDuration ¶
func (s *ListLicensesResponseBodyLicenseList) SetUnActivateAllDuration(v string) *ListLicensesResponseBodyLicenseList
func (ListLicensesResponseBodyLicenseList) String ¶
func (s ListLicensesResponseBodyLicenseList) String() string
type ListUserResourcesRequest ¶
type ListUserResourcesRequest struct {
CommodityCode *string `json:"CommodityCode,omitempty" xml:"CommodityCode,omitempty"`
}
func (ListUserResourcesRequest) GoString ¶
func (s ListUserResourcesRequest) GoString() string
func (*ListUserResourcesRequest) SetCommodityCode ¶
func (s *ListUserResourcesRequest) SetCommodityCode(v string) *ListUserResourcesRequest
func (ListUserResourcesRequest) String ¶
func (s ListUserResourcesRequest) String() string
type ListUserResourcesResponse ¶
type ListUserResourcesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListUserResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListUserResourcesResponse) GoString ¶
func (s ListUserResourcesResponse) GoString() string
func (*ListUserResourcesResponse) SetBody ¶
func (s *ListUserResourcesResponse) SetBody(v *ListUserResourcesResponseBody) *ListUserResourcesResponse
func (*ListUserResourcesResponse) SetHeaders ¶
func (s *ListUserResourcesResponse) SetHeaders(v map[string]*string) *ListUserResourcesResponse
func (*ListUserResourcesResponse) SetStatusCode ¶
func (s *ListUserResourcesResponse) SetStatusCode(v int32) *ListUserResourcesResponse
func (ListUserResourcesResponse) String ¶
func (s ListUserResourcesResponse) String() string
type ListUserResourcesResponseBody ¶
type ListUserResourcesResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data []*ListUserResourcesResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"` HttpStatusCode *int32 `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Success *string `json:"Success,omitempty" xml:"Success,omitempty"` }
func (ListUserResourcesResponseBody) GoString ¶
func (s ListUserResourcesResponseBody) GoString() string
func (*ListUserResourcesResponseBody) SetAccessDeniedDetail ¶
func (s *ListUserResourcesResponseBody) SetAccessDeniedDetail(v string) *ListUserResourcesResponseBody
func (*ListUserResourcesResponseBody) SetCode ¶
func (s *ListUserResourcesResponseBody) SetCode(v string) *ListUserResourcesResponseBody
func (*ListUserResourcesResponseBody) SetData ¶
func (s *ListUserResourcesResponseBody) SetData(v []*ListUserResourcesResponseBodyData) *ListUserResourcesResponseBody
func (*ListUserResourcesResponseBody) SetHttpStatusCode ¶
func (s *ListUserResourcesResponseBody) SetHttpStatusCode(v int32) *ListUserResourcesResponseBody
func (*ListUserResourcesResponseBody) SetMessage ¶
func (s *ListUserResourcesResponseBody) SetMessage(v string) *ListUserResourcesResponseBody
func (*ListUserResourcesResponseBody) SetRequestId ¶
func (s *ListUserResourcesResponseBody) SetRequestId(v string) *ListUserResourcesResponseBody
func (*ListUserResourcesResponseBody) SetSuccess ¶
func (s *ListUserResourcesResponseBody) SetSuccess(v string) *ListUserResourcesResponseBody
func (ListUserResourcesResponseBody) String ¶
func (s ListUserResourcesResponseBody) String() string
type ListUserResourcesResponseBodyData ¶
type ListUserResourcesResponseBodyData struct { ChargeType *string `json:"chargeType,omitempty" xml:"chargeType,omitempty"` CommodityCode *string `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"` EndDate *string `json:"endDate,omitempty" xml:"endDate,omitempty"` InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"` Region *string `json:"region,omitempty" xml:"region,omitempty"` StartDate *string `json:"startDate,omitempty" xml:"startDate,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` StatusMsg *string `json:"statusMsg,omitempty" xml:"statusMsg,omitempty"` }
func (ListUserResourcesResponseBodyData) GoString ¶
func (s ListUserResourcesResponseBodyData) GoString() string
func (*ListUserResourcesResponseBodyData) SetChargeType ¶
func (s *ListUserResourcesResponseBodyData) SetChargeType(v string) *ListUserResourcesResponseBodyData
func (*ListUserResourcesResponseBodyData) SetCommodityCode ¶
func (s *ListUserResourcesResponseBodyData) SetCommodityCode(v string) *ListUserResourcesResponseBodyData
func (*ListUserResourcesResponseBodyData) SetEndDate ¶
func (s *ListUserResourcesResponseBodyData) SetEndDate(v string) *ListUserResourcesResponseBodyData
func (*ListUserResourcesResponseBodyData) SetInstanceId ¶
func (s *ListUserResourcesResponseBodyData) SetInstanceId(v string) *ListUserResourcesResponseBodyData
func (*ListUserResourcesResponseBodyData) SetRegion ¶
func (s *ListUserResourcesResponseBodyData) SetRegion(v string) *ListUserResourcesResponseBodyData
func (*ListUserResourcesResponseBodyData) SetStartDate ¶
func (s *ListUserResourcesResponseBodyData) SetStartDate(v string) *ListUserResourcesResponseBodyData
func (*ListUserResourcesResponseBodyData) SetStatus ¶
func (s *ListUserResourcesResponseBodyData) SetStatus(v string) *ListUserResourcesResponseBodyData
func (*ListUserResourcesResponseBodyData) SetStatusMsg ¶
func (s *ListUserResourcesResponseBodyData) SetStatusMsg(v string) *ListUserResourcesResponseBodyData
func (ListUserResourcesResponseBodyData) String ¶
func (s ListUserResourcesResponseBodyData) String() string
type UpdateLicenseDescriptionRequest ¶
type UpdateLicenseDescriptionRequest struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // brainindustrial_aicsruntime_public_cn-mdu3ps3kw04 InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` }
func (UpdateLicenseDescriptionRequest) GoString ¶
func (s UpdateLicenseDescriptionRequest) GoString() string
func (*UpdateLicenseDescriptionRequest) SetDescription ¶
func (s *UpdateLicenseDescriptionRequest) SetDescription(v string) *UpdateLicenseDescriptionRequest
func (*UpdateLicenseDescriptionRequest) SetInstanceId ¶
func (s *UpdateLicenseDescriptionRequest) SetInstanceId(v string) *UpdateLicenseDescriptionRequest
func (UpdateLicenseDescriptionRequest) String ¶
func (s UpdateLicenseDescriptionRequest) String() string
type UpdateLicenseDescriptionResponse ¶
type UpdateLicenseDescriptionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateLicenseDescriptionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateLicenseDescriptionResponse) GoString ¶
func (s UpdateLicenseDescriptionResponse) GoString() string
func (*UpdateLicenseDescriptionResponse) SetBody ¶
func (s *UpdateLicenseDescriptionResponse) SetBody(v *UpdateLicenseDescriptionResponseBody) *UpdateLicenseDescriptionResponse
func (*UpdateLicenseDescriptionResponse) SetHeaders ¶
func (s *UpdateLicenseDescriptionResponse) SetHeaders(v map[string]*string) *UpdateLicenseDescriptionResponse
func (*UpdateLicenseDescriptionResponse) SetStatusCode ¶
func (s *UpdateLicenseDescriptionResponse) SetStatusCode(v int32) *UpdateLicenseDescriptionResponse
func (UpdateLicenseDescriptionResponse) String ¶
func (s UpdateLicenseDescriptionResponse) String() string
type UpdateLicenseDescriptionResponseBody ¶
type UpdateLicenseDescriptionResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // 200 Code *string `json:"Code,omitempty" xml:"Code,omitempty"` HttpStatusCode *int32 `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"` // example: // // successful Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // Id of the request // // example: // // 68738E75-43C1-5AE5-9F3A-AFEF576D7B5F RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // True Success *string `json:"Success,omitempty" xml:"Success,omitempty"` }
func (UpdateLicenseDescriptionResponseBody) GoString ¶
func (s UpdateLicenseDescriptionResponseBody) GoString() string
func (*UpdateLicenseDescriptionResponseBody) SetAccessDeniedDetail ¶
func (s *UpdateLicenseDescriptionResponseBody) SetAccessDeniedDetail(v string) *UpdateLicenseDescriptionResponseBody
func (*UpdateLicenseDescriptionResponseBody) SetCode ¶
func (s *UpdateLicenseDescriptionResponseBody) SetCode(v string) *UpdateLicenseDescriptionResponseBody
func (*UpdateLicenseDescriptionResponseBody) SetHttpStatusCode ¶
func (s *UpdateLicenseDescriptionResponseBody) SetHttpStatusCode(v int32) *UpdateLicenseDescriptionResponseBody
func (*UpdateLicenseDescriptionResponseBody) SetMessage ¶
func (s *UpdateLicenseDescriptionResponseBody) SetMessage(v string) *UpdateLicenseDescriptionResponseBody
func (*UpdateLicenseDescriptionResponseBody) SetRequestId ¶
func (s *UpdateLicenseDescriptionResponseBody) SetRequestId(v string) *UpdateLicenseDescriptionResponseBody
func (*UpdateLicenseDescriptionResponseBody) SetSuccess ¶
func (s *UpdateLicenseDescriptionResponseBody) SetSuccess(v string) *UpdateLicenseDescriptionResponseBody
func (UpdateLicenseDescriptionResponseBody) String ¶
func (s UpdateLicenseDescriptionResponseBody) String() string