client

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetQeIdentity

func (client *Client) GetQeIdentity(request *GetQeIdentityRequest) (_result *GetQeIdentityResponse, _err error)

func (*Client) GetQeIdentityWithOptions

func (client *Client) GetQeIdentityWithOptions(request *GetQeIdentityRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetQeIdentityResponse, _err error)

func (*Client) GetQveIdentity

func (client *Client) GetQveIdentity(request *GetQveIdentityRequest) (_result *GetQveIdentityResponse, _err error)

func (*Client) GetQveIdentityWithOptions

func (client *Client) GetQveIdentityWithOptions(request *GetQveIdentityRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetQveIdentityResponse, _err error)

func (*Client) GetTcbInfo

func (client *Client) GetTcbInfo(request *GetTcbInfoRequest) (_result *GetTcbInfoResponse, _err error)

func (*Client) GetTcbInfoWithOptions

func (client *Client) GetTcbInfoWithOptions(request *GetTcbInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTcbInfoResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) PckCrl

func (client *Client) PckCrl(request *PckCrlRequest) (_result *PckCrlResponse, _err error)

func (*Client) PckCrlWithOptions

func (client *Client) PckCrlWithOptions(request *PckCrlRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PckCrlResponse, _err error)

func (*Client) RootCaCrl

func (client *Client) RootCaCrl(request *RootCaCrlRequest) (_result *RootCaCrlResponse, _err error)

func (*Client) RootCaCrlWithOptions

func (client *Client) RootCaCrlWithOptions(request *RootCaCrlRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RootCaCrlResponse, _err error)

func (*Client) SimplePackagePckCert

func (client *Client) SimplePackagePckCert(request *SimplePackagePckCertRequest) (_result *SimplePackagePckCertResponse, _err error)

func (*Client) SimplePackagePckCertWithOptions

func (client *Client) SimplePackagePckCertWithOptions(request *SimplePackagePckCertRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SimplePackagePckCertResponse, _err error)

type GetQeIdentityRequest added in v1.0.1

type GetQeIdentityRequest struct {
	AcsHost     *string `json:"AcsHost,omitempty" xml:"AcsHost,omitempty"`
	ClientVpcId *string `json:"ClientVpcId,omitempty" xml:"ClientVpcId,omitempty"`
}

func (GetQeIdentityRequest) GoString added in v1.0.1

func (s GetQeIdentityRequest) GoString() string

func (*GetQeIdentityRequest) SetAcsHost added in v1.0.1

func (*GetQeIdentityRequest) SetClientVpcId added in v1.0.1

func (s *GetQeIdentityRequest) SetClientVpcId(v string) *GetQeIdentityRequest

func (GetQeIdentityRequest) String added in v1.0.1

func (s GetQeIdentityRequest) String() string

type GetQeIdentityResponse

type GetQeIdentityResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *string            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetQeIdentityResponse) GoString

func (s GetQeIdentityResponse) GoString() string

func (*GetQeIdentityResponse) SetBody

func (*GetQeIdentityResponse) SetHeaders

func (*GetQeIdentityResponse) SetStatusCode

func (s *GetQeIdentityResponse) SetStatusCode(v int32) *GetQeIdentityResponse

func (GetQeIdentityResponse) String

func (s GetQeIdentityResponse) String() string

type GetQveIdentityRequest added in v1.0.1

type GetQveIdentityRequest struct {
	AcsHost     *string `json:"AcsHost,omitempty" xml:"AcsHost,omitempty"`
	ClientVpcId *string `json:"ClientVpcId,omitempty" xml:"ClientVpcId,omitempty"`
}

func (GetQveIdentityRequest) GoString added in v1.0.1

func (s GetQveIdentityRequest) GoString() string

func (*GetQveIdentityRequest) SetAcsHost added in v1.0.1

func (*GetQveIdentityRequest) SetClientVpcId added in v1.0.1

func (s *GetQveIdentityRequest) SetClientVpcId(v string) *GetQveIdentityRequest

func (GetQveIdentityRequest) String added in v1.0.1

func (s GetQveIdentityRequest) String() string

type GetQveIdentityResponse

type GetQveIdentityResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *string            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetQveIdentityResponse) GoString

func (s GetQveIdentityResponse) GoString() string

func (*GetQveIdentityResponse) SetBody

func (*GetQveIdentityResponse) SetHeaders

func (*GetQveIdentityResponse) SetStatusCode

func (GetQveIdentityResponse) String

func (s GetQveIdentityResponse) String() string

type GetTcbInfoRequest

type GetTcbInfoRequest struct {
	AcsHost     *string `json:"AcsHost,omitempty" xml:"AcsHost,omitempty"`
	ClientVpcId *string `json:"ClientVpcId,omitempty" xml:"ClientVpcId,omitempty"`
	Fmspc       *string `json:"fmspc,omitempty" xml:"fmspc,omitempty"`
}

func (GetTcbInfoRequest) GoString

func (s GetTcbInfoRequest) GoString() string

func (*GetTcbInfoRequest) SetAcsHost added in v1.0.1

func (s *GetTcbInfoRequest) SetAcsHost(v string) *GetTcbInfoRequest

func (*GetTcbInfoRequest) SetClientVpcId added in v1.0.1

func (s *GetTcbInfoRequest) SetClientVpcId(v string) *GetTcbInfoRequest

func (*GetTcbInfoRequest) SetFmspc

func (s *GetTcbInfoRequest) SetFmspc(v string) *GetTcbInfoRequest

func (GetTcbInfoRequest) String

func (s GetTcbInfoRequest) String() string

type GetTcbInfoResponse

type GetTcbInfoResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *string            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTcbInfoResponse) GoString

func (s GetTcbInfoResponse) GoString() string

func (*GetTcbInfoResponse) SetBody

func (*GetTcbInfoResponse) SetHeaders

func (s *GetTcbInfoResponse) SetHeaders(v map[string]*string) *GetTcbInfoResponse

func (*GetTcbInfoResponse) SetStatusCode

func (s *GetTcbInfoResponse) SetStatusCode(v int32) *GetTcbInfoResponse

func (GetTcbInfoResponse) String

func (s GetTcbInfoResponse) String() string

type PckCrlRequest

type PckCrlRequest struct {
	AcsHost     *string `json:"AcsHost,omitempty" xml:"AcsHost,omitempty"`
	ClientVpcId *string `json:"ClientVpcId,omitempty" xml:"ClientVpcId,omitempty"`
	Ca          *string `json:"ca,omitempty" xml:"ca,omitempty"`
}

func (PckCrlRequest) GoString

func (s PckCrlRequest) GoString() string

func (*PckCrlRequest) SetAcsHost added in v1.0.1

func (s *PckCrlRequest) SetAcsHost(v string) *PckCrlRequest

func (*PckCrlRequest) SetCa

func (s *PckCrlRequest) SetCa(v string) *PckCrlRequest

func (*PckCrlRequest) SetClientVpcId added in v1.0.1

func (s *PckCrlRequest) SetClientVpcId(v string) *PckCrlRequest

func (PckCrlRequest) String

func (s PckCrlRequest) String() string

type PckCrlResponse

type PckCrlResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *string            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PckCrlResponse) GoString

func (s PckCrlResponse) GoString() string

func (*PckCrlResponse) SetBody

func (s *PckCrlResponse) SetBody(v string) *PckCrlResponse

func (*PckCrlResponse) SetHeaders

func (s *PckCrlResponse) SetHeaders(v map[string]*string) *PckCrlResponse

func (*PckCrlResponse) SetStatusCode

func (s *PckCrlResponse) SetStatusCode(v int32) *PckCrlResponse

func (PckCrlResponse) String

func (s PckCrlResponse) String() string

type RootCaCrlRequest added in v1.0.1

type RootCaCrlRequest struct {
	AcsHost     *string `json:"AcsHost,omitempty" xml:"AcsHost,omitempty"`
	ClientVpcId *string `json:"ClientVpcId,omitempty" xml:"ClientVpcId,omitempty"`
}

func (RootCaCrlRequest) GoString added in v1.0.1

func (s RootCaCrlRequest) GoString() string

func (*RootCaCrlRequest) SetAcsHost added in v1.0.1

func (s *RootCaCrlRequest) SetAcsHost(v string) *RootCaCrlRequest

func (*RootCaCrlRequest) SetClientVpcId added in v1.0.1

func (s *RootCaCrlRequest) SetClientVpcId(v string) *RootCaCrlRequest

func (RootCaCrlRequest) String added in v1.0.1

func (s RootCaCrlRequest) String() string

type RootCaCrlResponse

type RootCaCrlResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *string            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RootCaCrlResponse) GoString

func (s RootCaCrlResponse) GoString() string

func (*RootCaCrlResponse) SetBody

func (*RootCaCrlResponse) SetHeaders

func (s *RootCaCrlResponse) SetHeaders(v map[string]*string) *RootCaCrlResponse

func (*RootCaCrlResponse) SetStatusCode

func (s *RootCaCrlResponse) SetStatusCode(v int32) *RootCaCrlResponse

func (RootCaCrlResponse) String

func (s RootCaCrlResponse) String() string

type SimplePackagePckCertRequest

type SimplePackagePckCertRequest struct {
	AcsHost       *string `json:"AcsHost,omitempty" xml:"AcsHost,omitempty"`
	ClientVpcId   *string `json:"ClientVpcId,omitempty" xml:"ClientVpcId,omitempty"`
	Cpusvn        *string `json:"cpusvn,omitempty" xml:"cpusvn,omitempty"`
	EncryptedPpid *string `json:"encrypted_ppid,omitempty" xml:"encrypted_ppid,omitempty"`
	Pceid         *string `json:"pceid,omitempty" xml:"pceid,omitempty"`
	Pcesvn        *string `json:"pcesvn,omitempty" xml:"pcesvn,omitempty"`
	Qeid          *string `json:"qeid,omitempty" xml:"qeid,omitempty"`
}

func (SimplePackagePckCertRequest) GoString

func (s SimplePackagePckCertRequest) GoString() string

func (*SimplePackagePckCertRequest) SetAcsHost added in v1.0.1

func (*SimplePackagePckCertRequest) SetClientVpcId added in v1.0.1

func (*SimplePackagePckCertRequest) SetCpusvn

func (*SimplePackagePckCertRequest) SetEncryptedPpid

func (*SimplePackagePckCertRequest) SetPceid

func (*SimplePackagePckCertRequest) SetPcesvn

func (*SimplePackagePckCertRequest) SetQeid

func (SimplePackagePckCertRequest) String

type SimplePackagePckCertResponse

type SimplePackagePckCertResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *string            `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SimplePackagePckCertResponse) GoString

func (s SimplePackagePckCertResponse) GoString() string

func (*SimplePackagePckCertResponse) SetBody

func (*SimplePackagePckCertResponse) SetHeaders

func (*SimplePackagePckCertResponse) SetStatusCode

func (SimplePackagePckCertResponse) String

Jump to

Keyboard shortcuts

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