Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AddDNSAuthorizationRuleRequest
- func (s AddDNSAuthorizationRuleRequest) GoString() string
- func (s *AddDNSAuthorizationRuleRequest) SetClientToken(v string) *AddDNSAuthorizationRuleRequest
- func (s *AddDNSAuthorizationRuleRequest) SetDescription(v string) *AddDNSAuthorizationRuleRequest
- func (s *AddDNSAuthorizationRuleRequest) SetDestinationIp(v string) *AddDNSAuthorizationRuleRequest
- func (s *AddDNSAuthorizationRuleRequest) SetDryRun(v bool) *AddDNSAuthorizationRuleRequest
- func (s *AddDNSAuthorizationRuleRequest) SetName(v string) *AddDNSAuthorizationRuleRequest
- func (s *AddDNSAuthorizationRuleRequest) SetSourceDNSIp(v string) *AddDNSAuthorizationRuleRequest
- func (s *AddDNSAuthorizationRuleRequest) SetWirelessCloudConnectorId(v string) *AddDNSAuthorizationRuleRequest
- func (s AddDNSAuthorizationRuleRequest) String() string
- type AddDNSAuthorizationRuleResponse
- func (s AddDNSAuthorizationRuleResponse) GoString() string
- func (s *AddDNSAuthorizationRuleResponse) SetBody(v *AddDNSAuthorizationRuleResponseBody) *AddDNSAuthorizationRuleResponse
- func (s *AddDNSAuthorizationRuleResponse) SetHeaders(v map[string]*string) *AddDNSAuthorizationRuleResponse
- func (s AddDNSAuthorizationRuleResponse) String() string
- type AddDNSAuthorizationRuleResponseBody
- func (s AddDNSAuthorizationRuleResponseBody) GoString() string
- func (s *AddDNSAuthorizationRuleResponseBody) SetAuthorizationRuleId(v string) *AddDNSAuthorizationRuleResponseBody
- func (s *AddDNSAuthorizationRuleResponseBody) SetRequestId(v string) *AddDNSAuthorizationRuleResponseBody
- func (s AddDNSAuthorizationRuleResponseBody) String() string
- type AttachVpcToNetLinkRequest
- func (s AttachVpcToNetLinkRequest) GoString() string
- func (s *AttachVpcToNetLinkRequest) SetClientToken(v string) *AttachVpcToNetLinkRequest
- func (s *AttachVpcToNetLinkRequest) SetDryRun(v bool) *AttachVpcToNetLinkRequest
- func (s *AttachVpcToNetLinkRequest) SetNetLinkId(v string) *AttachVpcToNetLinkRequest
- func (s *AttachVpcToNetLinkRequest) SetRegionId(v string) *AttachVpcToNetLinkRequest
- func (s *AttachVpcToNetLinkRequest) SetVSwitches(v []*string) *AttachVpcToNetLinkRequest
- func (s *AttachVpcToNetLinkRequest) SetVpcId(v string) *AttachVpcToNetLinkRequest
- func (s *AttachVpcToNetLinkRequest) SetWirelessCloudConnectorId(v string) *AttachVpcToNetLinkRequest
- func (s AttachVpcToNetLinkRequest) String() string
- type AttachVpcToNetLinkResponse
- func (s AttachVpcToNetLinkResponse) GoString() string
- func (s *AttachVpcToNetLinkResponse) SetBody(v *AttachVpcToNetLinkResponseBody) *AttachVpcToNetLinkResponse
- func (s *AttachVpcToNetLinkResponse) SetHeaders(v map[string]*string) *AttachVpcToNetLinkResponse
- func (s AttachVpcToNetLinkResponse) String() string
- type AttachVpcToNetLinkResponseBody
- type Client
- func (client *Client) AddDNSAuthorizationRule(request *AddDNSAuthorizationRuleRequest) (_result *AddDNSAuthorizationRuleResponse, _err error)
- func (client *Client) AddDNSAuthorizationRuleWithOptions(request *AddDNSAuthorizationRuleRequest, runtime *util.RuntimeOptions) (_result *AddDNSAuthorizationRuleResponse, _err error)
- func (client *Client) AttachVpcToNetLink(request *AttachVpcToNetLinkRequest) (_result *AttachVpcToNetLinkResponse, _err error)
- func (client *Client) AttachVpcToNetLinkWithOptions(request *AttachVpcToNetLinkRequest, runtime *util.RuntimeOptions) (_result *AttachVpcToNetLinkResponse, _err error)
- func (client *Client) CreateAuthorizationRule(request *CreateAuthorizationRuleRequest) (_result *CreateAuthorizationRuleResponse, _err error)
- func (client *Client) CreateAuthorizationRuleWithOptions(request *CreateAuthorizationRuleRequest, runtime *util.RuntimeOptions) (_result *CreateAuthorizationRuleResponse, _err error)
- func (client *Client) CreateWirelessCloudConnector(request *CreateWirelessCloudConnectorRequest) (_result *CreateWirelessCloudConnectorResponse, _err error)
- func (client *Client) CreateWirelessCloudConnectorWithOptions(request *CreateWirelessCloudConnectorRequest, runtime *util.RuntimeOptions) (_result *CreateWirelessCloudConnectorResponse, _err error)
- func (client *Client) DeleteAuthorizationRule(request *DeleteAuthorizationRuleRequest) (_result *DeleteAuthorizationRuleResponse, _err error)
- func (client *Client) DeleteAuthorizationRuleWithOptions(request *DeleteAuthorizationRuleRequest, runtime *util.RuntimeOptions) (_result *DeleteAuthorizationRuleResponse, _err error)
- func (client *Client) DeleteWirelessCloudConnector(request *DeleteWirelessCloudConnectorRequest) (_result *DeleteWirelessCloudConnectorResponse, _err error)
- func (client *Client) DeleteWirelessCloudConnectorWithOptions(request *DeleteWirelessCloudConnectorRequest, runtime *util.RuntimeOptions) (_result *DeleteWirelessCloudConnectorResponse, _err error)
- func (client *Client) DetachVpcFromNetLink(request *DetachVpcFromNetLinkRequest) (_result *DetachVpcFromNetLinkResponse, _err error)
- func (client *Client) DetachVpcFromNetLinkWithOptions(request *DetachVpcFromNetLinkRequest, runtime *util.RuntimeOptions) (_result *DetachVpcFromNetLinkResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetWirelessCloudConnector(request *GetWirelessCloudConnectorRequest) (_result *GetWirelessCloudConnectorResponse, _err error)
- func (client *Client) GetWirelessCloudConnectorWithOptions(request *GetWirelessCloudConnectorRequest, runtime *util.RuntimeOptions) (_result *GetWirelessCloudConnectorResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListAuthorizationRules(request *ListAuthorizationRulesRequest) (_result *ListAuthorizationRulesResponse, _err error)
- func (client *Client) ListAuthorizationRulesWithOptions(request *ListAuthorizationRulesRequest, runtime *util.RuntimeOptions) (_result *ListAuthorizationRulesResponse, _err error)
- func (client *Client) ListCards(request *ListCardsRequest) (_result *ListCardsResponse, _err error)
- func (client *Client) ListCardsWithOptions(request *ListCardsRequest, runtime *util.RuntimeOptions) (_result *ListCardsResponse, _err error)
- func (client *Client) ListDataPackages(request *ListDataPackagesRequest) (_result *ListDataPackagesResponse, _err error)
- func (client *Client) ListDataPackagesWithOptions(request *ListDataPackagesRequest, runtime *util.RuntimeOptions) (_result *ListDataPackagesResponse, _err error)
- func (client *Client) ListOrders(request *ListOrdersRequest) (_result *ListOrdersResponse, _err error)
- func (client *Client) ListOrdersWithOptions(request *ListOrdersRequest, runtime *util.RuntimeOptions) (_result *ListOrdersResponse, _err error)
- func (client *Client) ListRegions(request *ListRegionsRequest) (_result *ListRegionsResponse, _err error)
- func (client *Client) ListRegionsWithOptions(request *ListRegionsRequest, runtime *util.RuntimeOptions) (_result *ListRegionsResponse, _err error)
- func (client *Client) ListWirelessCloudConnectors(request *ListWirelessCloudConnectorsRequest) (_result *ListWirelessCloudConnectorsResponse, _err error)
- func (client *Client) ListWirelessCloudConnectorsWithOptions(request *ListWirelessCloudConnectorsRequest, runtime *util.RuntimeOptions) (_result *ListWirelessCloudConnectorsResponse, _err error)
- func (client *Client) ListZones(request *ListZonesRequest) (_result *ListZonesResponse, _err error)
- func (client *Client) ListZonesWithOptions(request *ListZonesRequest, runtime *util.RuntimeOptions) (_result *ListZonesResponse, _err error)
- func (client *Client) OpenCc5gService(request *OpenCc5gServiceRequest) (_result *OpenCc5gServiceResponse, _err error)
- func (client *Client) OpenCc5gServiceWithOptions(request *OpenCc5gServiceRequest, runtime *util.RuntimeOptions) (_result *OpenCc5gServiceResponse, _err error)
- func (client *Client) UpdateAuthorizationRule(request *UpdateAuthorizationRuleRequest) (_result *UpdateAuthorizationRuleResponse, _err error)
- func (client *Client) UpdateAuthorizationRuleWithOptions(request *UpdateAuthorizationRuleRequest, runtime *util.RuntimeOptions) (_result *UpdateAuthorizationRuleResponse, _err error)
- func (client *Client) UpdateCard(request *UpdateCardRequest) (_result *UpdateCardResponse, _err error)
- func (client *Client) UpdateCardWithOptions(request *UpdateCardRequest, runtime *util.RuntimeOptions) (_result *UpdateCardResponse, _err error)
- func (client *Client) UpdateDNSAuthorizationRule(request *UpdateDNSAuthorizationRuleRequest) (_result *UpdateDNSAuthorizationRuleResponse, _err error)
- func (client *Client) UpdateDNSAuthorizationRuleWithOptions(request *UpdateDNSAuthorizationRuleRequest, runtime *util.RuntimeOptions) (_result *UpdateDNSAuthorizationRuleResponse, _err error)
- func (client *Client) UpdateWirelessCloudConnector(request *UpdateWirelessCloudConnectorRequest) (_result *UpdateWirelessCloudConnectorResponse, _err error)
- func (client *Client) UpdateWirelessCloudConnectorWithOptions(request *UpdateWirelessCloudConnectorRequest, runtime *util.RuntimeOptions) (_result *UpdateWirelessCloudConnectorResponse, _err error)
- type CreateAuthorizationRuleRequest
- func (s CreateAuthorizationRuleRequest) GoString() string
- func (s *CreateAuthorizationRuleRequest) SetClientToken(v string) *CreateAuthorizationRuleRequest
- func (s *CreateAuthorizationRuleRequest) SetDescription(v string) *CreateAuthorizationRuleRequest
- func (s *CreateAuthorizationRuleRequest) SetDestination(v string) *CreateAuthorizationRuleRequest
- func (s *CreateAuthorizationRuleRequest) SetDestinationType(v string) *CreateAuthorizationRuleRequest
- func (s *CreateAuthorizationRuleRequest) SetDryRun(v bool) *CreateAuthorizationRuleRequest
- func (s *CreateAuthorizationRuleRequest) SetName(v string) *CreateAuthorizationRuleRequest
- func (s *CreateAuthorizationRuleRequest) SetPolicy(v string) *CreateAuthorizationRuleRequest
- func (s *CreateAuthorizationRuleRequest) SetSourceCidr(v string) *CreateAuthorizationRuleRequest
- func (s *CreateAuthorizationRuleRequest) SetWirelessCloudConnectorId(v string) *CreateAuthorizationRuleRequest
- func (s CreateAuthorizationRuleRequest) String() string
- type CreateAuthorizationRuleResponse
- func (s CreateAuthorizationRuleResponse) GoString() string
- func (s *CreateAuthorizationRuleResponse) SetBody(v *CreateAuthorizationRuleResponseBody) *CreateAuthorizationRuleResponse
- func (s *CreateAuthorizationRuleResponse) SetHeaders(v map[string]*string) *CreateAuthorizationRuleResponse
- func (s CreateAuthorizationRuleResponse) String() string
- type CreateAuthorizationRuleResponseBody
- func (s CreateAuthorizationRuleResponseBody) GoString() string
- func (s *CreateAuthorizationRuleResponseBody) SetAuthorizationRuleId(v string) *CreateAuthorizationRuleResponseBody
- func (s *CreateAuthorizationRuleResponseBody) SetRequestId(v string) *CreateAuthorizationRuleResponseBody
- func (s CreateAuthorizationRuleResponseBody) String() string
- type CreateWirelessCloudConnectorRequest
- func (s CreateWirelessCloudConnectorRequest) GoString() string
- func (s *CreateWirelessCloudConnectorRequest) SetClientToken(v string) *CreateWirelessCloudConnectorRequest
- func (s *CreateWirelessCloudConnectorRequest) SetDescription(v string) *CreateWirelessCloudConnectorRequest
- func (s *CreateWirelessCloudConnectorRequest) SetDryRun(v bool) *CreateWirelessCloudConnectorRequest
- func (s *CreateWirelessCloudConnectorRequest) SetISP(v string) *CreateWirelessCloudConnectorRequest
- func (s *CreateWirelessCloudConnectorRequest) SetName(v string) *CreateWirelessCloudConnectorRequest
- func (s *CreateWirelessCloudConnectorRequest) SetNetLinks(v []*CreateWirelessCloudConnectorRequestNetLinks) *CreateWirelessCloudConnectorRequest
- func (s *CreateWirelessCloudConnectorRequest) SetRegionId(v string) *CreateWirelessCloudConnectorRequest
- func (s *CreateWirelessCloudConnectorRequest) SetUseCase(v string) *CreateWirelessCloudConnectorRequest
- func (s CreateWirelessCloudConnectorRequest) String() string
- type CreateWirelessCloudConnectorRequestNetLinks
- func (s CreateWirelessCloudConnectorRequestNetLinks) GoString() string
- func (s *CreateWirelessCloudConnectorRequestNetLinks) SetAPN(v string) *CreateWirelessCloudConnectorRequestNetLinks
- func (s *CreateWirelessCloudConnectorRequestNetLinks) SetRegionId(v string) *CreateWirelessCloudConnectorRequestNetLinks
- func (s *CreateWirelessCloudConnectorRequestNetLinks) SetVSwitchs(v []*string) *CreateWirelessCloudConnectorRequestNetLinks
- func (s *CreateWirelessCloudConnectorRequestNetLinks) SetVpcId(v string) *CreateWirelessCloudConnectorRequestNetLinks
- func (s CreateWirelessCloudConnectorRequestNetLinks) String() string
- type CreateWirelessCloudConnectorResponse
- func (s CreateWirelessCloudConnectorResponse) GoString() string
- func (s *CreateWirelessCloudConnectorResponse) SetBody(v *CreateWirelessCloudConnectorResponseBody) *CreateWirelessCloudConnectorResponse
- func (s *CreateWirelessCloudConnectorResponse) SetHeaders(v map[string]*string) *CreateWirelessCloudConnectorResponse
- func (s CreateWirelessCloudConnectorResponse) String() string
- type CreateWirelessCloudConnectorResponseBody
- func (s CreateWirelessCloudConnectorResponseBody) GoString() string
- func (s *CreateWirelessCloudConnectorResponseBody) SetRequestId(v string) *CreateWirelessCloudConnectorResponseBody
- func (s *CreateWirelessCloudConnectorResponseBody) SetWirelessCloudConnectorId(v string) *CreateWirelessCloudConnectorResponseBody
- func (s CreateWirelessCloudConnectorResponseBody) String() string
- type DeleteAuthorizationRuleRequest
- func (s DeleteAuthorizationRuleRequest) GoString() string
- func (s *DeleteAuthorizationRuleRequest) SetAuthorizationRuleId(v string) *DeleteAuthorizationRuleRequest
- func (s *DeleteAuthorizationRuleRequest) SetClientToken(v string) *DeleteAuthorizationRuleRequest
- func (s *DeleteAuthorizationRuleRequest) SetDryRun(v bool) *DeleteAuthorizationRuleRequest
- func (s *DeleteAuthorizationRuleRequest) SetWirelessCloudConnectorId(v string) *DeleteAuthorizationRuleRequest
- func (s DeleteAuthorizationRuleRequest) String() string
- type DeleteAuthorizationRuleResponse
- func (s DeleteAuthorizationRuleResponse) GoString() string
- func (s *DeleteAuthorizationRuleResponse) SetBody(v *DeleteAuthorizationRuleResponseBody) *DeleteAuthorizationRuleResponse
- func (s *DeleteAuthorizationRuleResponse) SetHeaders(v map[string]*string) *DeleteAuthorizationRuleResponse
- func (s DeleteAuthorizationRuleResponse) String() string
- type DeleteAuthorizationRuleResponseBody
- type DeleteWirelessCloudConnectorRequest
- func (s DeleteWirelessCloudConnectorRequest) GoString() string
- func (s *DeleteWirelessCloudConnectorRequest) SetClientToken(v string) *DeleteWirelessCloudConnectorRequest
- func (s *DeleteWirelessCloudConnectorRequest) SetDryRun(v bool) *DeleteWirelessCloudConnectorRequest
- func (s *DeleteWirelessCloudConnectorRequest) SetWirelessCloudConnectorId(v string) *DeleteWirelessCloudConnectorRequest
- func (s DeleteWirelessCloudConnectorRequest) String() string
- type DeleteWirelessCloudConnectorResponse
- func (s DeleteWirelessCloudConnectorResponse) GoString() string
- func (s *DeleteWirelessCloudConnectorResponse) SetBody(v *DeleteWirelessCloudConnectorResponseBody) *DeleteWirelessCloudConnectorResponse
- func (s *DeleteWirelessCloudConnectorResponse) SetHeaders(v map[string]*string) *DeleteWirelessCloudConnectorResponse
- func (s DeleteWirelessCloudConnectorResponse) String() string
- type DeleteWirelessCloudConnectorResponseBody
- type DetachVpcFromNetLinkRequest
- func (s DetachVpcFromNetLinkRequest) GoString() string
- func (s *DetachVpcFromNetLinkRequest) SetClientToken(v string) *DetachVpcFromNetLinkRequest
- func (s *DetachVpcFromNetLinkRequest) SetDryRun(v bool) *DetachVpcFromNetLinkRequest
- func (s *DetachVpcFromNetLinkRequest) SetNetLinkId(v string) *DetachVpcFromNetLinkRequest
- func (s *DetachVpcFromNetLinkRequest) SetWirelessCloudConnectorId(v string) *DetachVpcFromNetLinkRequest
- func (s DetachVpcFromNetLinkRequest) String() string
- type DetachVpcFromNetLinkResponse
- func (s DetachVpcFromNetLinkResponse) GoString() string
- func (s *DetachVpcFromNetLinkResponse) SetBody(v *DetachVpcFromNetLinkResponseBody) *DetachVpcFromNetLinkResponse
- func (s *DetachVpcFromNetLinkResponse) SetHeaders(v map[string]*string) *DetachVpcFromNetLinkResponse
- func (s DetachVpcFromNetLinkResponse) String() string
- type DetachVpcFromNetLinkResponseBody
- type GetWirelessCloudConnectorRequest
- func (s GetWirelessCloudConnectorRequest) GoString() string
- func (s *GetWirelessCloudConnectorRequest) SetRegionId(v string) *GetWirelessCloudConnectorRequest
- func (s *GetWirelessCloudConnectorRequest) SetWirelessCloudConnectorId(v string) *GetWirelessCloudConnectorRequest
- func (s GetWirelessCloudConnectorRequest) String() string
- type GetWirelessCloudConnectorResponse
- func (s GetWirelessCloudConnectorResponse) GoString() string
- func (s *GetWirelessCloudConnectorResponse) SetBody(v *GetWirelessCloudConnectorResponseBody) *GetWirelessCloudConnectorResponse
- func (s *GetWirelessCloudConnectorResponse) SetHeaders(v map[string]*string) *GetWirelessCloudConnectorResponse
- func (s GetWirelessCloudConnectorResponse) String() string
- type GetWirelessCloudConnectorResponseBody
- func (s GetWirelessCloudConnectorResponseBody) GoString() string
- func (s *GetWirelessCloudConnectorResponseBody) SetCardCount(v string) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetCreateTime(v string) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetDataPackageId(v string) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetDataPackageType(v string) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetDescription(v string) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetName(v string) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetNetLinks(v []*GetWirelessCloudConnectorResponseBodyNetLinks) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetRegionId(v string) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetRequestId(v string) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetStatus(v string) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetUseCase(v string) *GetWirelessCloudConnectorResponseBody
- func (s *GetWirelessCloudConnectorResponseBody) SetWirelessCloudConnectorId(v string) *GetWirelessCloudConnectorResponseBody
- func (s GetWirelessCloudConnectorResponseBody) String() string
- type GetWirelessCloudConnectorResponseBodyNetLinks
- func (s GetWirelessCloudConnectorResponseBodyNetLinks) GoString() string
- func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetAPN(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
- func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetCreateTime(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
- func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetDescription(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
- func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetISP(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
- func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetName(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
- func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetNetLinkId(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
- func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetRegionId(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
- func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetStatus(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
- func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetVSwitchs(v []*string) *GetWirelessCloudConnectorResponseBodyNetLinks
- func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetVpcId(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
- func (s GetWirelessCloudConnectorResponseBodyNetLinks) String() string
- type ListAuthorizationRulesRequest
- func (s ListAuthorizationRulesRequest) GoString() string
- func (s *ListAuthorizationRulesRequest) SetAuthorizationRuleIds(v []*string) *ListAuthorizationRulesRequest
- func (s *ListAuthorizationRulesRequest) SetDestination(v string) *ListAuthorizationRulesRequest
- func (s *ListAuthorizationRulesRequest) SetDestinationType(v string) *ListAuthorizationRulesRequest
- func (s *ListAuthorizationRulesRequest) SetDns(v bool) *ListAuthorizationRulesRequest
- func (s *ListAuthorizationRulesRequest) SetMaxResults(v int64) *ListAuthorizationRulesRequest
- func (s *ListAuthorizationRulesRequest) SetNames(v []*string) *ListAuthorizationRulesRequest
- func (s *ListAuthorizationRulesRequest) SetNextToken(v string) *ListAuthorizationRulesRequest
- func (s *ListAuthorizationRulesRequest) SetPolicy(v string) *ListAuthorizationRulesRequest
- func (s *ListAuthorizationRulesRequest) SetStatuses(v []*string) *ListAuthorizationRulesRequest
- func (s *ListAuthorizationRulesRequest) SetType(v string) *ListAuthorizationRulesRequest
- func (s *ListAuthorizationRulesRequest) SetWirelessCloudConnectorId(v string) *ListAuthorizationRulesRequest
- func (s ListAuthorizationRulesRequest) String() string
- type ListAuthorizationRulesResponse
- func (s ListAuthorizationRulesResponse) GoString() string
- func (s *ListAuthorizationRulesResponse) SetBody(v *ListAuthorizationRulesResponseBody) *ListAuthorizationRulesResponse
- func (s *ListAuthorizationRulesResponse) SetHeaders(v map[string]*string) *ListAuthorizationRulesResponse
- func (s ListAuthorizationRulesResponse) String() string
- type ListAuthorizationRulesResponseBody
- func (s ListAuthorizationRulesResponseBody) GoString() string
- func (s *ListAuthorizationRulesResponseBody) SetAuthorizationRules(v []*ListAuthorizationRulesResponseBodyAuthorizationRules) *ListAuthorizationRulesResponseBody
- func (s *ListAuthorizationRulesResponseBody) SetMaxResults(v string) *ListAuthorizationRulesResponseBody
- func (s *ListAuthorizationRulesResponseBody) SetNextToken(v string) *ListAuthorizationRulesResponseBody
- func (s *ListAuthorizationRulesResponseBody) SetRequestId(v string) *ListAuthorizationRulesResponseBody
- func (s *ListAuthorizationRulesResponseBody) SetTotalCount(v string) *ListAuthorizationRulesResponseBody
- func (s ListAuthorizationRulesResponseBody) String() string
- type ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s ListAuthorizationRulesResponseBodyAuthorizationRules) GoString() string
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetAuthorizationRuleId(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetCreateTime(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetDescription(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetDestination(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetDestinationType(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetDns(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetName(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetPolicy(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetSourceCidr(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetStatus(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetType(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
- func (s ListAuthorizationRulesResponseBodyAuthorizationRules) String() string
- type ListCardsRequest
- func (s ListCardsRequest) GoString() string
- func (s *ListCardsRequest) SetApn(v string) *ListCardsRequest
- func (s *ListCardsRequest) SetDestinationType(v string) *ListCardsRequest
- func (s *ListCardsRequest) SetIccids(v []*string) *ListCardsRequest
- func (s *ListCardsRequest) SetIpAddress(v string) *ListCardsRequest
- func (s *ListCardsRequest) SetLock(v bool) *ListCardsRequest
- func (s *ListCardsRequest) SetMaxResults(v int64) *ListCardsRequest
- func (s *ListCardsRequest) SetNetLinkId(v string) *ListCardsRequest
- func (s *ListCardsRequest) SetNextToken(v string) *ListCardsRequest
- func (s *ListCardsRequest) SetOnline(v bool) *ListCardsRequest
- func (s *ListCardsRequest) SetStatuses(v []*string) *ListCardsRequest
- func (s *ListCardsRequest) SetVpcId(v string) *ListCardsRequest
- func (s *ListCardsRequest) SetWirelessCloudConnectorId(v string) *ListCardsRequest
- func (s ListCardsRequest) String() string
- type ListCardsResponse
- type ListCardsResponseBody
- func (s ListCardsResponseBody) GoString() string
- func (s *ListCardsResponseBody) SetCards(v []*ListCardsResponseBodyCards) *ListCardsResponseBody
- func (s *ListCardsResponseBody) SetMaxResults(v string) *ListCardsResponseBody
- func (s *ListCardsResponseBody) SetNextToken(v string) *ListCardsResponseBody
- func (s *ListCardsResponseBody) SetRequestId(v string) *ListCardsResponseBody
- func (s *ListCardsResponseBody) SetTotalCount(v string) *ListCardsResponseBody
- func (s ListCardsResponseBody) String() string
- type ListCardsResponseBodyCards
- func (s ListCardsResponseBodyCards) GoString() string
- func (s *ListCardsResponseBodyCards) SetAPN(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetActivatedTime(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetDescription(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetISP(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetIccid(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetImei(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetImsi(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetIpAddress(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetLock(v bool) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetName(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetNetType(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetOrderId(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetSpec(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetStatus(v string) *ListCardsResponseBodyCards
- func (s *ListCardsResponseBodyCards) SetUsageDataMonth(v int64) *ListCardsResponseBodyCards
- func (s ListCardsResponseBodyCards) String() string
- type ListDataPackagesRequest
- func (s ListDataPackagesRequest) GoString() string
- func (s *ListDataPackagesRequest) SetDataPackageIds(v []*string) *ListDataPackagesRequest
- func (s *ListDataPackagesRequest) SetMaxResults(v int64) *ListDataPackagesRequest
- func (s *ListDataPackagesRequest) SetNames(v []*string) *ListDataPackagesRequest
- func (s *ListDataPackagesRequest) SetNextToken(v string) *ListDataPackagesRequest
- func (s *ListDataPackagesRequest) SetStatuses(v []*string) *ListDataPackagesRequest
- func (s *ListDataPackagesRequest) SetWirelessCloudConnectorId(v string) *ListDataPackagesRequest
- func (s ListDataPackagesRequest) String() string
- type ListDataPackagesResponse
- type ListDataPackagesResponseBody
- func (s ListDataPackagesResponseBody) GoString() string
- func (s *ListDataPackagesResponseBody) SetDataPackages(v []*ListDataPackagesResponseBodyDataPackages) *ListDataPackagesResponseBody
- func (s *ListDataPackagesResponseBody) SetMaxResults(v string) *ListDataPackagesResponseBody
- func (s *ListDataPackagesResponseBody) SetNextToken(v string) *ListDataPackagesResponseBody
- func (s *ListDataPackagesResponseBody) SetRequestId(v string) *ListDataPackagesResponseBody
- func (s *ListDataPackagesResponseBody) SetTotalCount(v string) *ListDataPackagesResponseBody
- func (s ListDataPackagesResponseBody) String() string
- type ListDataPackagesResponseBodyDataPackages
- func (s ListDataPackagesResponseBodyDataPackages) GoString() string
- func (s *ListDataPackagesResponseBodyDataPackages) SetCardCount(v string) *ListDataPackagesResponseBodyDataPackages
- func (s *ListDataPackagesResponseBodyDataPackages) SetCreateTime(v string) *ListDataPackagesResponseBodyDataPackages
- func (s *ListDataPackagesResponseBodyDataPackages) SetDataPackageId(v string) *ListDataPackagesResponseBodyDataPackages
- func (s *ListDataPackagesResponseBodyDataPackages) SetExpiredTime(v string) *ListDataPackagesResponseBodyDataPackages
- func (s *ListDataPackagesResponseBodyDataPackages) SetISP(v string) *ListDataPackagesResponseBodyDataPackages
- func (s *ListDataPackagesResponseBodyDataPackages) SetName(v string) *ListDataPackagesResponseBodyDataPackages
- func (s *ListDataPackagesResponseBodyDataPackages) SetSize(v string) *ListDataPackagesResponseBodyDataPackages
- func (s *ListDataPackagesResponseBodyDataPackages) SetStatus(v string) *ListDataPackagesResponseBodyDataPackages
- func (s ListDataPackagesResponseBodyDataPackages) String() string
- type ListOrdersRequest
- func (s ListOrdersRequest) GoString() string
- func (s *ListOrdersRequest) SetMaxResults(v int64) *ListOrdersRequest
- func (s *ListOrdersRequest) SetNextToken(v string) *ListOrdersRequest
- func (s *ListOrdersRequest) SetOrderAction(v string) *ListOrdersRequest
- func (s *ListOrdersRequest) SetOrderIds(v []*string) *ListOrdersRequest
- func (s *ListOrdersRequest) SetStatuses(v []*string) *ListOrdersRequest
- func (s *ListOrdersRequest) SetWirelessCloudConnectorId(v string) *ListOrdersRequest
- func (s ListOrdersRequest) String() string
- type ListOrdersResponse
- type ListOrdersResponseBody
- func (s ListOrdersResponseBody) GoString() string
- func (s *ListOrdersResponseBody) SetMaxResults(v string) *ListOrdersResponseBody
- func (s *ListOrdersResponseBody) SetNextToken(v string) *ListOrdersResponseBody
- func (s *ListOrdersResponseBody) SetOrders(v []*ListOrdersResponseBodyOrders) *ListOrdersResponseBody
- func (s *ListOrdersResponseBody) SetRequestId(v string) *ListOrdersResponseBody
- func (s *ListOrdersResponseBody) SetTotalCount(v string) *ListOrdersResponseBody
- func (s ListOrdersResponseBody) String() string
- type ListOrdersResponseBodyOrders
- func (s ListOrdersResponseBodyOrders) GoString() string
- func (s *ListOrdersResponseBodyOrders) SetAction(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetCardCount(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetCardNetType(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetCardType(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetContactName(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetContactPhone(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetCreateTime(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetDescription(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetLogisticsId(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetLogisticsStatus(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetLogisticsType(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetLogisticsUpdateTime(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetOrderId(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetPayTime(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetPostAddress(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetRegionId(v string) *ListOrdersResponseBodyOrders
- func (s *ListOrdersResponseBodyOrders) SetStatus(v string) *ListOrdersResponseBodyOrders
- func (s ListOrdersResponseBodyOrders) String() string
- type ListRegionsRequest
- type ListRegionsResponse
- type ListRegionsResponseBody
- type ListRegionsResponseBodyRegions
- func (s ListRegionsResponseBodyRegions) GoString() string
- func (s *ListRegionsResponseBodyRegions) SetLocalName(v string) *ListRegionsResponseBodyRegions
- func (s *ListRegionsResponseBodyRegions) SetRegionEndpoint(v string) *ListRegionsResponseBodyRegions
- func (s *ListRegionsResponseBodyRegions) SetRegionId(v string) *ListRegionsResponseBodyRegions
- func (s ListRegionsResponseBodyRegions) String() string
- type ListWirelessCloudConnectorsRequest
- func (s ListWirelessCloudConnectorsRequest) GoString() string
- func (s *ListWirelessCloudConnectorsRequest) SetMaxResults(v int64) *ListWirelessCloudConnectorsRequest
- func (s *ListWirelessCloudConnectorsRequest) SetNames(v []*string) *ListWirelessCloudConnectorsRequest
- func (s *ListWirelessCloudConnectorsRequest) SetNextToken(v string) *ListWirelessCloudConnectorsRequest
- func (s *ListWirelessCloudConnectorsRequest) SetRegionId(v string) *ListWirelessCloudConnectorsRequest
- func (s *ListWirelessCloudConnectorsRequest) SetStatuses(v []*string) *ListWirelessCloudConnectorsRequest
- func (s *ListWirelessCloudConnectorsRequest) SetWirelessCloudConnectorIds(v []*string) *ListWirelessCloudConnectorsRequest
- func (s ListWirelessCloudConnectorsRequest) String() string
- type ListWirelessCloudConnectorsResponse
- func (s ListWirelessCloudConnectorsResponse) GoString() string
- func (s *ListWirelessCloudConnectorsResponse) SetBody(v *ListWirelessCloudConnectorsResponseBody) *ListWirelessCloudConnectorsResponse
- func (s *ListWirelessCloudConnectorsResponse) SetHeaders(v map[string]*string) *ListWirelessCloudConnectorsResponse
- func (s ListWirelessCloudConnectorsResponse) String() string
- type ListWirelessCloudConnectorsResponseBody
- func (s ListWirelessCloudConnectorsResponseBody) GoString() string
- func (s *ListWirelessCloudConnectorsResponseBody) SetMaxResults(v string) *ListWirelessCloudConnectorsResponseBody
- func (s *ListWirelessCloudConnectorsResponseBody) SetNextToken(v string) *ListWirelessCloudConnectorsResponseBody
- func (s *ListWirelessCloudConnectorsResponseBody) SetRequestId(v string) *ListWirelessCloudConnectorsResponseBody
- func (s *ListWirelessCloudConnectorsResponseBody) SetTotalCount(v string) *ListWirelessCloudConnectorsResponseBody
- func (s *ListWirelessCloudConnectorsResponseBody) SetWirelessCloudConnectors(v []*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) *ListWirelessCloudConnectorsResponseBody
- func (s ListWirelessCloudConnectorsResponseBody) String() string
- type ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) GoString() string
- func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetCardCount(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetCreateTime(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetDataPackageId(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetDataPackageType(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetDescription(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetName(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetRegionId(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetStatus(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetUseCase(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetWirelessCloudConnectorId(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
- func (s ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) String() string
- type ListZonesRequest
- type ListZonesResponse
- type ListZonesResponseBody
- type ListZonesResponseBodyZones
- type OpenCc5gServiceRequest
- type OpenCc5gServiceResponse
- type OpenCc5gServiceResponseBody
- type UpdateAuthorizationRuleRequest
- func (s UpdateAuthorizationRuleRequest) GoString() string
- func (s *UpdateAuthorizationRuleRequest) SetAuthorizationRuleId(v string) *UpdateAuthorizationRuleRequest
- func (s *UpdateAuthorizationRuleRequest) SetClientToken(v string) *UpdateAuthorizationRuleRequest
- func (s *UpdateAuthorizationRuleRequest) SetDescription(v string) *UpdateAuthorizationRuleRequest
- func (s *UpdateAuthorizationRuleRequest) SetDestination(v string) *UpdateAuthorizationRuleRequest
- func (s *UpdateAuthorizationRuleRequest) SetDryRun(v bool) *UpdateAuthorizationRuleRequest
- func (s *UpdateAuthorizationRuleRequest) SetName(v string) *UpdateAuthorizationRuleRequest
- func (s *UpdateAuthorizationRuleRequest) SetPolicy(v string) *UpdateAuthorizationRuleRequest
- func (s *UpdateAuthorizationRuleRequest) SetSourceCidr(v string) *UpdateAuthorizationRuleRequest
- func (s *UpdateAuthorizationRuleRequest) SetWirelessCloudConnectorId(v string) *UpdateAuthorizationRuleRequest
- func (s UpdateAuthorizationRuleRequest) String() string
- type UpdateAuthorizationRuleResponse
- func (s UpdateAuthorizationRuleResponse) GoString() string
- func (s *UpdateAuthorizationRuleResponse) SetBody(v *UpdateAuthorizationRuleResponseBody) *UpdateAuthorizationRuleResponse
- func (s *UpdateAuthorizationRuleResponse) SetHeaders(v map[string]*string) *UpdateAuthorizationRuleResponse
- func (s UpdateAuthorizationRuleResponse) String() string
- type UpdateAuthorizationRuleResponseBody
- type UpdateCardRequest
- func (s UpdateCardRequest) GoString() string
- func (s *UpdateCardRequest) SetClientToken(v string) *UpdateCardRequest
- func (s *UpdateCardRequest) SetDescription(v string) *UpdateCardRequest
- func (s *UpdateCardRequest) SetDryRun(v bool) *UpdateCardRequest
- func (s *UpdateCardRequest) SetIccid(v string) *UpdateCardRequest
- func (s *UpdateCardRequest) SetName(v string) *UpdateCardRequest
- func (s *UpdateCardRequest) SetWirelessCloudConnectorId(v string) *UpdateCardRequest
- func (s UpdateCardRequest) String() string
- type UpdateCardResponse
- type UpdateCardResponseBody
- type UpdateDNSAuthorizationRuleRequest
- func (s UpdateDNSAuthorizationRuleRequest) GoString() string
- func (s *UpdateDNSAuthorizationRuleRequest) SetAuthorizationRuleId(v string) *UpdateDNSAuthorizationRuleRequest
- func (s *UpdateDNSAuthorizationRuleRequest) SetClientToken(v string) *UpdateDNSAuthorizationRuleRequest
- func (s *UpdateDNSAuthorizationRuleRequest) SetDescription(v string) *UpdateDNSAuthorizationRuleRequest
- func (s *UpdateDNSAuthorizationRuleRequest) SetDestinationIp(v string) *UpdateDNSAuthorizationRuleRequest
- func (s *UpdateDNSAuthorizationRuleRequest) SetDryRun(v bool) *UpdateDNSAuthorizationRuleRequest
- func (s *UpdateDNSAuthorizationRuleRequest) SetName(v string) *UpdateDNSAuthorizationRuleRequest
- func (s *UpdateDNSAuthorizationRuleRequest) SetSourceDNSIp(v string) *UpdateDNSAuthorizationRuleRequest
- func (s *UpdateDNSAuthorizationRuleRequest) SetWirelessCloudConnectorId(v string) *UpdateDNSAuthorizationRuleRequest
- func (s UpdateDNSAuthorizationRuleRequest) String() string
- type UpdateDNSAuthorizationRuleResponse
- func (s UpdateDNSAuthorizationRuleResponse) GoString() string
- func (s *UpdateDNSAuthorizationRuleResponse) SetBody(v *UpdateDNSAuthorizationRuleResponseBody) *UpdateDNSAuthorizationRuleResponse
- func (s *UpdateDNSAuthorizationRuleResponse) SetHeaders(v map[string]*string) *UpdateDNSAuthorizationRuleResponse
- func (s UpdateDNSAuthorizationRuleResponse) String() string
- type UpdateDNSAuthorizationRuleResponseBody
- type UpdateWirelessCloudConnectorRequest
- func (s UpdateWirelessCloudConnectorRequest) GoString() string
- func (s *UpdateWirelessCloudConnectorRequest) SetClientToken(v string) *UpdateWirelessCloudConnectorRequest
- func (s *UpdateWirelessCloudConnectorRequest) SetDescription(v string) *UpdateWirelessCloudConnectorRequest
- func (s *UpdateWirelessCloudConnectorRequest) SetDryRun(v bool) *UpdateWirelessCloudConnectorRequest
- func (s *UpdateWirelessCloudConnectorRequest) SetName(v string) *UpdateWirelessCloudConnectorRequest
- func (s *UpdateWirelessCloudConnectorRequest) SetWirelessCloudConnectorId(v string) *UpdateWirelessCloudConnectorRequest
- func (s UpdateWirelessCloudConnectorRequest) String() string
- type UpdateWirelessCloudConnectorResponse
- func (s UpdateWirelessCloudConnectorResponse) GoString() string
- func (s *UpdateWirelessCloudConnectorResponse) SetBody(v *UpdateWirelessCloudConnectorResponseBody) *UpdateWirelessCloudConnectorResponse
- func (s *UpdateWirelessCloudConnectorResponse) SetHeaders(v map[string]*string) *UpdateWirelessCloudConnectorResponse
- func (s UpdateWirelessCloudConnectorResponse) String() string
- type UpdateWirelessCloudConnectorResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddDNSAuthorizationRuleRequest ¶
type AddDNSAuthorizationRuleRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DestinationIp *string `json:"DestinationIp,omitempty" xml:"DestinationIp,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` SourceDNSIp *string `json:"SourceDNSIp,omitempty" xml:"SourceDNSIp,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (AddDNSAuthorizationRuleRequest) GoString ¶
func (s AddDNSAuthorizationRuleRequest) GoString() string
func (*AddDNSAuthorizationRuleRequest) SetClientToken ¶
func (s *AddDNSAuthorizationRuleRequest) SetClientToken(v string) *AddDNSAuthorizationRuleRequest
func (*AddDNSAuthorizationRuleRequest) SetDescription ¶
func (s *AddDNSAuthorizationRuleRequest) SetDescription(v string) *AddDNSAuthorizationRuleRequest
func (*AddDNSAuthorizationRuleRequest) SetDestinationIp ¶
func (s *AddDNSAuthorizationRuleRequest) SetDestinationIp(v string) *AddDNSAuthorizationRuleRequest
func (*AddDNSAuthorizationRuleRequest) SetDryRun ¶
func (s *AddDNSAuthorizationRuleRequest) SetDryRun(v bool) *AddDNSAuthorizationRuleRequest
func (*AddDNSAuthorizationRuleRequest) SetName ¶
func (s *AddDNSAuthorizationRuleRequest) SetName(v string) *AddDNSAuthorizationRuleRequest
func (*AddDNSAuthorizationRuleRequest) SetSourceDNSIp ¶
func (s *AddDNSAuthorizationRuleRequest) SetSourceDNSIp(v string) *AddDNSAuthorizationRuleRequest
func (*AddDNSAuthorizationRuleRequest) SetWirelessCloudConnectorId ¶
func (s *AddDNSAuthorizationRuleRequest) SetWirelessCloudConnectorId(v string) *AddDNSAuthorizationRuleRequest
func (AddDNSAuthorizationRuleRequest) String ¶
func (s AddDNSAuthorizationRuleRequest) String() string
type AddDNSAuthorizationRuleResponse ¶
type AddDNSAuthorizationRuleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *AddDNSAuthorizationRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AddDNSAuthorizationRuleResponse) GoString ¶
func (s AddDNSAuthorizationRuleResponse) GoString() string
func (*AddDNSAuthorizationRuleResponse) SetBody ¶
func (s *AddDNSAuthorizationRuleResponse) SetBody(v *AddDNSAuthorizationRuleResponseBody) *AddDNSAuthorizationRuleResponse
func (*AddDNSAuthorizationRuleResponse) SetHeaders ¶
func (s *AddDNSAuthorizationRuleResponse) SetHeaders(v map[string]*string) *AddDNSAuthorizationRuleResponse
func (AddDNSAuthorizationRuleResponse) String ¶
func (s AddDNSAuthorizationRuleResponse) String() string
type AddDNSAuthorizationRuleResponseBody ¶
type AddDNSAuthorizationRuleResponseBody struct { AuthorizationRuleId *string `json:"AuthorizationRuleId,omitempty" xml:"AuthorizationRuleId,omitempty"` // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (AddDNSAuthorizationRuleResponseBody) GoString ¶
func (s AddDNSAuthorizationRuleResponseBody) GoString() string
func (*AddDNSAuthorizationRuleResponseBody) SetAuthorizationRuleId ¶
func (s *AddDNSAuthorizationRuleResponseBody) SetAuthorizationRuleId(v string) *AddDNSAuthorizationRuleResponseBody
func (*AddDNSAuthorizationRuleResponseBody) SetRequestId ¶
func (s *AddDNSAuthorizationRuleResponseBody) SetRequestId(v string) *AddDNSAuthorizationRuleResponseBody
func (AddDNSAuthorizationRuleResponseBody) String ¶
func (s AddDNSAuthorizationRuleResponseBody) String() string
type AttachVpcToNetLinkRequest ¶
type AttachVpcToNetLinkRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` NetLinkId *string `json:"NetLinkId,omitempty" xml:"NetLinkId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` VSwitches []*string `json:"VSwitches,omitempty" xml:"VSwitches,omitempty" type:"Repeated"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (AttachVpcToNetLinkRequest) GoString ¶
func (s AttachVpcToNetLinkRequest) GoString() string
func (*AttachVpcToNetLinkRequest) SetClientToken ¶
func (s *AttachVpcToNetLinkRequest) SetClientToken(v string) *AttachVpcToNetLinkRequest
func (*AttachVpcToNetLinkRequest) SetDryRun ¶
func (s *AttachVpcToNetLinkRequest) SetDryRun(v bool) *AttachVpcToNetLinkRequest
func (*AttachVpcToNetLinkRequest) SetNetLinkId ¶
func (s *AttachVpcToNetLinkRequest) SetNetLinkId(v string) *AttachVpcToNetLinkRequest
func (*AttachVpcToNetLinkRequest) SetRegionId ¶
func (s *AttachVpcToNetLinkRequest) SetRegionId(v string) *AttachVpcToNetLinkRequest
func (*AttachVpcToNetLinkRequest) SetVSwitches ¶
func (s *AttachVpcToNetLinkRequest) SetVSwitches(v []*string) *AttachVpcToNetLinkRequest
func (*AttachVpcToNetLinkRequest) SetVpcId ¶
func (s *AttachVpcToNetLinkRequest) SetVpcId(v string) *AttachVpcToNetLinkRequest
func (*AttachVpcToNetLinkRequest) SetWirelessCloudConnectorId ¶
func (s *AttachVpcToNetLinkRequest) SetWirelessCloudConnectorId(v string) *AttachVpcToNetLinkRequest
func (AttachVpcToNetLinkRequest) String ¶
func (s AttachVpcToNetLinkRequest) String() string
type AttachVpcToNetLinkResponse ¶
type AttachVpcToNetLinkResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *AttachVpcToNetLinkResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AttachVpcToNetLinkResponse) GoString ¶
func (s AttachVpcToNetLinkResponse) GoString() string
func (*AttachVpcToNetLinkResponse) SetBody ¶
func (s *AttachVpcToNetLinkResponse) SetBody(v *AttachVpcToNetLinkResponseBody) *AttachVpcToNetLinkResponse
func (*AttachVpcToNetLinkResponse) SetHeaders ¶
func (s *AttachVpcToNetLinkResponse) SetHeaders(v map[string]*string) *AttachVpcToNetLinkResponse
func (AttachVpcToNetLinkResponse) String ¶
func (s AttachVpcToNetLinkResponse) String() string
type AttachVpcToNetLinkResponseBody ¶
type AttachVpcToNetLinkResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (AttachVpcToNetLinkResponseBody) GoString ¶
func (s AttachVpcToNetLinkResponseBody) GoString() string
func (*AttachVpcToNetLinkResponseBody) SetRequestId ¶
func (s *AttachVpcToNetLinkResponseBody) SetRequestId(v string) *AttachVpcToNetLinkResponseBody
func (AttachVpcToNetLinkResponseBody) String ¶
func (s AttachVpcToNetLinkResponseBody) String() string
type Client ¶
func (*Client) AddDNSAuthorizationRule ¶
func (client *Client) AddDNSAuthorizationRule(request *AddDNSAuthorizationRuleRequest) (_result *AddDNSAuthorizationRuleResponse, _err error)
func (*Client) AddDNSAuthorizationRuleWithOptions ¶
func (client *Client) AddDNSAuthorizationRuleWithOptions(request *AddDNSAuthorizationRuleRequest, runtime *util.RuntimeOptions) (_result *AddDNSAuthorizationRuleResponse, _err error)
func (*Client) AttachVpcToNetLink ¶
func (client *Client) AttachVpcToNetLink(request *AttachVpcToNetLinkRequest) (_result *AttachVpcToNetLinkResponse, _err error)
func (*Client) AttachVpcToNetLinkWithOptions ¶
func (client *Client) AttachVpcToNetLinkWithOptions(request *AttachVpcToNetLinkRequest, runtime *util.RuntimeOptions) (_result *AttachVpcToNetLinkResponse, _err error)
func (*Client) CreateAuthorizationRule ¶
func (client *Client) CreateAuthorizationRule(request *CreateAuthorizationRuleRequest) (_result *CreateAuthorizationRuleResponse, _err error)
func (*Client) CreateAuthorizationRuleWithOptions ¶
func (client *Client) CreateAuthorizationRuleWithOptions(request *CreateAuthorizationRuleRequest, runtime *util.RuntimeOptions) (_result *CreateAuthorizationRuleResponse, _err error)
func (*Client) CreateWirelessCloudConnector ¶
func (client *Client) CreateWirelessCloudConnector(request *CreateWirelessCloudConnectorRequest) (_result *CreateWirelessCloudConnectorResponse, _err error)
func (*Client) CreateWirelessCloudConnectorWithOptions ¶
func (client *Client) CreateWirelessCloudConnectorWithOptions(request *CreateWirelessCloudConnectorRequest, runtime *util.RuntimeOptions) (_result *CreateWirelessCloudConnectorResponse, _err error)
func (*Client) DeleteAuthorizationRule ¶
func (client *Client) DeleteAuthorizationRule(request *DeleteAuthorizationRuleRequest) (_result *DeleteAuthorizationRuleResponse, _err error)
func (*Client) DeleteAuthorizationRuleWithOptions ¶
func (client *Client) DeleteAuthorizationRuleWithOptions(request *DeleteAuthorizationRuleRequest, runtime *util.RuntimeOptions) (_result *DeleteAuthorizationRuleResponse, _err error)
func (*Client) DeleteWirelessCloudConnector ¶
func (client *Client) DeleteWirelessCloudConnector(request *DeleteWirelessCloudConnectorRequest) (_result *DeleteWirelessCloudConnectorResponse, _err error)
func (*Client) DeleteWirelessCloudConnectorWithOptions ¶
func (client *Client) DeleteWirelessCloudConnectorWithOptions(request *DeleteWirelessCloudConnectorRequest, runtime *util.RuntimeOptions) (_result *DeleteWirelessCloudConnectorResponse, _err error)
func (*Client) DetachVpcFromNetLink ¶
func (client *Client) DetachVpcFromNetLink(request *DetachVpcFromNetLinkRequest) (_result *DetachVpcFromNetLinkResponse, _err error)
func (*Client) DetachVpcFromNetLinkWithOptions ¶
func (client *Client) DetachVpcFromNetLinkWithOptions(request *DetachVpcFromNetLinkRequest, runtime *util.RuntimeOptions) (_result *DetachVpcFromNetLinkResponse, _err error)
func (*Client) GetEndpoint ¶
func (*Client) GetWirelessCloudConnector ¶ added in v1.0.5
func (client *Client) GetWirelessCloudConnector(request *GetWirelessCloudConnectorRequest) (_result *GetWirelessCloudConnectorResponse, _err error)
func (*Client) GetWirelessCloudConnectorWithOptions ¶ added in v1.0.5
func (client *Client) GetWirelessCloudConnectorWithOptions(request *GetWirelessCloudConnectorRequest, runtime *util.RuntimeOptions) (_result *GetWirelessCloudConnectorResponse, _err error)
func (*Client) ListAuthorizationRules ¶ added in v1.0.5
func (client *Client) ListAuthorizationRules(request *ListAuthorizationRulesRequest) (_result *ListAuthorizationRulesResponse, _err error)
func (*Client) ListAuthorizationRulesWithOptions ¶ added in v1.0.5
func (client *Client) ListAuthorizationRulesWithOptions(request *ListAuthorizationRulesRequest, runtime *util.RuntimeOptions) (_result *ListAuthorizationRulesResponse, _err error)
func (*Client) ListCards ¶ added in v1.0.5
func (client *Client) ListCards(request *ListCardsRequest) (_result *ListCardsResponse, _err error)
func (*Client) ListCardsWithOptions ¶ added in v1.0.5
func (client *Client) ListCardsWithOptions(request *ListCardsRequest, runtime *util.RuntimeOptions) (_result *ListCardsResponse, _err error)
func (*Client) ListDataPackages ¶ added in v1.0.5
func (client *Client) ListDataPackages(request *ListDataPackagesRequest) (_result *ListDataPackagesResponse, _err error)
func (*Client) ListDataPackagesWithOptions ¶ added in v1.0.5
func (client *Client) ListDataPackagesWithOptions(request *ListDataPackagesRequest, runtime *util.RuntimeOptions) (_result *ListDataPackagesResponse, _err error)
func (*Client) ListOrders ¶ added in v1.0.5
func (client *Client) ListOrders(request *ListOrdersRequest) (_result *ListOrdersResponse, _err error)
func (*Client) ListOrdersWithOptions ¶ added in v1.0.5
func (client *Client) ListOrdersWithOptions(request *ListOrdersRequest, runtime *util.RuntimeOptions) (_result *ListOrdersResponse, _err error)
func (*Client) ListRegions ¶ added in v1.0.5
func (client *Client) ListRegions(request *ListRegionsRequest) (_result *ListRegionsResponse, _err error)
func (*Client) ListRegionsWithOptions ¶ added in v1.0.5
func (client *Client) ListRegionsWithOptions(request *ListRegionsRequest, runtime *util.RuntimeOptions) (_result *ListRegionsResponse, _err error)
func (*Client) ListWirelessCloudConnectors ¶ added in v1.0.5
func (client *Client) ListWirelessCloudConnectors(request *ListWirelessCloudConnectorsRequest) (_result *ListWirelessCloudConnectorsResponse, _err error)
func (*Client) ListWirelessCloudConnectorsWithOptions ¶ added in v1.0.5
func (client *Client) ListWirelessCloudConnectorsWithOptions(request *ListWirelessCloudConnectorsRequest, runtime *util.RuntimeOptions) (_result *ListWirelessCloudConnectorsResponse, _err error)
func (*Client) ListZones ¶
func (client *Client) ListZones(request *ListZonesRequest) (_result *ListZonesResponse, _err error)
func (*Client) ListZonesWithOptions ¶
func (client *Client) ListZonesWithOptions(request *ListZonesRequest, runtime *util.RuntimeOptions) (_result *ListZonesResponse, _err error)
func (*Client) OpenCc5gService ¶
func (client *Client) OpenCc5gService(request *OpenCc5gServiceRequest) (_result *OpenCc5gServiceResponse, _err error)
func (*Client) OpenCc5gServiceWithOptions ¶
func (client *Client) OpenCc5gServiceWithOptions(request *OpenCc5gServiceRequest, runtime *util.RuntimeOptions) (_result *OpenCc5gServiceResponse, _err error)
func (*Client) UpdateAuthorizationRule ¶
func (client *Client) UpdateAuthorizationRule(request *UpdateAuthorizationRuleRequest) (_result *UpdateAuthorizationRuleResponse, _err error)
func (*Client) UpdateAuthorizationRuleWithOptions ¶
func (client *Client) UpdateAuthorizationRuleWithOptions(request *UpdateAuthorizationRuleRequest, runtime *util.RuntimeOptions) (_result *UpdateAuthorizationRuleResponse, _err error)
func (*Client) UpdateCard ¶
func (client *Client) UpdateCard(request *UpdateCardRequest) (_result *UpdateCardResponse, _err error)
func (*Client) UpdateCardWithOptions ¶
func (client *Client) UpdateCardWithOptions(request *UpdateCardRequest, runtime *util.RuntimeOptions) (_result *UpdateCardResponse, _err error)
func (*Client) UpdateDNSAuthorizationRule ¶
func (client *Client) UpdateDNSAuthorizationRule(request *UpdateDNSAuthorizationRuleRequest) (_result *UpdateDNSAuthorizationRuleResponse, _err error)
func (*Client) UpdateDNSAuthorizationRuleWithOptions ¶
func (client *Client) UpdateDNSAuthorizationRuleWithOptions(request *UpdateDNSAuthorizationRuleRequest, runtime *util.RuntimeOptions) (_result *UpdateDNSAuthorizationRuleResponse, _err error)
func (*Client) UpdateWirelessCloudConnector ¶
func (client *Client) UpdateWirelessCloudConnector(request *UpdateWirelessCloudConnectorRequest) (_result *UpdateWirelessCloudConnectorResponse, _err error)
func (*Client) UpdateWirelessCloudConnectorWithOptions ¶
func (client *Client) UpdateWirelessCloudConnectorWithOptions(request *UpdateWirelessCloudConnectorRequest, runtime *util.RuntimeOptions) (_result *UpdateWirelessCloudConnectorResponse, _err error)
type CreateAuthorizationRuleRequest ¶
type CreateAuthorizationRuleRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Destination *string `json:"Destination,omitempty" xml:"Destination,omitempty"` DestinationType *string `json:"DestinationType,omitempty" xml:"DestinationType,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` Policy *string `json:"Policy,omitempty" xml:"Policy,omitempty"` SourceCidr *string `json:"SourceCidr,omitempty" xml:"SourceCidr,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (CreateAuthorizationRuleRequest) GoString ¶
func (s CreateAuthorizationRuleRequest) GoString() string
func (*CreateAuthorizationRuleRequest) SetClientToken ¶
func (s *CreateAuthorizationRuleRequest) SetClientToken(v string) *CreateAuthorizationRuleRequest
func (*CreateAuthorizationRuleRequest) SetDescription ¶
func (s *CreateAuthorizationRuleRequest) SetDescription(v string) *CreateAuthorizationRuleRequest
func (*CreateAuthorizationRuleRequest) SetDestination ¶
func (s *CreateAuthorizationRuleRequest) SetDestination(v string) *CreateAuthorizationRuleRequest
func (*CreateAuthorizationRuleRequest) SetDestinationType ¶
func (s *CreateAuthorizationRuleRequest) SetDestinationType(v string) *CreateAuthorizationRuleRequest
func (*CreateAuthorizationRuleRequest) SetDryRun ¶
func (s *CreateAuthorizationRuleRequest) SetDryRun(v bool) *CreateAuthorizationRuleRequest
func (*CreateAuthorizationRuleRequest) SetName ¶
func (s *CreateAuthorizationRuleRequest) SetName(v string) *CreateAuthorizationRuleRequest
func (*CreateAuthorizationRuleRequest) SetPolicy ¶
func (s *CreateAuthorizationRuleRequest) SetPolicy(v string) *CreateAuthorizationRuleRequest
func (*CreateAuthorizationRuleRequest) SetSourceCidr ¶
func (s *CreateAuthorizationRuleRequest) SetSourceCidr(v string) *CreateAuthorizationRuleRequest
func (*CreateAuthorizationRuleRequest) SetWirelessCloudConnectorId ¶
func (s *CreateAuthorizationRuleRequest) SetWirelessCloudConnectorId(v string) *CreateAuthorizationRuleRequest
func (CreateAuthorizationRuleRequest) String ¶
func (s CreateAuthorizationRuleRequest) String() string
type CreateAuthorizationRuleResponse ¶
type CreateAuthorizationRuleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CreateAuthorizationRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateAuthorizationRuleResponse) GoString ¶
func (s CreateAuthorizationRuleResponse) GoString() string
func (*CreateAuthorizationRuleResponse) SetBody ¶
func (s *CreateAuthorizationRuleResponse) SetBody(v *CreateAuthorizationRuleResponseBody) *CreateAuthorizationRuleResponse
func (*CreateAuthorizationRuleResponse) SetHeaders ¶
func (s *CreateAuthorizationRuleResponse) SetHeaders(v map[string]*string) *CreateAuthorizationRuleResponse
func (CreateAuthorizationRuleResponse) String ¶
func (s CreateAuthorizationRuleResponse) String() string
type CreateAuthorizationRuleResponseBody ¶
type CreateAuthorizationRuleResponseBody struct { AuthorizationRuleId *string `json:"AuthorizationRuleId,omitempty" xml:"AuthorizationRuleId,omitempty"` // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateAuthorizationRuleResponseBody) GoString ¶
func (s CreateAuthorizationRuleResponseBody) GoString() string
func (*CreateAuthorizationRuleResponseBody) SetAuthorizationRuleId ¶
func (s *CreateAuthorizationRuleResponseBody) SetAuthorizationRuleId(v string) *CreateAuthorizationRuleResponseBody
func (*CreateAuthorizationRuleResponseBody) SetRequestId ¶
func (s *CreateAuthorizationRuleResponseBody) SetRequestId(v string) *CreateAuthorizationRuleResponseBody
func (CreateAuthorizationRuleResponseBody) String ¶
func (s CreateAuthorizationRuleResponseBody) String() string
type CreateWirelessCloudConnectorRequest ¶
type CreateWirelessCloudConnectorRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` ISP *string `json:"ISP,omitempty" xml:"ISP,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` NetLinks []*CreateWirelessCloudConnectorRequestNetLinks `json:"NetLinks,omitempty" xml:"NetLinks,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` UseCase *string `json:"UseCase,omitempty" xml:"UseCase,omitempty"` }
func (CreateWirelessCloudConnectorRequest) GoString ¶
func (s CreateWirelessCloudConnectorRequest) GoString() string
func (*CreateWirelessCloudConnectorRequest) SetClientToken ¶
func (s *CreateWirelessCloudConnectorRequest) SetClientToken(v string) *CreateWirelessCloudConnectorRequest
func (*CreateWirelessCloudConnectorRequest) SetDescription ¶
func (s *CreateWirelessCloudConnectorRequest) SetDescription(v string) *CreateWirelessCloudConnectorRequest
func (*CreateWirelessCloudConnectorRequest) SetDryRun ¶
func (s *CreateWirelessCloudConnectorRequest) SetDryRun(v bool) *CreateWirelessCloudConnectorRequest
func (*CreateWirelessCloudConnectorRequest) SetISP ¶
func (s *CreateWirelessCloudConnectorRequest) SetISP(v string) *CreateWirelessCloudConnectorRequest
func (*CreateWirelessCloudConnectorRequest) SetName ¶
func (s *CreateWirelessCloudConnectorRequest) SetName(v string) *CreateWirelessCloudConnectorRequest
func (*CreateWirelessCloudConnectorRequest) SetNetLinks ¶
func (s *CreateWirelessCloudConnectorRequest) SetNetLinks(v []*CreateWirelessCloudConnectorRequestNetLinks) *CreateWirelessCloudConnectorRequest
func (*CreateWirelessCloudConnectorRequest) SetRegionId ¶
func (s *CreateWirelessCloudConnectorRequest) SetRegionId(v string) *CreateWirelessCloudConnectorRequest
func (*CreateWirelessCloudConnectorRequest) SetUseCase ¶
func (s *CreateWirelessCloudConnectorRequest) SetUseCase(v string) *CreateWirelessCloudConnectorRequest
func (CreateWirelessCloudConnectorRequest) String ¶
func (s CreateWirelessCloudConnectorRequest) String() string
type CreateWirelessCloudConnectorRequestNetLinks ¶
type CreateWirelessCloudConnectorRequestNetLinks struct { APN *string `json:"APN,omitempty" xml:"APN,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` VSwitchs []*string `json:"VSwitchs,omitempty" xml:"VSwitchs,omitempty" type:"Repeated"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` }
func (CreateWirelessCloudConnectorRequestNetLinks) GoString ¶
func (s CreateWirelessCloudConnectorRequestNetLinks) GoString() string
func (*CreateWirelessCloudConnectorRequestNetLinks) SetAPN ¶
func (s *CreateWirelessCloudConnectorRequestNetLinks) SetAPN(v string) *CreateWirelessCloudConnectorRequestNetLinks
func (*CreateWirelessCloudConnectorRequestNetLinks) SetRegionId ¶
func (s *CreateWirelessCloudConnectorRequestNetLinks) SetRegionId(v string) *CreateWirelessCloudConnectorRequestNetLinks
func (*CreateWirelessCloudConnectorRequestNetLinks) SetVSwitchs ¶
func (s *CreateWirelessCloudConnectorRequestNetLinks) SetVSwitchs(v []*string) *CreateWirelessCloudConnectorRequestNetLinks
func (*CreateWirelessCloudConnectorRequestNetLinks) SetVpcId ¶
func (s *CreateWirelessCloudConnectorRequestNetLinks) SetVpcId(v string) *CreateWirelessCloudConnectorRequestNetLinks
func (CreateWirelessCloudConnectorRequestNetLinks) String ¶
func (s CreateWirelessCloudConnectorRequestNetLinks) String() string
type CreateWirelessCloudConnectorResponse ¶
type CreateWirelessCloudConnectorResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CreateWirelessCloudConnectorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateWirelessCloudConnectorResponse) GoString ¶
func (s CreateWirelessCloudConnectorResponse) GoString() string
func (*CreateWirelessCloudConnectorResponse) SetHeaders ¶
func (s *CreateWirelessCloudConnectorResponse) SetHeaders(v map[string]*string) *CreateWirelessCloudConnectorResponse
func (CreateWirelessCloudConnectorResponse) String ¶
func (s CreateWirelessCloudConnectorResponse) String() string
type CreateWirelessCloudConnectorResponseBody ¶
type CreateWirelessCloudConnectorResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (CreateWirelessCloudConnectorResponseBody) GoString ¶
func (s CreateWirelessCloudConnectorResponseBody) GoString() string
func (*CreateWirelessCloudConnectorResponseBody) SetRequestId ¶
func (s *CreateWirelessCloudConnectorResponseBody) SetRequestId(v string) *CreateWirelessCloudConnectorResponseBody
func (*CreateWirelessCloudConnectorResponseBody) SetWirelessCloudConnectorId ¶
func (s *CreateWirelessCloudConnectorResponseBody) SetWirelessCloudConnectorId(v string) *CreateWirelessCloudConnectorResponseBody
func (CreateWirelessCloudConnectorResponseBody) String ¶
func (s CreateWirelessCloudConnectorResponseBody) String() string
type DeleteAuthorizationRuleRequest ¶
type DeleteAuthorizationRuleRequest struct { AuthorizationRuleId *string `json:"AuthorizationRuleId,omitempty" xml:"AuthorizationRuleId,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (DeleteAuthorizationRuleRequest) GoString ¶
func (s DeleteAuthorizationRuleRequest) GoString() string
func (*DeleteAuthorizationRuleRequest) SetAuthorizationRuleId ¶
func (s *DeleteAuthorizationRuleRequest) SetAuthorizationRuleId(v string) *DeleteAuthorizationRuleRequest
func (*DeleteAuthorizationRuleRequest) SetClientToken ¶
func (s *DeleteAuthorizationRuleRequest) SetClientToken(v string) *DeleteAuthorizationRuleRequest
func (*DeleteAuthorizationRuleRequest) SetDryRun ¶
func (s *DeleteAuthorizationRuleRequest) SetDryRun(v bool) *DeleteAuthorizationRuleRequest
func (*DeleteAuthorizationRuleRequest) SetWirelessCloudConnectorId ¶
func (s *DeleteAuthorizationRuleRequest) SetWirelessCloudConnectorId(v string) *DeleteAuthorizationRuleRequest
func (DeleteAuthorizationRuleRequest) String ¶
func (s DeleteAuthorizationRuleRequest) String() string
type DeleteAuthorizationRuleResponse ¶
type DeleteAuthorizationRuleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *DeleteAuthorizationRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteAuthorizationRuleResponse) GoString ¶
func (s DeleteAuthorizationRuleResponse) GoString() string
func (*DeleteAuthorizationRuleResponse) SetBody ¶
func (s *DeleteAuthorizationRuleResponse) SetBody(v *DeleteAuthorizationRuleResponseBody) *DeleteAuthorizationRuleResponse
func (*DeleteAuthorizationRuleResponse) SetHeaders ¶
func (s *DeleteAuthorizationRuleResponse) SetHeaders(v map[string]*string) *DeleteAuthorizationRuleResponse
func (DeleteAuthorizationRuleResponse) String ¶
func (s DeleteAuthorizationRuleResponse) String() string
type DeleteAuthorizationRuleResponseBody ¶
type DeleteAuthorizationRuleResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteAuthorizationRuleResponseBody) GoString ¶
func (s DeleteAuthorizationRuleResponseBody) GoString() string
func (*DeleteAuthorizationRuleResponseBody) SetRequestId ¶
func (s *DeleteAuthorizationRuleResponseBody) SetRequestId(v string) *DeleteAuthorizationRuleResponseBody
func (DeleteAuthorizationRuleResponseBody) String ¶
func (s DeleteAuthorizationRuleResponseBody) String() string
type DeleteWirelessCloudConnectorRequest ¶
type DeleteWirelessCloudConnectorRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (DeleteWirelessCloudConnectorRequest) GoString ¶
func (s DeleteWirelessCloudConnectorRequest) GoString() string
func (*DeleteWirelessCloudConnectorRequest) SetClientToken ¶
func (s *DeleteWirelessCloudConnectorRequest) SetClientToken(v string) *DeleteWirelessCloudConnectorRequest
func (*DeleteWirelessCloudConnectorRequest) SetDryRun ¶
func (s *DeleteWirelessCloudConnectorRequest) SetDryRun(v bool) *DeleteWirelessCloudConnectorRequest
func (*DeleteWirelessCloudConnectorRequest) SetWirelessCloudConnectorId ¶
func (s *DeleteWirelessCloudConnectorRequest) SetWirelessCloudConnectorId(v string) *DeleteWirelessCloudConnectorRequest
func (DeleteWirelessCloudConnectorRequest) String ¶
func (s DeleteWirelessCloudConnectorRequest) String() string
type DeleteWirelessCloudConnectorResponse ¶
type DeleteWirelessCloudConnectorResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *DeleteWirelessCloudConnectorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteWirelessCloudConnectorResponse) GoString ¶
func (s DeleteWirelessCloudConnectorResponse) GoString() string
func (*DeleteWirelessCloudConnectorResponse) SetHeaders ¶
func (s *DeleteWirelessCloudConnectorResponse) SetHeaders(v map[string]*string) *DeleteWirelessCloudConnectorResponse
func (DeleteWirelessCloudConnectorResponse) String ¶
func (s DeleteWirelessCloudConnectorResponse) String() string
type DeleteWirelessCloudConnectorResponseBody ¶
type DeleteWirelessCloudConnectorResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteWirelessCloudConnectorResponseBody) GoString ¶
func (s DeleteWirelessCloudConnectorResponseBody) GoString() string
func (*DeleteWirelessCloudConnectorResponseBody) SetRequestId ¶
func (s *DeleteWirelessCloudConnectorResponseBody) SetRequestId(v string) *DeleteWirelessCloudConnectorResponseBody
func (DeleteWirelessCloudConnectorResponseBody) String ¶
func (s DeleteWirelessCloudConnectorResponseBody) String() string
type DetachVpcFromNetLinkRequest ¶
type DetachVpcFromNetLinkRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` NetLinkId *string `json:"NetLinkId,omitempty" xml:"NetLinkId,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (DetachVpcFromNetLinkRequest) GoString ¶
func (s DetachVpcFromNetLinkRequest) GoString() string
func (*DetachVpcFromNetLinkRequest) SetClientToken ¶
func (s *DetachVpcFromNetLinkRequest) SetClientToken(v string) *DetachVpcFromNetLinkRequest
func (*DetachVpcFromNetLinkRequest) SetDryRun ¶
func (s *DetachVpcFromNetLinkRequest) SetDryRun(v bool) *DetachVpcFromNetLinkRequest
func (*DetachVpcFromNetLinkRequest) SetNetLinkId ¶
func (s *DetachVpcFromNetLinkRequest) SetNetLinkId(v string) *DetachVpcFromNetLinkRequest
func (*DetachVpcFromNetLinkRequest) SetWirelessCloudConnectorId ¶
func (s *DetachVpcFromNetLinkRequest) SetWirelessCloudConnectorId(v string) *DetachVpcFromNetLinkRequest
func (DetachVpcFromNetLinkRequest) String ¶
func (s DetachVpcFromNetLinkRequest) String() string
type DetachVpcFromNetLinkResponse ¶
type DetachVpcFromNetLinkResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *DetachVpcFromNetLinkResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DetachVpcFromNetLinkResponse) GoString ¶
func (s DetachVpcFromNetLinkResponse) GoString() string
func (*DetachVpcFromNetLinkResponse) SetBody ¶
func (s *DetachVpcFromNetLinkResponse) SetBody(v *DetachVpcFromNetLinkResponseBody) *DetachVpcFromNetLinkResponse
func (*DetachVpcFromNetLinkResponse) SetHeaders ¶
func (s *DetachVpcFromNetLinkResponse) SetHeaders(v map[string]*string) *DetachVpcFromNetLinkResponse
func (DetachVpcFromNetLinkResponse) String ¶
func (s DetachVpcFromNetLinkResponse) String() string
type DetachVpcFromNetLinkResponseBody ¶
type DetachVpcFromNetLinkResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DetachVpcFromNetLinkResponseBody) GoString ¶
func (s DetachVpcFromNetLinkResponseBody) GoString() string
func (*DetachVpcFromNetLinkResponseBody) SetRequestId ¶
func (s *DetachVpcFromNetLinkResponseBody) SetRequestId(v string) *DetachVpcFromNetLinkResponseBody
func (DetachVpcFromNetLinkResponseBody) String ¶
func (s DetachVpcFromNetLinkResponseBody) String() string
type GetWirelessCloudConnectorRequest ¶ added in v1.0.5
type GetWirelessCloudConnectorRequest struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (GetWirelessCloudConnectorRequest) GoString ¶ added in v1.0.5
func (s GetWirelessCloudConnectorRequest) GoString() string
func (*GetWirelessCloudConnectorRequest) SetRegionId ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorRequest) SetRegionId(v string) *GetWirelessCloudConnectorRequest
func (*GetWirelessCloudConnectorRequest) SetWirelessCloudConnectorId ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorRequest) SetWirelessCloudConnectorId(v string) *GetWirelessCloudConnectorRequest
func (GetWirelessCloudConnectorRequest) String ¶ added in v1.0.5
func (s GetWirelessCloudConnectorRequest) String() string
type GetWirelessCloudConnectorResponse ¶ added in v1.0.5
type GetWirelessCloudConnectorResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetWirelessCloudConnectorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetWirelessCloudConnectorResponse) GoString ¶ added in v1.0.5
func (s GetWirelessCloudConnectorResponse) GoString() string
func (*GetWirelessCloudConnectorResponse) SetHeaders ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponse) SetHeaders(v map[string]*string) *GetWirelessCloudConnectorResponse
func (GetWirelessCloudConnectorResponse) String ¶ added in v1.0.5
func (s GetWirelessCloudConnectorResponse) String() string
type GetWirelessCloudConnectorResponseBody ¶ added in v1.0.5
type GetWirelessCloudConnectorResponseBody struct { CardCount *string `json:"CardCount,omitempty" xml:"CardCount,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` DataPackageId *string `json:"DataPackageId,omitempty" xml:"DataPackageId,omitempty"` DataPackageType *string `json:"DataPackageType,omitempty" xml:"DataPackageType,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // 数组,返回示例目录。 NetLinks []*GetWirelessCloudConnectorResponseBodyNetLinks `json:"NetLinks,omitempty" xml:"NetLinks,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UseCase *string `json:"UseCase,omitempty" xml:"UseCase,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (GetWirelessCloudConnectorResponseBody) GoString ¶ added in v1.0.5
func (s GetWirelessCloudConnectorResponseBody) GoString() string
func (*GetWirelessCloudConnectorResponseBody) SetCardCount ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetCardCount(v string) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetCreateTime ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetCreateTime(v string) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetDataPackageId ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetDataPackageId(v string) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetDataPackageType ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetDataPackageType(v string) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetDescription ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetDescription(v string) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetName ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetName(v string) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetNetLinks ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetNetLinks(v []*GetWirelessCloudConnectorResponseBodyNetLinks) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetRegionId ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetRegionId(v string) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetRequestId ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetRequestId(v string) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetStatus ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetStatus(v string) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetUseCase ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetUseCase(v string) *GetWirelessCloudConnectorResponseBody
func (*GetWirelessCloudConnectorResponseBody) SetWirelessCloudConnectorId ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBody) SetWirelessCloudConnectorId(v string) *GetWirelessCloudConnectorResponseBody
func (GetWirelessCloudConnectorResponseBody) String ¶ added in v1.0.5
func (s GetWirelessCloudConnectorResponseBody) String() string
type GetWirelessCloudConnectorResponseBodyNetLinks ¶ added in v1.0.5
type GetWirelessCloudConnectorResponseBodyNetLinks struct { APN *string `json:"APN,omitempty" xml:"APN,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ISP *string `json:"ISP,omitempty" xml:"ISP,omitempty"` // 创建时间 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // 资源名称 NetLinkId *string `json:"NetLinkId,omitempty" xml:"NetLinkId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` VSwitchs []*string `json:"VSwitchs,omitempty" xml:"VSwitchs,omitempty" type:"Repeated"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` }
func (GetWirelessCloudConnectorResponseBodyNetLinks) GoString ¶ added in v1.0.5
func (s GetWirelessCloudConnectorResponseBodyNetLinks) GoString() string
func (*GetWirelessCloudConnectorResponseBodyNetLinks) SetCreateTime ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetCreateTime(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
func (*GetWirelessCloudConnectorResponseBodyNetLinks) SetDescription ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetDescription(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
func (*GetWirelessCloudConnectorResponseBodyNetLinks) SetName ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetName(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
func (*GetWirelessCloudConnectorResponseBodyNetLinks) SetNetLinkId ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetNetLinkId(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
func (*GetWirelessCloudConnectorResponseBodyNetLinks) SetRegionId ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetRegionId(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
func (*GetWirelessCloudConnectorResponseBodyNetLinks) SetStatus ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetStatus(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
func (*GetWirelessCloudConnectorResponseBodyNetLinks) SetVSwitchs ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetVSwitchs(v []*string) *GetWirelessCloudConnectorResponseBodyNetLinks
func (*GetWirelessCloudConnectorResponseBodyNetLinks) SetVpcId ¶ added in v1.0.5
func (s *GetWirelessCloudConnectorResponseBodyNetLinks) SetVpcId(v string) *GetWirelessCloudConnectorResponseBodyNetLinks
func (GetWirelessCloudConnectorResponseBodyNetLinks) String ¶ added in v1.0.5
func (s GetWirelessCloudConnectorResponseBodyNetLinks) String() string
type ListAuthorizationRulesRequest ¶ added in v1.0.5
type ListAuthorizationRulesRequest struct { AuthorizationRuleIds []*string `json:"AuthorizationRuleIds,omitempty" xml:"AuthorizationRuleIds,omitempty" type:"Repeated"` Destination *string `json:"Destination,omitempty" xml:"Destination,omitempty"` DestinationType *string `json:"DestinationType,omitempty" xml:"DestinationType,omitempty"` Dns *bool `json:"Dns,omitempty" xml:"Dns,omitempty"` MaxResults *int64 `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` Names []*string `json:"Names,omitempty" xml:"Names,omitempty" type:"Repeated"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` Policy *string `json:"Policy,omitempty" xml:"Policy,omitempty"` Statuses []*string `json:"Statuses,omitempty" xml:"Statuses,omitempty" type:"Repeated"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (ListAuthorizationRulesRequest) GoString ¶ added in v1.0.5
func (s ListAuthorizationRulesRequest) GoString() string
func (*ListAuthorizationRulesRequest) SetAuthorizationRuleIds ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetAuthorizationRuleIds(v []*string) *ListAuthorizationRulesRequest
func (*ListAuthorizationRulesRequest) SetDestination ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetDestination(v string) *ListAuthorizationRulesRequest
func (*ListAuthorizationRulesRequest) SetDestinationType ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetDestinationType(v string) *ListAuthorizationRulesRequest
func (*ListAuthorizationRulesRequest) SetDns ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetDns(v bool) *ListAuthorizationRulesRequest
func (*ListAuthorizationRulesRequest) SetMaxResults ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetMaxResults(v int64) *ListAuthorizationRulesRequest
func (*ListAuthorizationRulesRequest) SetNames ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetNames(v []*string) *ListAuthorizationRulesRequest
func (*ListAuthorizationRulesRequest) SetNextToken ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetNextToken(v string) *ListAuthorizationRulesRequest
func (*ListAuthorizationRulesRequest) SetPolicy ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetPolicy(v string) *ListAuthorizationRulesRequest
func (*ListAuthorizationRulesRequest) SetStatuses ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetStatuses(v []*string) *ListAuthorizationRulesRequest
func (*ListAuthorizationRulesRequest) SetType ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetType(v string) *ListAuthorizationRulesRequest
func (*ListAuthorizationRulesRequest) SetWirelessCloudConnectorId ¶ added in v1.0.5
func (s *ListAuthorizationRulesRequest) SetWirelessCloudConnectorId(v string) *ListAuthorizationRulesRequest
func (ListAuthorizationRulesRequest) String ¶ added in v1.0.5
func (s ListAuthorizationRulesRequest) String() string
type ListAuthorizationRulesResponse ¶ added in v1.0.5
type ListAuthorizationRulesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListAuthorizationRulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListAuthorizationRulesResponse) GoString ¶ added in v1.0.5
func (s ListAuthorizationRulesResponse) GoString() string
func (*ListAuthorizationRulesResponse) SetBody ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponse) SetBody(v *ListAuthorizationRulesResponseBody) *ListAuthorizationRulesResponse
func (*ListAuthorizationRulesResponse) SetHeaders ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponse) SetHeaders(v map[string]*string) *ListAuthorizationRulesResponse
func (ListAuthorizationRulesResponse) String ¶ added in v1.0.5
func (s ListAuthorizationRulesResponse) String() string
type ListAuthorizationRulesResponseBody ¶ added in v1.0.5
type ListAuthorizationRulesResponseBody struct { // 数组,返回示例目录。 AuthorizationRules []*ListAuthorizationRulesResponseBodyAuthorizationRules `json:"AuthorizationRules,omitempty" xml:"AuthorizationRules,omitempty" type:"Repeated"` MaxResults *string `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *string `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListAuthorizationRulesResponseBody) GoString ¶ added in v1.0.5
func (s ListAuthorizationRulesResponseBody) GoString() string
func (*ListAuthorizationRulesResponseBody) SetAuthorizationRules ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBody) SetAuthorizationRules(v []*ListAuthorizationRulesResponseBodyAuthorizationRules) *ListAuthorizationRulesResponseBody
func (*ListAuthorizationRulesResponseBody) SetMaxResults ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBody) SetMaxResults(v string) *ListAuthorizationRulesResponseBody
func (*ListAuthorizationRulesResponseBody) SetNextToken ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBody) SetNextToken(v string) *ListAuthorizationRulesResponseBody
func (*ListAuthorizationRulesResponseBody) SetRequestId ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBody) SetRequestId(v string) *ListAuthorizationRulesResponseBody
func (*ListAuthorizationRulesResponseBody) SetTotalCount ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBody) SetTotalCount(v string) *ListAuthorizationRulesResponseBody
func (ListAuthorizationRulesResponseBody) String ¶ added in v1.0.5
func (s ListAuthorizationRulesResponseBody) String() string
type ListAuthorizationRulesResponseBodyAuthorizationRules ¶ added in v1.0.5
type ListAuthorizationRulesResponseBodyAuthorizationRules struct { // 资源一级ID AuthorizationRuleId *string `json:"AuthorizationRuleId,omitempty" xml:"AuthorizationRuleId,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Destination *string `json:"Destination,omitempty" xml:"Destination,omitempty"` DestinationType *string `json:"DestinationType,omitempty" xml:"DestinationType,omitempty"` Dns *string `json:"Dns,omitempty" xml:"Dns,omitempty"` // 创建时间 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` Policy *string `json:"Policy,omitempty" xml:"Policy,omitempty"` SourceCidr *string `json:"SourceCidr,omitempty" xml:"SourceCidr,omitempty"` // 资源名称 Status *string `json:"Status,omitempty" xml:"Status,omitempty"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListAuthorizationRulesResponseBodyAuthorizationRules) GoString ¶ added in v1.0.5
func (s ListAuthorizationRulesResponseBodyAuthorizationRules) GoString() string
func (*ListAuthorizationRulesResponseBodyAuthorizationRules) SetAuthorizationRuleId ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetAuthorizationRuleId(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
func (*ListAuthorizationRulesResponseBodyAuthorizationRules) SetCreateTime ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetCreateTime(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
func (*ListAuthorizationRulesResponseBodyAuthorizationRules) SetDescription ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetDescription(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
func (*ListAuthorizationRulesResponseBodyAuthorizationRules) SetDestination ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetDestination(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
func (*ListAuthorizationRulesResponseBodyAuthorizationRules) SetDestinationType ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetDestinationType(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
func (*ListAuthorizationRulesResponseBodyAuthorizationRules) SetSourceCidr ¶ added in v1.0.5
func (s *ListAuthorizationRulesResponseBodyAuthorizationRules) SetSourceCidr(v string) *ListAuthorizationRulesResponseBodyAuthorizationRules
func (ListAuthorizationRulesResponseBodyAuthorizationRules) String ¶ added in v1.0.5
func (s ListAuthorizationRulesResponseBodyAuthorizationRules) String() string
type ListCardsRequest ¶ added in v1.0.5
type ListCardsRequest struct { Apn *string `json:"Apn,omitempty" xml:"Apn,omitempty"` DestinationType *string `json:"DestinationType,omitempty" xml:"DestinationType,omitempty"` Iccids []*string `json:"Iccids,omitempty" xml:"Iccids,omitempty" type:"Repeated"` IpAddress *string `json:"IpAddress,omitempty" xml:"IpAddress,omitempty"` Lock *bool `json:"Lock,omitempty" xml:"Lock,omitempty"` MaxResults *int64 `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` NetLinkId *string `json:"NetLinkId,omitempty" xml:"NetLinkId,omitempty"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` Online *bool `json:"Online,omitempty" xml:"Online,omitempty"` Statuses []*string `json:"Statuses,omitempty" xml:"Statuses,omitempty" type:"Repeated"` VpcId *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (ListCardsRequest) GoString ¶ added in v1.0.5
func (s ListCardsRequest) GoString() string
func (*ListCardsRequest) SetApn ¶ added in v1.0.5
func (s *ListCardsRequest) SetApn(v string) *ListCardsRequest
func (*ListCardsRequest) SetDestinationType ¶ added in v1.0.5
func (s *ListCardsRequest) SetDestinationType(v string) *ListCardsRequest
func (*ListCardsRequest) SetIccids ¶ added in v1.0.5
func (s *ListCardsRequest) SetIccids(v []*string) *ListCardsRequest
func (*ListCardsRequest) SetIpAddress ¶ added in v1.0.5
func (s *ListCardsRequest) SetIpAddress(v string) *ListCardsRequest
func (*ListCardsRequest) SetLock ¶ added in v1.0.5
func (s *ListCardsRequest) SetLock(v bool) *ListCardsRequest
func (*ListCardsRequest) SetMaxResults ¶ added in v1.0.5
func (s *ListCardsRequest) SetMaxResults(v int64) *ListCardsRequest
func (*ListCardsRequest) SetNetLinkId ¶ added in v1.0.5
func (s *ListCardsRequest) SetNetLinkId(v string) *ListCardsRequest
func (*ListCardsRequest) SetNextToken ¶ added in v1.0.5
func (s *ListCardsRequest) SetNextToken(v string) *ListCardsRequest
func (*ListCardsRequest) SetOnline ¶ added in v1.0.5
func (s *ListCardsRequest) SetOnline(v bool) *ListCardsRequest
func (*ListCardsRequest) SetStatuses ¶ added in v1.0.5
func (s *ListCardsRequest) SetStatuses(v []*string) *ListCardsRequest
func (*ListCardsRequest) SetVpcId ¶ added in v1.0.5
func (s *ListCardsRequest) SetVpcId(v string) *ListCardsRequest
func (*ListCardsRequest) SetWirelessCloudConnectorId ¶ added in v1.0.5
func (s *ListCardsRequest) SetWirelessCloudConnectorId(v string) *ListCardsRequest
func (ListCardsRequest) String ¶ added in v1.0.5
func (s ListCardsRequest) String() string
type ListCardsResponse ¶ added in v1.0.5
type ListCardsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListCardsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListCardsResponse) GoString ¶ added in v1.0.5
func (s ListCardsResponse) GoString() string
func (*ListCardsResponse) SetBody ¶ added in v1.0.5
func (s *ListCardsResponse) SetBody(v *ListCardsResponseBody) *ListCardsResponse
func (*ListCardsResponse) SetHeaders ¶ added in v1.0.5
func (s *ListCardsResponse) SetHeaders(v map[string]*string) *ListCardsResponse
func (ListCardsResponse) String ¶ added in v1.0.5
func (s ListCardsResponse) String() string
type ListCardsResponseBody ¶ added in v1.0.5
type ListCardsResponseBody struct { // 数组,返回示例目录。 Cards []*ListCardsResponseBodyCards `json:"Cards,omitempty" xml:"Cards,omitempty" type:"Repeated"` MaxResults *string `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *string `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListCardsResponseBody) GoString ¶ added in v1.0.5
func (s ListCardsResponseBody) GoString() string
func (*ListCardsResponseBody) SetCards ¶ added in v1.0.5
func (s *ListCardsResponseBody) SetCards(v []*ListCardsResponseBodyCards) *ListCardsResponseBody
func (*ListCardsResponseBody) SetMaxResults ¶ added in v1.0.5
func (s *ListCardsResponseBody) SetMaxResults(v string) *ListCardsResponseBody
func (*ListCardsResponseBody) SetNextToken ¶ added in v1.0.5
func (s *ListCardsResponseBody) SetNextToken(v string) *ListCardsResponseBody
func (*ListCardsResponseBody) SetRequestId ¶ added in v1.0.5
func (s *ListCardsResponseBody) SetRequestId(v string) *ListCardsResponseBody
func (*ListCardsResponseBody) SetTotalCount ¶ added in v1.0.5
func (s *ListCardsResponseBody) SetTotalCount(v string) *ListCardsResponseBody
func (ListCardsResponseBody) String ¶ added in v1.0.5
func (s ListCardsResponseBody) String() string
type ListCardsResponseBodyCards ¶ added in v1.0.5
type ListCardsResponseBodyCards struct { // 创建时间 APN *string `json:"APN,omitempty" xml:"APN,omitempty"` ActivatedTime *string `json:"ActivatedTime,omitempty" xml:"ActivatedTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ISP *string `json:"ISP,omitempty" xml:"ISP,omitempty"` // 资源一级ID Iccid *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"` Imei *string `json:"Imei,omitempty" xml:"Imei,omitempty"` Imsi *string `json:"Imsi,omitempty" xml:"Imsi,omitempty"` IpAddress *string `json:"IpAddress,omitempty" xml:"IpAddress,omitempty"` Lock *bool `json:"Lock,omitempty" xml:"Lock,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // 资源名称 NetType *string `json:"NetType,omitempty" xml:"NetType,omitempty"` OrderId *string `json:"OrderId,omitempty" xml:"OrderId,omitempty"` Spec *string `json:"Spec,omitempty" xml:"Spec,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UsageDataMonth *int64 `json:"UsageDataMonth,omitempty" xml:"UsageDataMonth,omitempty"` }
func (ListCardsResponseBodyCards) GoString ¶ added in v1.0.5
func (s ListCardsResponseBodyCards) GoString() string
func (*ListCardsResponseBodyCards) SetAPN ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetAPN(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetActivatedTime ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetActivatedTime(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetDescription ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetDescription(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetISP ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetISP(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetIccid ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetIccid(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetImei ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetImei(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetImsi ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetImsi(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetIpAddress ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetIpAddress(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetLock ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetLock(v bool) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetName ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetName(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetNetType ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetNetType(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetOrderId ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetOrderId(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetSpec ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetSpec(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetStatus ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetStatus(v string) *ListCardsResponseBodyCards
func (*ListCardsResponseBodyCards) SetUsageDataMonth ¶ added in v1.0.5
func (s *ListCardsResponseBodyCards) SetUsageDataMonth(v int64) *ListCardsResponseBodyCards
func (ListCardsResponseBodyCards) String ¶ added in v1.0.5
func (s ListCardsResponseBodyCards) String() string
type ListDataPackagesRequest ¶ added in v1.0.5
type ListDataPackagesRequest struct { DataPackageIds []*string `json:"DataPackageIds,omitempty" xml:"DataPackageIds,omitempty" type:"Repeated"` MaxResults *int64 `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` Names []*string `json:"Names,omitempty" xml:"Names,omitempty" type:"Repeated"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` Statuses []*string `json:"Statuses,omitempty" xml:"Statuses,omitempty" type:"Repeated"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (ListDataPackagesRequest) GoString ¶ added in v1.0.5
func (s ListDataPackagesRequest) GoString() string
func (*ListDataPackagesRequest) SetDataPackageIds ¶ added in v1.0.5
func (s *ListDataPackagesRequest) SetDataPackageIds(v []*string) *ListDataPackagesRequest
func (*ListDataPackagesRequest) SetMaxResults ¶ added in v1.0.5
func (s *ListDataPackagesRequest) SetMaxResults(v int64) *ListDataPackagesRequest
func (*ListDataPackagesRequest) SetNames ¶ added in v1.0.5
func (s *ListDataPackagesRequest) SetNames(v []*string) *ListDataPackagesRequest
func (*ListDataPackagesRequest) SetNextToken ¶ added in v1.0.5
func (s *ListDataPackagesRequest) SetNextToken(v string) *ListDataPackagesRequest
func (*ListDataPackagesRequest) SetStatuses ¶ added in v1.0.5
func (s *ListDataPackagesRequest) SetStatuses(v []*string) *ListDataPackagesRequest
func (*ListDataPackagesRequest) SetWirelessCloudConnectorId ¶ added in v1.0.5
func (s *ListDataPackagesRequest) SetWirelessCloudConnectorId(v string) *ListDataPackagesRequest
func (ListDataPackagesRequest) String ¶ added in v1.0.5
func (s ListDataPackagesRequest) String() string
type ListDataPackagesResponse ¶ added in v1.0.5
type ListDataPackagesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListDataPackagesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListDataPackagesResponse) GoString ¶ added in v1.0.5
func (s ListDataPackagesResponse) GoString() string
func (*ListDataPackagesResponse) SetBody ¶ added in v1.0.5
func (s *ListDataPackagesResponse) SetBody(v *ListDataPackagesResponseBody) *ListDataPackagesResponse
func (*ListDataPackagesResponse) SetHeaders ¶ added in v1.0.5
func (s *ListDataPackagesResponse) SetHeaders(v map[string]*string) *ListDataPackagesResponse
func (ListDataPackagesResponse) String ¶ added in v1.0.5
func (s ListDataPackagesResponse) String() string
type ListDataPackagesResponseBody ¶ added in v1.0.5
type ListDataPackagesResponseBody struct { // 数组,返回示例目录。 DataPackages []*ListDataPackagesResponseBodyDataPackages `json:"DataPackages,omitempty" xml:"DataPackages,omitempty" type:"Repeated"` MaxResults *string `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *string `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListDataPackagesResponseBody) GoString ¶ added in v1.0.5
func (s ListDataPackagesResponseBody) GoString() string
func (*ListDataPackagesResponseBody) SetDataPackages ¶ added in v1.0.5
func (s *ListDataPackagesResponseBody) SetDataPackages(v []*ListDataPackagesResponseBodyDataPackages) *ListDataPackagesResponseBody
func (*ListDataPackagesResponseBody) SetMaxResults ¶ added in v1.0.5
func (s *ListDataPackagesResponseBody) SetMaxResults(v string) *ListDataPackagesResponseBody
func (*ListDataPackagesResponseBody) SetNextToken ¶ added in v1.0.5
func (s *ListDataPackagesResponseBody) SetNextToken(v string) *ListDataPackagesResponseBody
func (*ListDataPackagesResponseBody) SetRequestId ¶ added in v1.0.5
func (s *ListDataPackagesResponseBody) SetRequestId(v string) *ListDataPackagesResponseBody
func (*ListDataPackagesResponseBody) SetTotalCount ¶ added in v1.0.5
func (s *ListDataPackagesResponseBody) SetTotalCount(v string) *ListDataPackagesResponseBody
func (ListDataPackagesResponseBody) String ¶ added in v1.0.5
func (s ListDataPackagesResponseBody) String() string
type ListDataPackagesResponseBodyDataPackages ¶ added in v1.0.5
type ListDataPackagesResponseBodyDataPackages struct { CardCount *string `json:"CardCount,omitempty" xml:"CardCount,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` DataPackageId *string `json:"DataPackageId,omitempty" xml:"DataPackageId,omitempty"` ExpiredTime *string `json:"ExpiredTime,omitempty" xml:"ExpiredTime,omitempty"` ISP *string `json:"ISP,omitempty" xml:"ISP,omitempty"` // 创建时间 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` Size *string `json:"Size,omitempty" xml:"Size,omitempty"` // 资源名称 Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (ListDataPackagesResponseBodyDataPackages) GoString ¶ added in v1.0.5
func (s ListDataPackagesResponseBodyDataPackages) GoString() string
func (*ListDataPackagesResponseBodyDataPackages) SetCardCount ¶ added in v1.0.5
func (s *ListDataPackagesResponseBodyDataPackages) SetCardCount(v string) *ListDataPackagesResponseBodyDataPackages
func (*ListDataPackagesResponseBodyDataPackages) SetCreateTime ¶ added in v1.0.5
func (s *ListDataPackagesResponseBodyDataPackages) SetCreateTime(v string) *ListDataPackagesResponseBodyDataPackages
func (*ListDataPackagesResponseBodyDataPackages) SetDataPackageId ¶ added in v1.0.5
func (s *ListDataPackagesResponseBodyDataPackages) SetDataPackageId(v string) *ListDataPackagesResponseBodyDataPackages
func (*ListDataPackagesResponseBodyDataPackages) SetExpiredTime ¶ added in v1.0.5
func (s *ListDataPackagesResponseBodyDataPackages) SetExpiredTime(v string) *ListDataPackagesResponseBodyDataPackages
func (*ListDataPackagesResponseBodyDataPackages) SetISP ¶ added in v1.0.5
func (s *ListDataPackagesResponseBodyDataPackages) SetISP(v string) *ListDataPackagesResponseBodyDataPackages
func (*ListDataPackagesResponseBodyDataPackages) SetName ¶ added in v1.0.5
func (s *ListDataPackagesResponseBodyDataPackages) SetName(v string) *ListDataPackagesResponseBodyDataPackages
func (*ListDataPackagesResponseBodyDataPackages) SetSize ¶ added in v1.0.5
func (s *ListDataPackagesResponseBodyDataPackages) SetSize(v string) *ListDataPackagesResponseBodyDataPackages
func (*ListDataPackagesResponseBodyDataPackages) SetStatus ¶ added in v1.0.5
func (s *ListDataPackagesResponseBodyDataPackages) SetStatus(v string) *ListDataPackagesResponseBodyDataPackages
func (ListDataPackagesResponseBodyDataPackages) String ¶ added in v1.0.5
func (s ListDataPackagesResponseBodyDataPackages) String() string
type ListOrdersRequest ¶ added in v1.0.5
type ListOrdersRequest struct { MaxResults *int64 `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` OrderAction *string `json:"OrderAction,omitempty" xml:"OrderAction,omitempty"` OrderIds []*string `json:"OrderIds,omitempty" xml:"OrderIds,omitempty" type:"Repeated"` Statuses []*string `json:"Statuses,omitempty" xml:"Statuses,omitempty" type:"Repeated"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (ListOrdersRequest) GoString ¶ added in v1.0.5
func (s ListOrdersRequest) GoString() string
func (*ListOrdersRequest) SetMaxResults ¶ added in v1.0.5
func (s *ListOrdersRequest) SetMaxResults(v int64) *ListOrdersRequest
func (*ListOrdersRequest) SetNextToken ¶ added in v1.0.5
func (s *ListOrdersRequest) SetNextToken(v string) *ListOrdersRequest
func (*ListOrdersRequest) SetOrderAction ¶ added in v1.0.5
func (s *ListOrdersRequest) SetOrderAction(v string) *ListOrdersRequest
func (*ListOrdersRequest) SetOrderIds ¶ added in v1.0.5
func (s *ListOrdersRequest) SetOrderIds(v []*string) *ListOrdersRequest
func (*ListOrdersRequest) SetStatuses ¶ added in v1.0.5
func (s *ListOrdersRequest) SetStatuses(v []*string) *ListOrdersRequest
func (*ListOrdersRequest) SetWirelessCloudConnectorId ¶ added in v1.0.5
func (s *ListOrdersRequest) SetWirelessCloudConnectorId(v string) *ListOrdersRequest
func (ListOrdersRequest) String ¶ added in v1.0.5
func (s ListOrdersRequest) String() string
type ListOrdersResponse ¶ added in v1.0.5
type ListOrdersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListOrdersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListOrdersResponse) GoString ¶ added in v1.0.5
func (s ListOrdersResponse) GoString() string
func (*ListOrdersResponse) SetBody ¶ added in v1.0.5
func (s *ListOrdersResponse) SetBody(v *ListOrdersResponseBody) *ListOrdersResponse
func (*ListOrdersResponse) SetHeaders ¶ added in v1.0.5
func (s *ListOrdersResponse) SetHeaders(v map[string]*string) *ListOrdersResponse
func (ListOrdersResponse) String ¶ added in v1.0.5
func (s ListOrdersResponse) String() string
type ListOrdersResponseBody ¶ added in v1.0.5
type ListOrdersResponseBody struct { MaxResults *string `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` // 数组,返回示例目录。 Orders []*ListOrdersResponseBodyOrders `json:"Orders,omitempty" xml:"Orders,omitempty" type:"Repeated"` // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *string `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListOrdersResponseBody) GoString ¶ added in v1.0.5
func (s ListOrdersResponseBody) GoString() string
func (*ListOrdersResponseBody) SetMaxResults ¶ added in v1.0.5
func (s *ListOrdersResponseBody) SetMaxResults(v string) *ListOrdersResponseBody
func (*ListOrdersResponseBody) SetNextToken ¶ added in v1.0.5
func (s *ListOrdersResponseBody) SetNextToken(v string) *ListOrdersResponseBody
func (*ListOrdersResponseBody) SetOrders ¶ added in v1.0.5
func (s *ListOrdersResponseBody) SetOrders(v []*ListOrdersResponseBodyOrders) *ListOrdersResponseBody
func (*ListOrdersResponseBody) SetRequestId ¶ added in v1.0.5
func (s *ListOrdersResponseBody) SetRequestId(v string) *ListOrdersResponseBody
func (*ListOrdersResponseBody) SetTotalCount ¶ added in v1.0.5
func (s *ListOrdersResponseBody) SetTotalCount(v string) *ListOrdersResponseBody
func (ListOrdersResponseBody) String ¶ added in v1.0.5
func (s ListOrdersResponseBody) String() string
type ListOrdersResponseBodyOrders ¶ added in v1.0.5
type ListOrdersResponseBodyOrders struct { // 创建时间 Action *string `json:"Action,omitempty" xml:"Action,omitempty"` CardCount *string `json:"CardCount,omitempty" xml:"CardCount,omitempty"` CardNetType *string `json:"CardNetType,omitempty" xml:"CardNetType,omitempty"` CardType *string `json:"CardType,omitempty" xml:"CardType,omitempty"` ContactName *string `json:"ContactName,omitempty" xml:"ContactName,omitempty"` ContactPhone *string `json:"ContactPhone,omitempty" xml:"ContactPhone,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` LogisticsId *string `json:"LogisticsId,omitempty" xml:"LogisticsId,omitempty"` LogisticsStatus *string `json:"LogisticsStatus,omitempty" xml:"LogisticsStatus,omitempty"` LogisticsType *string `json:"LogisticsType,omitempty" xml:"LogisticsType,omitempty"` LogisticsUpdateTime *string `json:"LogisticsUpdateTime,omitempty" xml:"LogisticsUpdateTime,omitempty"` OrderId *string `json:"OrderId,omitempty" xml:"OrderId,omitempty"` PayTime *string `json:"PayTime,omitempty" xml:"PayTime,omitempty"` PostAddress *string `json:"PostAddress,omitempty" xml:"PostAddress,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` // 资源名称 Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (ListOrdersResponseBodyOrders) GoString ¶ added in v1.0.5
func (s ListOrdersResponseBodyOrders) GoString() string
func (*ListOrdersResponseBodyOrders) SetAction ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetAction(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetCardCount ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetCardCount(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetCardNetType ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetCardNetType(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetCardType ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetCardType(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetContactName ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetContactName(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetContactPhone ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetContactPhone(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetCreateTime ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetCreateTime(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetDescription ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetDescription(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetLogisticsId ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetLogisticsId(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetLogisticsStatus ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetLogisticsStatus(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetLogisticsType ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetLogisticsType(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetLogisticsUpdateTime ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetLogisticsUpdateTime(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetOrderId ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetOrderId(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetPayTime ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetPayTime(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetPostAddress ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetPostAddress(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetRegionId ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetRegionId(v string) *ListOrdersResponseBodyOrders
func (*ListOrdersResponseBodyOrders) SetStatus ¶ added in v1.0.5
func (s *ListOrdersResponseBodyOrders) SetStatus(v string) *ListOrdersResponseBodyOrders
func (ListOrdersResponseBodyOrders) String ¶ added in v1.0.5
func (s ListOrdersResponseBodyOrders) String() string
type ListRegionsRequest ¶ added in v1.0.5
type ListRegionsRequest struct { AcceptLanguage *string `json:"AcceptLanguage,omitempty" xml:"AcceptLanguage,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (ListRegionsRequest) GoString ¶ added in v1.0.5
func (s ListRegionsRequest) GoString() string
func (*ListRegionsRequest) SetAcceptLanguage ¶ added in v1.0.5
func (s *ListRegionsRequest) SetAcceptLanguage(v string) *ListRegionsRequest
func (*ListRegionsRequest) SetRegionId ¶ added in v1.0.5
func (s *ListRegionsRequest) SetRegionId(v string) *ListRegionsRequest
func (ListRegionsRequest) String ¶ added in v1.0.5
func (s ListRegionsRequest) String() string
type ListRegionsResponse ¶ added in v1.0.5
type ListRegionsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListRegionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListRegionsResponse) GoString ¶ added in v1.0.5
func (s ListRegionsResponse) GoString() string
func (*ListRegionsResponse) SetBody ¶ added in v1.0.5
func (s *ListRegionsResponse) SetBody(v *ListRegionsResponseBody) *ListRegionsResponse
func (*ListRegionsResponse) SetHeaders ¶ added in v1.0.5
func (s *ListRegionsResponse) SetHeaders(v map[string]*string) *ListRegionsResponse
func (ListRegionsResponse) String ¶ added in v1.0.5
func (s ListRegionsResponse) String() string
type ListRegionsResponseBody ¶ added in v1.0.5
type ListRegionsResponseBody struct { // 数组,返回示例目录。 Regions []*ListRegionsResponseBodyRegions `json:"Regions,omitempty" xml:"Regions,omitempty" type:"Repeated"` // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (ListRegionsResponseBody) GoString ¶ added in v1.0.5
func (s ListRegionsResponseBody) GoString() string
func (*ListRegionsResponseBody) SetRegions ¶ added in v1.0.5
func (s *ListRegionsResponseBody) SetRegions(v []*ListRegionsResponseBodyRegions) *ListRegionsResponseBody
func (*ListRegionsResponseBody) SetRequestId ¶ added in v1.0.5
func (s *ListRegionsResponseBody) SetRequestId(v string) *ListRegionsResponseBody
func (ListRegionsResponseBody) String ¶ added in v1.0.5
func (s ListRegionsResponseBody) String() string
type ListRegionsResponseBodyRegions ¶ added in v1.0.5
type ListRegionsResponseBodyRegions struct { // 资源名称 LocalName *string `json:"LocalName,omitempty" xml:"LocalName,omitempty"` // 创建时间 RegionEndpoint *string `json:"RegionEndpoint,omitempty" xml:"RegionEndpoint,omitempty"` // 资源一级ID RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (ListRegionsResponseBodyRegions) GoString ¶ added in v1.0.5
func (s ListRegionsResponseBodyRegions) GoString() string
func (*ListRegionsResponseBodyRegions) SetLocalName ¶ added in v1.0.5
func (s *ListRegionsResponseBodyRegions) SetLocalName(v string) *ListRegionsResponseBodyRegions
func (*ListRegionsResponseBodyRegions) SetRegionEndpoint ¶ added in v1.0.5
func (s *ListRegionsResponseBodyRegions) SetRegionEndpoint(v string) *ListRegionsResponseBodyRegions
func (*ListRegionsResponseBodyRegions) SetRegionId ¶ added in v1.0.5
func (s *ListRegionsResponseBodyRegions) SetRegionId(v string) *ListRegionsResponseBodyRegions
func (ListRegionsResponseBodyRegions) String ¶ added in v1.0.5
func (s ListRegionsResponseBodyRegions) String() string
type ListWirelessCloudConnectorsRequest ¶ added in v1.0.5
type ListWirelessCloudConnectorsRequest struct { MaxResults *int64 `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` Names []*string `json:"Names,omitempty" xml:"Names,omitempty" type:"Repeated"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` Statuses []*string `json:"Statuses,omitempty" xml:"Statuses,omitempty" type:"Repeated"` WirelessCloudConnectorIds []*string `json:"WirelessCloudConnectorIds,omitempty" xml:"WirelessCloudConnectorIds,omitempty" type:"Repeated"` }
func (ListWirelessCloudConnectorsRequest) GoString ¶ added in v1.0.5
func (s ListWirelessCloudConnectorsRequest) GoString() string
func (*ListWirelessCloudConnectorsRequest) SetMaxResults ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsRequest) SetMaxResults(v int64) *ListWirelessCloudConnectorsRequest
func (*ListWirelessCloudConnectorsRequest) SetNames ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsRequest) SetNames(v []*string) *ListWirelessCloudConnectorsRequest
func (*ListWirelessCloudConnectorsRequest) SetNextToken ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsRequest) SetNextToken(v string) *ListWirelessCloudConnectorsRequest
func (*ListWirelessCloudConnectorsRequest) SetRegionId ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsRequest) SetRegionId(v string) *ListWirelessCloudConnectorsRequest
func (*ListWirelessCloudConnectorsRequest) SetStatuses ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsRequest) SetStatuses(v []*string) *ListWirelessCloudConnectorsRequest
func (*ListWirelessCloudConnectorsRequest) SetWirelessCloudConnectorIds ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsRequest) SetWirelessCloudConnectorIds(v []*string) *ListWirelessCloudConnectorsRequest
func (ListWirelessCloudConnectorsRequest) String ¶ added in v1.0.5
func (s ListWirelessCloudConnectorsRequest) String() string
type ListWirelessCloudConnectorsResponse ¶ added in v1.0.5
type ListWirelessCloudConnectorsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListWirelessCloudConnectorsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListWirelessCloudConnectorsResponse) GoString ¶ added in v1.0.5
func (s ListWirelessCloudConnectorsResponse) GoString() string
func (*ListWirelessCloudConnectorsResponse) SetHeaders ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsResponse) SetHeaders(v map[string]*string) *ListWirelessCloudConnectorsResponse
func (ListWirelessCloudConnectorsResponse) String ¶ added in v1.0.5
func (s ListWirelessCloudConnectorsResponse) String() string
type ListWirelessCloudConnectorsResponseBody ¶ added in v1.0.5
type ListWirelessCloudConnectorsResponseBody struct { MaxResults *string `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *string `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` // 数组,返回示例目录。 WirelessCloudConnectors []*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors `json:"WirelessCloudConnectors,omitempty" xml:"WirelessCloudConnectors,omitempty" type:"Repeated"` }
func (ListWirelessCloudConnectorsResponseBody) GoString ¶ added in v1.0.5
func (s ListWirelessCloudConnectorsResponseBody) GoString() string
func (*ListWirelessCloudConnectorsResponseBody) SetMaxResults ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsResponseBody) SetMaxResults(v string) *ListWirelessCloudConnectorsResponseBody
func (*ListWirelessCloudConnectorsResponseBody) SetNextToken ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsResponseBody) SetNextToken(v string) *ListWirelessCloudConnectorsResponseBody
func (*ListWirelessCloudConnectorsResponseBody) SetRequestId ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsResponseBody) SetRequestId(v string) *ListWirelessCloudConnectorsResponseBody
func (*ListWirelessCloudConnectorsResponseBody) SetTotalCount ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsResponseBody) SetTotalCount(v string) *ListWirelessCloudConnectorsResponseBody
func (*ListWirelessCloudConnectorsResponseBody) SetWirelessCloudConnectors ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsResponseBody) SetWirelessCloudConnectors(v []*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) *ListWirelessCloudConnectorsResponseBody
func (ListWirelessCloudConnectorsResponseBody) String ¶ added in v1.0.5
func (s ListWirelessCloudConnectorsResponseBody) String() string
type ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors ¶ added in v1.0.5
type ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors struct { CardCount *string `json:"CardCount,omitempty" xml:"CardCount,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` DataPackageId *string `json:"DataPackageId,omitempty" xml:"DataPackageId,omitempty"` DataPackageType *string `json:"DataPackageType,omitempty" xml:"DataPackageType,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // 创建时间 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` // 资源名称 Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UseCase *string `json:"UseCase,omitempty" xml:"UseCase,omitempty"` // 资源一级ID WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) GoString ¶ added in v1.0.5
func (s ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) GoString() string
func (*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetCardCount ¶ added in v1.0.5
func (*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetCreateTime ¶ added in v1.0.5
func (*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetDataPackageId ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetDataPackageId(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
func (*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetDataPackageType ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetDataPackageType(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
func (*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetDescription ¶ added in v1.0.5
func (*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetRegionId ¶ added in v1.0.5
func (*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetUseCase ¶ added in v1.0.5
func (*ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetWirelessCloudConnectorId ¶ added in v1.0.5
func (s *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) SetWirelessCloudConnectorId(v string) *ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors
func (ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) String ¶ added in v1.0.5
func (s ListWirelessCloudConnectorsResponseBodyWirelessCloudConnectors) String() string
type ListZonesRequest ¶
type ListZonesRequest struct {
RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}
func (ListZonesRequest) GoString ¶
func (s ListZonesRequest) GoString() string
func (*ListZonesRequest) SetRegionId ¶
func (s *ListZonesRequest) SetRegionId(v string) *ListZonesRequest
func (ListZonesRequest) String ¶
func (s ListZonesRequest) String() string
type ListZonesResponse ¶
type ListZonesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListZonesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListZonesResponse) GoString ¶
func (s ListZonesResponse) GoString() string
func (*ListZonesResponse) SetBody ¶
func (s *ListZonesResponse) SetBody(v *ListZonesResponseBody) *ListZonesResponse
func (*ListZonesResponse) SetHeaders ¶
func (s *ListZonesResponse) SetHeaders(v map[string]*string) *ListZonesResponse
func (ListZonesResponse) String ¶
func (s ListZonesResponse) String() string
type ListZonesResponseBody ¶
type ListZonesResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // 数组,返回示例目录。 Zones []*ListZonesResponseBodyZones `json:"Zones,omitempty" xml:"Zones,omitempty" type:"Repeated"` }
func (ListZonesResponseBody) GoString ¶
func (s ListZonesResponseBody) GoString() string
func (*ListZonesResponseBody) SetRequestId ¶
func (s *ListZonesResponseBody) SetRequestId(v string) *ListZonesResponseBody
func (*ListZonesResponseBody) SetZones ¶
func (s *ListZonesResponseBody) SetZones(v []*ListZonesResponseBodyZones) *ListZonesResponseBody
func (ListZonesResponseBody) String ¶
func (s ListZonesResponseBody) String() string
type ListZonesResponseBodyZones ¶
type ListZonesResponseBodyZones struct { // 创建时间 LocalName *string `json:"LocalName,omitempty" xml:"LocalName,omitempty"` // 资源名称 ZoneId *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"` }
func (ListZonesResponseBodyZones) GoString ¶
func (s ListZonesResponseBodyZones) GoString() string
func (*ListZonesResponseBodyZones) SetLocalName ¶
func (s *ListZonesResponseBodyZones) SetLocalName(v string) *ListZonesResponseBodyZones
func (*ListZonesResponseBodyZones) SetZoneId ¶
func (s *ListZonesResponseBodyZones) SetZoneId(v string) *ListZonesResponseBodyZones
func (ListZonesResponseBodyZones) String ¶
func (s ListZonesResponseBodyZones) String() string
type OpenCc5gServiceRequest ¶
type OpenCc5gServiceRequest struct {
RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}
func (OpenCc5gServiceRequest) GoString ¶
func (s OpenCc5gServiceRequest) GoString() string
func (*OpenCc5gServiceRequest) SetRegionId ¶
func (s *OpenCc5gServiceRequest) SetRegionId(v string) *OpenCc5gServiceRequest
func (OpenCc5gServiceRequest) String ¶
func (s OpenCc5gServiceRequest) String() string
type OpenCc5gServiceResponse ¶
type OpenCc5gServiceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *OpenCc5gServiceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (OpenCc5gServiceResponse) GoString ¶
func (s OpenCc5gServiceResponse) GoString() string
func (*OpenCc5gServiceResponse) SetBody ¶
func (s *OpenCc5gServiceResponse) SetBody(v *OpenCc5gServiceResponseBody) *OpenCc5gServiceResponse
func (*OpenCc5gServiceResponse) SetHeaders ¶
func (s *OpenCc5gServiceResponse) SetHeaders(v map[string]*string) *OpenCc5gServiceResponse
func (OpenCc5gServiceResponse) String ¶
func (s OpenCc5gServiceResponse) String() string
type OpenCc5gServiceResponseBody ¶
type OpenCc5gServiceResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (OpenCc5gServiceResponseBody) GoString ¶
func (s OpenCc5gServiceResponseBody) GoString() string
func (*OpenCc5gServiceResponseBody) SetRequestId ¶
func (s *OpenCc5gServiceResponseBody) SetRequestId(v string) *OpenCc5gServiceResponseBody
func (OpenCc5gServiceResponseBody) String ¶
func (s OpenCc5gServiceResponseBody) String() string
type UpdateAuthorizationRuleRequest ¶
type UpdateAuthorizationRuleRequest struct { AuthorizationRuleId *string `json:"AuthorizationRuleId,omitempty" xml:"AuthorizationRuleId,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Destination *string `json:"Destination,omitempty" xml:"Destination,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` Policy *string `json:"Policy,omitempty" xml:"Policy,omitempty"` SourceCidr *string `json:"SourceCidr,omitempty" xml:"SourceCidr,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (UpdateAuthorizationRuleRequest) GoString ¶
func (s UpdateAuthorizationRuleRequest) GoString() string
func (*UpdateAuthorizationRuleRequest) SetAuthorizationRuleId ¶
func (s *UpdateAuthorizationRuleRequest) SetAuthorizationRuleId(v string) *UpdateAuthorizationRuleRequest
func (*UpdateAuthorizationRuleRequest) SetClientToken ¶
func (s *UpdateAuthorizationRuleRequest) SetClientToken(v string) *UpdateAuthorizationRuleRequest
func (*UpdateAuthorizationRuleRequest) SetDescription ¶
func (s *UpdateAuthorizationRuleRequest) SetDescription(v string) *UpdateAuthorizationRuleRequest
func (*UpdateAuthorizationRuleRequest) SetDestination ¶
func (s *UpdateAuthorizationRuleRequest) SetDestination(v string) *UpdateAuthorizationRuleRequest
func (*UpdateAuthorizationRuleRequest) SetDryRun ¶
func (s *UpdateAuthorizationRuleRequest) SetDryRun(v bool) *UpdateAuthorizationRuleRequest
func (*UpdateAuthorizationRuleRequest) SetName ¶
func (s *UpdateAuthorizationRuleRequest) SetName(v string) *UpdateAuthorizationRuleRequest
func (*UpdateAuthorizationRuleRequest) SetPolicy ¶
func (s *UpdateAuthorizationRuleRequest) SetPolicy(v string) *UpdateAuthorizationRuleRequest
func (*UpdateAuthorizationRuleRequest) SetSourceCidr ¶
func (s *UpdateAuthorizationRuleRequest) SetSourceCidr(v string) *UpdateAuthorizationRuleRequest
func (*UpdateAuthorizationRuleRequest) SetWirelessCloudConnectorId ¶
func (s *UpdateAuthorizationRuleRequest) SetWirelessCloudConnectorId(v string) *UpdateAuthorizationRuleRequest
func (UpdateAuthorizationRuleRequest) String ¶
func (s UpdateAuthorizationRuleRequest) String() string
type UpdateAuthorizationRuleResponse ¶
type UpdateAuthorizationRuleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *UpdateAuthorizationRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateAuthorizationRuleResponse) GoString ¶
func (s UpdateAuthorizationRuleResponse) GoString() string
func (*UpdateAuthorizationRuleResponse) SetBody ¶
func (s *UpdateAuthorizationRuleResponse) SetBody(v *UpdateAuthorizationRuleResponseBody) *UpdateAuthorizationRuleResponse
func (*UpdateAuthorizationRuleResponse) SetHeaders ¶
func (s *UpdateAuthorizationRuleResponse) SetHeaders(v map[string]*string) *UpdateAuthorizationRuleResponse
func (UpdateAuthorizationRuleResponse) String ¶
func (s UpdateAuthorizationRuleResponse) String() string
type UpdateAuthorizationRuleResponseBody ¶
type UpdateAuthorizationRuleResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateAuthorizationRuleResponseBody) GoString ¶
func (s UpdateAuthorizationRuleResponseBody) GoString() string
func (*UpdateAuthorizationRuleResponseBody) SetRequestId ¶
func (s *UpdateAuthorizationRuleResponseBody) SetRequestId(v string) *UpdateAuthorizationRuleResponseBody
func (UpdateAuthorizationRuleResponseBody) String ¶
func (s UpdateAuthorizationRuleResponseBody) String() string
type UpdateCardRequest ¶
type UpdateCardRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` Iccid *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (UpdateCardRequest) GoString ¶
func (s UpdateCardRequest) GoString() string
func (*UpdateCardRequest) SetClientToken ¶
func (s *UpdateCardRequest) SetClientToken(v string) *UpdateCardRequest
func (*UpdateCardRequest) SetDescription ¶
func (s *UpdateCardRequest) SetDescription(v string) *UpdateCardRequest
func (*UpdateCardRequest) SetDryRun ¶
func (s *UpdateCardRequest) SetDryRun(v bool) *UpdateCardRequest
func (*UpdateCardRequest) SetIccid ¶
func (s *UpdateCardRequest) SetIccid(v string) *UpdateCardRequest
func (*UpdateCardRequest) SetName ¶
func (s *UpdateCardRequest) SetName(v string) *UpdateCardRequest
func (*UpdateCardRequest) SetWirelessCloudConnectorId ¶
func (s *UpdateCardRequest) SetWirelessCloudConnectorId(v string) *UpdateCardRequest
func (UpdateCardRequest) String ¶
func (s UpdateCardRequest) String() string
type UpdateCardResponse ¶
type UpdateCardResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *UpdateCardResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateCardResponse) GoString ¶
func (s UpdateCardResponse) GoString() string
func (*UpdateCardResponse) SetBody ¶
func (s *UpdateCardResponse) SetBody(v *UpdateCardResponseBody) *UpdateCardResponse
func (*UpdateCardResponse) SetHeaders ¶
func (s *UpdateCardResponse) SetHeaders(v map[string]*string) *UpdateCardResponse
func (UpdateCardResponse) String ¶
func (s UpdateCardResponse) String() string
type UpdateCardResponseBody ¶
type UpdateCardResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateCardResponseBody) GoString ¶
func (s UpdateCardResponseBody) GoString() string
func (*UpdateCardResponseBody) SetRequestId ¶
func (s *UpdateCardResponseBody) SetRequestId(v string) *UpdateCardResponseBody
func (UpdateCardResponseBody) String ¶
func (s UpdateCardResponseBody) String() string
type UpdateDNSAuthorizationRuleRequest ¶
type UpdateDNSAuthorizationRuleRequest struct { AuthorizationRuleId *string `json:"AuthorizationRuleId,omitempty" xml:"AuthorizationRuleId,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DestinationIp *string `json:"DestinationIp,omitempty" xml:"DestinationIp,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` SourceDNSIp *string `json:"SourceDNSIp,omitempty" xml:"SourceDNSIp,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (UpdateDNSAuthorizationRuleRequest) GoString ¶
func (s UpdateDNSAuthorizationRuleRequest) GoString() string
func (*UpdateDNSAuthorizationRuleRequest) SetAuthorizationRuleId ¶
func (s *UpdateDNSAuthorizationRuleRequest) SetAuthorizationRuleId(v string) *UpdateDNSAuthorizationRuleRequest
func (*UpdateDNSAuthorizationRuleRequest) SetClientToken ¶
func (s *UpdateDNSAuthorizationRuleRequest) SetClientToken(v string) *UpdateDNSAuthorizationRuleRequest
func (*UpdateDNSAuthorizationRuleRequest) SetDescription ¶
func (s *UpdateDNSAuthorizationRuleRequest) SetDescription(v string) *UpdateDNSAuthorizationRuleRequest
func (*UpdateDNSAuthorizationRuleRequest) SetDestinationIp ¶
func (s *UpdateDNSAuthorizationRuleRequest) SetDestinationIp(v string) *UpdateDNSAuthorizationRuleRequest
func (*UpdateDNSAuthorizationRuleRequest) SetDryRun ¶
func (s *UpdateDNSAuthorizationRuleRequest) SetDryRun(v bool) *UpdateDNSAuthorizationRuleRequest
func (*UpdateDNSAuthorizationRuleRequest) SetName ¶
func (s *UpdateDNSAuthorizationRuleRequest) SetName(v string) *UpdateDNSAuthorizationRuleRequest
func (*UpdateDNSAuthorizationRuleRequest) SetSourceDNSIp ¶
func (s *UpdateDNSAuthorizationRuleRequest) SetSourceDNSIp(v string) *UpdateDNSAuthorizationRuleRequest
func (*UpdateDNSAuthorizationRuleRequest) SetWirelessCloudConnectorId ¶
func (s *UpdateDNSAuthorizationRuleRequest) SetWirelessCloudConnectorId(v string) *UpdateDNSAuthorizationRuleRequest
func (UpdateDNSAuthorizationRuleRequest) String ¶
func (s UpdateDNSAuthorizationRuleRequest) String() string
type UpdateDNSAuthorizationRuleResponse ¶
type UpdateDNSAuthorizationRuleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *UpdateDNSAuthorizationRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateDNSAuthorizationRuleResponse) GoString ¶
func (s UpdateDNSAuthorizationRuleResponse) GoString() string
func (*UpdateDNSAuthorizationRuleResponse) SetHeaders ¶
func (s *UpdateDNSAuthorizationRuleResponse) SetHeaders(v map[string]*string) *UpdateDNSAuthorizationRuleResponse
func (UpdateDNSAuthorizationRuleResponse) String ¶
func (s UpdateDNSAuthorizationRuleResponse) String() string
type UpdateDNSAuthorizationRuleResponseBody ¶
type UpdateDNSAuthorizationRuleResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateDNSAuthorizationRuleResponseBody) GoString ¶
func (s UpdateDNSAuthorizationRuleResponseBody) GoString() string
func (*UpdateDNSAuthorizationRuleResponseBody) SetRequestId ¶
func (s *UpdateDNSAuthorizationRuleResponseBody) SetRequestId(v string) *UpdateDNSAuthorizationRuleResponseBody
func (UpdateDNSAuthorizationRuleResponseBody) String ¶
func (s UpdateDNSAuthorizationRuleResponseBody) String() string
type UpdateWirelessCloudConnectorRequest ¶
type UpdateWirelessCloudConnectorRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` Name *string `json:"Name,omitempty" xml:"Name,omitempty"` WirelessCloudConnectorId *string `json:"WirelessCloudConnectorId,omitempty" xml:"WirelessCloudConnectorId,omitempty"` }
func (UpdateWirelessCloudConnectorRequest) GoString ¶
func (s UpdateWirelessCloudConnectorRequest) GoString() string
func (*UpdateWirelessCloudConnectorRequest) SetClientToken ¶
func (s *UpdateWirelessCloudConnectorRequest) SetClientToken(v string) *UpdateWirelessCloudConnectorRequest
func (*UpdateWirelessCloudConnectorRequest) SetDescription ¶
func (s *UpdateWirelessCloudConnectorRequest) SetDescription(v string) *UpdateWirelessCloudConnectorRequest
func (*UpdateWirelessCloudConnectorRequest) SetDryRun ¶
func (s *UpdateWirelessCloudConnectorRequest) SetDryRun(v bool) *UpdateWirelessCloudConnectorRequest
func (*UpdateWirelessCloudConnectorRequest) SetName ¶
func (s *UpdateWirelessCloudConnectorRequest) SetName(v string) *UpdateWirelessCloudConnectorRequest
func (*UpdateWirelessCloudConnectorRequest) SetWirelessCloudConnectorId ¶
func (s *UpdateWirelessCloudConnectorRequest) SetWirelessCloudConnectorId(v string) *UpdateWirelessCloudConnectorRequest
func (UpdateWirelessCloudConnectorRequest) String ¶
func (s UpdateWirelessCloudConnectorRequest) String() string
type UpdateWirelessCloudConnectorResponse ¶
type UpdateWirelessCloudConnectorResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *UpdateWirelessCloudConnectorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateWirelessCloudConnectorResponse) GoString ¶
func (s UpdateWirelessCloudConnectorResponse) GoString() string
func (*UpdateWirelessCloudConnectorResponse) SetHeaders ¶
func (s *UpdateWirelessCloudConnectorResponse) SetHeaders(v map[string]*string) *UpdateWirelessCloudConnectorResponse
func (UpdateWirelessCloudConnectorResponse) String ¶
func (s UpdateWirelessCloudConnectorResponse) String() string
type UpdateWirelessCloudConnectorResponseBody ¶
type UpdateWirelessCloudConnectorResponseBody struct { // Id of the request RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateWirelessCloudConnectorResponseBody) GoString ¶
func (s UpdateWirelessCloudConnectorResponseBody) GoString() string
func (*UpdateWirelessCloudConnectorResponseBody) SetRequestId ¶
func (s *UpdateWirelessCloudConnectorResponseBody) SetRequestId(v string) *UpdateWirelessCloudConnectorResponseBody
func (UpdateWirelessCloudConnectorResponseBody) String ¶
func (s UpdateWirelessCloudConnectorResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.