Documentation ¶
Index ¶
- type APNs
- type AddDNSAuthorizationRuleRequest
- type AddDNSAuthorizationRuleResponse
- type AddGroupDnsAuthorizationRuleRequest
- type AddGroupDnsAuthorizationRuleResponse
- type AddWirelessCloudConnectorToGroupRequest
- type AddWirelessCloudConnectorToGroupResponse
- type AttachVpcToNetLinkRequest
- type AttachVpcToNetLinkResponse
- type AuthorizationRule
- type AuthorizationRules
- type BatchOperateCardsTask
- type BatchOperateCardsTasks
- type Card
- type CardDayUsage
- type CardDayUsages
- type CardsInListCardDayUsages
- type CardsInListCardUsages
- type CardsInListCards
- type Client
- func NewClient() (client *Client, err error)
- func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
- func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)
- func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
- func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
- func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
- func NewClientWithRamRoleArnAndPolicy(regionId string, ...) (client *Client, err error)
- func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
- func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
- func (client *Client) AddDNSAuthorizationRule(request *AddDNSAuthorizationRuleRequest) (response *AddDNSAuthorizationRuleResponse, err error)
- func (client *Client) AddDNSAuthorizationRuleWithCallback(request *AddDNSAuthorizationRuleRequest, ...) <-chan int
- func (client *Client) AddDNSAuthorizationRuleWithChan(request *AddDNSAuthorizationRuleRequest) (<-chan *AddDNSAuthorizationRuleResponse, <-chan error)
- func (client *Client) AddGroupDnsAuthorizationRule(request *AddGroupDnsAuthorizationRuleRequest) (response *AddGroupDnsAuthorizationRuleResponse, err error)
- func (client *Client) AddGroupDnsAuthorizationRuleWithCallback(request *AddGroupDnsAuthorizationRuleRequest, ...) <-chan int
- func (client *Client) AddGroupDnsAuthorizationRuleWithChan(request *AddGroupDnsAuthorizationRuleRequest) (<-chan *AddGroupDnsAuthorizationRuleResponse, <-chan error)
- func (client *Client) AddWirelessCloudConnectorToGroup(request *AddWirelessCloudConnectorToGroupRequest) (response *AddWirelessCloudConnectorToGroupResponse, err error)
- func (client *Client) AddWirelessCloudConnectorToGroupWithCallback(request *AddWirelessCloudConnectorToGroupRequest, ...) <-chan int
- func (client *Client) AddWirelessCloudConnectorToGroupWithChan(request *AddWirelessCloudConnectorToGroupRequest) (<-chan *AddWirelessCloudConnectorToGroupResponse, <-chan error)
- func (client *Client) AttachVpcToNetLink(request *AttachVpcToNetLinkRequest) (response *AttachVpcToNetLinkResponse, err error)
- func (client *Client) AttachVpcToNetLinkWithCallback(request *AttachVpcToNetLinkRequest, ...) <-chan int
- func (client *Client) AttachVpcToNetLinkWithChan(request *AttachVpcToNetLinkRequest) (<-chan *AttachVpcToNetLinkResponse, <-chan error)
- func (client *Client) CreateAuthorizationRule(request *CreateAuthorizationRuleRequest) (response *CreateAuthorizationRuleResponse, err error)
- func (client *Client) CreateAuthorizationRuleWithCallback(request *CreateAuthorizationRuleRequest, ...) <-chan int
- func (client *Client) CreateAuthorizationRuleWithChan(request *CreateAuthorizationRuleRequest) (<-chan *CreateAuthorizationRuleResponse, <-chan error)
- func (client *Client) CreateBatchOperateCardsTask(request *CreateBatchOperateCardsTaskRequest) (response *CreateBatchOperateCardsTaskResponse, err error)
- func (client *Client) CreateBatchOperateCardsTaskWithCallback(request *CreateBatchOperateCardsTaskRequest, ...) <-chan int
- func (client *Client) CreateBatchOperateCardsTaskWithChan(request *CreateBatchOperateCardsTaskRequest) (<-chan *CreateBatchOperateCardsTaskResponse, <-chan error)
- func (client *Client) CreateGroupAuthorizationRule(request *CreateGroupAuthorizationRuleRequest) (response *CreateGroupAuthorizationRuleResponse, err error)
- func (client *Client) CreateGroupAuthorizationRuleWithCallback(request *CreateGroupAuthorizationRuleRequest, ...) <-chan int
- func (client *Client) CreateGroupAuthorizationRuleWithChan(request *CreateGroupAuthorizationRuleRequest) (<-chan *CreateGroupAuthorizationRuleResponse, <-chan error)
- func (client *Client) CreateIoTCloudConnectorBackhaulRoute(request *CreateIoTCloudConnectorBackhaulRouteRequest) (response *CreateIoTCloudConnectorBackhaulRouteResponse, err error)
- func (client *Client) CreateIoTCloudConnectorBackhaulRouteWithCallback(request *CreateIoTCloudConnectorBackhaulRouteRequest, ...) <-chan int
- func (client *Client) CreateIoTCloudConnectorBackhaulRouteWithChan(request *CreateIoTCloudConnectorBackhaulRouteRequest) (<-chan *CreateIoTCloudConnectorBackhaulRouteResponse, <-chan error)
- func (client *Client) CreateWirelessCloudConnector(request *CreateWirelessCloudConnectorRequest) (response *CreateWirelessCloudConnectorResponse, err error)
- func (client *Client) CreateWirelessCloudConnectorGroup(request *CreateWirelessCloudConnectorGroupRequest) (response *CreateWirelessCloudConnectorGroupResponse, err error)
- func (client *Client) CreateWirelessCloudConnectorGroupWithCallback(request *CreateWirelessCloudConnectorGroupRequest, ...) <-chan int
- func (client *Client) CreateWirelessCloudConnectorGroupWithChan(request *CreateWirelessCloudConnectorGroupRequest) (<-chan *CreateWirelessCloudConnectorGroupResponse, <-chan error)
- func (client *Client) CreateWirelessCloudConnectorWithCallback(request *CreateWirelessCloudConnectorRequest, ...) <-chan int
- func (client *Client) CreateWirelessCloudConnectorWithChan(request *CreateWirelessCloudConnectorRequest) (<-chan *CreateWirelessCloudConnectorResponse, <-chan error)
- func (client *Client) DeleteAuthorizationRule(request *DeleteAuthorizationRuleRequest) (response *DeleteAuthorizationRuleResponse, err error)
- func (client *Client) DeleteAuthorizationRuleWithCallback(request *DeleteAuthorizationRuleRequest, ...) <-chan int
- func (client *Client) DeleteAuthorizationRuleWithChan(request *DeleteAuthorizationRuleRequest) (<-chan *DeleteAuthorizationRuleResponse, <-chan error)
- func (client *Client) DeleteBatchOperateCardsTask(request *DeleteBatchOperateCardsTaskRequest) (response *DeleteBatchOperateCardsTaskResponse, err error)
- func (client *Client) DeleteBatchOperateCardsTaskWithCallback(request *DeleteBatchOperateCardsTaskRequest, ...) <-chan int
- func (client *Client) DeleteBatchOperateCardsTaskWithChan(request *DeleteBatchOperateCardsTaskRequest) (<-chan *DeleteBatchOperateCardsTaskResponse, <-chan error)
- func (client *Client) DeleteGroupAuthorizationRule(request *DeleteGroupAuthorizationRuleRequest) (response *DeleteGroupAuthorizationRuleResponse, err error)
- func (client *Client) DeleteGroupAuthorizationRuleWithCallback(request *DeleteGroupAuthorizationRuleRequest, ...) <-chan int
- func (client *Client) DeleteGroupAuthorizationRuleWithChan(request *DeleteGroupAuthorizationRuleRequest) (<-chan *DeleteGroupAuthorizationRuleResponse, <-chan error)
- func (client *Client) DeleteIoTCloudConnectorBackhaulRoute(request *DeleteIoTCloudConnectorBackhaulRouteRequest) (response *DeleteIoTCloudConnectorBackhaulRouteResponse, err error)
- func (client *Client) DeleteIoTCloudConnectorBackhaulRouteWithCallback(request *DeleteIoTCloudConnectorBackhaulRouteRequest, ...) <-chan int
- func (client *Client) DeleteIoTCloudConnectorBackhaulRouteWithChan(request *DeleteIoTCloudConnectorBackhaulRouteRequest) (<-chan *DeleteIoTCloudConnectorBackhaulRouteResponse, <-chan error)
- func (client *Client) DeleteWirelessCloudConnector(request *DeleteWirelessCloudConnectorRequest) (response *DeleteWirelessCloudConnectorResponse, err error)
- func (client *Client) DeleteWirelessCloudConnectorGroup(request *DeleteWirelessCloudConnectorGroupRequest) (response *DeleteWirelessCloudConnectorGroupResponse, err error)
- func (client *Client) DeleteWirelessCloudConnectorGroupWithCallback(request *DeleteWirelessCloudConnectorGroupRequest, ...) <-chan int
- func (client *Client) DeleteWirelessCloudConnectorGroupWithChan(request *DeleteWirelessCloudConnectorGroupRequest) (<-chan *DeleteWirelessCloudConnectorGroupResponse, <-chan error)
- func (client *Client) DeleteWirelessCloudConnectorWithCallback(request *DeleteWirelessCloudConnectorRequest, ...) <-chan int
- func (client *Client) DeleteWirelessCloudConnectorWithChan(request *DeleteWirelessCloudConnectorRequest) (<-chan *DeleteWirelessCloudConnectorResponse, <-chan error)
- func (client *Client) DetachVpcFromNetLink(request *DetachVpcFromNetLinkRequest) (response *DetachVpcFromNetLinkResponse, err error)
- func (client *Client) DetachVpcFromNetLinkWithCallback(request *DetachVpcFromNetLinkRequest, ...) <-chan int
- func (client *Client) DetachVpcFromNetLinkWithChan(request *DetachVpcFromNetLinkRequest) (<-chan *DetachVpcFromNetLinkResponse, <-chan error)
- func (client *Client) FailCards(request *FailCardsRequest) (response *FailCardsResponse, err error)
- func (client *Client) FailCardsWithCallback(request *FailCardsRequest, ...) <-chan int
- func (client *Client) FailCardsWithChan(request *FailCardsRequest) (<-chan *FailCardsResponse, <-chan error)
- func (client *Client) GetCard(request *GetCardRequest) (response *GetCardResponse, err error)
- func (client *Client) GetCardLockReason(request *GetCardLockReasonRequest) (response *GetCardLockReasonResponse, err error)
- func (client *Client) GetCardLockReasonWithCallback(request *GetCardLockReasonRequest, ...) <-chan int
- func (client *Client) GetCardLockReasonWithChan(request *GetCardLockReasonRequest) (<-chan *GetCardLockReasonResponse, <-chan error)
- func (client *Client) GetCardWithCallback(request *GetCardRequest, callback func(response *GetCardResponse, err error)) <-chan int
- func (client *Client) GetCardWithChan(request *GetCardRequest) (<-chan *GetCardResponse, <-chan error)
- func (client *Client) GetCreateCustomerInformation(request *GetCreateCustomerInformationRequest) (response *GetCreateCustomerInformationResponse, err error)
- func (client *Client) GetCreateCustomerInformationWithCallback(request *GetCreateCustomerInformationRequest, ...) <-chan int
- func (client *Client) GetCreateCustomerInformationWithChan(request *GetCreateCustomerInformationRequest) (<-chan *GetCreateCustomerInformationResponse, <-chan error)
- func (client *Client) GetDiagnoseResultForSingleCard(request *GetDiagnoseResultForSingleCardRequest) (response *GetDiagnoseResultForSingleCardResponse, err error)
- func (client *Client) GetDiagnoseResultForSingleCardWithCallback(request *GetDiagnoseResultForSingleCardRequest, ...) <-chan int
- func (client *Client) GetDiagnoseResultForSingleCardWithChan(request *GetDiagnoseResultForSingleCardRequest) (<-chan *GetDiagnoseResultForSingleCardResponse, <-chan error)
- func (client *Client) GetWirelessCloudConnector(request *GetWirelessCloudConnectorRequest) (response *GetWirelessCloudConnectorResponse, err error)
- func (client *Client) GetWirelessCloudConnectorWithCallback(request *GetWirelessCloudConnectorRequest, ...) <-chan int
- func (client *Client) GetWirelessCloudConnectorWithChan(request *GetWirelessCloudConnectorRequest) (<-chan *GetWirelessCloudConnectorResponse, <-chan error)
- func (client *Client) GrantNetLink(request *GrantNetLinkRequest) (response *GrantNetLinkResponse, err error)
- func (client *Client) GrantNetLinkWithCallback(request *GrantNetLinkRequest, ...) <-chan int
- func (client *Client) GrantNetLinkWithChan(request *GrantNetLinkRequest) (<-chan *GrantNetLinkResponse, <-chan error)
- func (client *Client) ListAPNs(request *ListAPNsRequest) (response *ListAPNsResponse, err error)
- func (client *Client) ListAPNsWithCallback(request *ListAPNsRequest, callback func(response *ListAPNsResponse, err error)) <-chan int
- func (client *Client) ListAPNsWithChan(request *ListAPNsRequest) (<-chan *ListAPNsResponse, <-chan error)
- func (client *Client) ListAuthorizationRules(request *ListAuthorizationRulesRequest) (response *ListAuthorizationRulesResponse, err error)
- func (client *Client) ListAuthorizationRulesWithCallback(request *ListAuthorizationRulesRequest, ...) <-chan int
- func (client *Client) ListAuthorizationRulesWithChan(request *ListAuthorizationRulesRequest) (<-chan *ListAuthorizationRulesResponse, <-chan error)
- func (client *Client) ListBatchOperateCardsTasks(request *ListBatchOperateCardsTasksRequest) (response *ListBatchOperateCardsTasksResponse, err error)
- func (client *Client) ListBatchOperateCardsTasksWithCallback(request *ListBatchOperateCardsTasksRequest, ...) <-chan int
- func (client *Client) ListBatchOperateCardsTasksWithChan(request *ListBatchOperateCardsTasksRequest) (<-chan *ListBatchOperateCardsTasksResponse, <-chan error)
- func (client *Client) ListCardDayUsages(request *ListCardDayUsagesRequest) (response *ListCardDayUsagesResponse, err error)
- func (client *Client) ListCardDayUsagesWithCallback(request *ListCardDayUsagesRequest, ...) <-chan int
- func (client *Client) ListCardDayUsagesWithChan(request *ListCardDayUsagesRequest) (<-chan *ListCardDayUsagesResponse, <-chan error)
- func (client *Client) ListCardUsages(request *ListCardUsagesRequest) (response *ListCardUsagesResponse, err error)
- func (client *Client) ListCardUsagesWithCallback(request *ListCardUsagesRequest, ...) <-chan int
- func (client *Client) ListCardUsagesWithChan(request *ListCardUsagesRequest) (<-chan *ListCardUsagesResponse, <-chan error)
- func (client *Client) ListCards(request *ListCardsRequest) (response *ListCardsResponse, err error)
- func (client *Client) ListCardsWithCallback(request *ListCardsRequest, ...) <-chan int
- func (client *Client) ListCardsWithChan(request *ListCardsRequest) (<-chan *ListCardsResponse, <-chan error)
- func (client *Client) ListDataPackages(request *ListDataPackagesRequest) (response *ListDataPackagesResponse, err error)
- func (client *Client) ListDataPackagesWithCallback(request *ListDataPackagesRequest, ...) <-chan int
- func (client *Client) ListDataPackagesWithChan(request *ListDataPackagesRequest) (<-chan *ListDataPackagesResponse, <-chan error)
- func (client *Client) ListDiagnoseInfoForSingleCard(request *ListDiagnoseInfoForSingleCardRequest) (response *ListDiagnoseInfoForSingleCardResponse, err error)
- func (client *Client) ListDiagnoseInfoForSingleCardWithCallback(request *ListDiagnoseInfoForSingleCardRequest, ...) <-chan int
- func (client *Client) ListDiagnoseInfoForSingleCardWithChan(request *ListDiagnoseInfoForSingleCardRequest) (<-chan *ListDiagnoseInfoForSingleCardResponse, <-chan error)
- func (client *Client) ListGroupAuthorizationRules(request *ListGroupAuthorizationRulesRequest) (response *ListGroupAuthorizationRulesResponse, err error)
- func (client *Client) ListGroupAuthorizationRulesWithCallback(request *ListGroupAuthorizationRulesRequest, ...) <-chan int
- func (client *Client) ListGroupAuthorizationRulesWithChan(request *ListGroupAuthorizationRulesRequest) (<-chan *ListGroupAuthorizationRulesResponse, <-chan error)
- func (client *Client) ListIoTCloudConnectorBackhaulRoute(request *ListIoTCloudConnectorBackhaulRouteRequest) (response *ListIoTCloudConnectorBackhaulRouteResponse, err error)
- func (client *Client) ListIoTCloudConnectorBackhaulRouteWithCallback(request *ListIoTCloudConnectorBackhaulRouteRequest, ...) <-chan int
- func (client *Client) ListIoTCloudConnectorBackhaulRouteWithChan(request *ListIoTCloudConnectorBackhaulRouteRequest) (<-chan *ListIoTCloudConnectorBackhaulRouteResponse, <-chan error)
- func (client *Client) ListOrders(request *ListOrdersRequest) (response *ListOrdersResponse, err error)
- func (client *Client) ListOrdersWithCallback(request *ListOrdersRequest, ...) <-chan int
- func (client *Client) ListOrdersWithChan(request *ListOrdersRequest) (<-chan *ListOrdersResponse, <-chan error)
- func (client *Client) ListRegions(request *ListRegionsRequest) (response *ListRegionsResponse, err error)
- func (client *Client) ListRegionsWithCallback(request *ListRegionsRequest, ...) <-chan int
- func (client *Client) ListRegionsWithChan(request *ListRegionsRequest) (<-chan *ListRegionsResponse, <-chan error)
- func (client *Client) ListWirelessCloudConnectorGroups(request *ListWirelessCloudConnectorGroupsRequest) (response *ListWirelessCloudConnectorGroupsResponse, err error)
- func (client *Client) ListWirelessCloudConnectorGroupsWithCallback(request *ListWirelessCloudConnectorGroupsRequest, ...) <-chan int
- func (client *Client) ListWirelessCloudConnectorGroupsWithChan(request *ListWirelessCloudConnectorGroupsRequest) (<-chan *ListWirelessCloudConnectorGroupsResponse, <-chan error)
- func (client *Client) ListWirelessCloudConnectors(request *ListWirelessCloudConnectorsRequest) (response *ListWirelessCloudConnectorsResponse, err error)
- func (client *Client) ListWirelessCloudConnectorsWithCallback(request *ListWirelessCloudConnectorsRequest, ...) <-chan int
- func (client *Client) ListWirelessCloudConnectorsWithChan(request *ListWirelessCloudConnectorsRequest) (<-chan *ListWirelessCloudConnectorsResponse, <-chan error)
- func (client *Client) ListZones(request *ListZonesRequest) (response *ListZonesResponse, err error)
- func (client *Client) ListZonesWithCallback(request *ListZonesRequest, ...) <-chan int
- func (client *Client) ListZonesWithChan(request *ListZonesRequest) (<-chan *ListZonesResponse, <-chan error)
- func (client *Client) LockCards(request *LockCardsRequest) (response *LockCardsResponse, err error)
- func (client *Client) LockCardsWithCallback(request *LockCardsRequest, ...) <-chan int
- func (client *Client) LockCardsWithChan(request *LockCardsRequest) (<-chan *LockCardsResponse, <-chan error)
- func (client *Client) ModifyWirelessCloudConnectorFeature(request *ModifyWirelessCloudConnectorFeatureRequest) (response *ModifyWirelessCloudConnectorFeatureResponse, err error)
- func (client *Client) ModifyWirelessCloudConnectorFeatureWithCallback(request *ModifyWirelessCloudConnectorFeatureRequest, ...) <-chan int
- func (client *Client) ModifyWirelessCloudConnectorFeatureWithChan(request *ModifyWirelessCloudConnectorFeatureRequest) (<-chan *ModifyWirelessCloudConnectorFeatureResponse, <-chan error)
- func (client *Client) OpenCc5gService(request *OpenCc5gServiceRequest) (response *OpenCc5gServiceResponse, err error)
- func (client *Client) OpenCc5gServiceWithCallback(request *OpenCc5gServiceRequest, ...) <-chan int
- func (client *Client) OpenCc5gServiceWithChan(request *OpenCc5gServiceRequest) (<-chan *OpenCc5gServiceResponse, <-chan error)
- func (client *Client) RebindCards(request *RebindCardsRequest) (response *RebindCardsResponse, err error)
- func (client *Client) RebindCardsWithCallback(request *RebindCardsRequest, ...) <-chan int
- func (client *Client) RebindCardsWithChan(request *RebindCardsRequest) (<-chan *RebindCardsResponse, <-chan error)
- func (client *Client) RemoveWirelessCloudConnectorFromGroup(request *RemoveWirelessCloudConnectorFromGroupRequest) (response *RemoveWirelessCloudConnectorFromGroupResponse, err error)
- func (client *Client) RemoveWirelessCloudConnectorFromGroupWithCallback(request *RemoveWirelessCloudConnectorFromGroupRequest, ...) <-chan int
- func (client *Client) RemoveWirelessCloudConnectorFromGroupWithChan(request *RemoveWirelessCloudConnectorFromGroupRequest) (<-chan *RemoveWirelessCloudConnectorFromGroupResponse, <-chan error)
- func (client *Client) ResumeCards(request *ResumeCardsRequest) (response *ResumeCardsResponse, err error)
- func (client *Client) ResumeCardsWithCallback(request *ResumeCardsRequest, ...) <-chan int
- func (client *Client) ResumeCardsWithChan(request *ResumeCardsRequest) (<-chan *ResumeCardsResponse, <-chan error)
- func (client *Client) RevokeNetLink(request *RevokeNetLinkRequest) (response *RevokeNetLinkResponse, err error)
- func (client *Client) RevokeNetLinkWithCallback(request *RevokeNetLinkRequest, ...) <-chan int
- func (client *Client) RevokeNetLinkWithChan(request *RevokeNetLinkRequest) (<-chan *RevokeNetLinkResponse, <-chan error)
- func (client *Client) StopCards(request *StopCardsRequest) (response *StopCardsResponse, err error)
- func (client *Client) StopCardsWithCallback(request *StopCardsRequest, ...) <-chan int
- func (client *Client) StopCardsWithChan(request *StopCardsRequest) (<-chan *StopCardsResponse, <-chan error)
- func (client *Client) SubmitDiagnoseTaskForSingleCard(request *SubmitDiagnoseTaskForSingleCardRequest) (response *SubmitDiagnoseTaskForSingleCardResponse, err error)
- func (client *Client) SubmitDiagnoseTaskForSingleCardWithCallback(request *SubmitDiagnoseTaskForSingleCardRequest, ...) <-chan int
- func (client *Client) SubmitDiagnoseTaskForSingleCardWithChan(request *SubmitDiagnoseTaskForSingleCardRequest) (<-chan *SubmitDiagnoseTaskForSingleCardResponse, <-chan error)
- func (client *Client) SwitchWirelessCloudConnectorToBusiness(request *SwitchWirelessCloudConnectorToBusinessRequest) (response *SwitchWirelessCloudConnectorToBusinessResponse, err error)
- func (client *Client) SwitchWirelessCloudConnectorToBusinessWithCallback(request *SwitchWirelessCloudConnectorToBusinessRequest, ...) <-chan int
- func (client *Client) SwitchWirelessCloudConnectorToBusinessWithChan(request *SwitchWirelessCloudConnectorToBusinessRequest) (<-chan *SwitchWirelessCloudConnectorToBusinessResponse, <-chan error)
- func (client *Client) UnlockCards(request *UnlockCardsRequest) (response *UnlockCardsResponse, err error)
- func (client *Client) UnlockCardsWithCallback(request *UnlockCardsRequest, ...) <-chan int
- func (client *Client) UnlockCardsWithChan(request *UnlockCardsRequest) (<-chan *UnlockCardsResponse, <-chan error)
- func (client *Client) UpdateAuthorizationRule(request *UpdateAuthorizationRuleRequest) (response *UpdateAuthorizationRuleResponse, err error)
- func (client *Client) UpdateAuthorizationRuleWithCallback(request *UpdateAuthorizationRuleRequest, ...) <-chan int
- func (client *Client) UpdateAuthorizationRuleWithChan(request *UpdateAuthorizationRuleRequest) (<-chan *UpdateAuthorizationRuleResponse, <-chan error)
- func (client *Client) UpdateBatchOperateCardsTask(request *UpdateBatchOperateCardsTaskRequest) (response *UpdateBatchOperateCardsTaskResponse, err error)
- func (client *Client) UpdateBatchOperateCardsTaskWithCallback(request *UpdateBatchOperateCardsTaskRequest, ...) <-chan int
- func (client *Client) UpdateBatchOperateCardsTaskWithChan(request *UpdateBatchOperateCardsTaskRequest) (<-chan *UpdateBatchOperateCardsTaskResponse, <-chan error)
- func (client *Client) UpdateCard(request *UpdateCardRequest) (response *UpdateCardResponse, err error)
- func (client *Client) UpdateCardWithCallback(request *UpdateCardRequest, ...) <-chan int
- func (client *Client) UpdateCardWithChan(request *UpdateCardRequest) (<-chan *UpdateCardResponse, <-chan error)
- func (client *Client) UpdateDNSAuthorizationRule(request *UpdateDNSAuthorizationRuleRequest) (response *UpdateDNSAuthorizationRuleResponse, err error)
- func (client *Client) UpdateDNSAuthorizationRuleWithCallback(request *UpdateDNSAuthorizationRuleRequest, ...) <-chan int
- func (client *Client) UpdateDNSAuthorizationRuleWithChan(request *UpdateDNSAuthorizationRuleRequest) (<-chan *UpdateDNSAuthorizationRuleResponse, <-chan error)
- func (client *Client) UpdateGroupAuthorizationRule(request *UpdateGroupAuthorizationRuleRequest) (response *UpdateGroupAuthorizationRuleResponse, err error)
- func (client *Client) UpdateGroupAuthorizationRuleWithCallback(request *UpdateGroupAuthorizationRuleRequest, ...) <-chan int
- func (client *Client) UpdateGroupAuthorizationRuleWithChan(request *UpdateGroupAuthorizationRuleRequest) (<-chan *UpdateGroupAuthorizationRuleResponse, <-chan error)
- func (client *Client) UpdateGroupDnsAuthorizationRule(request *UpdateGroupDnsAuthorizationRuleRequest) (response *UpdateGroupDnsAuthorizationRuleResponse, err error)
- func (client *Client) UpdateGroupDnsAuthorizationRuleWithCallback(request *UpdateGroupDnsAuthorizationRuleRequest, ...) <-chan int
- func (client *Client) UpdateGroupDnsAuthorizationRuleWithChan(request *UpdateGroupDnsAuthorizationRuleRequest) (<-chan *UpdateGroupDnsAuthorizationRuleResponse, <-chan error)
- func (client *Client) UpdateWirelessCloudConnector(request *UpdateWirelessCloudConnectorRequest) (response *UpdateWirelessCloudConnectorResponse, err error)
- func (client *Client) UpdateWirelessCloudConnectorGroup(request *UpdateWirelessCloudConnectorGroupRequest) (response *UpdateWirelessCloudConnectorGroupResponse, err error)
- func (client *Client) UpdateWirelessCloudConnectorGroupWithCallback(request *UpdateWirelessCloudConnectorGroupRequest, ...) <-chan int
- func (client *Client) UpdateWirelessCloudConnectorGroupWithChan(request *UpdateWirelessCloudConnectorGroupRequest) (<-chan *UpdateWirelessCloudConnectorGroupResponse, <-chan error)
- func (client *Client) UpdateWirelessCloudConnectorWithCallback(request *UpdateWirelessCloudConnectorRequest, ...) <-chan int
- func (client *Client) UpdateWirelessCloudConnectorWithChan(request *UpdateWirelessCloudConnectorRequest) (<-chan *UpdateWirelessCloudConnectorResponse, <-chan error)
- type CreateAuthorizationRuleRequest
- type CreateAuthorizationRuleResponse
- type CreateBatchOperateCardsTaskRequest
- type CreateBatchOperateCardsTaskResponse
- type CreateGroupAuthorizationRuleRequest
- type CreateGroupAuthorizationRuleResponse
- type CreateIoTCloudConnectorBackhaulRouteRequest
- type CreateIoTCloudConnectorBackhaulRouteResponse
- type CreateWirelessCloudConnectorGroupRequest
- type CreateWirelessCloudConnectorGroupResponse
- type CreateWirelessCloudConnectorNetLinks
- type CreateWirelessCloudConnectorRequest
- type CreateWirelessCloudConnectorResponse
- type DataPackage
- type DataPackages
- type DeleteAuthorizationRuleRequest
- type DeleteAuthorizationRuleResponse
- type DeleteBatchOperateCardsTaskRequest
- type DeleteBatchOperateCardsTaskResponse
- type DeleteGroupAuthorizationRuleRequest
- type DeleteGroupAuthorizationRuleResponse
- type DeleteIoTCloudConnectorBackhaulRouteRequest
- type DeleteIoTCloudConnectorBackhaulRouteResponse
- type DeleteWirelessCloudConnectorGroupRequest
- type DeleteWirelessCloudConnectorGroupResponse
- type DeleteWirelessCloudConnectorRequest
- type DeleteWirelessCloudConnectorResponse
- type DetachVpcFromNetLinkRequest
- type DetachVpcFromNetLinkResponse
- type DiagnoseInfo
- type DiagnoseInfoItem
- type DiagnoseItem
- type DiagnoseItemItem
- type DiagnoseResult
- type ErrorResult
- type FailCardsRequest
- type FailCardsResponse
- type Features
- type GetCardLockReasonRequest
- type GetCardLockReasonResponse
- type GetCardRequest
- type GetCardResponse
- type GetCreateCustomerInformationRequest
- type GetCreateCustomerInformationResponse
- type GetDiagnoseResultForSingleCardRequest
- type GetDiagnoseResultForSingleCardResponse
- type GetWirelessCloudConnectorRequest
- type GetWirelessCloudConnectorResponse
- type GrantNetLinkRequest
- type GrantNetLinkResponse
- type GroupAuthorizationRule
- type GroupAuthorizationRules
- type ListAPNsRequest
- type ListAPNsResponse
- type ListAuthorizationRulesRequest
- type ListAuthorizationRulesResponse
- type ListBatchOperateCardsTasksRequest
- type ListBatchOperateCardsTasksResponse
- type ListCardDayUsagesRequest
- type ListCardDayUsagesResponse
- type ListCardUsagesRequest
- type ListCardUsagesResponse
- type ListCardsRequest
- type ListCardsResponse
- type ListDataPackagesRequest
- type ListDataPackagesResponse
- type ListDiagnoseInfoForSingleCardRequest
- type ListDiagnoseInfoForSingleCardResponse
- type ListGroupAuthorizationRulesRequest
- type ListGroupAuthorizationRulesResponse
- type ListIoTCloudConnectorBackhaulRouteRequest
- type ListIoTCloudConnectorBackhaulRouteResponse
- type ListOrdersRequest
- type ListOrdersResponse
- type ListRegionsRequest
- type ListRegionsResponse
- type ListWirelessCloudConnectorGroupsRequest
- type ListWirelessCloudConnectorGroupsResponse
- type ListWirelessCloudConnectorsRequest
- type ListWirelessCloudConnectorsResponse
- type ListZonesRequest
- type ListZonesResponse
- type LockCardsRequest
- type LockCardsResponse
- type ModifyWirelessCloudConnectorFeatureRequest
- type ModifyWirelessCloudConnectorFeatureResponse
- type NetLink
- type NetLinks
- type OpenCc5gServiceRequest
- type OpenCc5gServiceResponse
- type Order
- type Orders
- type RebindCardsRequest
- type RebindCardsResponse
- type Region
- type Regions
- type RemoveWirelessCloudConnectorFromGroupRequest
- type RemoveWirelessCloudConnectorFromGroupResponse
- type ResumeCardsRequest
- type ResumeCardsResponse
- type RevokeNetLinkRequest
- type RevokeNetLinkResponse
- type RouteEntry
- type Routes
- type StopCardsRequest
- type StopCardsResponse
- type SubItems
- type SubItemsItem
- type SubmitDiagnoseTaskForSingleCardRequest
- type SubmitDiagnoseTaskForSingleCardResponse
- type SwitchWirelessCloudConnectorToBusinessRequest
- type SwitchWirelessCloudConnectorToBusinessResponse
- type UnlockCardsRequest
- type UnlockCardsResponse
- type UpdateAuthorizationRuleRequest
- type UpdateAuthorizationRuleResponse
- type UpdateBatchOperateCardsTaskRequest
- type UpdateBatchOperateCardsTaskResponse
- type UpdateCardRequest
- type UpdateCardResponse
- type UpdateDNSAuthorizationRuleRequest
- type UpdateDNSAuthorizationRuleResponse
- type UpdateGroupAuthorizationRuleRequest
- type UpdateGroupAuthorizationRuleResponse
- type UpdateGroupDnsAuthorizationRuleRequest
- type UpdateGroupDnsAuthorizationRuleResponse
- type UpdateWirelessCloudConnectorGroupRequest
- type UpdateWirelessCloudConnectorGroupResponse
- type UpdateWirelessCloudConnectorRequest
- type UpdateWirelessCloudConnectorResponse
- type UsageDataMonth
- type UsageDataMonths
- type VSwitchs
- type WirelessCloudConnector
- type WirelessCloudConnectorGroup
- type WirelessCloudConnectorGroups
- type WirelessCloudConnectorsInListBatchOperateCardsTasks
- type WirelessCloudConnectorsInListWirelessCloudConnectorGroups
- type WirelessCloudConnectorsInListWirelessCloudConnectors
- type Zone
- type ZonesInListAPNs
- type ZonesInListZones
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APNs ¶
type APNs struct {
Region []Region `json:"Region" xml:"Region"`
}
APNs is a nested struct in cc5g response
type AddDNSAuthorizationRuleRequest ¶
type AddDNSAuthorizationRuleRequest struct { *requests.RpcRequest ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` DryRun requests.Boolean `position:"Query" name:"DryRun"` SourceDNSIp string `position:"Query" name:"SourceDNSIp"` DestinationIp string `position:"Query" name:"DestinationIp"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` Name string `position:"Query" name:"Name"` }
AddDNSAuthorizationRuleRequest is the request struct for api AddDNSAuthorizationRule
func CreateAddDNSAuthorizationRuleRequest ¶
func CreateAddDNSAuthorizationRuleRequest() (request *AddDNSAuthorizationRuleRequest)
CreateAddDNSAuthorizationRuleRequest creates a request to invoke AddDNSAuthorizationRule API
type AddDNSAuthorizationRuleResponse ¶
type AddDNSAuthorizationRuleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` AuthorizationRuleId string `json:"AuthorizationRuleId" xml:"AuthorizationRuleId"` }
AddDNSAuthorizationRuleResponse is the response struct for api AddDNSAuthorizationRule
func CreateAddDNSAuthorizationRuleResponse ¶
func CreateAddDNSAuthorizationRuleResponse() (response *AddDNSAuthorizationRuleResponse)
CreateAddDNSAuthorizationRuleResponse creates a response to parse from AddDNSAuthorizationRule response
type AddGroupDnsAuthorizationRuleRequest ¶
type AddGroupDnsAuthorizationRuleRequest struct { *requests.RpcRequest WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` DryRun requests.Boolean `position:"Query" name:"DryRun"` SourceDNSIp string `position:"Query" name:"SourceDNSIp"` DestinationIp string `position:"Query" name:"DestinationIp"` Name string `position:"Query" name:"Name"` }
AddGroupDnsAuthorizationRuleRequest is the request struct for api AddGroupDnsAuthorizationRule
func CreateAddGroupDnsAuthorizationRuleRequest ¶
func CreateAddGroupDnsAuthorizationRuleRequest() (request *AddGroupDnsAuthorizationRuleRequest)
CreateAddGroupDnsAuthorizationRuleRequest creates a request to invoke AddGroupDnsAuthorizationRule API
type AddGroupDnsAuthorizationRuleResponse ¶
type AddGroupDnsAuthorizationRuleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` AuthorizationRuleId string `json:"AuthorizationRuleId" xml:"AuthorizationRuleId"` }
AddGroupDnsAuthorizationRuleResponse is the response struct for api AddGroupDnsAuthorizationRule
func CreateAddGroupDnsAuthorizationRuleResponse ¶
func CreateAddGroupDnsAuthorizationRuleResponse() (response *AddGroupDnsAuthorizationRuleResponse)
CreateAddGroupDnsAuthorizationRuleResponse creates a response to parse from AddGroupDnsAuthorizationRule response
type AddWirelessCloudConnectorToGroupRequest ¶
type AddWirelessCloudConnectorToGroupRequest struct { *requests.RpcRequest WirelessCloudConnectorIds *[]string `position:"Query" name:"WirelessCloudConnectorIds" type:"Repeated"` WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` }
AddWirelessCloudConnectorToGroupRequest is the request struct for api AddWirelessCloudConnectorToGroup
func CreateAddWirelessCloudConnectorToGroupRequest ¶
func CreateAddWirelessCloudConnectorToGroupRequest() (request *AddWirelessCloudConnectorToGroupRequest)
CreateAddWirelessCloudConnectorToGroupRequest creates a request to invoke AddWirelessCloudConnectorToGroup API
type AddWirelessCloudConnectorToGroupResponse ¶
type AddWirelessCloudConnectorToGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
AddWirelessCloudConnectorToGroupResponse is the response struct for api AddWirelessCloudConnectorToGroup
func CreateAddWirelessCloudConnectorToGroupResponse ¶
func CreateAddWirelessCloudConnectorToGroupResponse() (response *AddWirelessCloudConnectorToGroupResponse)
CreateAddWirelessCloudConnectorToGroupResponse creates a response to parse from AddWirelessCloudConnectorToGroup response
type AttachVpcToNetLinkRequest ¶
type AttachVpcToNetLinkRequest struct { *requests.RpcRequest ClientToken string `position:"Query" name:"ClientToken"` DryRun requests.Boolean `position:"Query" name:"DryRun"` NetLinkId string `position:"Query" name:"NetLinkId"` VSwitches *[]string `position:"Query" name:"VSwitches" type:"Repeated"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` VpcId string `position:"Query" name:"VpcId"` }
AttachVpcToNetLinkRequest is the request struct for api AttachVpcToNetLink
func CreateAttachVpcToNetLinkRequest ¶
func CreateAttachVpcToNetLinkRequest() (request *AttachVpcToNetLinkRequest)
CreateAttachVpcToNetLinkRequest creates a request to invoke AttachVpcToNetLink API
type AttachVpcToNetLinkResponse ¶
type AttachVpcToNetLinkResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
AttachVpcToNetLinkResponse is the response struct for api AttachVpcToNetLink
func CreateAttachVpcToNetLinkResponse ¶
func CreateAttachVpcToNetLinkResponse() (response *AttachVpcToNetLinkResponse)
CreateAttachVpcToNetLinkResponse creates a response to parse from AttachVpcToNetLink response
type AuthorizationRule ¶
type AuthorizationRule struct { AuthorizationRuleId string `json:"AuthorizationRuleId" xml:"AuthorizationRuleId"` Status string `json:"Status" xml:"Status"` Name string `json:"Name" xml:"Name"` Description string `json:"Description" xml:"Description"` Type string `json:"Type" xml:"Type"` SourceCidr string `json:"SourceCidr" xml:"SourceCidr"` DestinationType string `json:"DestinationType" xml:"DestinationType"` Protocol string `json:"Protocol" xml:"Protocol"` DestinationPort string `json:"DestinationPort" xml:"DestinationPort"` Destination string `json:"Destination" xml:"Destination"` Policy string `json:"Policy" xml:"Policy"` Dns bool `json:"Dns" xml:"Dns"` CreateTime string `json:"CreateTime" xml:"CreateTime"` }
AuthorizationRule is a nested struct in cc5g response
type AuthorizationRules ¶
type AuthorizationRules struct {
AuthorizationRule []AuthorizationRule `json:"AuthorizationRule" xml:"AuthorizationRule"`
}
AuthorizationRules is a nested struct in cc5g response
type BatchOperateCardsTask ¶
type BatchOperateCardsTask struct { BatchOperateCardsTaskId string `json:"BatchOperateCardsTaskId" xml:"BatchOperateCardsTaskId"` Status string `json:"Status" xml:"Status"` OperateType string `json:"OperateType" xml:"OperateType"` Threshold string `json:"Threshold" xml:"Threshold"` EffectType string `json:"EffectType" xml:"EffectType"` IccidsOssFilePath string `json:"IccidsOssFilePath" xml:"IccidsOssFilePath"` OperateResultOssFilePath string `json:"OperateResultOssFilePath" xml:"OperateResultOssFilePath"` Description string `json:"Description" xml:"Description"` Name string `json:"Name" xml:"Name"` CreateTime string `json:"CreateTime" xml:"CreateTime"` WirelessCloudConnectors []WirelessCloudConnector `json:"WirelessCloudConnectors" xml:"WirelessCloudConnectors"` }
BatchOperateCardsTask is a nested struct in cc5g response
type BatchOperateCardsTasks ¶
type BatchOperateCardsTasks struct {
BatchOperateCardsTask []BatchOperateCardsTask `json:"BatchOperateCardsTask" xml:"BatchOperateCardsTask"`
}
BatchOperateCardsTasks is a nested struct in cc5g response
type Card ¶
type Card struct { Name string `json:"Name" xml:"Name"` Imei string `json:"Imei" xml:"Imei"` UsageDataMonth int64 `json:"UsageDataMonth" xml:"UsageDataMonth"` IpAddress string `json:"IpAddress" xml:"IpAddress"` Msisdn string `json:"Msisdn" xml:"Msisdn"` APN string `json:"APN" xml:"APN"` Spec string `json:"Spec" xml:"Spec"` ActivatedTime string `json:"ActivatedTime" xml:"ActivatedTime"` Iccid string `json:"Iccid" xml:"Iccid"` OrderId string `json:"OrderId" xml:"OrderId"` UsageDataTotal string `json:"UsageDataTotal" xml:"UsageDataTotal"` BusinessStatus string `json:"BusinessStatus" xml:"BusinessStatus"` Lock bool `json:"Lock" xml:"Lock"` ISP string `json:"ISP" xml:"ISP"` Status string `json:"Status" xml:"Status"` Description string `json:"Description" xml:"Description"` NetType string `json:"NetType" xml:"NetType"` Imsi string `json:"Imsi" xml:"Imsi"` UsageDataMonths []UsageDataMonth `json:"UsageDataMonths" xml:"UsageDataMonths"` }
Card is a nested struct in cc5g response
type CardDayUsage ¶ added in v1.62.298
type CardDayUsage struct { Day string `json:"Day" xml:"Day"` UsageData string `json:"UsageData" xml:"UsageData"` }
CardDayUsage is a nested struct in cc5g response
type CardDayUsages ¶ added in v1.62.298
type CardDayUsages struct {
CardDayUsage []CardDayUsage `json:"CardDayUsage" xml:"CardDayUsage"`
}
CardDayUsages is a nested struct in cc5g response
type CardsInListCardDayUsages ¶ added in v1.62.298
type CardsInListCardDayUsages struct {
Card []Card `json:"Card" xml:"Card"`
}
CardsInListCardDayUsages is a nested struct in cc5g response
type CardsInListCardUsages ¶ added in v1.62.176
type CardsInListCardUsages struct {
Card []Card `json:"Card" xml:"Card"`
}
CardsInListCardUsages is a nested struct in cc5g response
type CardsInListCards ¶ added in v1.62.176
type CardsInListCards struct {
Card []Card `json:"Card" xml:"Card"`
}
CardsInListCards is a nested struct in cc5g response
type Client ¶
Client is the sdk client struct, each func corresponds to an OpenAPI
func NewClientWithAccessKey ¶
func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithEcsRamRole ¶
NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithOptions ¶
func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client
func NewClientWithProvider ¶
func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArn ¶
func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArnAndPolicy ¶
func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRsaKeyPair ¶
func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithStsToken ¶
func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func (*Client) AddDNSAuthorizationRule ¶
func (client *Client) AddDNSAuthorizationRule(request *AddDNSAuthorizationRuleRequest) (response *AddDNSAuthorizationRuleResponse, err error)
AddDNSAuthorizationRule invokes the cc5g.AddDNSAuthorizationRule API synchronously
func (*Client) AddDNSAuthorizationRuleWithCallback ¶
func (client *Client) AddDNSAuthorizationRuleWithCallback(request *AddDNSAuthorizationRuleRequest, callback func(response *AddDNSAuthorizationRuleResponse, err error)) <-chan int
AddDNSAuthorizationRuleWithCallback invokes the cc5g.AddDNSAuthorizationRule API asynchronously
func (*Client) AddDNSAuthorizationRuleWithChan ¶
func (client *Client) AddDNSAuthorizationRuleWithChan(request *AddDNSAuthorizationRuleRequest) (<-chan *AddDNSAuthorizationRuleResponse, <-chan error)
AddDNSAuthorizationRuleWithChan invokes the cc5g.AddDNSAuthorizationRule API asynchronously
func (*Client) AddGroupDnsAuthorizationRule ¶
func (client *Client) AddGroupDnsAuthorizationRule(request *AddGroupDnsAuthorizationRuleRequest) (response *AddGroupDnsAuthorizationRuleResponse, err error)
AddGroupDnsAuthorizationRule invokes the cc5g.AddGroupDnsAuthorizationRule API synchronously
func (*Client) AddGroupDnsAuthorizationRuleWithCallback ¶
func (client *Client) AddGroupDnsAuthorizationRuleWithCallback(request *AddGroupDnsAuthorizationRuleRequest, callback func(response *AddGroupDnsAuthorizationRuleResponse, err error)) <-chan int
AddGroupDnsAuthorizationRuleWithCallback invokes the cc5g.AddGroupDnsAuthorizationRule API asynchronously
func (*Client) AddGroupDnsAuthorizationRuleWithChan ¶
func (client *Client) AddGroupDnsAuthorizationRuleWithChan(request *AddGroupDnsAuthorizationRuleRequest) (<-chan *AddGroupDnsAuthorizationRuleResponse, <-chan error)
AddGroupDnsAuthorizationRuleWithChan invokes the cc5g.AddGroupDnsAuthorizationRule API asynchronously
func (*Client) AddWirelessCloudConnectorToGroup ¶
func (client *Client) AddWirelessCloudConnectorToGroup(request *AddWirelessCloudConnectorToGroupRequest) (response *AddWirelessCloudConnectorToGroupResponse, err error)
AddWirelessCloudConnectorToGroup invokes the cc5g.AddWirelessCloudConnectorToGroup API synchronously
func (*Client) AddWirelessCloudConnectorToGroupWithCallback ¶
func (client *Client) AddWirelessCloudConnectorToGroupWithCallback(request *AddWirelessCloudConnectorToGroupRequest, callback func(response *AddWirelessCloudConnectorToGroupResponse, err error)) <-chan int
AddWirelessCloudConnectorToGroupWithCallback invokes the cc5g.AddWirelessCloudConnectorToGroup API asynchronously
func (*Client) AddWirelessCloudConnectorToGroupWithChan ¶
func (client *Client) AddWirelessCloudConnectorToGroupWithChan(request *AddWirelessCloudConnectorToGroupRequest) (<-chan *AddWirelessCloudConnectorToGroupResponse, <-chan error)
AddWirelessCloudConnectorToGroupWithChan invokes the cc5g.AddWirelessCloudConnectorToGroup API asynchronously
func (*Client) AttachVpcToNetLink ¶
func (client *Client) AttachVpcToNetLink(request *AttachVpcToNetLinkRequest) (response *AttachVpcToNetLinkResponse, err error)
AttachVpcToNetLink invokes the cc5g.AttachVpcToNetLink API synchronously
func (*Client) AttachVpcToNetLinkWithCallback ¶
func (client *Client) AttachVpcToNetLinkWithCallback(request *AttachVpcToNetLinkRequest, callback func(response *AttachVpcToNetLinkResponse, err error)) <-chan int
AttachVpcToNetLinkWithCallback invokes the cc5g.AttachVpcToNetLink API asynchronously
func (*Client) AttachVpcToNetLinkWithChan ¶
func (client *Client) AttachVpcToNetLinkWithChan(request *AttachVpcToNetLinkRequest) (<-chan *AttachVpcToNetLinkResponse, <-chan error)
AttachVpcToNetLinkWithChan invokes the cc5g.AttachVpcToNetLink API asynchronously
func (*Client) CreateAuthorizationRule ¶
func (client *Client) CreateAuthorizationRule(request *CreateAuthorizationRuleRequest) (response *CreateAuthorizationRuleResponse, err error)
CreateAuthorizationRule invokes the cc5g.CreateAuthorizationRule API synchronously
func (*Client) CreateAuthorizationRuleWithCallback ¶
func (client *Client) CreateAuthorizationRuleWithCallback(request *CreateAuthorizationRuleRequest, callback func(response *CreateAuthorizationRuleResponse, err error)) <-chan int
CreateAuthorizationRuleWithCallback invokes the cc5g.CreateAuthorizationRule API asynchronously
func (*Client) CreateAuthorizationRuleWithChan ¶
func (client *Client) CreateAuthorizationRuleWithChan(request *CreateAuthorizationRuleRequest) (<-chan *CreateAuthorizationRuleResponse, <-chan error)
CreateAuthorizationRuleWithChan invokes the cc5g.CreateAuthorizationRule API asynchronously
func (*Client) CreateBatchOperateCardsTask ¶
func (client *Client) CreateBatchOperateCardsTask(request *CreateBatchOperateCardsTaskRequest) (response *CreateBatchOperateCardsTaskResponse, err error)
CreateBatchOperateCardsTask invokes the cc5g.CreateBatchOperateCardsTask API synchronously
func (*Client) CreateBatchOperateCardsTaskWithCallback ¶
func (client *Client) CreateBatchOperateCardsTaskWithCallback(request *CreateBatchOperateCardsTaskRequest, callback func(response *CreateBatchOperateCardsTaskResponse, err error)) <-chan int
CreateBatchOperateCardsTaskWithCallback invokes the cc5g.CreateBatchOperateCardsTask API asynchronously
func (*Client) CreateBatchOperateCardsTaskWithChan ¶
func (client *Client) CreateBatchOperateCardsTaskWithChan(request *CreateBatchOperateCardsTaskRequest) (<-chan *CreateBatchOperateCardsTaskResponse, <-chan error)
CreateBatchOperateCardsTaskWithChan invokes the cc5g.CreateBatchOperateCardsTask API asynchronously
func (*Client) CreateGroupAuthorizationRule ¶
func (client *Client) CreateGroupAuthorizationRule(request *CreateGroupAuthorizationRuleRequest) (response *CreateGroupAuthorizationRuleResponse, err error)
CreateGroupAuthorizationRule invokes the cc5g.CreateGroupAuthorizationRule API synchronously
func (*Client) CreateGroupAuthorizationRuleWithCallback ¶
func (client *Client) CreateGroupAuthorizationRuleWithCallback(request *CreateGroupAuthorizationRuleRequest, callback func(response *CreateGroupAuthorizationRuleResponse, err error)) <-chan int
CreateGroupAuthorizationRuleWithCallback invokes the cc5g.CreateGroupAuthorizationRule API asynchronously
func (*Client) CreateGroupAuthorizationRuleWithChan ¶
func (client *Client) CreateGroupAuthorizationRuleWithChan(request *CreateGroupAuthorizationRuleRequest) (<-chan *CreateGroupAuthorizationRuleResponse, <-chan error)
CreateGroupAuthorizationRuleWithChan invokes the cc5g.CreateGroupAuthorizationRule API asynchronously
func (*Client) CreateIoTCloudConnectorBackhaulRoute ¶
func (client *Client) CreateIoTCloudConnectorBackhaulRoute(request *CreateIoTCloudConnectorBackhaulRouteRequest) (response *CreateIoTCloudConnectorBackhaulRouteResponse, err error)
CreateIoTCloudConnectorBackhaulRoute invokes the cc5g.CreateIoTCloudConnectorBackhaulRoute API synchronously
func (*Client) CreateIoTCloudConnectorBackhaulRouteWithCallback ¶
func (client *Client) CreateIoTCloudConnectorBackhaulRouteWithCallback(request *CreateIoTCloudConnectorBackhaulRouteRequest, callback func(response *CreateIoTCloudConnectorBackhaulRouteResponse, err error)) <-chan int
CreateIoTCloudConnectorBackhaulRouteWithCallback invokes the cc5g.CreateIoTCloudConnectorBackhaulRoute API asynchronously
func (*Client) CreateIoTCloudConnectorBackhaulRouteWithChan ¶
func (client *Client) CreateIoTCloudConnectorBackhaulRouteWithChan(request *CreateIoTCloudConnectorBackhaulRouteRequest) (<-chan *CreateIoTCloudConnectorBackhaulRouteResponse, <-chan error)
CreateIoTCloudConnectorBackhaulRouteWithChan invokes the cc5g.CreateIoTCloudConnectorBackhaulRoute API asynchronously
func (*Client) CreateWirelessCloudConnector ¶
func (client *Client) CreateWirelessCloudConnector(request *CreateWirelessCloudConnectorRequest) (response *CreateWirelessCloudConnectorResponse, err error)
CreateWirelessCloudConnector invokes the cc5g.CreateWirelessCloudConnector API synchronously
func (*Client) CreateWirelessCloudConnectorGroup ¶
func (client *Client) CreateWirelessCloudConnectorGroup(request *CreateWirelessCloudConnectorGroupRequest) (response *CreateWirelessCloudConnectorGroupResponse, err error)
CreateWirelessCloudConnectorGroup invokes the cc5g.CreateWirelessCloudConnectorGroup API synchronously
func (*Client) CreateWirelessCloudConnectorGroupWithCallback ¶
func (client *Client) CreateWirelessCloudConnectorGroupWithCallback(request *CreateWirelessCloudConnectorGroupRequest, callback func(response *CreateWirelessCloudConnectorGroupResponse, err error)) <-chan int
CreateWirelessCloudConnectorGroupWithCallback invokes the cc5g.CreateWirelessCloudConnectorGroup API asynchronously
func (*Client) CreateWirelessCloudConnectorGroupWithChan ¶
func (client *Client) CreateWirelessCloudConnectorGroupWithChan(request *CreateWirelessCloudConnectorGroupRequest) (<-chan *CreateWirelessCloudConnectorGroupResponse, <-chan error)
CreateWirelessCloudConnectorGroupWithChan invokes the cc5g.CreateWirelessCloudConnectorGroup API asynchronously
func (*Client) CreateWirelessCloudConnectorWithCallback ¶
func (client *Client) CreateWirelessCloudConnectorWithCallback(request *CreateWirelessCloudConnectorRequest, callback func(response *CreateWirelessCloudConnectorResponse, err error)) <-chan int
CreateWirelessCloudConnectorWithCallback invokes the cc5g.CreateWirelessCloudConnector API asynchronously
func (*Client) CreateWirelessCloudConnectorWithChan ¶
func (client *Client) CreateWirelessCloudConnectorWithChan(request *CreateWirelessCloudConnectorRequest) (<-chan *CreateWirelessCloudConnectorResponse, <-chan error)
CreateWirelessCloudConnectorWithChan invokes the cc5g.CreateWirelessCloudConnector API asynchronously
func (*Client) DeleteAuthorizationRule ¶
func (client *Client) DeleteAuthorizationRule(request *DeleteAuthorizationRuleRequest) (response *DeleteAuthorizationRuleResponse, err error)
DeleteAuthorizationRule invokes the cc5g.DeleteAuthorizationRule API synchronously
func (*Client) DeleteAuthorizationRuleWithCallback ¶
func (client *Client) DeleteAuthorizationRuleWithCallback(request *DeleteAuthorizationRuleRequest, callback func(response *DeleteAuthorizationRuleResponse, err error)) <-chan int
DeleteAuthorizationRuleWithCallback invokes the cc5g.DeleteAuthorizationRule API asynchronously
func (*Client) DeleteAuthorizationRuleWithChan ¶
func (client *Client) DeleteAuthorizationRuleWithChan(request *DeleteAuthorizationRuleRequest) (<-chan *DeleteAuthorizationRuleResponse, <-chan error)
DeleteAuthorizationRuleWithChan invokes the cc5g.DeleteAuthorizationRule API asynchronously
func (*Client) DeleteBatchOperateCardsTask ¶
func (client *Client) DeleteBatchOperateCardsTask(request *DeleteBatchOperateCardsTaskRequest) (response *DeleteBatchOperateCardsTaskResponse, err error)
DeleteBatchOperateCardsTask invokes the cc5g.DeleteBatchOperateCardsTask API synchronously
func (*Client) DeleteBatchOperateCardsTaskWithCallback ¶
func (client *Client) DeleteBatchOperateCardsTaskWithCallback(request *DeleteBatchOperateCardsTaskRequest, callback func(response *DeleteBatchOperateCardsTaskResponse, err error)) <-chan int
DeleteBatchOperateCardsTaskWithCallback invokes the cc5g.DeleteBatchOperateCardsTask API asynchronously
func (*Client) DeleteBatchOperateCardsTaskWithChan ¶
func (client *Client) DeleteBatchOperateCardsTaskWithChan(request *DeleteBatchOperateCardsTaskRequest) (<-chan *DeleteBatchOperateCardsTaskResponse, <-chan error)
DeleteBatchOperateCardsTaskWithChan invokes the cc5g.DeleteBatchOperateCardsTask API asynchronously
func (*Client) DeleteGroupAuthorizationRule ¶
func (client *Client) DeleteGroupAuthorizationRule(request *DeleteGroupAuthorizationRuleRequest) (response *DeleteGroupAuthorizationRuleResponse, err error)
DeleteGroupAuthorizationRule invokes the cc5g.DeleteGroupAuthorizationRule API synchronously
func (*Client) DeleteGroupAuthorizationRuleWithCallback ¶
func (client *Client) DeleteGroupAuthorizationRuleWithCallback(request *DeleteGroupAuthorizationRuleRequest, callback func(response *DeleteGroupAuthorizationRuleResponse, err error)) <-chan int
DeleteGroupAuthorizationRuleWithCallback invokes the cc5g.DeleteGroupAuthorizationRule API asynchronously
func (*Client) DeleteGroupAuthorizationRuleWithChan ¶
func (client *Client) DeleteGroupAuthorizationRuleWithChan(request *DeleteGroupAuthorizationRuleRequest) (<-chan *DeleteGroupAuthorizationRuleResponse, <-chan error)
DeleteGroupAuthorizationRuleWithChan invokes the cc5g.DeleteGroupAuthorizationRule API asynchronously
func (*Client) DeleteIoTCloudConnectorBackhaulRoute ¶
func (client *Client) DeleteIoTCloudConnectorBackhaulRoute(request *DeleteIoTCloudConnectorBackhaulRouteRequest) (response *DeleteIoTCloudConnectorBackhaulRouteResponse, err error)
DeleteIoTCloudConnectorBackhaulRoute invokes the cc5g.DeleteIoTCloudConnectorBackhaulRoute API synchronously
func (*Client) DeleteIoTCloudConnectorBackhaulRouteWithCallback ¶
func (client *Client) DeleteIoTCloudConnectorBackhaulRouteWithCallback(request *DeleteIoTCloudConnectorBackhaulRouteRequest, callback func(response *DeleteIoTCloudConnectorBackhaulRouteResponse, err error)) <-chan int
DeleteIoTCloudConnectorBackhaulRouteWithCallback invokes the cc5g.DeleteIoTCloudConnectorBackhaulRoute API asynchronously
func (*Client) DeleteIoTCloudConnectorBackhaulRouteWithChan ¶
func (client *Client) DeleteIoTCloudConnectorBackhaulRouteWithChan(request *DeleteIoTCloudConnectorBackhaulRouteRequest) (<-chan *DeleteIoTCloudConnectorBackhaulRouteResponse, <-chan error)
DeleteIoTCloudConnectorBackhaulRouteWithChan invokes the cc5g.DeleteIoTCloudConnectorBackhaulRoute API asynchronously
func (*Client) DeleteWirelessCloudConnector ¶
func (client *Client) DeleteWirelessCloudConnector(request *DeleteWirelessCloudConnectorRequest) (response *DeleteWirelessCloudConnectorResponse, err error)
DeleteWirelessCloudConnector invokes the cc5g.DeleteWirelessCloudConnector API synchronously
func (*Client) DeleteWirelessCloudConnectorGroup ¶
func (client *Client) DeleteWirelessCloudConnectorGroup(request *DeleteWirelessCloudConnectorGroupRequest) (response *DeleteWirelessCloudConnectorGroupResponse, err error)
DeleteWirelessCloudConnectorGroup invokes the cc5g.DeleteWirelessCloudConnectorGroup API synchronously
func (*Client) DeleteWirelessCloudConnectorGroupWithCallback ¶
func (client *Client) DeleteWirelessCloudConnectorGroupWithCallback(request *DeleteWirelessCloudConnectorGroupRequest, callback func(response *DeleteWirelessCloudConnectorGroupResponse, err error)) <-chan int
DeleteWirelessCloudConnectorGroupWithCallback invokes the cc5g.DeleteWirelessCloudConnectorGroup API asynchronously
func (*Client) DeleteWirelessCloudConnectorGroupWithChan ¶
func (client *Client) DeleteWirelessCloudConnectorGroupWithChan(request *DeleteWirelessCloudConnectorGroupRequest) (<-chan *DeleteWirelessCloudConnectorGroupResponse, <-chan error)
DeleteWirelessCloudConnectorGroupWithChan invokes the cc5g.DeleteWirelessCloudConnectorGroup API asynchronously
func (*Client) DeleteWirelessCloudConnectorWithCallback ¶
func (client *Client) DeleteWirelessCloudConnectorWithCallback(request *DeleteWirelessCloudConnectorRequest, callback func(response *DeleteWirelessCloudConnectorResponse, err error)) <-chan int
DeleteWirelessCloudConnectorWithCallback invokes the cc5g.DeleteWirelessCloudConnector API asynchronously
func (*Client) DeleteWirelessCloudConnectorWithChan ¶
func (client *Client) DeleteWirelessCloudConnectorWithChan(request *DeleteWirelessCloudConnectorRequest) (<-chan *DeleteWirelessCloudConnectorResponse, <-chan error)
DeleteWirelessCloudConnectorWithChan invokes the cc5g.DeleteWirelessCloudConnector API asynchronously
func (*Client) DetachVpcFromNetLink ¶
func (client *Client) DetachVpcFromNetLink(request *DetachVpcFromNetLinkRequest) (response *DetachVpcFromNetLinkResponse, err error)
DetachVpcFromNetLink invokes the cc5g.DetachVpcFromNetLink API synchronously
func (*Client) DetachVpcFromNetLinkWithCallback ¶
func (client *Client) DetachVpcFromNetLinkWithCallback(request *DetachVpcFromNetLinkRequest, callback func(response *DetachVpcFromNetLinkResponse, err error)) <-chan int
DetachVpcFromNetLinkWithCallback invokes the cc5g.DetachVpcFromNetLink API asynchronously
func (*Client) DetachVpcFromNetLinkWithChan ¶
func (client *Client) DetachVpcFromNetLinkWithChan(request *DetachVpcFromNetLinkRequest) (<-chan *DetachVpcFromNetLinkResponse, <-chan error)
DetachVpcFromNetLinkWithChan invokes the cc5g.DetachVpcFromNetLink API asynchronously
func (*Client) FailCards ¶
func (client *Client) FailCards(request *FailCardsRequest) (response *FailCardsResponse, err error)
FailCards invokes the cc5g.FailCards API synchronously
func (*Client) FailCardsWithCallback ¶
func (client *Client) FailCardsWithCallback(request *FailCardsRequest, callback func(response *FailCardsResponse, err error)) <-chan int
FailCardsWithCallback invokes the cc5g.FailCards API asynchronously
func (*Client) FailCardsWithChan ¶
func (client *Client) FailCardsWithChan(request *FailCardsRequest) (<-chan *FailCardsResponse, <-chan error)
FailCardsWithChan invokes the cc5g.FailCards API asynchronously
func (*Client) GetCard ¶
func (client *Client) GetCard(request *GetCardRequest) (response *GetCardResponse, err error)
GetCard invokes the cc5g.GetCard API synchronously
func (*Client) GetCardLockReason ¶
func (client *Client) GetCardLockReason(request *GetCardLockReasonRequest) (response *GetCardLockReasonResponse, err error)
GetCardLockReason invokes the cc5g.GetCardLockReason API synchronously
func (*Client) GetCardLockReasonWithCallback ¶
func (client *Client) GetCardLockReasonWithCallback(request *GetCardLockReasonRequest, callback func(response *GetCardLockReasonResponse, err error)) <-chan int
GetCardLockReasonWithCallback invokes the cc5g.GetCardLockReason API asynchronously
func (*Client) GetCardLockReasonWithChan ¶
func (client *Client) GetCardLockReasonWithChan(request *GetCardLockReasonRequest) (<-chan *GetCardLockReasonResponse, <-chan error)
GetCardLockReasonWithChan invokes the cc5g.GetCardLockReason API asynchronously
func (*Client) GetCardWithCallback ¶
func (client *Client) GetCardWithCallback(request *GetCardRequest, callback func(response *GetCardResponse, err error)) <-chan int
GetCardWithCallback invokes the cc5g.GetCard API asynchronously
func (*Client) GetCardWithChan ¶
func (client *Client) GetCardWithChan(request *GetCardRequest) (<-chan *GetCardResponse, <-chan error)
GetCardWithChan invokes the cc5g.GetCard API asynchronously
func (*Client) GetCreateCustomerInformation ¶
func (client *Client) GetCreateCustomerInformation(request *GetCreateCustomerInformationRequest) (response *GetCreateCustomerInformationResponse, err error)
GetCreateCustomerInformation invokes the cc5g.GetCreateCustomerInformation API synchronously
func (*Client) GetCreateCustomerInformationWithCallback ¶
func (client *Client) GetCreateCustomerInformationWithCallback(request *GetCreateCustomerInformationRequest, callback func(response *GetCreateCustomerInformationResponse, err error)) <-chan int
GetCreateCustomerInformationWithCallback invokes the cc5g.GetCreateCustomerInformation API asynchronously
func (*Client) GetCreateCustomerInformationWithChan ¶
func (client *Client) GetCreateCustomerInformationWithChan(request *GetCreateCustomerInformationRequest) (<-chan *GetCreateCustomerInformationResponse, <-chan error)
GetCreateCustomerInformationWithChan invokes the cc5g.GetCreateCustomerInformation API asynchronously
func (*Client) GetDiagnoseResultForSingleCard ¶
func (client *Client) GetDiagnoseResultForSingleCard(request *GetDiagnoseResultForSingleCardRequest) (response *GetDiagnoseResultForSingleCardResponse, err error)
GetDiagnoseResultForSingleCard invokes the cc5g.GetDiagnoseResultForSingleCard API synchronously
func (*Client) GetDiagnoseResultForSingleCardWithCallback ¶
func (client *Client) GetDiagnoseResultForSingleCardWithCallback(request *GetDiagnoseResultForSingleCardRequest, callback func(response *GetDiagnoseResultForSingleCardResponse, err error)) <-chan int
GetDiagnoseResultForSingleCardWithCallback invokes the cc5g.GetDiagnoseResultForSingleCard API asynchronously
func (*Client) GetDiagnoseResultForSingleCardWithChan ¶
func (client *Client) GetDiagnoseResultForSingleCardWithChan(request *GetDiagnoseResultForSingleCardRequest) (<-chan *GetDiagnoseResultForSingleCardResponse, <-chan error)
GetDiagnoseResultForSingleCardWithChan invokes the cc5g.GetDiagnoseResultForSingleCard API asynchronously
func (*Client) GetWirelessCloudConnector ¶
func (client *Client) GetWirelessCloudConnector(request *GetWirelessCloudConnectorRequest) (response *GetWirelessCloudConnectorResponse, err error)
GetWirelessCloudConnector invokes the cc5g.GetWirelessCloudConnector API synchronously
func (*Client) GetWirelessCloudConnectorWithCallback ¶
func (client *Client) GetWirelessCloudConnectorWithCallback(request *GetWirelessCloudConnectorRequest, callback func(response *GetWirelessCloudConnectorResponse, err error)) <-chan int
GetWirelessCloudConnectorWithCallback invokes the cc5g.GetWirelessCloudConnector API asynchronously
func (*Client) GetWirelessCloudConnectorWithChan ¶
func (client *Client) GetWirelessCloudConnectorWithChan(request *GetWirelessCloudConnectorRequest) (<-chan *GetWirelessCloudConnectorResponse, <-chan error)
GetWirelessCloudConnectorWithChan invokes the cc5g.GetWirelessCloudConnector API asynchronously
func (*Client) GrantNetLink ¶
func (client *Client) GrantNetLink(request *GrantNetLinkRequest) (response *GrantNetLinkResponse, err error)
GrantNetLink invokes the cc5g.GrantNetLink API synchronously
func (*Client) GrantNetLinkWithCallback ¶
func (client *Client) GrantNetLinkWithCallback(request *GrantNetLinkRequest, callback func(response *GrantNetLinkResponse, err error)) <-chan int
GrantNetLinkWithCallback invokes the cc5g.GrantNetLink API asynchronously
func (*Client) GrantNetLinkWithChan ¶
func (client *Client) GrantNetLinkWithChan(request *GrantNetLinkRequest) (<-chan *GrantNetLinkResponse, <-chan error)
GrantNetLinkWithChan invokes the cc5g.GrantNetLink API asynchronously
func (*Client) ListAPNs ¶
func (client *Client) ListAPNs(request *ListAPNsRequest) (response *ListAPNsResponse, err error)
ListAPNs invokes the cc5g.ListAPNs API synchronously
func (*Client) ListAPNsWithCallback ¶
func (client *Client) ListAPNsWithCallback(request *ListAPNsRequest, callback func(response *ListAPNsResponse, err error)) <-chan int
ListAPNsWithCallback invokes the cc5g.ListAPNs API asynchronously
func (*Client) ListAPNsWithChan ¶
func (client *Client) ListAPNsWithChan(request *ListAPNsRequest) (<-chan *ListAPNsResponse, <-chan error)
ListAPNsWithChan invokes the cc5g.ListAPNs API asynchronously
func (*Client) ListAuthorizationRules ¶
func (client *Client) ListAuthorizationRules(request *ListAuthorizationRulesRequest) (response *ListAuthorizationRulesResponse, err error)
ListAuthorizationRules invokes the cc5g.ListAuthorizationRules API synchronously
func (*Client) ListAuthorizationRulesWithCallback ¶
func (client *Client) ListAuthorizationRulesWithCallback(request *ListAuthorizationRulesRequest, callback func(response *ListAuthorizationRulesResponse, err error)) <-chan int
ListAuthorizationRulesWithCallback invokes the cc5g.ListAuthorizationRules API asynchronously
func (*Client) ListAuthorizationRulesWithChan ¶
func (client *Client) ListAuthorizationRulesWithChan(request *ListAuthorizationRulesRequest) (<-chan *ListAuthorizationRulesResponse, <-chan error)
ListAuthorizationRulesWithChan invokes the cc5g.ListAuthorizationRules API asynchronously
func (*Client) ListBatchOperateCardsTasks ¶
func (client *Client) ListBatchOperateCardsTasks(request *ListBatchOperateCardsTasksRequest) (response *ListBatchOperateCardsTasksResponse, err error)
ListBatchOperateCardsTasks invokes the cc5g.ListBatchOperateCardsTasks API synchronously
func (*Client) ListBatchOperateCardsTasksWithCallback ¶
func (client *Client) ListBatchOperateCardsTasksWithCallback(request *ListBatchOperateCardsTasksRequest, callback func(response *ListBatchOperateCardsTasksResponse, err error)) <-chan int
ListBatchOperateCardsTasksWithCallback invokes the cc5g.ListBatchOperateCardsTasks API asynchronously
func (*Client) ListBatchOperateCardsTasksWithChan ¶
func (client *Client) ListBatchOperateCardsTasksWithChan(request *ListBatchOperateCardsTasksRequest) (<-chan *ListBatchOperateCardsTasksResponse, <-chan error)
ListBatchOperateCardsTasksWithChan invokes the cc5g.ListBatchOperateCardsTasks API asynchronously
func (*Client) ListCardDayUsages ¶ added in v1.62.298
func (client *Client) ListCardDayUsages(request *ListCardDayUsagesRequest) (response *ListCardDayUsagesResponse, err error)
ListCardDayUsages invokes the cc5g.ListCardDayUsages API synchronously
func (*Client) ListCardDayUsagesWithCallback ¶ added in v1.62.298
func (client *Client) ListCardDayUsagesWithCallback(request *ListCardDayUsagesRequest, callback func(response *ListCardDayUsagesResponse, err error)) <-chan int
ListCardDayUsagesWithCallback invokes the cc5g.ListCardDayUsages API asynchronously
func (*Client) ListCardDayUsagesWithChan ¶ added in v1.62.298
func (client *Client) ListCardDayUsagesWithChan(request *ListCardDayUsagesRequest) (<-chan *ListCardDayUsagesResponse, <-chan error)
ListCardDayUsagesWithChan invokes the cc5g.ListCardDayUsages API asynchronously
func (*Client) ListCardUsages ¶ added in v1.62.176
func (client *Client) ListCardUsages(request *ListCardUsagesRequest) (response *ListCardUsagesResponse, err error)
ListCardUsages invokes the cc5g.ListCardUsages API synchronously
func (*Client) ListCardUsagesWithCallback ¶ added in v1.62.176
func (client *Client) ListCardUsagesWithCallback(request *ListCardUsagesRequest, callback func(response *ListCardUsagesResponse, err error)) <-chan int
ListCardUsagesWithCallback invokes the cc5g.ListCardUsages API asynchronously
func (*Client) ListCardUsagesWithChan ¶ added in v1.62.176
func (client *Client) ListCardUsagesWithChan(request *ListCardUsagesRequest) (<-chan *ListCardUsagesResponse, <-chan error)
ListCardUsagesWithChan invokes the cc5g.ListCardUsages API asynchronously
func (*Client) ListCards ¶
func (client *Client) ListCards(request *ListCardsRequest) (response *ListCardsResponse, err error)
ListCards invokes the cc5g.ListCards API synchronously
func (*Client) ListCardsWithCallback ¶
func (client *Client) ListCardsWithCallback(request *ListCardsRequest, callback func(response *ListCardsResponse, err error)) <-chan int
ListCardsWithCallback invokes the cc5g.ListCards API asynchronously
func (*Client) ListCardsWithChan ¶
func (client *Client) ListCardsWithChan(request *ListCardsRequest) (<-chan *ListCardsResponse, <-chan error)
ListCardsWithChan invokes the cc5g.ListCards API asynchronously
func (*Client) ListDataPackages ¶
func (client *Client) ListDataPackages(request *ListDataPackagesRequest) (response *ListDataPackagesResponse, err error)
ListDataPackages invokes the cc5g.ListDataPackages API synchronously
func (*Client) ListDataPackagesWithCallback ¶
func (client *Client) ListDataPackagesWithCallback(request *ListDataPackagesRequest, callback func(response *ListDataPackagesResponse, err error)) <-chan int
ListDataPackagesWithCallback invokes the cc5g.ListDataPackages API asynchronously
func (*Client) ListDataPackagesWithChan ¶
func (client *Client) ListDataPackagesWithChan(request *ListDataPackagesRequest) (<-chan *ListDataPackagesResponse, <-chan error)
ListDataPackagesWithChan invokes the cc5g.ListDataPackages API asynchronously
func (*Client) ListDiagnoseInfoForSingleCard ¶
func (client *Client) ListDiagnoseInfoForSingleCard(request *ListDiagnoseInfoForSingleCardRequest) (response *ListDiagnoseInfoForSingleCardResponse, err error)
ListDiagnoseInfoForSingleCard invokes the cc5g.ListDiagnoseInfoForSingleCard API synchronously
func (*Client) ListDiagnoseInfoForSingleCardWithCallback ¶
func (client *Client) ListDiagnoseInfoForSingleCardWithCallback(request *ListDiagnoseInfoForSingleCardRequest, callback func(response *ListDiagnoseInfoForSingleCardResponse, err error)) <-chan int
ListDiagnoseInfoForSingleCardWithCallback invokes the cc5g.ListDiagnoseInfoForSingleCard API asynchronously
func (*Client) ListDiagnoseInfoForSingleCardWithChan ¶
func (client *Client) ListDiagnoseInfoForSingleCardWithChan(request *ListDiagnoseInfoForSingleCardRequest) (<-chan *ListDiagnoseInfoForSingleCardResponse, <-chan error)
ListDiagnoseInfoForSingleCardWithChan invokes the cc5g.ListDiagnoseInfoForSingleCard API asynchronously
func (*Client) ListGroupAuthorizationRules ¶
func (client *Client) ListGroupAuthorizationRules(request *ListGroupAuthorizationRulesRequest) (response *ListGroupAuthorizationRulesResponse, err error)
ListGroupAuthorizationRules invokes the cc5g.ListGroupAuthorizationRules API synchronously
func (*Client) ListGroupAuthorizationRulesWithCallback ¶
func (client *Client) ListGroupAuthorizationRulesWithCallback(request *ListGroupAuthorizationRulesRequest, callback func(response *ListGroupAuthorizationRulesResponse, err error)) <-chan int
ListGroupAuthorizationRulesWithCallback invokes the cc5g.ListGroupAuthorizationRules API asynchronously
func (*Client) ListGroupAuthorizationRulesWithChan ¶
func (client *Client) ListGroupAuthorizationRulesWithChan(request *ListGroupAuthorizationRulesRequest) (<-chan *ListGroupAuthorizationRulesResponse, <-chan error)
ListGroupAuthorizationRulesWithChan invokes the cc5g.ListGroupAuthorizationRules API asynchronously
func (*Client) ListIoTCloudConnectorBackhaulRoute ¶
func (client *Client) ListIoTCloudConnectorBackhaulRoute(request *ListIoTCloudConnectorBackhaulRouteRequest) (response *ListIoTCloudConnectorBackhaulRouteResponse, err error)
ListIoTCloudConnectorBackhaulRoute invokes the cc5g.ListIoTCloudConnectorBackhaulRoute API synchronously
func (*Client) ListIoTCloudConnectorBackhaulRouteWithCallback ¶
func (client *Client) ListIoTCloudConnectorBackhaulRouteWithCallback(request *ListIoTCloudConnectorBackhaulRouteRequest, callback func(response *ListIoTCloudConnectorBackhaulRouteResponse, err error)) <-chan int
ListIoTCloudConnectorBackhaulRouteWithCallback invokes the cc5g.ListIoTCloudConnectorBackhaulRoute API asynchronously
func (*Client) ListIoTCloudConnectorBackhaulRouteWithChan ¶
func (client *Client) ListIoTCloudConnectorBackhaulRouteWithChan(request *ListIoTCloudConnectorBackhaulRouteRequest) (<-chan *ListIoTCloudConnectorBackhaulRouteResponse, <-chan error)
ListIoTCloudConnectorBackhaulRouteWithChan invokes the cc5g.ListIoTCloudConnectorBackhaulRoute API asynchronously
func (*Client) ListOrders ¶
func (client *Client) ListOrders(request *ListOrdersRequest) (response *ListOrdersResponse, err error)
ListOrders invokes the cc5g.ListOrders API synchronously
func (*Client) ListOrdersWithCallback ¶
func (client *Client) ListOrdersWithCallback(request *ListOrdersRequest, callback func(response *ListOrdersResponse, err error)) <-chan int
ListOrdersWithCallback invokes the cc5g.ListOrders API asynchronously
func (*Client) ListOrdersWithChan ¶
func (client *Client) ListOrdersWithChan(request *ListOrdersRequest) (<-chan *ListOrdersResponse, <-chan error)
ListOrdersWithChan invokes the cc5g.ListOrders API asynchronously
func (*Client) ListRegions ¶
func (client *Client) ListRegions(request *ListRegionsRequest) (response *ListRegionsResponse, err error)
ListRegions invokes the cc5g.ListRegions API synchronously
func (*Client) ListRegionsWithCallback ¶
func (client *Client) ListRegionsWithCallback(request *ListRegionsRequest, callback func(response *ListRegionsResponse, err error)) <-chan int
ListRegionsWithCallback invokes the cc5g.ListRegions API asynchronously
func (*Client) ListRegionsWithChan ¶
func (client *Client) ListRegionsWithChan(request *ListRegionsRequest) (<-chan *ListRegionsResponse, <-chan error)
ListRegionsWithChan invokes the cc5g.ListRegions API asynchronously
func (*Client) ListWirelessCloudConnectorGroups ¶
func (client *Client) ListWirelessCloudConnectorGroups(request *ListWirelessCloudConnectorGroupsRequest) (response *ListWirelessCloudConnectorGroupsResponse, err error)
ListWirelessCloudConnectorGroups invokes the cc5g.ListWirelessCloudConnectorGroups API synchronously
func (*Client) ListWirelessCloudConnectorGroupsWithCallback ¶
func (client *Client) ListWirelessCloudConnectorGroupsWithCallback(request *ListWirelessCloudConnectorGroupsRequest, callback func(response *ListWirelessCloudConnectorGroupsResponse, err error)) <-chan int
ListWirelessCloudConnectorGroupsWithCallback invokes the cc5g.ListWirelessCloudConnectorGroups API asynchronously
func (*Client) ListWirelessCloudConnectorGroupsWithChan ¶
func (client *Client) ListWirelessCloudConnectorGroupsWithChan(request *ListWirelessCloudConnectorGroupsRequest) (<-chan *ListWirelessCloudConnectorGroupsResponse, <-chan error)
ListWirelessCloudConnectorGroupsWithChan invokes the cc5g.ListWirelessCloudConnectorGroups API asynchronously
func (*Client) ListWirelessCloudConnectors ¶
func (client *Client) ListWirelessCloudConnectors(request *ListWirelessCloudConnectorsRequest) (response *ListWirelessCloudConnectorsResponse, err error)
ListWirelessCloudConnectors invokes the cc5g.ListWirelessCloudConnectors API synchronously
func (*Client) ListWirelessCloudConnectorsWithCallback ¶
func (client *Client) ListWirelessCloudConnectorsWithCallback(request *ListWirelessCloudConnectorsRequest, callback func(response *ListWirelessCloudConnectorsResponse, err error)) <-chan int
ListWirelessCloudConnectorsWithCallback invokes the cc5g.ListWirelessCloudConnectors API asynchronously
func (*Client) ListWirelessCloudConnectorsWithChan ¶
func (client *Client) ListWirelessCloudConnectorsWithChan(request *ListWirelessCloudConnectorsRequest) (<-chan *ListWirelessCloudConnectorsResponse, <-chan error)
ListWirelessCloudConnectorsWithChan invokes the cc5g.ListWirelessCloudConnectors API asynchronously
func (*Client) ListZones ¶
func (client *Client) ListZones(request *ListZonesRequest) (response *ListZonesResponse, err error)
ListZones invokes the cc5g.ListZones API synchronously
func (*Client) ListZonesWithCallback ¶
func (client *Client) ListZonesWithCallback(request *ListZonesRequest, callback func(response *ListZonesResponse, err error)) <-chan int
ListZonesWithCallback invokes the cc5g.ListZones API asynchronously
func (*Client) ListZonesWithChan ¶
func (client *Client) ListZonesWithChan(request *ListZonesRequest) (<-chan *ListZonesResponse, <-chan error)
ListZonesWithChan invokes the cc5g.ListZones API asynchronously
func (*Client) LockCards ¶
func (client *Client) LockCards(request *LockCardsRequest) (response *LockCardsResponse, err error)
LockCards invokes the cc5g.LockCards API synchronously
func (*Client) LockCardsWithCallback ¶
func (client *Client) LockCardsWithCallback(request *LockCardsRequest, callback func(response *LockCardsResponse, err error)) <-chan int
LockCardsWithCallback invokes the cc5g.LockCards API asynchronously
func (*Client) LockCardsWithChan ¶
func (client *Client) LockCardsWithChan(request *LockCardsRequest) (<-chan *LockCardsResponse, <-chan error)
LockCardsWithChan invokes the cc5g.LockCards API asynchronously
func (*Client) ModifyWirelessCloudConnectorFeature ¶
func (client *Client) ModifyWirelessCloudConnectorFeature(request *ModifyWirelessCloudConnectorFeatureRequest) (response *ModifyWirelessCloudConnectorFeatureResponse, err error)
ModifyWirelessCloudConnectorFeature invokes the cc5g.ModifyWirelessCloudConnectorFeature API synchronously
func (*Client) ModifyWirelessCloudConnectorFeatureWithCallback ¶
func (client *Client) ModifyWirelessCloudConnectorFeatureWithCallback(request *ModifyWirelessCloudConnectorFeatureRequest, callback func(response *ModifyWirelessCloudConnectorFeatureResponse, err error)) <-chan int
ModifyWirelessCloudConnectorFeatureWithCallback invokes the cc5g.ModifyWirelessCloudConnectorFeature API asynchronously
func (*Client) ModifyWirelessCloudConnectorFeatureWithChan ¶
func (client *Client) ModifyWirelessCloudConnectorFeatureWithChan(request *ModifyWirelessCloudConnectorFeatureRequest) (<-chan *ModifyWirelessCloudConnectorFeatureResponse, <-chan error)
ModifyWirelessCloudConnectorFeatureWithChan invokes the cc5g.ModifyWirelessCloudConnectorFeature API asynchronously
func (*Client) OpenCc5gService ¶
func (client *Client) OpenCc5gService(request *OpenCc5gServiceRequest) (response *OpenCc5gServiceResponse, err error)
OpenCc5gService invokes the cc5g.OpenCc5gService API synchronously
func (*Client) OpenCc5gServiceWithCallback ¶
func (client *Client) OpenCc5gServiceWithCallback(request *OpenCc5gServiceRequest, callback func(response *OpenCc5gServiceResponse, err error)) <-chan int
OpenCc5gServiceWithCallback invokes the cc5g.OpenCc5gService API asynchronously
func (*Client) OpenCc5gServiceWithChan ¶
func (client *Client) OpenCc5gServiceWithChan(request *OpenCc5gServiceRequest) (<-chan *OpenCc5gServiceResponse, <-chan error)
OpenCc5gServiceWithChan invokes the cc5g.OpenCc5gService API asynchronously
func (*Client) RebindCards ¶ added in v1.62.270
func (client *Client) RebindCards(request *RebindCardsRequest) (response *RebindCardsResponse, err error)
RebindCards invokes the cc5g.RebindCards API synchronously
func (*Client) RebindCardsWithCallback ¶ added in v1.62.270
func (client *Client) RebindCardsWithCallback(request *RebindCardsRequest, callback func(response *RebindCardsResponse, err error)) <-chan int
RebindCardsWithCallback invokes the cc5g.RebindCards API asynchronously
func (*Client) RebindCardsWithChan ¶ added in v1.62.270
func (client *Client) RebindCardsWithChan(request *RebindCardsRequest) (<-chan *RebindCardsResponse, <-chan error)
RebindCardsWithChan invokes the cc5g.RebindCards API asynchronously
func (*Client) RemoveWirelessCloudConnectorFromGroup ¶
func (client *Client) RemoveWirelessCloudConnectorFromGroup(request *RemoveWirelessCloudConnectorFromGroupRequest) (response *RemoveWirelessCloudConnectorFromGroupResponse, err error)
RemoveWirelessCloudConnectorFromGroup invokes the cc5g.RemoveWirelessCloudConnectorFromGroup API synchronously
func (*Client) RemoveWirelessCloudConnectorFromGroupWithCallback ¶
func (client *Client) RemoveWirelessCloudConnectorFromGroupWithCallback(request *RemoveWirelessCloudConnectorFromGroupRequest, callback func(response *RemoveWirelessCloudConnectorFromGroupResponse, err error)) <-chan int
RemoveWirelessCloudConnectorFromGroupWithCallback invokes the cc5g.RemoveWirelessCloudConnectorFromGroup API asynchronously
func (*Client) RemoveWirelessCloudConnectorFromGroupWithChan ¶
func (client *Client) RemoveWirelessCloudConnectorFromGroupWithChan(request *RemoveWirelessCloudConnectorFromGroupRequest) (<-chan *RemoveWirelessCloudConnectorFromGroupResponse, <-chan error)
RemoveWirelessCloudConnectorFromGroupWithChan invokes the cc5g.RemoveWirelessCloudConnectorFromGroup API asynchronously
func (*Client) ResumeCards ¶
func (client *Client) ResumeCards(request *ResumeCardsRequest) (response *ResumeCardsResponse, err error)
ResumeCards invokes the cc5g.ResumeCards API synchronously
func (*Client) ResumeCardsWithCallback ¶
func (client *Client) ResumeCardsWithCallback(request *ResumeCardsRequest, callback func(response *ResumeCardsResponse, err error)) <-chan int
ResumeCardsWithCallback invokes the cc5g.ResumeCards API asynchronously
func (*Client) ResumeCardsWithChan ¶
func (client *Client) ResumeCardsWithChan(request *ResumeCardsRequest) (<-chan *ResumeCardsResponse, <-chan error)
ResumeCardsWithChan invokes the cc5g.ResumeCards API asynchronously
func (*Client) RevokeNetLink ¶
func (client *Client) RevokeNetLink(request *RevokeNetLinkRequest) (response *RevokeNetLinkResponse, err error)
RevokeNetLink invokes the cc5g.RevokeNetLink API synchronously
func (*Client) RevokeNetLinkWithCallback ¶
func (client *Client) RevokeNetLinkWithCallback(request *RevokeNetLinkRequest, callback func(response *RevokeNetLinkResponse, err error)) <-chan int
RevokeNetLinkWithCallback invokes the cc5g.RevokeNetLink API asynchronously
func (*Client) RevokeNetLinkWithChan ¶
func (client *Client) RevokeNetLinkWithChan(request *RevokeNetLinkRequest) (<-chan *RevokeNetLinkResponse, <-chan error)
RevokeNetLinkWithChan invokes the cc5g.RevokeNetLink API asynchronously
func (*Client) StopCards ¶
func (client *Client) StopCards(request *StopCardsRequest) (response *StopCardsResponse, err error)
StopCards invokes the cc5g.StopCards API synchronously
func (*Client) StopCardsWithCallback ¶
func (client *Client) StopCardsWithCallback(request *StopCardsRequest, callback func(response *StopCardsResponse, err error)) <-chan int
StopCardsWithCallback invokes the cc5g.StopCards API asynchronously
func (*Client) StopCardsWithChan ¶
func (client *Client) StopCardsWithChan(request *StopCardsRequest) (<-chan *StopCardsResponse, <-chan error)
StopCardsWithChan invokes the cc5g.StopCards API asynchronously
func (*Client) SubmitDiagnoseTaskForSingleCard ¶
func (client *Client) SubmitDiagnoseTaskForSingleCard(request *SubmitDiagnoseTaskForSingleCardRequest) (response *SubmitDiagnoseTaskForSingleCardResponse, err error)
SubmitDiagnoseTaskForSingleCard invokes the cc5g.SubmitDiagnoseTaskForSingleCard API synchronously
func (*Client) SubmitDiagnoseTaskForSingleCardWithCallback ¶
func (client *Client) SubmitDiagnoseTaskForSingleCardWithCallback(request *SubmitDiagnoseTaskForSingleCardRequest, callback func(response *SubmitDiagnoseTaskForSingleCardResponse, err error)) <-chan int
SubmitDiagnoseTaskForSingleCardWithCallback invokes the cc5g.SubmitDiagnoseTaskForSingleCard API asynchronously
func (*Client) SubmitDiagnoseTaskForSingleCardWithChan ¶
func (client *Client) SubmitDiagnoseTaskForSingleCardWithChan(request *SubmitDiagnoseTaskForSingleCardRequest) (<-chan *SubmitDiagnoseTaskForSingleCardResponse, <-chan error)
SubmitDiagnoseTaskForSingleCardWithChan invokes the cc5g.SubmitDiagnoseTaskForSingleCard API asynchronously
func (*Client) SwitchWirelessCloudConnectorToBusiness ¶
func (client *Client) SwitchWirelessCloudConnectorToBusiness(request *SwitchWirelessCloudConnectorToBusinessRequest) (response *SwitchWirelessCloudConnectorToBusinessResponse, err error)
SwitchWirelessCloudConnectorToBusiness invokes the cc5g.SwitchWirelessCloudConnectorToBusiness API synchronously
func (*Client) SwitchWirelessCloudConnectorToBusinessWithCallback ¶
func (client *Client) SwitchWirelessCloudConnectorToBusinessWithCallback(request *SwitchWirelessCloudConnectorToBusinessRequest, callback func(response *SwitchWirelessCloudConnectorToBusinessResponse, err error)) <-chan int
SwitchWirelessCloudConnectorToBusinessWithCallback invokes the cc5g.SwitchWirelessCloudConnectorToBusiness API asynchronously
func (*Client) SwitchWirelessCloudConnectorToBusinessWithChan ¶
func (client *Client) SwitchWirelessCloudConnectorToBusinessWithChan(request *SwitchWirelessCloudConnectorToBusinessRequest) (<-chan *SwitchWirelessCloudConnectorToBusinessResponse, <-chan error)
SwitchWirelessCloudConnectorToBusinessWithChan invokes the cc5g.SwitchWirelessCloudConnectorToBusiness API asynchronously
func (*Client) UnlockCards ¶
func (client *Client) UnlockCards(request *UnlockCardsRequest) (response *UnlockCardsResponse, err error)
UnlockCards invokes the cc5g.UnlockCards API synchronously
func (*Client) UnlockCardsWithCallback ¶
func (client *Client) UnlockCardsWithCallback(request *UnlockCardsRequest, callback func(response *UnlockCardsResponse, err error)) <-chan int
UnlockCardsWithCallback invokes the cc5g.UnlockCards API asynchronously
func (*Client) UnlockCardsWithChan ¶
func (client *Client) UnlockCardsWithChan(request *UnlockCardsRequest) (<-chan *UnlockCardsResponse, <-chan error)
UnlockCardsWithChan invokes the cc5g.UnlockCards API asynchronously
func (*Client) UpdateAuthorizationRule ¶
func (client *Client) UpdateAuthorizationRule(request *UpdateAuthorizationRuleRequest) (response *UpdateAuthorizationRuleResponse, err error)
UpdateAuthorizationRule invokes the cc5g.UpdateAuthorizationRule API synchronously
func (*Client) UpdateAuthorizationRuleWithCallback ¶
func (client *Client) UpdateAuthorizationRuleWithCallback(request *UpdateAuthorizationRuleRequest, callback func(response *UpdateAuthorizationRuleResponse, err error)) <-chan int
UpdateAuthorizationRuleWithCallback invokes the cc5g.UpdateAuthorizationRule API asynchronously
func (*Client) UpdateAuthorizationRuleWithChan ¶
func (client *Client) UpdateAuthorizationRuleWithChan(request *UpdateAuthorizationRuleRequest) (<-chan *UpdateAuthorizationRuleResponse, <-chan error)
UpdateAuthorizationRuleWithChan invokes the cc5g.UpdateAuthorizationRule API asynchronously
func (*Client) UpdateBatchOperateCardsTask ¶
func (client *Client) UpdateBatchOperateCardsTask(request *UpdateBatchOperateCardsTaskRequest) (response *UpdateBatchOperateCardsTaskResponse, err error)
UpdateBatchOperateCardsTask invokes the cc5g.UpdateBatchOperateCardsTask API synchronously
func (*Client) UpdateBatchOperateCardsTaskWithCallback ¶
func (client *Client) UpdateBatchOperateCardsTaskWithCallback(request *UpdateBatchOperateCardsTaskRequest, callback func(response *UpdateBatchOperateCardsTaskResponse, err error)) <-chan int
UpdateBatchOperateCardsTaskWithCallback invokes the cc5g.UpdateBatchOperateCardsTask API asynchronously
func (*Client) UpdateBatchOperateCardsTaskWithChan ¶
func (client *Client) UpdateBatchOperateCardsTaskWithChan(request *UpdateBatchOperateCardsTaskRequest) (<-chan *UpdateBatchOperateCardsTaskResponse, <-chan error)
UpdateBatchOperateCardsTaskWithChan invokes the cc5g.UpdateBatchOperateCardsTask API asynchronously
func (*Client) UpdateCard ¶
func (client *Client) UpdateCard(request *UpdateCardRequest) (response *UpdateCardResponse, err error)
UpdateCard invokes the cc5g.UpdateCard API synchronously
func (*Client) UpdateCardWithCallback ¶
func (client *Client) UpdateCardWithCallback(request *UpdateCardRequest, callback func(response *UpdateCardResponse, err error)) <-chan int
UpdateCardWithCallback invokes the cc5g.UpdateCard API asynchronously
func (*Client) UpdateCardWithChan ¶
func (client *Client) UpdateCardWithChan(request *UpdateCardRequest) (<-chan *UpdateCardResponse, <-chan error)
UpdateCardWithChan invokes the cc5g.UpdateCard API asynchronously
func (*Client) UpdateDNSAuthorizationRule ¶
func (client *Client) UpdateDNSAuthorizationRule(request *UpdateDNSAuthorizationRuleRequest) (response *UpdateDNSAuthorizationRuleResponse, err error)
UpdateDNSAuthorizationRule invokes the cc5g.UpdateDNSAuthorizationRule API synchronously
func (*Client) UpdateDNSAuthorizationRuleWithCallback ¶
func (client *Client) UpdateDNSAuthorizationRuleWithCallback(request *UpdateDNSAuthorizationRuleRequest, callback func(response *UpdateDNSAuthorizationRuleResponse, err error)) <-chan int
UpdateDNSAuthorizationRuleWithCallback invokes the cc5g.UpdateDNSAuthorizationRule API asynchronously
func (*Client) UpdateDNSAuthorizationRuleWithChan ¶
func (client *Client) UpdateDNSAuthorizationRuleWithChan(request *UpdateDNSAuthorizationRuleRequest) (<-chan *UpdateDNSAuthorizationRuleResponse, <-chan error)
UpdateDNSAuthorizationRuleWithChan invokes the cc5g.UpdateDNSAuthorizationRule API asynchronously
func (*Client) UpdateGroupAuthorizationRule ¶
func (client *Client) UpdateGroupAuthorizationRule(request *UpdateGroupAuthorizationRuleRequest) (response *UpdateGroupAuthorizationRuleResponse, err error)
UpdateGroupAuthorizationRule invokes the cc5g.UpdateGroupAuthorizationRule API synchronously
func (*Client) UpdateGroupAuthorizationRuleWithCallback ¶
func (client *Client) UpdateGroupAuthorizationRuleWithCallback(request *UpdateGroupAuthorizationRuleRequest, callback func(response *UpdateGroupAuthorizationRuleResponse, err error)) <-chan int
UpdateGroupAuthorizationRuleWithCallback invokes the cc5g.UpdateGroupAuthorizationRule API asynchronously
func (*Client) UpdateGroupAuthorizationRuleWithChan ¶
func (client *Client) UpdateGroupAuthorizationRuleWithChan(request *UpdateGroupAuthorizationRuleRequest) (<-chan *UpdateGroupAuthorizationRuleResponse, <-chan error)
UpdateGroupAuthorizationRuleWithChan invokes the cc5g.UpdateGroupAuthorizationRule API asynchronously
func (*Client) UpdateGroupDnsAuthorizationRule ¶
func (client *Client) UpdateGroupDnsAuthorizationRule(request *UpdateGroupDnsAuthorizationRuleRequest) (response *UpdateGroupDnsAuthorizationRuleResponse, err error)
UpdateGroupDnsAuthorizationRule invokes the cc5g.UpdateGroupDnsAuthorizationRule API synchronously
func (*Client) UpdateGroupDnsAuthorizationRuleWithCallback ¶
func (client *Client) UpdateGroupDnsAuthorizationRuleWithCallback(request *UpdateGroupDnsAuthorizationRuleRequest, callback func(response *UpdateGroupDnsAuthorizationRuleResponse, err error)) <-chan int
UpdateGroupDnsAuthorizationRuleWithCallback invokes the cc5g.UpdateGroupDnsAuthorizationRule API asynchronously
func (*Client) UpdateGroupDnsAuthorizationRuleWithChan ¶
func (client *Client) UpdateGroupDnsAuthorizationRuleWithChan(request *UpdateGroupDnsAuthorizationRuleRequest) (<-chan *UpdateGroupDnsAuthorizationRuleResponse, <-chan error)
UpdateGroupDnsAuthorizationRuleWithChan invokes the cc5g.UpdateGroupDnsAuthorizationRule API asynchronously
func (*Client) UpdateWirelessCloudConnector ¶
func (client *Client) UpdateWirelessCloudConnector(request *UpdateWirelessCloudConnectorRequest) (response *UpdateWirelessCloudConnectorResponse, err error)
UpdateWirelessCloudConnector invokes the cc5g.UpdateWirelessCloudConnector API synchronously
func (*Client) UpdateWirelessCloudConnectorGroup ¶
func (client *Client) UpdateWirelessCloudConnectorGroup(request *UpdateWirelessCloudConnectorGroupRequest) (response *UpdateWirelessCloudConnectorGroupResponse, err error)
UpdateWirelessCloudConnectorGroup invokes the cc5g.UpdateWirelessCloudConnectorGroup API synchronously
func (*Client) UpdateWirelessCloudConnectorGroupWithCallback ¶
func (client *Client) UpdateWirelessCloudConnectorGroupWithCallback(request *UpdateWirelessCloudConnectorGroupRequest, callback func(response *UpdateWirelessCloudConnectorGroupResponse, err error)) <-chan int
UpdateWirelessCloudConnectorGroupWithCallback invokes the cc5g.UpdateWirelessCloudConnectorGroup API asynchronously
func (*Client) UpdateWirelessCloudConnectorGroupWithChan ¶
func (client *Client) UpdateWirelessCloudConnectorGroupWithChan(request *UpdateWirelessCloudConnectorGroupRequest) (<-chan *UpdateWirelessCloudConnectorGroupResponse, <-chan error)
UpdateWirelessCloudConnectorGroupWithChan invokes the cc5g.UpdateWirelessCloudConnectorGroup API asynchronously
func (*Client) UpdateWirelessCloudConnectorWithCallback ¶
func (client *Client) UpdateWirelessCloudConnectorWithCallback(request *UpdateWirelessCloudConnectorRequest, callback func(response *UpdateWirelessCloudConnectorResponse, err error)) <-chan int
UpdateWirelessCloudConnectorWithCallback invokes the cc5g.UpdateWirelessCloudConnector API asynchronously
func (*Client) UpdateWirelessCloudConnectorWithChan ¶
func (client *Client) UpdateWirelessCloudConnectorWithChan(request *UpdateWirelessCloudConnectorRequest) (<-chan *UpdateWirelessCloudConnectorResponse, <-chan error)
UpdateWirelessCloudConnectorWithChan invokes the cc5g.UpdateWirelessCloudConnector API asynchronously
type CreateAuthorizationRuleRequest ¶
type CreateAuthorizationRuleRequest struct { *requests.RpcRequest ClientToken string `position:"Query" name:"ClientToken"` SourceCidr string `position:"Query" name:"SourceCidr"` DestinationType string `position:"Query" name:"DestinationType"` Destination string `position:"Query" name:"Destination"` Description string `position:"Query" name:"Description"` Protocol string `position:"Query" name:"Protocol"` Policy string `position:"Query" name:"Policy"` DryRun requests.Boolean `position:"Query" name:"DryRun"` DestinationPort string `position:"Query" name:"DestinationPort"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` Name string `position:"Query" name:"Name"` }
CreateAuthorizationRuleRequest is the request struct for api CreateAuthorizationRule
func CreateCreateAuthorizationRuleRequest ¶
func CreateCreateAuthorizationRuleRequest() (request *CreateAuthorizationRuleRequest)
CreateCreateAuthorizationRuleRequest creates a request to invoke CreateAuthorizationRule API
type CreateAuthorizationRuleResponse ¶
type CreateAuthorizationRuleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` AuthorizationRuleId string `json:"AuthorizationRuleId" xml:"AuthorizationRuleId"` }
CreateAuthorizationRuleResponse is the response struct for api CreateAuthorizationRule
func CreateCreateAuthorizationRuleResponse ¶
func CreateCreateAuthorizationRuleResponse() (response *CreateAuthorizationRuleResponse)
CreateCreateAuthorizationRuleResponse creates a response to parse from CreateAuthorizationRule response
type CreateBatchOperateCardsTaskRequest ¶
type CreateBatchOperateCardsTaskRequest struct { *requests.RpcRequest Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` Threshold requests.Integer `position:"Query" name:"Threshold"` EffectType string `position:"Query" name:"EffectType"` WirelessCloudConnectorIds *[]string `position:"Query" name:"WirelessCloudConnectorIds" type:"Repeated"` DryRun requests.Boolean `position:"Query" name:"DryRun"` Name string `position:"Query" name:"Name"` OperateType string `position:"Query" name:"OperateType"` IccidsOssFilePath string `position:"Query" name:"IccidsOssFilePath"` }
CreateBatchOperateCardsTaskRequest is the request struct for api CreateBatchOperateCardsTask
func CreateCreateBatchOperateCardsTaskRequest ¶
func CreateCreateBatchOperateCardsTaskRequest() (request *CreateBatchOperateCardsTaskRequest)
CreateCreateBatchOperateCardsTaskRequest creates a request to invoke CreateBatchOperateCardsTask API
type CreateBatchOperateCardsTaskResponse ¶
type CreateBatchOperateCardsTaskResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` BatchOperateCardsTaskId string `json:"BatchOperateCardsTaskId" xml:"BatchOperateCardsTaskId"` OperateResultOssFilePath string `json:"OperateResultOssFilePath" xml:"OperateResultOssFilePath"` }
CreateBatchOperateCardsTaskResponse is the response struct for api CreateBatchOperateCardsTask
func CreateCreateBatchOperateCardsTaskResponse ¶
func CreateCreateBatchOperateCardsTaskResponse() (response *CreateBatchOperateCardsTaskResponse)
CreateCreateBatchOperateCardsTaskResponse creates a response to parse from CreateBatchOperateCardsTask response
type CreateGroupAuthorizationRuleRequest ¶
type CreateGroupAuthorizationRuleRequest struct { *requests.RpcRequest WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` ClientToken string `position:"Query" name:"ClientToken"` SourceCidr string `position:"Query" name:"SourceCidr"` DestinationType string `position:"Query" name:"DestinationType"` Destination string `position:"Query" name:"Destination"` Description string `position:"Query" name:"Description"` Protocol string `position:"Query" name:"Protocol"` Policy string `position:"Query" name:"Policy"` DryRun requests.Boolean `position:"Query" name:"DryRun"` DestinationPort string `position:"Query" name:"DestinationPort"` Name string `position:"Query" name:"Name"` }
CreateGroupAuthorizationRuleRequest is the request struct for api CreateGroupAuthorizationRule
func CreateCreateGroupAuthorizationRuleRequest ¶
func CreateCreateGroupAuthorizationRuleRequest() (request *CreateGroupAuthorizationRuleRequest)
CreateCreateGroupAuthorizationRuleRequest creates a request to invoke CreateGroupAuthorizationRule API
type CreateGroupAuthorizationRuleResponse ¶
type CreateGroupAuthorizationRuleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` AuthorizationRuleId string `json:"AuthorizationRuleId" xml:"AuthorizationRuleId"` }
CreateGroupAuthorizationRuleResponse is the response struct for api CreateGroupAuthorizationRule
func CreateCreateGroupAuthorizationRuleResponse ¶
func CreateCreateGroupAuthorizationRuleResponse() (response *CreateGroupAuthorizationRuleResponse)
CreateCreateGroupAuthorizationRuleResponse creates a response to parse from CreateGroupAuthorizationRule response
type CreateIoTCloudConnectorBackhaulRouteRequest ¶
type CreateIoTCloudConnectorBackhaulRouteRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` NetLinkId string `position:"Query" name:"NetLinkId"` ClientToken string `position:"Query" name:"ClientToken"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
CreateIoTCloudConnectorBackhaulRouteRequest is the request struct for api CreateIoTCloudConnectorBackhaulRoute
func CreateCreateIoTCloudConnectorBackhaulRouteRequest ¶
func CreateCreateIoTCloudConnectorBackhaulRouteRequest() (request *CreateIoTCloudConnectorBackhaulRouteRequest)
CreateCreateIoTCloudConnectorBackhaulRouteRequest creates a request to invoke CreateIoTCloudConnectorBackhaulRoute API
type CreateIoTCloudConnectorBackhaulRouteResponse ¶
type CreateIoTCloudConnectorBackhaulRouteResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
CreateIoTCloudConnectorBackhaulRouteResponse is the response struct for api CreateIoTCloudConnectorBackhaulRoute
func CreateCreateIoTCloudConnectorBackhaulRouteResponse ¶
func CreateCreateIoTCloudConnectorBackhaulRouteResponse() (response *CreateIoTCloudConnectorBackhaulRouteResponse)
CreateCreateIoTCloudConnectorBackhaulRouteResponse creates a response to parse from CreateIoTCloudConnectorBackhaulRoute response
type CreateWirelessCloudConnectorGroupRequest ¶
type CreateWirelessCloudConnectorGroupRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` Name string `position:"Query" name:"Name"` }
CreateWirelessCloudConnectorGroupRequest is the request struct for api CreateWirelessCloudConnectorGroup
func CreateCreateWirelessCloudConnectorGroupRequest ¶
func CreateCreateWirelessCloudConnectorGroupRequest() (request *CreateWirelessCloudConnectorGroupRequest)
CreateCreateWirelessCloudConnectorGroupRequest creates a request to invoke CreateWirelessCloudConnectorGroup API
type CreateWirelessCloudConnectorGroupResponse ¶
type CreateWirelessCloudConnectorGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` WirelessCloudConnectorGroupId string `json:"WirelessCloudConnectorGroupId" xml:"WirelessCloudConnectorGroupId"` }
CreateWirelessCloudConnectorGroupResponse is the response struct for api CreateWirelessCloudConnectorGroup
func CreateCreateWirelessCloudConnectorGroupResponse ¶
func CreateCreateWirelessCloudConnectorGroupResponse() (response *CreateWirelessCloudConnectorGroupResponse)
CreateCreateWirelessCloudConnectorGroupResponse creates a response to parse from CreateWirelessCloudConnectorGroup response
type CreateWirelessCloudConnectorNetLinks ¶
type CreateWirelessCloudConnectorNetLinks struct { RegionId string `name:"RegionId"` VpcId string `name:"VpcId"` VSwitchs *[]string `name:"VSwitchs" type:"Repeated"` APN string `name:"APN"` }
CreateWirelessCloudConnectorNetLinks is a repeated param struct in CreateWirelessCloudConnectorRequest
type CreateWirelessCloudConnectorRequest ¶
type CreateWirelessCloudConnectorRequest struct { *requests.RpcRequest UseCase string `position:"Query" name:"UseCase"` ClientToken string `position:"Query" name:"ClientToken"` ISP string `position:"Query" name:"ISP"` Description string `position:"Query" name:"Description"` BusinessType string `position:"Query" name:"BusinessType"` NetLinks *[]CreateWirelessCloudConnectorNetLinks `position:"Query" name:"NetLinks" type:"Repeated"` DryRun requests.Boolean `position:"Query" name:"DryRun"` Name string `position:"Query" name:"Name"` }
CreateWirelessCloudConnectorRequest is the request struct for api CreateWirelessCloudConnector
func CreateCreateWirelessCloudConnectorRequest ¶
func CreateCreateWirelessCloudConnectorRequest() (request *CreateWirelessCloudConnectorRequest)
CreateCreateWirelessCloudConnectorRequest creates a request to invoke CreateWirelessCloudConnector API
type CreateWirelessCloudConnectorResponse ¶
type CreateWirelessCloudConnectorResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` WirelessCloudConnectorId string `json:"WirelessCloudConnectorId" xml:"WirelessCloudConnectorId"` }
CreateWirelessCloudConnectorResponse is the response struct for api CreateWirelessCloudConnector
func CreateCreateWirelessCloudConnectorResponse ¶
func CreateCreateWirelessCloudConnectorResponse() (response *CreateWirelessCloudConnectorResponse)
CreateCreateWirelessCloudConnectorResponse creates a response to parse from CreateWirelessCloudConnector response
type DataPackage ¶
type DataPackage struct { DataPackageId string `json:"DataPackageId" xml:"DataPackageId"` Status string `json:"Status" xml:"Status"` Name string `json:"Name" xml:"Name"` ISP string `json:"ISP" xml:"ISP"` Size string `json:"Size" xml:"Size"` CardCount string `json:"CardCount" xml:"CardCount"` CreateTime string `json:"CreateTime" xml:"CreateTime"` ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"` }
DataPackage is a nested struct in cc5g response
type DataPackages ¶
type DataPackages struct {
DataPackage []DataPackage `json:"DataPackage" xml:"DataPackage"`
}
DataPackages is a nested struct in cc5g response
type DeleteAuthorizationRuleRequest ¶
type DeleteAuthorizationRuleRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` AuthorizationRuleId string `position:"Query" name:"AuthorizationRuleId"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
DeleteAuthorizationRuleRequest is the request struct for api DeleteAuthorizationRule
func CreateDeleteAuthorizationRuleRequest ¶
func CreateDeleteAuthorizationRuleRequest() (request *DeleteAuthorizationRuleRequest)
CreateDeleteAuthorizationRuleRequest creates a request to invoke DeleteAuthorizationRule API
type DeleteAuthorizationRuleResponse ¶
type DeleteAuthorizationRuleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteAuthorizationRuleResponse is the response struct for api DeleteAuthorizationRule
func CreateDeleteAuthorizationRuleResponse ¶
func CreateDeleteAuthorizationRuleResponse() (response *DeleteAuthorizationRuleResponse)
CreateDeleteAuthorizationRuleResponse creates a response to parse from DeleteAuthorizationRule response
type DeleteBatchOperateCardsTaskRequest ¶
type DeleteBatchOperateCardsTaskRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` BatchOperateCardsTaskId string `position:"Query" name:"BatchOperateCardsTaskId"` }
DeleteBatchOperateCardsTaskRequest is the request struct for api DeleteBatchOperateCardsTask
func CreateDeleteBatchOperateCardsTaskRequest ¶
func CreateDeleteBatchOperateCardsTaskRequest() (request *DeleteBatchOperateCardsTaskRequest)
CreateDeleteBatchOperateCardsTaskRequest creates a request to invoke DeleteBatchOperateCardsTask API
type DeleteBatchOperateCardsTaskResponse ¶
type DeleteBatchOperateCardsTaskResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteBatchOperateCardsTaskResponse is the response struct for api DeleteBatchOperateCardsTask
func CreateDeleteBatchOperateCardsTaskResponse ¶
func CreateDeleteBatchOperateCardsTaskResponse() (response *DeleteBatchOperateCardsTaskResponse)
CreateDeleteBatchOperateCardsTaskResponse creates a response to parse from DeleteBatchOperateCardsTask response
type DeleteGroupAuthorizationRuleRequest ¶
type DeleteGroupAuthorizationRuleRequest struct { *requests.RpcRequest WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` AuthorizationRuleId string `position:"Query" name:"AuthorizationRuleId"` }
DeleteGroupAuthorizationRuleRequest is the request struct for api DeleteGroupAuthorizationRule
func CreateDeleteGroupAuthorizationRuleRequest ¶
func CreateDeleteGroupAuthorizationRuleRequest() (request *DeleteGroupAuthorizationRuleRequest)
CreateDeleteGroupAuthorizationRuleRequest creates a request to invoke DeleteGroupAuthorizationRule API
type DeleteGroupAuthorizationRuleResponse ¶
type DeleteGroupAuthorizationRuleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteGroupAuthorizationRuleResponse is the response struct for api DeleteGroupAuthorizationRule
func CreateDeleteGroupAuthorizationRuleResponse ¶
func CreateDeleteGroupAuthorizationRuleResponse() (response *DeleteGroupAuthorizationRuleResponse)
CreateDeleteGroupAuthorizationRuleResponse creates a response to parse from DeleteGroupAuthorizationRule response
type DeleteIoTCloudConnectorBackhaulRouteRequest ¶
type DeleteIoTCloudConnectorBackhaulRouteRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` NetLinkId string `position:"Query" name:"NetLinkId"` ClientToken string `position:"Query" name:"ClientToken"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
DeleteIoTCloudConnectorBackhaulRouteRequest is the request struct for api DeleteIoTCloudConnectorBackhaulRoute
func CreateDeleteIoTCloudConnectorBackhaulRouteRequest ¶
func CreateDeleteIoTCloudConnectorBackhaulRouteRequest() (request *DeleteIoTCloudConnectorBackhaulRouteRequest)
CreateDeleteIoTCloudConnectorBackhaulRouteRequest creates a request to invoke DeleteIoTCloudConnectorBackhaulRoute API
type DeleteIoTCloudConnectorBackhaulRouteResponse ¶
type DeleteIoTCloudConnectorBackhaulRouteResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteIoTCloudConnectorBackhaulRouteResponse is the response struct for api DeleteIoTCloudConnectorBackhaulRoute
func CreateDeleteIoTCloudConnectorBackhaulRouteResponse ¶
func CreateDeleteIoTCloudConnectorBackhaulRouteResponse() (response *DeleteIoTCloudConnectorBackhaulRouteResponse)
CreateDeleteIoTCloudConnectorBackhaulRouteResponse creates a response to parse from DeleteIoTCloudConnectorBackhaulRoute response
type DeleteWirelessCloudConnectorGroupRequest ¶
type DeleteWirelessCloudConnectorGroupRequest struct { *requests.RpcRequest WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` }
DeleteWirelessCloudConnectorGroupRequest is the request struct for api DeleteWirelessCloudConnectorGroup
func CreateDeleteWirelessCloudConnectorGroupRequest ¶
func CreateDeleteWirelessCloudConnectorGroupRequest() (request *DeleteWirelessCloudConnectorGroupRequest)
CreateDeleteWirelessCloudConnectorGroupRequest creates a request to invoke DeleteWirelessCloudConnectorGroup API
type DeleteWirelessCloudConnectorGroupResponse ¶
type DeleteWirelessCloudConnectorGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteWirelessCloudConnectorGroupResponse is the response struct for api DeleteWirelessCloudConnectorGroup
func CreateDeleteWirelessCloudConnectorGroupResponse ¶
func CreateDeleteWirelessCloudConnectorGroupResponse() (response *DeleteWirelessCloudConnectorGroupResponse)
CreateDeleteWirelessCloudConnectorGroupResponse creates a response to parse from DeleteWirelessCloudConnectorGroup response
type DeleteWirelessCloudConnectorRequest ¶
type DeleteWirelessCloudConnectorRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
DeleteWirelessCloudConnectorRequest is the request struct for api DeleteWirelessCloudConnector
func CreateDeleteWirelessCloudConnectorRequest ¶
func CreateDeleteWirelessCloudConnectorRequest() (request *DeleteWirelessCloudConnectorRequest)
CreateDeleteWirelessCloudConnectorRequest creates a request to invoke DeleteWirelessCloudConnector API
type DeleteWirelessCloudConnectorResponse ¶
type DeleteWirelessCloudConnectorResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DeleteWirelessCloudConnectorResponse is the response struct for api DeleteWirelessCloudConnector
func CreateDeleteWirelessCloudConnectorResponse ¶
func CreateDeleteWirelessCloudConnectorResponse() (response *DeleteWirelessCloudConnectorResponse)
CreateDeleteWirelessCloudConnectorResponse creates a response to parse from DeleteWirelessCloudConnector response
type DetachVpcFromNetLinkRequest ¶
type DetachVpcFromNetLinkRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` NetLinkId string `position:"Query" name:"NetLinkId"` ClientToken string `position:"Query" name:"ClientToken"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
DetachVpcFromNetLinkRequest is the request struct for api DetachVpcFromNetLink
func CreateDetachVpcFromNetLinkRequest ¶
func CreateDetachVpcFromNetLinkRequest() (request *DetachVpcFromNetLinkRequest)
CreateDetachVpcFromNetLinkRequest creates a request to invoke DetachVpcFromNetLink API
type DetachVpcFromNetLinkResponse ¶
type DetachVpcFromNetLinkResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
DetachVpcFromNetLinkResponse is the response struct for api DetachVpcFromNetLink
func CreateDetachVpcFromNetLinkResponse ¶
func CreateDetachVpcFromNetLinkResponse() (response *DetachVpcFromNetLinkResponse)
CreateDetachVpcFromNetLinkResponse creates a response to parse from DetachVpcFromNetLink response
type DiagnoseInfo ¶
type DiagnoseInfo struct {
DiagnoseInfoItem []DiagnoseInfoItem `json:"diagnoseInfo" xml:"diagnoseInfo"`
}
DiagnoseInfo is a nested struct in cc5g response
type DiagnoseInfoItem ¶ added in v1.62.176
type DiagnoseInfoItem struct { WirelessCloudConnectorId string `json:"WirelessCloudConnectorId" xml:"WirelessCloudConnectorId"` CardIp string `json:"CardIp" xml:"CardIp"` IccId string `json:"IccId" xml:"IccId"` SourceType string `json:"SourceType" xml:"SourceType"` Source string `json:"Source" xml:"Source"` DestinationType string `json:"DestinationType" xml:"DestinationType"` Destination string `json:"Destination" xml:"Destination"` BeginTime int64 `json:"BeginTime" xml:"BeginTime"` EndTime int64 `json:"EndTime" xml:"EndTime"` Status string `json:"Status" xml:"Status"` DiagnoseTime int64 `json:"DiagnoseTime" xml:"DiagnoseTime"` DiagnoseTaskId string `json:"DiagnoseTaskId" xml:"DiagnoseTaskId"` }
DiagnoseInfoItem is a nested struct in cc5g response
type DiagnoseItem ¶
type DiagnoseItem struct {
DiagnoseItemItem []DiagnoseItemItem `json:"diagnoseItem" xml:"diagnoseItem"`
}
DiagnoseItem is a nested struct in cc5g response
type DiagnoseItemItem ¶ added in v1.62.176
type DiagnoseItemItem struct { Part string `json:"Part" xml:"Part"` Status string `json:"Status" xml:"Status"` SubItems []SubItemsItem `json:"SubItems" xml:"SubItems"` }
DiagnoseItemItem is a nested struct in cc5g response
type DiagnoseResult ¶
type DiagnoseResult struct { ErrorLevel string `json:"ErrorLevel" xml:"ErrorLevel"` ErrorPart string `json:"ErrorPart" xml:"ErrorPart"` ErrorItem string `json:"ErrorItem" xml:"ErrorItem"` ErrorDesc string `json:"ErrorDesc" xml:"ErrorDesc"` ErrorSuggestion string `json:"ErrorSuggestion" xml:"ErrorSuggestion"` }
DiagnoseResult is a nested struct in cc5g response
type ErrorResult ¶
type ErrorResult struct {
DiagnoseResult []DiagnoseResult `json:"diagnoseResult" xml:"diagnoseResult"`
}
ErrorResult is a nested struct in cc5g response
type FailCardsRequest ¶
type FailCardsRequest struct { *requests.RpcRequest Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` }
FailCardsRequest is the request struct for api FailCards
func CreateFailCardsRequest ¶
func CreateFailCardsRequest() (request *FailCardsRequest)
CreateFailCardsRequest creates a request to invoke FailCards API
type FailCardsResponse ¶
type FailCardsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
FailCardsResponse is the response struct for api FailCards
func CreateFailCardsResponse ¶
func CreateFailCardsResponse() (response *FailCardsResponse)
CreateFailCardsResponse creates a response to parse from FailCards response
type Features ¶
type Features struct {
Feature []string `json:"Feature" xml:"Feature"`
}
Features is a nested struct in cc5g response
type GetCardLockReasonRequest ¶
type GetCardLockReasonRequest struct { *requests.RpcRequest Iccid string `position:"Query" name:"Iccid"` }
GetCardLockReasonRequest is the request struct for api GetCardLockReason
func CreateGetCardLockReasonRequest ¶
func CreateGetCardLockReasonRequest() (request *GetCardLockReasonRequest)
CreateGetCardLockReasonRequest creates a request to invoke GetCardLockReason API
type GetCardLockReasonResponse ¶
type GetCardLockReasonResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` LockReason string `json:"LockReason" xml:"LockReason"` }
GetCardLockReasonResponse is the response struct for api GetCardLockReason
func CreateGetCardLockReasonResponse ¶
func CreateGetCardLockReasonResponse() (response *GetCardLockReasonResponse)
CreateGetCardLockReasonResponse creates a response to parse from GetCardLockReason response
type GetCardRequest ¶
type GetCardRequest struct { *requests.RpcRequest Iccid string `position:"Query" name:"Iccid"` }
GetCardRequest is the request struct for api GetCard
func CreateGetCardRequest ¶
func CreateGetCardRequest() (request *GetCardRequest)
CreateGetCardRequest creates a request to invoke GetCard API
type GetCardResponse ¶
type GetCardResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Iccid string `json:"Iccid" xml:"Iccid"` NetType string `json:"NetType" xml:"NetType"` APN string `json:"APN" xml:"APN"` ISP string `json:"ISP" xml:"ISP"` IpAddress string `json:"IpAddress" xml:"IpAddress"` Imsi string `json:"Imsi" xml:"Imsi"` Imei string `json:"Imei" xml:"Imei"` Lock string `json:"Lock" xml:"Lock"` Spec string `json:"Spec" xml:"Spec"` SimStatus string `json:"SimStatus" xml:"SimStatus"` Status string `json:"Status" xml:"Status"` Description string `json:"Description" xml:"Description"` Name string `json:"Name" xml:"Name"` WirelessCloudConnectorId string `json:"WirelessCloudConnectorId" xml:"WirelessCloudConnectorId"` CloudConnectorId string `json:"CloudConnectorId" xml:"CloudConnectorId"` UsageDataMonth int `json:"UsageDataMonth" xml:"UsageDataMonth"` OrderId string `json:"OrderId" xml:"OrderId"` ActivatedTime string `json:"ActivatedTime" xml:"ActivatedTime"` Msisdn string `json:"Msisdn" xml:"Msisdn"` UsageDataTotal int64 `json:"UsageDataTotal" xml:"UsageDataTotal"` LimitThreshold int64 `json:"LimitThreshold" xml:"LimitThreshold"` StopThreshold int64 `json:"StopThreshold" xml:"StopThreshold"` AlarmThreshold int64 `json:"AlarmThreshold" xml:"AlarmThreshold"` }
GetCardResponse is the response struct for api GetCard
func CreateGetCardResponse ¶
func CreateGetCardResponse() (response *GetCardResponse)
CreateGetCardResponse creates a response to parse from GetCard response
type GetCreateCustomerInformationRequest ¶
type GetCreateCustomerInformationRequest struct { *requests.RpcRequest WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
GetCreateCustomerInformationRequest is the request struct for api GetCreateCustomerInformation
func CreateGetCreateCustomerInformationRequest ¶
func CreateGetCreateCustomerInformationRequest() (request *GetCreateCustomerInformationRequest)
CreateGetCreateCustomerInformationRequest creates a request to invoke GetCreateCustomerInformation API
type GetCreateCustomerInformationResponse ¶
type GetCreateCustomerInformationResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` URL string `json:"URL" xml:"URL"` CanBuyCard string `json:"CanBuyCard" xml:"CanBuyCard"` }
GetCreateCustomerInformationResponse is the response struct for api GetCreateCustomerInformation
func CreateGetCreateCustomerInformationResponse ¶
func CreateGetCreateCustomerInformationResponse() (response *GetCreateCustomerInformationResponse)
CreateGetCreateCustomerInformationResponse creates a response to parse from GetCreateCustomerInformation response
type GetDiagnoseResultForSingleCardRequest ¶
type GetDiagnoseResultForSingleCardRequest struct { *requests.RpcRequest RegionNo string `position:"Query" name:"RegionNo"` DiagnoseTaskId string `position:"Query" name:"DiagnoseTaskId"` }
GetDiagnoseResultForSingleCardRequest is the request struct for api GetDiagnoseResultForSingleCard
func CreateGetDiagnoseResultForSingleCardRequest ¶
func CreateGetDiagnoseResultForSingleCardRequest() (request *GetDiagnoseResultForSingleCardRequest)
CreateGetDiagnoseResultForSingleCardRequest creates a request to invoke GetDiagnoseResultForSingleCard API
type GetDiagnoseResultForSingleCardResponse ¶
type GetDiagnoseResultForSingleCardResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` WirelessCloudConnectorId string `json:"WirelessCloudConnectorId" xml:"WirelessCloudConnectorId"` CardIp string `json:"CardIp" xml:"CardIp"` IccId string `json:"IccId" xml:"IccId"` Destination string `json:"Destination" xml:"Destination"` DestinationType string `json:"DestinationType" xml:"DestinationType"` BeginTime int64 `json:"BeginTime" xml:"BeginTime"` EndTime int64 `json:"EndTime" xml:"EndTime"` Status string `json:"Status" xml:"Status"` ErrorResult []DiagnoseResult `json:"ErrorResult" xml:"ErrorResult"` DiagnoseItem []DiagnoseItemItem `json:"DiagnoseItem" xml:"DiagnoseItem"` }
GetDiagnoseResultForSingleCardResponse is the response struct for api GetDiagnoseResultForSingleCard
func CreateGetDiagnoseResultForSingleCardResponse ¶
func CreateGetDiagnoseResultForSingleCardResponse() (response *GetDiagnoseResultForSingleCardResponse)
CreateGetDiagnoseResultForSingleCardResponse creates a response to parse from GetDiagnoseResultForSingleCard response
type GetWirelessCloudConnectorRequest ¶
type GetWirelessCloudConnectorRequest struct { *requests.RpcRequest WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
GetWirelessCloudConnectorRequest is the request struct for api GetWirelessCloudConnector
func CreateGetWirelessCloudConnectorRequest ¶
func CreateGetWirelessCloudConnectorRequest() (request *GetWirelessCloudConnectorRequest)
CreateGetWirelessCloudConnectorRequest creates a request to invoke GetWirelessCloudConnector API
type GetWirelessCloudConnectorResponse ¶
type GetWirelessCloudConnectorResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` WirelessCloudConnectorId string `json:"WirelessCloudConnectorId" xml:"WirelessCloudConnectorId"` Status string `json:"Status" xml:"Status"` Name string `json:"Name" xml:"Name"` Description string `json:"Description" xml:"Description"` RegionId string `json:"RegionId" xml:"RegionId"` UseCase string `json:"UseCase" xml:"UseCase"` DataPackageId string `json:"DataPackageId" xml:"DataPackageId"` DataPackageType string `json:"DataPackageType" xml:"DataPackageType"` CardCount string `json:"CardCount" xml:"CardCount"` CreateTime string `json:"CreateTime" xml:"CreateTime"` BusinessType string `json:"BusinessType" xml:"BusinessType"` WirelessCloudConnectorGroupId string `json:"WirelessCloudConnectorGroupId" xml:"WirelessCloudConnectorGroupId"` ServiceType string `json:"ServiceType" xml:"ServiceType"` Features []string `json:"Features" xml:"Features"` NetLinks []NetLink `json:"NetLinks" xml:"NetLinks"` }
GetWirelessCloudConnectorResponse is the response struct for api GetWirelessCloudConnector
func CreateGetWirelessCloudConnectorResponse ¶
func CreateGetWirelessCloudConnectorResponse() (response *GetWirelessCloudConnectorResponse)
CreateGetWirelessCloudConnectorResponse creates a response to parse from GetWirelessCloudConnector response
type GrantNetLinkRequest ¶
type GrantNetLinkRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` NetLinkId string `position:"Query" name:"NetLinkId"` ClientToken string `position:"Query" name:"ClientToken"` GrantAliUid requests.Integer `position:"Query" name:"GrantAliUid"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
GrantNetLinkRequest is the request struct for api GrantNetLink
func CreateGrantNetLinkRequest ¶
func CreateGrantNetLinkRequest() (request *GrantNetLinkRequest)
CreateGrantNetLinkRequest creates a request to invoke GrantNetLink API
type GrantNetLinkResponse ¶
type GrantNetLinkResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
GrantNetLinkResponse is the response struct for api GrantNetLink
func CreateGrantNetLinkResponse ¶
func CreateGrantNetLinkResponse() (response *GrantNetLinkResponse)
CreateGrantNetLinkResponse creates a response to parse from GrantNetLink response
type GroupAuthorizationRule ¶
type GroupAuthorizationRule struct { AuthorizationRuleId string `json:"AuthorizationRuleId" xml:"AuthorizationRuleId"` Status string `json:"Status" xml:"Status"` Name string `json:"Name" xml:"Name"` Description string `json:"Description" xml:"Description"` Type string `json:"Type" xml:"Type"` SourceCidr string `json:"SourceCidr" xml:"SourceCidr"` DestinationType string `json:"DestinationType" xml:"DestinationType"` Protocol string `json:"Protocol" xml:"Protocol"` DestinationPort string `json:"DestinationPort" xml:"DestinationPort"` Destination string `json:"Destination" xml:"Destination"` Policy string `json:"Policy" xml:"Policy"` Dns bool `json:"Dns" xml:"Dns"` CreateTime string `json:"CreateTime" xml:"CreateTime"` }
GroupAuthorizationRule is a nested struct in cc5g response
type GroupAuthorizationRules ¶
type GroupAuthorizationRules struct {
GroupAuthorizationRule []GroupAuthorizationRule `json:"GroupAuthorizationRule" xml:"GroupAuthorizationRule"`
}
GroupAuthorizationRules is a nested struct in cc5g response
type ListAPNsRequest ¶
type ListAPNsRequest struct { *requests.RpcRequest ISP string `position:"Query" name:"ISP"` NextToken string `position:"Query" name:"NextToken"` MaxResults requests.Integer `position:"Query" name:"MaxResults"` APN string `position:"Query" name:"APN"` }
ListAPNsRequest is the request struct for api ListAPNs
func CreateListAPNsRequest ¶
func CreateListAPNsRequest() (request *ListAPNsRequest)
CreateListAPNsRequest creates a request to invoke ListAPNs API
type ListAPNsResponse ¶
type ListAPNsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextToken string `json:"NextToken" xml:"NextToken"` MaxResults string `json:"MaxResults" xml:"MaxResults"` TotalCount string `json:"TotalCount" xml:"TotalCount"` APNs []Region `json:"APNs" xml:"APNs"` }
ListAPNsResponse is the response struct for api ListAPNs
func CreateListAPNsResponse ¶
func CreateListAPNsResponse() (response *ListAPNsResponse)
CreateListAPNsResponse creates a response to parse from ListAPNs response
type ListAuthorizationRulesRequest ¶
type ListAuthorizationRulesRequest struct { *requests.RpcRequest DestinationType string `position:"Query" name:"DestinationType"` Destination string `position:"Query" name:"Destination"` Type string `position:"Query" name:"Type"` Protocol string `position:"Query" name:"Protocol"` AuthorizationRuleIds *[]string `position:"Query" name:"AuthorizationRuleIds" type:"Repeated"` NextToken string `position:"Query" name:"NextToken"` Policy string `position:"Query" name:"Policy"` Dns requests.Boolean `position:"Query" name:"Dns"` DestinationPort string `position:"Query" name:"DestinationPort"` Names *[]string `position:"Query" name:"Names" type:"Repeated"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` MaxResults requests.Integer `position:"Query" name:"MaxResults"` Statuses *[]string `position:"Query" name:"Statuses" type:"Repeated"` }
ListAuthorizationRulesRequest is the request struct for api ListAuthorizationRules
func CreateListAuthorizationRulesRequest ¶
func CreateListAuthorizationRulesRequest() (request *ListAuthorizationRulesRequest)
CreateListAuthorizationRulesRequest creates a request to invoke ListAuthorizationRules API
type ListAuthorizationRulesResponse ¶
type ListAuthorizationRulesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextToken string `json:"NextToken" xml:"NextToken"` MaxResults string `json:"MaxResults" xml:"MaxResults"` TotalCount string `json:"TotalCount" xml:"TotalCount"` AuthorizationRules []AuthorizationRule `json:"AuthorizationRules" xml:"AuthorizationRules"` }
ListAuthorizationRulesResponse is the response struct for api ListAuthorizationRules
func CreateListAuthorizationRulesResponse ¶
func CreateListAuthorizationRulesResponse() (response *ListAuthorizationRulesResponse)
CreateListAuthorizationRulesResponse creates a response to parse from ListAuthorizationRules response
type ListBatchOperateCardsTasksRequest ¶
type ListBatchOperateCardsTasksRequest struct { *requests.RpcRequest NextToken string `position:"Query" name:"NextToken"` BatchOperateCardsTaskIds *[]string `position:"Query" name:"BatchOperateCardsTaskIds" type:"Repeated"` Names *[]string `position:"Query" name:"Names" type:"Repeated"` MaxResults requests.Integer `position:"Query" name:"MaxResults"` Statuses *[]string `position:"Query" name:"Statuses" type:"Repeated"` }
ListBatchOperateCardsTasksRequest is the request struct for api ListBatchOperateCardsTasks
func CreateListBatchOperateCardsTasksRequest ¶
func CreateListBatchOperateCardsTasksRequest() (request *ListBatchOperateCardsTasksRequest)
CreateListBatchOperateCardsTasksRequest creates a request to invoke ListBatchOperateCardsTasks API
type ListBatchOperateCardsTasksResponse ¶
type ListBatchOperateCardsTasksResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextToken string `json:"NextToken" xml:"NextToken"` MaxResults string `json:"MaxResults" xml:"MaxResults"` TotalCount string `json:"TotalCount" xml:"TotalCount"` BatchOperateCardsTasks []BatchOperateCardsTask `json:"BatchOperateCardsTasks" xml:"BatchOperateCardsTasks"` }
ListBatchOperateCardsTasksResponse is the response struct for api ListBatchOperateCardsTasks
func CreateListBatchOperateCardsTasksResponse ¶
func CreateListBatchOperateCardsTasksResponse() (response *ListBatchOperateCardsTasksResponse)
CreateListBatchOperateCardsTasksResponse creates a response to parse from ListBatchOperateCardsTasks response
type ListCardDayUsagesRequest ¶ added in v1.62.298
type ListCardDayUsagesRequest struct { *requests.RpcRequest LatestMonthNum requests.Integer `position:"Query" name:"LatestMonthNum"` Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
ListCardDayUsagesRequest is the request struct for api ListCardDayUsages
func CreateListCardDayUsagesRequest ¶ added in v1.62.298
func CreateListCardDayUsagesRequest() (request *ListCardDayUsagesRequest)
CreateListCardDayUsagesRequest creates a request to invoke ListCardDayUsages API
type ListCardDayUsagesResponse ¶ added in v1.62.298
type ListCardDayUsagesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Cards []Card `json:"Cards" xml:"Cards"` }
ListCardDayUsagesResponse is the response struct for api ListCardDayUsages
func CreateListCardDayUsagesResponse ¶ added in v1.62.298
func CreateListCardDayUsagesResponse() (response *ListCardDayUsagesResponse)
CreateListCardDayUsagesResponse creates a response to parse from ListCardDayUsages response
type ListCardUsagesRequest ¶ added in v1.62.176
type ListCardUsagesRequest struct { *requests.RpcRequest Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
ListCardUsagesRequest is the request struct for api ListCardUsages
func CreateListCardUsagesRequest ¶ added in v1.62.176
func CreateListCardUsagesRequest() (request *ListCardUsagesRequest)
CreateListCardUsagesRequest creates a request to invoke ListCardUsages API
type ListCardUsagesResponse ¶ added in v1.62.176
type ListCardUsagesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` TotalCount string `json:"TotalCount" xml:"TotalCount"` Cards []Card `json:"Cards" xml:"Cards"` }
ListCardUsagesResponse is the response struct for api ListCardUsages
func CreateListCardUsagesResponse ¶ added in v1.62.176
func CreateListCardUsagesResponse() (response *ListCardUsagesResponse)
CreateListCardUsagesResponse creates a response to parse from ListCardUsages response
type ListCardsRequest ¶
type ListCardsRequest struct { *requests.RpcRequest IpAddress string `position:"Query" name:"IpAddress"` Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` Iccid string `position:"Query" name:"Iccid"` NextToken string `position:"Query" name:"NextToken"` Lock requests.Boolean `position:"Query" name:"Lock"` Msisdn string `position:"Query" name:"Msisdn"` Apn string `position:"Query" name:"Apn"` NetLinkId string `position:"Query" name:"NetLinkId"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` Online requests.Boolean `position:"Query" name:"Online"` MaxResults requests.Integer `position:"Query" name:"MaxResults"` Statuses *[]string `position:"Query" name:"Statuses" type:"Repeated"` }
ListCardsRequest is the request struct for api ListCards
func CreateListCardsRequest ¶
func CreateListCardsRequest() (request *ListCardsRequest)
CreateListCardsRequest creates a request to invoke ListCards API
type ListCardsResponse ¶
type ListCardsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextToken string `json:"NextToken" xml:"NextToken"` MaxResults string `json:"MaxResults" xml:"MaxResults"` TotalCount string `json:"TotalCount" xml:"TotalCount"` Cards []Card `json:"Cards" xml:"Cards"` }
ListCardsResponse is the response struct for api ListCards
func CreateListCardsResponse ¶
func CreateListCardsResponse() (response *ListCardsResponse)
CreateListCardsResponse creates a response to parse from ListCards response
type ListDataPackagesRequest ¶
type ListDataPackagesRequest struct { *requests.RpcRequest NextToken string `position:"Query" name:"NextToken"` DataPackageIds *[]string `position:"Query" name:"DataPackageIds" type:"Repeated"` Names *[]string `position:"Query" name:"Names" type:"Repeated"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` MaxResults requests.Integer `position:"Query" name:"MaxResults"` Statuses *[]string `position:"Query" name:"Statuses" type:"Repeated"` }
ListDataPackagesRequest is the request struct for api ListDataPackages
func CreateListDataPackagesRequest ¶
func CreateListDataPackagesRequest() (request *ListDataPackagesRequest)
CreateListDataPackagesRequest creates a request to invoke ListDataPackages API
type ListDataPackagesResponse ¶
type ListDataPackagesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextToken string `json:"NextToken" xml:"NextToken"` MaxResults string `json:"MaxResults" xml:"MaxResults"` TotalCount string `json:"TotalCount" xml:"TotalCount"` DataPackages []DataPackage `json:"DataPackages" xml:"DataPackages"` }
ListDataPackagesResponse is the response struct for api ListDataPackages
func CreateListDataPackagesResponse ¶
func CreateListDataPackagesResponse() (response *ListDataPackagesResponse)
CreateListDataPackagesResponse creates a response to parse from ListDataPackages response
type ListDiagnoseInfoForSingleCardRequest ¶
type ListDiagnoseInfoForSingleCardRequest struct { *requests.RpcRequest Source string `position:"Query" name:"Source"` NextToken string `position:"Query" name:"NextToken"` SourceType string `position:"Query" name:"SourceType"` RegionNo string `position:"Query" name:"RegionNo"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` MaxResults requests.Integer `position:"Query" name:"MaxResults"` Status string `position:"Query" name:"Status"` }
ListDiagnoseInfoForSingleCardRequest is the request struct for api ListDiagnoseInfoForSingleCard
func CreateListDiagnoseInfoForSingleCardRequest ¶
func CreateListDiagnoseInfoForSingleCardRequest() (request *ListDiagnoseInfoForSingleCardRequest)
CreateListDiagnoseInfoForSingleCardRequest creates a request to invoke ListDiagnoseInfoForSingleCard API
type ListDiagnoseInfoForSingleCardResponse ¶
type ListDiagnoseInfoForSingleCardResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextToken string `json:"NextToken" xml:"NextToken"` MaxResults int64 `json:"MaxResults" xml:"MaxResults"` TotalCount int64 `json:"TotalCount" xml:"TotalCount"` DiagnoseInfo []DiagnoseInfoItem `json:"DiagnoseInfo" xml:"DiagnoseInfo"` }
ListDiagnoseInfoForSingleCardResponse is the response struct for api ListDiagnoseInfoForSingleCard
func CreateListDiagnoseInfoForSingleCardResponse ¶
func CreateListDiagnoseInfoForSingleCardResponse() (response *ListDiagnoseInfoForSingleCardResponse)
CreateListDiagnoseInfoForSingleCardResponse creates a response to parse from ListDiagnoseInfoForSingleCard response
type ListGroupAuthorizationRulesRequest ¶
type ListGroupAuthorizationRulesRequest struct { *requests.RpcRequest WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` DestinationType string `position:"Query" name:"DestinationType"` Destination string `position:"Query" name:"Destination"` Type string `position:"Query" name:"Type"` Protocol string `position:"Query" name:"Protocol"` AuthorizationRuleIds *[]string `position:"Query" name:"AuthorizationRuleIds" type:"Repeated"` NextToken string `position:"Query" name:"NextToken"` Policy string `position:"Query" name:"Policy"` Dns requests.Boolean `position:"Query" name:"Dns"` DestinationPort string `position:"Query" name:"DestinationPort"` Names *[]string `position:"Query" name:"Names" type:"Repeated"` MaxResults requests.Integer `position:"Query" name:"MaxResults"` Statuses *[]string `position:"Query" name:"Statuses" type:"Repeated"` }
ListGroupAuthorizationRulesRequest is the request struct for api ListGroupAuthorizationRules
func CreateListGroupAuthorizationRulesRequest ¶
func CreateListGroupAuthorizationRulesRequest() (request *ListGroupAuthorizationRulesRequest)
CreateListGroupAuthorizationRulesRequest creates a request to invoke ListGroupAuthorizationRules API
type ListGroupAuthorizationRulesResponse ¶
type ListGroupAuthorizationRulesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextToken string `json:"NextToken" xml:"NextToken"` MaxResults string `json:"MaxResults" xml:"MaxResults"` TotalCount string `json:"TotalCount" xml:"TotalCount"` GroupAuthorizationRules []GroupAuthorizationRule `json:"GroupAuthorizationRules" xml:"GroupAuthorizationRules"` }
ListGroupAuthorizationRulesResponse is the response struct for api ListGroupAuthorizationRules
func CreateListGroupAuthorizationRulesResponse ¶
func CreateListGroupAuthorizationRulesResponse() (response *ListGroupAuthorizationRulesResponse)
CreateListGroupAuthorizationRulesResponse creates a response to parse from ListGroupAuthorizationRules response
type ListIoTCloudConnectorBackhaulRouteRequest ¶
type ListIoTCloudConnectorBackhaulRouteRequest struct { *requests.RpcRequest NetLinkId string `position:"Query" name:"NetLinkId"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
ListIoTCloudConnectorBackhaulRouteRequest is the request struct for api ListIoTCloudConnectorBackhaulRoute
func CreateListIoTCloudConnectorBackhaulRouteRequest ¶
func CreateListIoTCloudConnectorBackhaulRouteRequest() (request *ListIoTCloudConnectorBackhaulRouteRequest)
CreateListIoTCloudConnectorBackhaulRouteRequest creates a request to invoke ListIoTCloudConnectorBackhaulRoute API
type ListIoTCloudConnectorBackhaulRouteResponse ¶
type ListIoTCloudConnectorBackhaulRouteResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NetLinkId string `json:"NetLinkId" xml:"NetLinkId"` Routes []RouteEntry `json:"Routes" xml:"Routes"` }
ListIoTCloudConnectorBackhaulRouteResponse is the response struct for api ListIoTCloudConnectorBackhaulRoute
func CreateListIoTCloudConnectorBackhaulRouteResponse ¶
func CreateListIoTCloudConnectorBackhaulRouteResponse() (response *ListIoTCloudConnectorBackhaulRouteResponse)
CreateListIoTCloudConnectorBackhaulRouteResponse creates a response to parse from ListIoTCloudConnectorBackhaulRoute response
type ListOrdersRequest ¶
type ListOrdersRequest struct { *requests.RpcRequest NextToken string `position:"Query" name:"NextToken"` OrderAction string `position:"Query" name:"OrderAction"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` OrderIds *[]string `position:"Query" name:"OrderIds" type:"Repeated"` MaxResults requests.Integer `position:"Query" name:"MaxResults"` Statuses *[]string `position:"Query" name:"Statuses" type:"Repeated"` }
ListOrdersRequest is the request struct for api ListOrders
func CreateListOrdersRequest ¶
func CreateListOrdersRequest() (request *ListOrdersRequest)
CreateListOrdersRequest creates a request to invoke ListOrders API
type ListOrdersResponse ¶
type ListOrdersResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextToken string `json:"NextToken" xml:"NextToken"` MaxResults string `json:"MaxResults" xml:"MaxResults"` TotalCount string `json:"TotalCount" xml:"TotalCount"` Orders []Order `json:"Orders" xml:"Orders"` }
ListOrdersResponse is the response struct for api ListOrders
func CreateListOrdersResponse ¶
func CreateListOrdersResponse() (response *ListOrdersResponse)
CreateListOrdersResponse creates a response to parse from ListOrders response
type ListRegionsRequest ¶
type ListRegionsRequest struct { *requests.RpcRequest AcceptLanguage string `position:"Query" name:"AcceptLanguage"` }
ListRegionsRequest is the request struct for api ListRegions
func CreateListRegionsRequest ¶
func CreateListRegionsRequest() (request *ListRegionsRequest)
CreateListRegionsRequest creates a request to invoke ListRegions API
type ListRegionsResponse ¶
type ListRegionsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Regions []Region `json:"Regions" xml:"Regions"` }
ListRegionsResponse is the response struct for api ListRegions
func CreateListRegionsResponse ¶
func CreateListRegionsResponse() (response *ListRegionsResponse)
CreateListRegionsResponse creates a response to parse from ListRegions response
type ListWirelessCloudConnectorGroupsRequest ¶
type ListWirelessCloudConnectorGroupsRequest struct { *requests.RpcRequest WirelessCloudConnectorGroupStatus *[]string `position:"Query" name:"WirelessCloudConnectorGroupStatus" type:"Repeated"` WirelessCloudConnectorGroupIds *[]string `position:"Query" name:"WirelessCloudConnectorGroupIds" type:"Repeated"` NextToken string `position:"Query" name:"NextToken"` WirelessCloudConnectorGroupNames *[]string `position:"Query" name:"WirelessCloudConnectorGroupNames" type:"Repeated"` MaxResults requests.Integer `position:"Query" name:"MaxResults"` }
ListWirelessCloudConnectorGroupsRequest is the request struct for api ListWirelessCloudConnectorGroups
func CreateListWirelessCloudConnectorGroupsRequest ¶
func CreateListWirelessCloudConnectorGroupsRequest() (request *ListWirelessCloudConnectorGroupsRequest)
CreateListWirelessCloudConnectorGroupsRequest creates a request to invoke ListWirelessCloudConnectorGroups API
type ListWirelessCloudConnectorGroupsResponse ¶
type ListWirelessCloudConnectorGroupsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextToken string `json:"NextToken" xml:"NextToken"` MaxResults string `json:"MaxResults" xml:"MaxResults"` TotalCount string `json:"TotalCount" xml:"TotalCount"` WirelessCloudConnectorGroups []WirelessCloudConnectorGroup `json:"WirelessCloudConnectorGroups" xml:"WirelessCloudConnectorGroups"` }
ListWirelessCloudConnectorGroupsResponse is the response struct for api ListWirelessCloudConnectorGroups
func CreateListWirelessCloudConnectorGroupsResponse ¶
func CreateListWirelessCloudConnectorGroupsResponse() (response *ListWirelessCloudConnectorGroupsResponse)
CreateListWirelessCloudConnectorGroupsResponse creates a response to parse from ListWirelessCloudConnectorGroups response
type ListWirelessCloudConnectorsRequest ¶
type ListWirelessCloudConnectorsRequest struct { *requests.RpcRequest WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` BusinessType string `position:"Query" name:"BusinessType"` NextToken string `position:"Query" name:"NextToken"` WirelessCloudConnectorIds *[]string `position:"Query" name:"WirelessCloudConnectorIds" type:"Repeated"` IsInGroup string `position:"Query" name:"IsInGroup"` Names *[]string `position:"Query" name:"Names" type:"Repeated"` MaxResults requests.Integer `position:"Query" name:"MaxResults"` Statuses *[]string `position:"Query" name:"Statuses" type:"Repeated"` }
ListWirelessCloudConnectorsRequest is the request struct for api ListWirelessCloudConnectors
func CreateListWirelessCloudConnectorsRequest ¶
func CreateListWirelessCloudConnectorsRequest() (request *ListWirelessCloudConnectorsRequest)
CreateListWirelessCloudConnectorsRequest creates a request to invoke ListWirelessCloudConnectors API
type ListWirelessCloudConnectorsResponse ¶
type ListWirelessCloudConnectorsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextToken string `json:"NextToken" xml:"NextToken"` MaxResults string `json:"MaxResults" xml:"MaxResults"` TotalCount string `json:"TotalCount" xml:"TotalCount"` WirelessCloudConnectors []WirelessCloudConnector `json:"WirelessCloudConnectors" xml:"WirelessCloudConnectors"` }
ListWirelessCloudConnectorsResponse is the response struct for api ListWirelessCloudConnectors
func CreateListWirelessCloudConnectorsResponse ¶
func CreateListWirelessCloudConnectorsResponse() (response *ListWirelessCloudConnectorsResponse)
CreateListWirelessCloudConnectorsResponse creates a response to parse from ListWirelessCloudConnectors response
type ListZonesRequest ¶
type ListZonesRequest struct {
*requests.RpcRequest
}
ListZonesRequest is the request struct for api ListZones
func CreateListZonesRequest ¶
func CreateListZonesRequest() (request *ListZonesRequest)
CreateListZonesRequest creates a request to invoke ListZones API
type ListZonesResponse ¶
type ListZonesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Zones []Zone `json:"Zones" xml:"Zones"` }
ListZonesResponse is the response struct for api ListZones
func CreateListZonesResponse ¶
func CreateListZonesResponse() (response *ListZonesResponse)
CreateListZonesResponse creates a response to parse from ListZones response
type LockCardsRequest ¶
type LockCardsRequest struct { *requests.RpcRequest Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` }
LockCardsRequest is the request struct for api LockCards
func CreateLockCardsRequest ¶
func CreateLockCardsRequest() (request *LockCardsRequest)
CreateLockCardsRequest creates a request to invoke LockCards API
type LockCardsResponse ¶
type LockCardsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
LockCardsResponse is the response struct for api LockCards
func CreateLockCardsResponse ¶
func CreateLockCardsResponse() (response *LockCardsResponse)
CreateLockCardsResponse creates a response to parse from LockCards response
type ModifyWirelessCloudConnectorFeatureRequest ¶
type ModifyWirelessCloudConnectorFeatureRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` FeatureName string `position:"Query" name:"FeatureName"` FeatureValue string `position:"Query" name:"FeatureValue"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
ModifyWirelessCloudConnectorFeatureRequest is the request struct for api ModifyWirelessCloudConnectorFeature
func CreateModifyWirelessCloudConnectorFeatureRequest ¶
func CreateModifyWirelessCloudConnectorFeatureRequest() (request *ModifyWirelessCloudConnectorFeatureRequest)
CreateModifyWirelessCloudConnectorFeatureRequest creates a request to invoke ModifyWirelessCloudConnectorFeature API
type ModifyWirelessCloudConnectorFeatureResponse ¶
type ModifyWirelessCloudConnectorFeatureResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ModifyWirelessCloudConnectorFeatureResponse is the response struct for api ModifyWirelessCloudConnectorFeature
func CreateModifyWirelessCloudConnectorFeatureResponse ¶
func CreateModifyWirelessCloudConnectorFeatureResponse() (response *ModifyWirelessCloudConnectorFeatureResponse)
CreateModifyWirelessCloudConnectorFeatureResponse creates a response to parse from ModifyWirelessCloudConnectorFeature response
type NetLink ¶
type NetLink struct { RegionId string `json:"RegionId" xml:"RegionId"` NetLinkId string `json:"NetLinkId" xml:"NetLinkId"` Name string `json:"Name" xml:"Name"` Description string `json:"Description" xml:"Description"` Status string `json:"Status" xml:"Status"` Type string `json:"Type" xml:"Type"` APN string `json:"APN" xml:"APN"` ISP string `json:"ISP" xml:"ISP"` VpcId string `json:"VpcId" xml:"VpcId"` CreateTime string `json:"CreateTime" xml:"CreateTime"` GrantAliUid string `json:"GrantAliUid" xml:"GrantAliUid"` VSwitchs []string `json:"VSwitchs" xml:"VSwitchs"` }
NetLink is a nested struct in cc5g response
type NetLinks ¶
type NetLinks struct {
NetLink []NetLink `json:"NetLink" xml:"NetLink"`
}
NetLinks is a nested struct in cc5g response
type OpenCc5gServiceRequest ¶
type OpenCc5gServiceRequest struct {
*requests.RpcRequest
}
OpenCc5gServiceRequest is the request struct for api OpenCc5gService
func CreateOpenCc5gServiceRequest ¶
func CreateOpenCc5gServiceRequest() (request *OpenCc5gServiceRequest)
CreateOpenCc5gServiceRequest creates a request to invoke OpenCc5gService API
type OpenCc5gServiceResponse ¶
type OpenCc5gServiceResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
OpenCc5gServiceResponse is the response struct for api OpenCc5gService
func CreateOpenCc5gServiceResponse ¶
func CreateOpenCc5gServiceResponse() (response *OpenCc5gServiceResponse)
CreateOpenCc5gServiceResponse creates a response to parse from OpenCc5gService response
type Order ¶
type Order struct { OrderId string `json:"OrderId" xml:"OrderId"` Status string `json:"Status" xml:"Status"` Action string `json:"Action" xml:"Action"` Description string `json:"Description" xml:"Description"` LogisticsId string `json:"LogisticsId" xml:"LogisticsId"` LogisticsStatus string `json:"LogisticsStatus" xml:"LogisticsStatus"` LogisticsType string `json:"LogisticsType" xml:"LogisticsType"` LogisticsUpdateTime string `json:"LogisticsUpdateTime" xml:"LogisticsUpdateTime"` CardCount string `json:"CardCount" xml:"CardCount"` ContactName string `json:"ContactName" xml:"ContactName"` ContactPhone string `json:"ContactPhone" xml:"ContactPhone"` PostAddress string `json:"PostAddress" xml:"PostAddress"` CreateTime string `json:"CreateTime" xml:"CreateTime"` PayTime string `json:"PayTime" xml:"PayTime"` RegionId string `json:"RegionId" xml:"RegionId"` CardType string `json:"CardType" xml:"CardType"` CardNetType string `json:"CardNetType" xml:"CardNetType"` }
Order is a nested struct in cc5g response
type Orders ¶
type Orders struct {
Order []Order `json:"Order" xml:"Order"`
}
Orders is a nested struct in cc5g response
type RebindCardsRequest ¶ added in v1.62.270
type RebindCardsRequest struct { *requests.RpcRequest Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` }
RebindCardsRequest is the request struct for api RebindCards
func CreateRebindCardsRequest ¶ added in v1.62.270
func CreateRebindCardsRequest() (request *RebindCardsRequest)
CreateRebindCardsRequest creates a request to invoke RebindCards API
type RebindCardsResponse ¶ added in v1.62.270
type RebindCardsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RebindCardsResponse is the response struct for api RebindCards
func CreateRebindCardsResponse ¶ added in v1.62.270
func CreateRebindCardsResponse() (response *RebindCardsResponse)
CreateRebindCardsResponse creates a response to parse from RebindCards response
type Region ¶
type Region struct { Name string `json:"Name" xml:"Name"` RegionId string `json:"RegionId" xml:"RegionId"` LocalName string `json:"LocalName" xml:"LocalName"` APN string `json:"APN" xml:"APN"` ISP string `json:"ISP" xml:"ISP"` Description string `json:"Description" xml:"Description"` Zones []string `json:"Zones" xml:"Zones"` }
Region is a nested struct in cc5g response
type Regions ¶
type Regions struct {
Region []Region `json:"Region" xml:"Region"`
}
Regions is a nested struct in cc5g response
type RemoveWirelessCloudConnectorFromGroupRequest ¶
type RemoveWirelessCloudConnectorFromGroupRequest struct { *requests.RpcRequest WirelessCloudConnectorIds *[]string `position:"Query" name:"WirelessCloudConnectorIds" type:"Repeated"` WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` }
RemoveWirelessCloudConnectorFromGroupRequest is the request struct for api RemoveWirelessCloudConnectorFromGroup
func CreateRemoveWirelessCloudConnectorFromGroupRequest ¶
func CreateRemoveWirelessCloudConnectorFromGroupRequest() (request *RemoveWirelessCloudConnectorFromGroupRequest)
CreateRemoveWirelessCloudConnectorFromGroupRequest creates a request to invoke RemoveWirelessCloudConnectorFromGroup API
type RemoveWirelessCloudConnectorFromGroupResponse ¶
type RemoveWirelessCloudConnectorFromGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RemoveWirelessCloudConnectorFromGroupResponse is the response struct for api RemoveWirelessCloudConnectorFromGroup
func CreateRemoveWirelessCloudConnectorFromGroupResponse ¶
func CreateRemoveWirelessCloudConnectorFromGroupResponse() (response *RemoveWirelessCloudConnectorFromGroupResponse)
CreateRemoveWirelessCloudConnectorFromGroupResponse creates a response to parse from RemoveWirelessCloudConnectorFromGroup response
type ResumeCardsRequest ¶
type ResumeCardsRequest struct { *requests.RpcRequest Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` }
ResumeCardsRequest is the request struct for api ResumeCards
func CreateResumeCardsRequest ¶
func CreateResumeCardsRequest() (request *ResumeCardsRequest)
CreateResumeCardsRequest creates a request to invoke ResumeCards API
type ResumeCardsResponse ¶
type ResumeCardsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
ResumeCardsResponse is the response struct for api ResumeCards
func CreateResumeCardsResponse ¶
func CreateResumeCardsResponse() (response *ResumeCardsResponse)
CreateResumeCardsResponse creates a response to parse from ResumeCards response
type RevokeNetLinkRequest ¶
type RevokeNetLinkRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` NetLinkId string `position:"Query" name:"NetLinkId"` ClientToken string `position:"Query" name:"ClientToken"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
RevokeNetLinkRequest is the request struct for api RevokeNetLink
func CreateRevokeNetLinkRequest ¶
func CreateRevokeNetLinkRequest() (request *RevokeNetLinkRequest)
CreateRevokeNetLinkRequest creates a request to invoke RevokeNetLink API
type RevokeNetLinkResponse ¶
type RevokeNetLinkResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
RevokeNetLinkResponse is the response struct for api RevokeNetLink
func CreateRevokeNetLinkResponse ¶
func CreateRevokeNetLinkResponse() (response *RevokeNetLinkResponse)
CreateRevokeNetLinkResponse creates a response to parse from RevokeNetLink response
type RouteEntry ¶
type RouteEntry struct { DestinationCidrBlock string `json:"DestinationCidrBlock" xml:"DestinationCidrBlock"` NextHopId string `json:"NextHopId" xml:"NextHopId"` NextHopType string `json:"NextHopType" xml:"NextHopType"` Description string `json:"Description" xml:"Description"` Status string `json:"Status" xml:"Status"` }
RouteEntry is a nested struct in cc5g response
type Routes ¶
type Routes struct {
RouteEntry []RouteEntry `json:"RouteEntry" xml:"RouteEntry"`
}
Routes is a nested struct in cc5g response
type StopCardsRequest ¶
type StopCardsRequest struct { *requests.RpcRequest Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` }
StopCardsRequest is the request struct for api StopCards
func CreateStopCardsRequest ¶
func CreateStopCardsRequest() (request *StopCardsRequest)
CreateStopCardsRequest creates a request to invoke StopCards API
type StopCardsResponse ¶
type StopCardsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
StopCardsResponse is the response struct for api StopCards
func CreateStopCardsResponse ¶
func CreateStopCardsResponse() (response *StopCardsResponse)
CreateStopCardsResponse creates a response to parse from StopCards response
type SubItems ¶ added in v1.62.176
type SubItems struct {
SubItemsItem []SubItemsItem `json:"subItems" xml:"subItems"`
}
SubItems is a nested struct in cc5g response
type SubItemsItem ¶ added in v1.62.176
type SubItemsItem struct { SubItem string `json:"SubItem" xml:"SubItem"` SubItemStatus string `json:"SubItemStatus" xml:"SubItemStatus"` SubItemInfo string `json:"SubItemInfo" xml:"SubItemInfo"` }
SubItemsItem is a nested struct in cc5g response
type SubmitDiagnoseTaskForSingleCardRequest ¶
type SubmitDiagnoseTaskForSingleCardRequest struct { *requests.RpcRequest Destination string `position:"Query" name:"Destination"` Source string `position:"Query" name:"Source"` ResourceUid requests.Integer `position:"Query" name:"ResourceUid"` EndTime requests.Integer `position:"Query" name:"EndTime"` BeginTime requests.Integer `position:"Query" name:"BeginTime"` RegionNo string `position:"Query" name:"RegionNo"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
SubmitDiagnoseTaskForSingleCardRequest is the request struct for api SubmitDiagnoseTaskForSingleCard
func CreateSubmitDiagnoseTaskForSingleCardRequest ¶
func CreateSubmitDiagnoseTaskForSingleCardRequest() (request *SubmitDiagnoseTaskForSingleCardRequest)
CreateSubmitDiagnoseTaskForSingleCardRequest creates a request to invoke SubmitDiagnoseTaskForSingleCard API
type SubmitDiagnoseTaskForSingleCardResponse ¶
type SubmitDiagnoseTaskForSingleCardResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DiagnoseTaskId string `json:"DiagnoseTaskId" xml:"DiagnoseTaskId"` }
SubmitDiagnoseTaskForSingleCardResponse is the response struct for api SubmitDiagnoseTaskForSingleCard
func CreateSubmitDiagnoseTaskForSingleCardResponse ¶
func CreateSubmitDiagnoseTaskForSingleCardResponse() (response *SubmitDiagnoseTaskForSingleCardResponse)
CreateSubmitDiagnoseTaskForSingleCardResponse creates a response to parse from SubmitDiagnoseTaskForSingleCard response
type SwitchWirelessCloudConnectorToBusinessRequest ¶
type SwitchWirelessCloudConnectorToBusinessRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` }
SwitchWirelessCloudConnectorToBusinessRequest is the request struct for api SwitchWirelessCloudConnectorToBusiness
func CreateSwitchWirelessCloudConnectorToBusinessRequest ¶
func CreateSwitchWirelessCloudConnectorToBusinessRequest() (request *SwitchWirelessCloudConnectorToBusinessRequest)
CreateSwitchWirelessCloudConnectorToBusinessRequest creates a request to invoke SwitchWirelessCloudConnectorToBusiness API
type SwitchWirelessCloudConnectorToBusinessResponse ¶
type SwitchWirelessCloudConnectorToBusinessResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
SwitchWirelessCloudConnectorToBusinessResponse is the response struct for api SwitchWirelessCloudConnectorToBusiness
func CreateSwitchWirelessCloudConnectorToBusinessResponse ¶
func CreateSwitchWirelessCloudConnectorToBusinessResponse() (response *SwitchWirelessCloudConnectorToBusinessResponse)
CreateSwitchWirelessCloudConnectorToBusinessResponse creates a response to parse from SwitchWirelessCloudConnectorToBusiness response
type UnlockCardsRequest ¶
type UnlockCardsRequest struct { *requests.RpcRequest Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` }
UnlockCardsRequest is the request struct for api UnlockCards
func CreateUnlockCardsRequest ¶
func CreateUnlockCardsRequest() (request *UnlockCardsRequest)
CreateUnlockCardsRequest creates a request to invoke UnlockCards API
type UnlockCardsResponse ¶
type UnlockCardsResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UnlockCardsResponse is the response struct for api UnlockCards
func CreateUnlockCardsResponse ¶
func CreateUnlockCardsResponse() (response *UnlockCardsResponse)
CreateUnlockCardsResponse creates a response to parse from UnlockCards response
type UpdateAuthorizationRuleRequest ¶
type UpdateAuthorizationRuleRequest struct { *requests.RpcRequest ClientToken string `position:"Query" name:"ClientToken"` SourceCidr string `position:"Query" name:"SourceCidr"` Destination string `position:"Query" name:"Destination"` Description string `position:"Query" name:"Description"` Protocol string `position:"Query" name:"Protocol"` Policy string `position:"Query" name:"Policy"` DryRun requests.Boolean `position:"Query" name:"DryRun"` AuthorizationRuleId string `position:"Query" name:"AuthorizationRuleId"` DestinationPort string `position:"Query" name:"DestinationPort"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` Name string `position:"Query" name:"Name"` }
UpdateAuthorizationRuleRequest is the request struct for api UpdateAuthorizationRule
func CreateUpdateAuthorizationRuleRequest ¶
func CreateUpdateAuthorizationRuleRequest() (request *UpdateAuthorizationRuleRequest)
CreateUpdateAuthorizationRuleRequest creates a request to invoke UpdateAuthorizationRule API
type UpdateAuthorizationRuleResponse ¶
type UpdateAuthorizationRuleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpdateAuthorizationRuleResponse is the response struct for api UpdateAuthorizationRule
func CreateUpdateAuthorizationRuleResponse ¶
func CreateUpdateAuthorizationRuleResponse() (response *UpdateAuthorizationRuleResponse)
CreateUpdateAuthorizationRuleResponse creates a response to parse from UpdateAuthorizationRule response
type UpdateBatchOperateCardsTaskRequest ¶
type UpdateBatchOperateCardsTaskRequest struct { *requests.RpcRequest Iccids *[]string `position:"Query" name:"Iccids" type:"Repeated"` ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` Threshold requests.Integer `position:"Query" name:"Threshold"` BatchOperateCardsTaskId string `position:"Query" name:"BatchOperateCardsTaskId"` EffectType string `position:"Query" name:"EffectType"` WirelessCloudConnectorIds *[]string `position:"Query" name:"WirelessCloudConnectorIds" type:"Repeated"` DryRun requests.Boolean `position:"Query" name:"DryRun"` Name string `position:"Query" name:"Name"` OperateType string `position:"Query" name:"OperateType"` IccidsOssFilePath string `position:"Query" name:"IccidsOssFilePath"` }
UpdateBatchOperateCardsTaskRequest is the request struct for api UpdateBatchOperateCardsTask
func CreateUpdateBatchOperateCardsTaskRequest ¶
func CreateUpdateBatchOperateCardsTaskRequest() (request *UpdateBatchOperateCardsTaskRequest)
CreateUpdateBatchOperateCardsTaskRequest creates a request to invoke UpdateBatchOperateCardsTask API
type UpdateBatchOperateCardsTaskResponse ¶
type UpdateBatchOperateCardsTaskResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpdateBatchOperateCardsTaskResponse is the response struct for api UpdateBatchOperateCardsTask
func CreateUpdateBatchOperateCardsTaskResponse ¶
func CreateUpdateBatchOperateCardsTaskResponse() (response *UpdateBatchOperateCardsTaskResponse)
CreateUpdateBatchOperateCardsTaskResponse creates a response to parse from UpdateBatchOperateCardsTask response
type UpdateCardRequest ¶
type UpdateCardRequest struct { *requests.RpcRequest ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` Iccid string `position:"Query" name:"Iccid"` DryRun requests.Boolean `position:"Query" name:"DryRun"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` Name string `position:"Query" name:"Name"` }
UpdateCardRequest is the request struct for api UpdateCard
func CreateUpdateCardRequest ¶
func CreateUpdateCardRequest() (request *UpdateCardRequest)
CreateUpdateCardRequest creates a request to invoke UpdateCard API
type UpdateCardResponse ¶
type UpdateCardResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpdateCardResponse is the response struct for api UpdateCard
func CreateUpdateCardResponse ¶
func CreateUpdateCardResponse() (response *UpdateCardResponse)
CreateUpdateCardResponse creates a response to parse from UpdateCard response
type UpdateDNSAuthorizationRuleRequest ¶
type UpdateDNSAuthorizationRuleRequest struct { *requests.RpcRequest ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` DryRun requests.Boolean `position:"Query" name:"DryRun"` SourceDNSIp string `position:"Query" name:"SourceDNSIp"` AuthorizationRuleId string `position:"Query" name:"AuthorizationRuleId"` DestinationIp string `position:"Query" name:"DestinationIp"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` Name string `position:"Query" name:"Name"` }
UpdateDNSAuthorizationRuleRequest is the request struct for api UpdateDNSAuthorizationRule
func CreateUpdateDNSAuthorizationRuleRequest ¶
func CreateUpdateDNSAuthorizationRuleRequest() (request *UpdateDNSAuthorizationRuleRequest)
CreateUpdateDNSAuthorizationRuleRequest creates a request to invoke UpdateDNSAuthorizationRule API
type UpdateDNSAuthorizationRuleResponse ¶
type UpdateDNSAuthorizationRuleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpdateDNSAuthorizationRuleResponse is the response struct for api UpdateDNSAuthorizationRule
func CreateUpdateDNSAuthorizationRuleResponse ¶
func CreateUpdateDNSAuthorizationRuleResponse() (response *UpdateDNSAuthorizationRuleResponse)
CreateUpdateDNSAuthorizationRuleResponse creates a response to parse from UpdateDNSAuthorizationRule response
type UpdateGroupAuthorizationRuleRequest ¶
type UpdateGroupAuthorizationRuleRequest struct { *requests.RpcRequest WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` ClientToken string `position:"Query" name:"ClientToken"` SourceCidr string `position:"Query" name:"SourceCidr"` Destination string `position:"Query" name:"Destination"` Description string `position:"Query" name:"Description"` Protocol string `position:"Query" name:"Protocol"` Policy string `position:"Query" name:"Policy"` DryRun requests.Boolean `position:"Query" name:"DryRun"` AuthorizationRuleId string `position:"Query" name:"AuthorizationRuleId"` DestinationPort string `position:"Query" name:"DestinationPort"` Name string `position:"Query" name:"Name"` }
UpdateGroupAuthorizationRuleRequest is the request struct for api UpdateGroupAuthorizationRule
func CreateUpdateGroupAuthorizationRuleRequest ¶
func CreateUpdateGroupAuthorizationRuleRequest() (request *UpdateGroupAuthorizationRuleRequest)
CreateUpdateGroupAuthorizationRuleRequest creates a request to invoke UpdateGroupAuthorizationRule API
type UpdateGroupAuthorizationRuleResponse ¶
type UpdateGroupAuthorizationRuleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpdateGroupAuthorizationRuleResponse is the response struct for api UpdateGroupAuthorizationRule
func CreateUpdateGroupAuthorizationRuleResponse ¶
func CreateUpdateGroupAuthorizationRuleResponse() (response *UpdateGroupAuthorizationRuleResponse)
CreateUpdateGroupAuthorizationRuleResponse creates a response to parse from UpdateGroupAuthorizationRule response
type UpdateGroupDnsAuthorizationRuleRequest ¶
type UpdateGroupDnsAuthorizationRuleRequest struct { *requests.RpcRequest WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` DryRun requests.Boolean `position:"Query" name:"DryRun"` SourceDNSIp string `position:"Query" name:"SourceDNSIp"` AuthorizationRuleId string `position:"Query" name:"AuthorizationRuleId"` DestinationIp string `position:"Query" name:"DestinationIp"` Name string `position:"Query" name:"Name"` }
UpdateGroupDnsAuthorizationRuleRequest is the request struct for api UpdateGroupDnsAuthorizationRule
func CreateUpdateGroupDnsAuthorizationRuleRequest ¶
func CreateUpdateGroupDnsAuthorizationRuleRequest() (request *UpdateGroupDnsAuthorizationRuleRequest)
CreateUpdateGroupDnsAuthorizationRuleRequest creates a request to invoke UpdateGroupDnsAuthorizationRule API
type UpdateGroupDnsAuthorizationRuleResponse ¶
type UpdateGroupDnsAuthorizationRuleResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpdateGroupDnsAuthorizationRuleResponse is the response struct for api UpdateGroupDnsAuthorizationRule
func CreateUpdateGroupDnsAuthorizationRuleResponse ¶
func CreateUpdateGroupDnsAuthorizationRuleResponse() (response *UpdateGroupDnsAuthorizationRuleResponse)
CreateUpdateGroupDnsAuthorizationRuleResponse creates a response to parse from UpdateGroupDnsAuthorizationRule response
type UpdateWirelessCloudConnectorGroupRequest ¶
type UpdateWirelessCloudConnectorGroupRequest struct { *requests.RpcRequest WirelessCloudConnectorGroupId string `position:"Query" name:"WirelessCloudConnectorGroupId"` DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` Name string `position:"Query" name:"Name"` }
UpdateWirelessCloudConnectorGroupRequest is the request struct for api UpdateWirelessCloudConnectorGroup
func CreateUpdateWirelessCloudConnectorGroupRequest ¶
func CreateUpdateWirelessCloudConnectorGroupRequest() (request *UpdateWirelessCloudConnectorGroupRequest)
CreateUpdateWirelessCloudConnectorGroupRequest creates a request to invoke UpdateWirelessCloudConnectorGroup API
type UpdateWirelessCloudConnectorGroupResponse ¶
type UpdateWirelessCloudConnectorGroupResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpdateWirelessCloudConnectorGroupResponse is the response struct for api UpdateWirelessCloudConnectorGroup
func CreateUpdateWirelessCloudConnectorGroupResponse ¶
func CreateUpdateWirelessCloudConnectorGroupResponse() (response *UpdateWirelessCloudConnectorGroupResponse)
CreateUpdateWirelessCloudConnectorGroupResponse creates a response to parse from UpdateWirelessCloudConnectorGroup response
type UpdateWirelessCloudConnectorRequest ¶
type UpdateWirelessCloudConnectorRequest struct { *requests.RpcRequest DryRun requests.Boolean `position:"Query" name:"DryRun"` ClientToken string `position:"Query" name:"ClientToken"` Description string `position:"Query" name:"Description"` WirelessCloudConnectorId string `position:"Query" name:"WirelessCloudConnectorId"` Name string `position:"Query" name:"Name"` }
UpdateWirelessCloudConnectorRequest is the request struct for api UpdateWirelessCloudConnector
func CreateUpdateWirelessCloudConnectorRequest ¶
func CreateUpdateWirelessCloudConnectorRequest() (request *UpdateWirelessCloudConnectorRequest)
CreateUpdateWirelessCloudConnectorRequest creates a request to invoke UpdateWirelessCloudConnector API
type UpdateWirelessCloudConnectorResponse ¶
type UpdateWirelessCloudConnectorResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` }
UpdateWirelessCloudConnectorResponse is the response struct for api UpdateWirelessCloudConnector
func CreateUpdateWirelessCloudConnectorResponse ¶
func CreateUpdateWirelessCloudConnectorResponse() (response *UpdateWirelessCloudConnectorResponse)
CreateUpdateWirelessCloudConnectorResponse creates a response to parse from UpdateWirelessCloudConnector response
type UsageDataMonth ¶ added in v1.62.298
type UsageDataMonth struct { UsageDataMonth string `json:"UsageDataMonth" xml:"UsageDataMonth"` Month string `json:"Month" xml:"Month"` CardDayUsages []CardDayUsage `json:"CardDayUsages" xml:"CardDayUsages"` }
UsageDataMonth is a nested struct in cc5g response
type UsageDataMonths ¶ added in v1.62.298
type UsageDataMonths struct {
UsageDataMonth []UsageDataMonth `json:"UsageDataMonth" xml:"UsageDataMonth"`
}
UsageDataMonths is a nested struct in cc5g response
type VSwitchs ¶
type VSwitchs struct {
VSwitch []string `json:"VSwitch" xml:"VSwitch"`
}
VSwitchs is a nested struct in cc5g response
type WirelessCloudConnector ¶
type WirelessCloudConnector struct { Name string `json:"Name" xml:"Name"` BusinessType string `json:"BusinessType" xml:"BusinessType"` CreateTime string `json:"CreateTime" xml:"CreateTime"` DataPackageType string `json:"DataPackageType" xml:"DataPackageType"` CardCount string `json:"CardCount" xml:"CardCount"` WirelessCloudConnectorGroupId string `json:"WirelessCloudConnectorGroupId" xml:"WirelessCloudConnectorGroupId"` RegionId string `json:"RegionId" xml:"RegionId"` UseCase string `json:"UseCase" xml:"UseCase"` Status string `json:"Status" xml:"Status"` ServiceType string `json:"ServiceType" xml:"ServiceType"` Description string `json:"Description" xml:"Description"` WirelessCloudConnectorId string `json:"WirelessCloudConnectorId" xml:"WirelessCloudConnectorId"` DataPackageId string `json:"DataPackageId" xml:"DataPackageId"` }
WirelessCloudConnector is a nested struct in cc5g response
type WirelessCloudConnectorGroup ¶
type WirelessCloudConnectorGroup struct { WirelessCloudConnectorGroupId string `json:"WirelessCloudConnectorGroupId" xml:"WirelessCloudConnectorGroupId"` Status string `json:"Status" xml:"Status"` Name string `json:"Name" xml:"Name"` Description string `json:"Description" xml:"Description"` RegionId string `json:"RegionId" xml:"RegionId"` CreateTime string `json:"CreateTime" xml:"CreateTime"` WirelessCloudConnectors []WirelessCloudConnector `json:"WirelessCloudConnectors" xml:"WirelessCloudConnectors"` }
WirelessCloudConnectorGroup is a nested struct in cc5g response
type WirelessCloudConnectorGroups ¶
type WirelessCloudConnectorGroups struct {
WirelessCloudConnectorGroup []WirelessCloudConnectorGroup `json:"WirelessCloudConnectorGroup" xml:"WirelessCloudConnectorGroup"`
}
WirelessCloudConnectorGroups is a nested struct in cc5g response
type WirelessCloudConnectorsInListBatchOperateCardsTasks ¶
type WirelessCloudConnectorsInListBatchOperateCardsTasks struct {
WirelessCloudConnector []WirelessCloudConnector `json:"WirelessCloudConnector" xml:"WirelessCloudConnector"`
}
WirelessCloudConnectorsInListBatchOperateCardsTasks is a nested struct in cc5g response
type WirelessCloudConnectorsInListWirelessCloudConnectorGroups ¶
type WirelessCloudConnectorsInListWirelessCloudConnectorGroups struct {
WirelessCloudConnector []WirelessCloudConnector `json:"WirelessCloudConnector" xml:"WirelessCloudConnector"`
}
WirelessCloudConnectorsInListWirelessCloudConnectorGroups is a nested struct in cc5g response
type WirelessCloudConnectorsInListWirelessCloudConnectors ¶
type WirelessCloudConnectorsInListWirelessCloudConnectors struct {
WirelessCloudConnector []WirelessCloudConnector `json:"WirelessCloudConnector" xml:"WirelessCloudConnector"`
}
WirelessCloudConnectorsInListWirelessCloudConnectors is a nested struct in cc5g response
type Zone ¶
type Zone struct { ZoneId string `json:"ZoneId" xml:"ZoneId"` LocalName string `json:"LocalName" xml:"LocalName"` }
Zone is a nested struct in cc5g response
type ZonesInListAPNs ¶
type ZonesInListAPNs struct {
Zone []string `json:"Zone" xml:"Zone"`
}
ZonesInListAPNs is a nested struct in cc5g response
type ZonesInListZones ¶
type ZonesInListZones struct {
Zone []Zone `json:"Zone" xml:"Zone"`
}
ZonesInListZones is a nested struct in cc5g response
Source Files ¶
- add_dns_authorization_rule.go
- add_group_dns_authorization_rule.go
- add_wireless_cloud_connector_to_group.go
- attach_vpc_to_net_link.go
- client.go
- create_authorization_rule.go
- create_batch_operate_cards_task.go
- create_group_authorization_rule.go
- create_io_t_cloud_connector_backhaul_route.go
- create_wireless_cloud_connector.go
- create_wireless_cloud_connector_group.go
- delete_authorization_rule.go
- delete_batch_operate_cards_task.go
- delete_group_authorization_rule.go
- delete_io_t_cloud_connector_backhaul_route.go
- delete_wireless_cloud_connector.go
- delete_wireless_cloud_connector_group.go
- detach_vpc_from_net_link.go
- fail_cards.go
- get_card.go
- get_card_lock_reason.go
- get_create_customer_information.go
- get_diagnose_result_for_single_card.go
- get_wireless_cloud_connector.go
- grant_net_link.go
- list_ap_ns.go
- list_authorization_rules.go
- list_batch_operate_cards_tasks.go
- list_card_day_usages.go
- list_card_usages.go
- list_cards.go
- list_data_packages.go
- list_diagnose_info_for_single_card.go
- list_group_authorization_rules.go
- list_io_t_cloud_connector_backhaul_route.go
- list_orders.go
- list_regions.go
- list_wireless_cloud_connector_groups.go
- list_wireless_cloud_connectors.go
- list_zones.go
- lock_cards.go
- modify_wireless_cloud_connector_feature.go
- open_cc5g_service.go
- rebind_cards.go
- remove_wireless_cloud_connector_from_group.go
- resume_cards.go
- revoke_net_link.go
- stop_cards.go
- struct_ap_ns.go
- struct_authorization_rule.go
- struct_authorization_rules.go
- struct_batch_operate_cards_task.go
- struct_batch_operate_cards_tasks.go
- struct_card.go
- struct_card_day_usage.go
- struct_card_day_usages.go
- struct_cards_in_list_card_day_usages.go
- struct_cards_in_list_card_usages.go
- struct_cards_in_list_cards.go
- struct_data_package.go
- struct_data_packages.go
- struct_diagnose_info.go
- struct_diagnose_info_item.go
- struct_diagnose_item.go
- struct_diagnose_item_item.go
- struct_diagnose_result.go
- struct_error_result.go
- struct_features.go
- struct_group_authorization_rule.go
- struct_group_authorization_rules.go
- struct_net_link.go
- struct_net_links.go
- struct_order.go
- struct_orders.go
- struct_region.go
- struct_regions.go
- struct_route_entry.go
- struct_routes.go
- struct_sub_items.go
- struct_sub_items_item.go
- struct_usage_data_month.go
- struct_usage_data_months.go
- struct_v_switchs.go
- struct_wireless_cloud_connector.go
- struct_wireless_cloud_connector_group.go
- struct_wireless_cloud_connector_groups.go
- struct_wireless_cloud_connectors_in_list_batch_operate_cards_tasks.go
- struct_wireless_cloud_connectors_in_list_wireless_cloud_connector_groups.go
- struct_wireless_cloud_connectors_in_list_wireless_cloud_connectors.go
- struct_zone.go
- struct_zones_in_list_ap_ns.go
- struct_zones_in_list_zones.go
- submit_diagnose_task_for_single_card.go
- switch_wireless_cloud_connector_to_business.go
- unlock_cards.go
- update_authorization_rule.go
- update_batch_operate_cards_task.go
- update_card.go
- update_dns_authorization_rule.go
- update_group_authorization_rule.go
- update_group_dns_authorization_rule.go
- update_wireless_cloud_connector.go
- update_wireless_cloud_connector_group.go