Documentation ¶
Index ¶
- func EcClientBuilder() *httpclient.HcHttpClientBuilder
- func GenReqDefForAddEcnWithEr() *def.HttpRequestDef
- func GenReqDefForAddEcnWithIeg() *def.HttpRequestDef
- func GenReqDefForAddEcnWithVpc() *def.HttpRequestDef
- func GenReqDefForAddVrrpConfig() *def.HttpRequestDef
- func GenReqDefForChangeIegPassword() *def.HttpRequestDef
- func GenReqDefForCreateEcnAccessPoint() *def.HttpRequestDef
- func GenReqDefForCreateEquipment() *def.HttpRequestDef
- func GenReqDefForCreateEquipmentLanConfig() *def.HttpRequestDef
- func GenReqDefForCreateEquipmentStaticRouteConfig() *def.HttpRequestDef
- func GenReqDefForDeleteEcnAccessPoint() *def.HttpRequestDef
- func GenReqDefForDeleteEcnWithEr() *def.HttpRequestDef
- func GenReqDefForDeleteEcnWithIeg() *def.HttpRequestDef
- func GenReqDefForDeleteEcnWithVpc() *def.HttpRequestDef
- func GenReqDefForDeleteEquipment() *def.HttpRequestDef
- func GenReqDefForDeleteEquipmentLanConfig() *def.HttpRequestDef
- func GenReqDefForDeleteEquipmentStaticRouteConfig() *def.HttpRequestDef
- func GenReqDefForDeleteVrrpConfig() *def.HttpRequestDef
- func GenReqDefForGenerateInitialConfiguration() *def.HttpRequestDef
- func GenReqDefForListEcn() *def.HttpRequestDef
- func GenReqDefForListEcnAccessPointByEcnId() *def.HttpRequestDef
- func GenReqDefForListEcnWithEr() *def.HttpRequestDef
- func GenReqDefForListEcnWithIeg() *def.HttpRequestDef
- func GenReqDefForListEcnWithVpc() *def.HttpRequestDef
- func GenReqDefForListEquipmentInterfaceName() *def.HttpRequestDef
- func GenReqDefForListEquipments() *def.HttpRequestDef
- func GenReqDefForListIeg() *def.HttpRequestDef
- func GenReqDefForRebootEquipment() *def.HttpRequestDef
- func GenReqDefForShowEcnInfo() *def.HttpRequestDef
- func GenReqDefForShowEcnWithIeg() *def.HttpRequestDef
- func GenReqDefForShowEquipmentDnsInfo() *def.HttpRequestDef
- func GenReqDefForShowEquipmentInfo() *def.HttpRequestDef
- func GenReqDefForShowEquipmentLanInfo() *def.HttpRequestDef
- func GenReqDefForShowEquipmentOspf() *def.HttpRequestDef
- func GenReqDefForShowEquipmentSpecificConfig() *def.HttpRequestDef
- func GenReqDefForShowEquipmentStaticRouteInfo() *def.HttpRequestDef
- func GenReqDefForShowEquipmentWanInfo() *def.HttpRequestDef
- func GenReqDefForShowEquipmentWlan() *def.HttpRequestDef
- func GenReqDefForShowIegInfo() *def.HttpRequestDef
- func GenReqDefForShowQuotasInfo() *def.HttpRequestDef
- func GenReqDefForShowVrrpConfig() *def.HttpRequestDef
- func GenReqDefForSwitchEquipmentHaType() *def.HttpRequestDef
- func GenReqDefForUpdateEcn() *def.HttpRequestDef
- func GenReqDefForUpdateEcnAccessPoint() *def.HttpRequestDef
- func GenReqDefForUpdateEcnWithVpc() *def.HttpRequestDef
- func GenReqDefForUpdateEquipmentDnsInfo() *def.HttpRequestDef
- func GenReqDefForUpdateEquipmentEsn() *def.HttpRequestDef
- func GenReqDefForUpdateEquipmentInfo() *def.HttpRequestDef
- func GenReqDefForUpdateEquipmentLanConfig() *def.HttpRequestDef
- func GenReqDefForUpdateEquipmentOspf() *def.HttpRequestDef
- func GenReqDefForUpdateEquipmentStaticRouteConfig() *def.HttpRequestDef
- func GenReqDefForUpdateEquipmentWanConfig() *def.HttpRequestDef
- func GenReqDefForUpdateEquipmentWlan() *def.HttpRequestDef
- func GenReqDefForUpdateIeg() *def.HttpRequestDef
- func GenReqDefForUpdateVrrpConfig() *def.HttpRequestDef
- type AddEcnWithErInvoker
- type AddEcnWithIegInvoker
- type AddEcnWithVpcInvoker
- type AddVrrpConfigInvoker
- type ChangeIegPasswordInvoker
- type CreateEcnAccessPointInvoker
- type CreateEquipmentInvoker
- type CreateEquipmentLanConfigInvoker
- type CreateEquipmentStaticRouteConfigInvoker
- type DeleteEcnAccessPointInvoker
- type DeleteEcnWithErInvoker
- type DeleteEcnWithIegInvoker
- type DeleteEcnWithVpcInvoker
- type DeleteEquipmentInvoker
- type DeleteEquipmentLanConfigInvoker
- type DeleteEquipmentStaticRouteConfigInvoker
- type DeleteVrrpConfigInvoker
- type EcClient
- func (c *EcClient) AddEcnWithEr(request *model.AddEcnWithErRequest) (*model.AddEcnWithErResponse, error)
- func (c *EcClient) AddEcnWithErInvoker(request *model.AddEcnWithErRequest) *AddEcnWithErInvoker
- func (c *EcClient) AddEcnWithIeg(request *model.AddEcnWithIegRequest) (*model.AddEcnWithIegResponse, error)
- func (c *EcClient) AddEcnWithIegInvoker(request *model.AddEcnWithIegRequest) *AddEcnWithIegInvoker
- func (c *EcClient) AddEcnWithVpc(request *model.AddEcnWithVpcRequest) (*model.AddEcnWithVpcResponse, error)
- func (c *EcClient) AddEcnWithVpcInvoker(request *model.AddEcnWithVpcRequest) *AddEcnWithVpcInvoker
- func (c *EcClient) AddVrrpConfig(request *model.AddVrrpConfigRequest) (*model.AddVrrpConfigResponse, error)
- func (c *EcClient) AddVrrpConfigInvoker(request *model.AddVrrpConfigRequest) *AddVrrpConfigInvoker
- func (c *EcClient) ChangeIegPassword(request *model.ChangeIegPasswordRequest) (*model.ChangeIegPasswordResponse, error)
- func (c *EcClient) ChangeIegPasswordInvoker(request *model.ChangeIegPasswordRequest) *ChangeIegPasswordInvoker
- func (c *EcClient) CreateEcnAccessPoint(request *model.CreateEcnAccessPointRequest) (*model.CreateEcnAccessPointResponse, error)
- func (c *EcClient) CreateEcnAccessPointInvoker(request *model.CreateEcnAccessPointRequest) *CreateEcnAccessPointInvoker
- func (c *EcClient) CreateEquipment(request *model.CreateEquipmentRequest) (*model.CreateEquipmentResponse, error)
- func (c *EcClient) CreateEquipmentInvoker(request *model.CreateEquipmentRequest) *CreateEquipmentInvoker
- func (c *EcClient) CreateEquipmentLanConfig(request *model.CreateEquipmentLanConfigRequest) (*model.CreateEquipmentLanConfigResponse, error)
- func (c *EcClient) CreateEquipmentLanConfigInvoker(request *model.CreateEquipmentLanConfigRequest) *CreateEquipmentLanConfigInvoker
- func (c *EcClient) CreateEquipmentStaticRouteConfig(request *model.CreateEquipmentStaticRouteConfigRequest) (*model.CreateEquipmentStaticRouteConfigResponse, error)
- func (c *EcClient) CreateEquipmentStaticRouteConfigInvoker(request *model.CreateEquipmentStaticRouteConfigRequest) *CreateEquipmentStaticRouteConfigInvoker
- func (c *EcClient) DeleteEcnAccessPoint(request *model.DeleteEcnAccessPointRequest) (*model.DeleteEcnAccessPointResponse, error)
- func (c *EcClient) DeleteEcnAccessPointInvoker(request *model.DeleteEcnAccessPointRequest) *DeleteEcnAccessPointInvoker
- func (c *EcClient) DeleteEcnWithEr(request *model.DeleteEcnWithErRequest) (*model.DeleteEcnWithErResponse, error)
- func (c *EcClient) DeleteEcnWithErInvoker(request *model.DeleteEcnWithErRequest) *DeleteEcnWithErInvoker
- func (c *EcClient) DeleteEcnWithIeg(request *model.DeleteEcnWithIegRequest) (*model.DeleteEcnWithIegResponse, error)
- func (c *EcClient) DeleteEcnWithIegInvoker(request *model.DeleteEcnWithIegRequest) *DeleteEcnWithIegInvoker
- func (c *EcClient) DeleteEcnWithVpc(request *model.DeleteEcnWithVpcRequest) (*model.DeleteEcnWithVpcResponse, error)
- func (c *EcClient) DeleteEcnWithVpcInvoker(request *model.DeleteEcnWithVpcRequest) *DeleteEcnWithVpcInvoker
- func (c *EcClient) DeleteEquipment(request *model.DeleteEquipmentRequest) (*model.DeleteEquipmentResponse, error)
- func (c *EcClient) DeleteEquipmentInvoker(request *model.DeleteEquipmentRequest) *DeleteEquipmentInvoker
- func (c *EcClient) DeleteEquipmentLanConfig(request *model.DeleteEquipmentLanConfigRequest) (*model.DeleteEquipmentLanConfigResponse, error)
- func (c *EcClient) DeleteEquipmentLanConfigInvoker(request *model.DeleteEquipmentLanConfigRequest) *DeleteEquipmentLanConfigInvoker
- func (c *EcClient) DeleteEquipmentStaticRouteConfig(request *model.DeleteEquipmentStaticRouteConfigRequest) (*model.DeleteEquipmentStaticRouteConfigResponse, error)
- func (c *EcClient) DeleteEquipmentStaticRouteConfigInvoker(request *model.DeleteEquipmentStaticRouteConfigRequest) *DeleteEquipmentStaticRouteConfigInvoker
- func (c *EcClient) DeleteVrrpConfig(request *model.DeleteVrrpConfigRequest) (*model.DeleteVrrpConfigResponse, error)
- func (c *EcClient) DeleteVrrpConfigInvoker(request *model.DeleteVrrpConfigRequest) *DeleteVrrpConfigInvoker
- func (c *EcClient) GenerateInitialConfiguration(request *model.GenerateInitialConfigurationRequest) (*model.GenerateInitialConfigurationResponse, error)
- func (c *EcClient) GenerateInitialConfigurationInvoker(request *model.GenerateInitialConfigurationRequest) *GenerateInitialConfigurationInvoker
- func (c *EcClient) ListEcn(request *model.ListEcnRequest) (*model.ListEcnResponse, error)
- func (c *EcClient) ListEcnAccessPointByEcnId(request *model.ListEcnAccessPointByEcnIdRequest) (*model.ListEcnAccessPointByEcnIdResponse, error)
- func (c *EcClient) ListEcnAccessPointByEcnIdInvoker(request *model.ListEcnAccessPointByEcnIdRequest) *ListEcnAccessPointByEcnIdInvoker
- func (c *EcClient) ListEcnInvoker(request *model.ListEcnRequest) *ListEcnInvoker
- func (c *EcClient) ListEcnWithEr(request *model.ListEcnWithErRequest) (*model.ListEcnWithErResponse, error)
- func (c *EcClient) ListEcnWithErInvoker(request *model.ListEcnWithErRequest) *ListEcnWithErInvoker
- func (c *EcClient) ListEcnWithIeg(request *model.ListEcnWithIegRequest) (*model.ListEcnWithIegResponse, error)
- func (c *EcClient) ListEcnWithIegInvoker(request *model.ListEcnWithIegRequest) *ListEcnWithIegInvoker
- func (c *EcClient) ListEcnWithVpc(request *model.ListEcnWithVpcRequest) (*model.ListEcnWithVpcResponse, error)
- func (c *EcClient) ListEcnWithVpcInvoker(request *model.ListEcnWithVpcRequest) *ListEcnWithVpcInvoker
- func (c *EcClient) ListEquipmentInterfaceName(request *model.ListEquipmentInterfaceNameRequest) (*model.ListEquipmentInterfaceNameResponse, error)
- func (c *EcClient) ListEquipmentInterfaceNameInvoker(request *model.ListEquipmentInterfaceNameRequest) *ListEquipmentInterfaceNameInvoker
- func (c *EcClient) ListEquipments(request *model.ListEquipmentsRequest) (*model.ListEquipmentsResponse, error)
- func (c *EcClient) ListEquipmentsInvoker(request *model.ListEquipmentsRequest) *ListEquipmentsInvoker
- func (c *EcClient) ListIeg(request *model.ListIegRequest) (*model.ListIegResponse, error)
- func (c *EcClient) ListIegInvoker(request *model.ListIegRequest) *ListIegInvoker
- func (c *EcClient) RebootEquipment(request *model.RebootEquipmentRequest) (*model.RebootEquipmentResponse, error)
- func (c *EcClient) RebootEquipmentInvoker(request *model.RebootEquipmentRequest) *RebootEquipmentInvoker
- func (c *EcClient) ShowEcnInfo(request *model.ShowEcnInfoRequest) (*model.ShowEcnInfoResponse, error)
- func (c *EcClient) ShowEcnInfoInvoker(request *model.ShowEcnInfoRequest) *ShowEcnInfoInvoker
- func (c *EcClient) ShowEcnWithIeg(request *model.ShowEcnWithIegRequest) (*model.ShowEcnWithIegResponse, error)
- func (c *EcClient) ShowEcnWithIegInvoker(request *model.ShowEcnWithIegRequest) *ShowEcnWithIegInvoker
- func (c *EcClient) ShowEquipmentDnsInfo(request *model.ShowEquipmentDnsInfoRequest) (*model.ShowEquipmentDnsInfoResponse, error)
- func (c *EcClient) ShowEquipmentDnsInfoInvoker(request *model.ShowEquipmentDnsInfoRequest) *ShowEquipmentDnsInfoInvoker
- func (c *EcClient) ShowEquipmentInfo(request *model.ShowEquipmentInfoRequest) (*model.ShowEquipmentInfoResponse, error)
- func (c *EcClient) ShowEquipmentInfoInvoker(request *model.ShowEquipmentInfoRequest) *ShowEquipmentInfoInvoker
- func (c *EcClient) ShowEquipmentLanInfo(request *model.ShowEquipmentLanInfoRequest) (*model.ShowEquipmentLanInfoResponse, error)
- func (c *EcClient) ShowEquipmentLanInfoInvoker(request *model.ShowEquipmentLanInfoRequest) *ShowEquipmentLanInfoInvoker
- func (c *EcClient) ShowEquipmentOspf(request *model.ShowEquipmentOspfRequest) (*model.ShowEquipmentOspfResponse, error)
- func (c *EcClient) ShowEquipmentOspfInvoker(request *model.ShowEquipmentOspfRequest) *ShowEquipmentOspfInvoker
- func (c *EcClient) ShowEquipmentSpecificConfig(request *model.ShowEquipmentSpecificConfigRequest) (*model.ShowEquipmentSpecificConfigResponse, error)
- func (c *EcClient) ShowEquipmentSpecificConfigInvoker(request *model.ShowEquipmentSpecificConfigRequest) *ShowEquipmentSpecificConfigInvoker
- func (c *EcClient) ShowEquipmentStaticRouteInfo(request *model.ShowEquipmentStaticRouteInfoRequest) (*model.ShowEquipmentStaticRouteInfoResponse, error)
- func (c *EcClient) ShowEquipmentStaticRouteInfoInvoker(request *model.ShowEquipmentStaticRouteInfoRequest) *ShowEquipmentStaticRouteInfoInvoker
- func (c *EcClient) ShowEquipmentWanInfo(request *model.ShowEquipmentWanInfoRequest) (*model.ShowEquipmentWanInfoResponse, error)
- func (c *EcClient) ShowEquipmentWanInfoInvoker(request *model.ShowEquipmentWanInfoRequest) *ShowEquipmentWanInfoInvoker
- func (c *EcClient) ShowEquipmentWlan(request *model.ShowEquipmentWlanRequest) (*model.ShowEquipmentWlanResponse, error)
- func (c *EcClient) ShowEquipmentWlanInvoker(request *model.ShowEquipmentWlanRequest) *ShowEquipmentWlanInvoker
- func (c *EcClient) ShowIegInfo(request *model.ShowIegInfoRequest) (*model.ShowIegInfoResponse, error)
- func (c *EcClient) ShowIegInfoInvoker(request *model.ShowIegInfoRequest) *ShowIegInfoInvoker
- func (c *EcClient) ShowQuotasInfo(request *model.ShowQuotasInfoRequest) (*model.ShowQuotasInfoResponse, error)
- func (c *EcClient) ShowQuotasInfoInvoker(request *model.ShowQuotasInfoRequest) *ShowQuotasInfoInvoker
- func (c *EcClient) ShowVrrpConfig(request *model.ShowVrrpConfigRequest) (*model.ShowVrrpConfigResponse, error)
- func (c *EcClient) ShowVrrpConfigInvoker(request *model.ShowVrrpConfigRequest) *ShowVrrpConfigInvoker
- func (c *EcClient) SwitchEquipmentHaType(request *model.SwitchEquipmentHaTypeRequest) (*model.SwitchEquipmentHaTypeResponse, error)
- func (c *EcClient) SwitchEquipmentHaTypeInvoker(request *model.SwitchEquipmentHaTypeRequest) *SwitchEquipmentHaTypeInvoker
- func (c *EcClient) UpdateEcn(request *model.UpdateEcnRequest) (*model.UpdateEcnResponse, error)
- func (c *EcClient) UpdateEcnAccessPoint(request *model.UpdateEcnAccessPointRequest) (*model.UpdateEcnAccessPointResponse, error)
- func (c *EcClient) UpdateEcnAccessPointInvoker(request *model.UpdateEcnAccessPointRequest) *UpdateEcnAccessPointInvoker
- func (c *EcClient) UpdateEcnInvoker(request *model.UpdateEcnRequest) *UpdateEcnInvoker
- func (c *EcClient) UpdateEcnWithVpc(request *model.UpdateEcnWithVpcRequest) (*model.UpdateEcnWithVpcResponse, error)
- func (c *EcClient) UpdateEcnWithVpcInvoker(request *model.UpdateEcnWithVpcRequest) *UpdateEcnWithVpcInvoker
- func (c *EcClient) UpdateEquipmentDnsInfo(request *model.UpdateEquipmentDnsInfoRequest) (*model.UpdateEquipmentDnsInfoResponse, error)
- func (c *EcClient) UpdateEquipmentDnsInfoInvoker(request *model.UpdateEquipmentDnsInfoRequest) *UpdateEquipmentDnsInfoInvoker
- func (c *EcClient) UpdateEquipmentEsn(request *model.UpdateEquipmentEsnRequest) (*model.UpdateEquipmentEsnResponse, error)
- func (c *EcClient) UpdateEquipmentEsnInvoker(request *model.UpdateEquipmentEsnRequest) *UpdateEquipmentEsnInvoker
- func (c *EcClient) UpdateEquipmentInfo(request *model.UpdateEquipmentInfoRequest) (*model.UpdateEquipmentInfoResponse, error)
- func (c *EcClient) UpdateEquipmentInfoInvoker(request *model.UpdateEquipmentInfoRequest) *UpdateEquipmentInfoInvoker
- func (c *EcClient) UpdateEquipmentLanConfig(request *model.UpdateEquipmentLanConfigRequest) (*model.UpdateEquipmentLanConfigResponse, error)
- func (c *EcClient) UpdateEquipmentLanConfigInvoker(request *model.UpdateEquipmentLanConfigRequest) *UpdateEquipmentLanConfigInvoker
- func (c *EcClient) UpdateEquipmentOspf(request *model.UpdateEquipmentOspfRequest) (*model.UpdateEquipmentOspfResponse, error)
- func (c *EcClient) UpdateEquipmentOspfInvoker(request *model.UpdateEquipmentOspfRequest) *UpdateEquipmentOspfInvoker
- func (c *EcClient) UpdateEquipmentStaticRouteConfig(request *model.UpdateEquipmentStaticRouteConfigRequest) (*model.UpdateEquipmentStaticRouteConfigResponse, error)
- func (c *EcClient) UpdateEquipmentStaticRouteConfigInvoker(request *model.UpdateEquipmentStaticRouteConfigRequest) *UpdateEquipmentStaticRouteConfigInvoker
- func (c *EcClient) UpdateEquipmentWanConfig(request *model.UpdateEquipmentWanConfigRequest) (*model.UpdateEquipmentWanConfigResponse, error)
- func (c *EcClient) UpdateEquipmentWanConfigInvoker(request *model.UpdateEquipmentWanConfigRequest) *UpdateEquipmentWanConfigInvoker
- func (c *EcClient) UpdateEquipmentWlan(request *model.UpdateEquipmentWlanRequest) (*model.UpdateEquipmentWlanResponse, error)
- func (c *EcClient) UpdateEquipmentWlanInvoker(request *model.UpdateEquipmentWlanRequest) *UpdateEquipmentWlanInvoker
- func (c *EcClient) UpdateIeg(request *model.UpdateIegRequest) (*model.UpdateIegResponse, error)
- func (c *EcClient) UpdateIegInvoker(request *model.UpdateIegRequest) *UpdateIegInvoker
- func (c *EcClient) UpdateVrrpConfig(request *model.UpdateVrrpConfigRequest) (*model.UpdateVrrpConfigResponse, error)
- func (c *EcClient) UpdateVrrpConfigInvoker(request *model.UpdateVrrpConfigRequest) *UpdateVrrpConfigInvoker
- type GenerateInitialConfigurationInvoker
- type ListEcnAccessPointByEcnIdInvoker
- type ListEcnInvoker
- type ListEcnWithErInvoker
- type ListEcnWithIegInvoker
- type ListEcnWithVpcInvoker
- type ListEquipmentInterfaceNameInvoker
- type ListEquipmentsInvoker
- type ListIegInvoker
- type RebootEquipmentInvoker
- type ShowEcnInfoInvoker
- type ShowEcnWithIegInvoker
- type ShowEquipmentDnsInfoInvoker
- type ShowEquipmentInfoInvoker
- type ShowEquipmentLanInfoInvoker
- type ShowEquipmentOspfInvoker
- type ShowEquipmentSpecificConfigInvoker
- type ShowEquipmentStaticRouteInfoInvoker
- type ShowEquipmentWanInfoInvoker
- type ShowEquipmentWlanInvoker
- type ShowIegInfoInvoker
- type ShowQuotasInfoInvoker
- type ShowVrrpConfigInvoker
- type SwitchEquipmentHaTypeInvoker
- type UpdateEcnAccessPointInvoker
- type UpdateEcnInvoker
- type UpdateEcnWithVpcInvoker
- type UpdateEquipmentDnsInfoInvoker
- type UpdateEquipmentEsnInvoker
- type UpdateEquipmentInfoInvoker
- type UpdateEquipmentLanConfigInvoker
- type UpdateEquipmentOspfInvoker
- type UpdateEquipmentStaticRouteConfigInvoker
- type UpdateEquipmentWanConfigInvoker
- type UpdateEquipmentWlanInvoker
- type UpdateIegInvoker
- type UpdateVrrpConfigInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EcClientBuilder ¶
func EcClientBuilder() *httpclient.HcHttpClientBuilder
func GenReqDefForAddEcnWithEr ¶
func GenReqDefForAddEcnWithEr() *def.HttpRequestDef
func GenReqDefForAddEcnWithIeg ¶
func GenReqDefForAddEcnWithIeg() *def.HttpRequestDef
func GenReqDefForAddEcnWithVpc ¶ added in v0.1.77
func GenReqDefForAddEcnWithVpc() *def.HttpRequestDef
func GenReqDefForAddVrrpConfig ¶
func GenReqDefForAddVrrpConfig() *def.HttpRequestDef
func GenReqDefForChangeIegPassword ¶
func GenReqDefForChangeIegPassword() *def.HttpRequestDef
func GenReqDefForCreateEcnAccessPoint ¶
func GenReqDefForCreateEcnAccessPoint() *def.HttpRequestDef
func GenReqDefForCreateEquipment ¶
func GenReqDefForCreateEquipment() *def.HttpRequestDef
func GenReqDefForCreateEquipmentLanConfig ¶
func GenReqDefForCreateEquipmentLanConfig() *def.HttpRequestDef
func GenReqDefForCreateEquipmentStaticRouteConfig ¶
func GenReqDefForCreateEquipmentStaticRouteConfig() *def.HttpRequestDef
func GenReqDefForDeleteEcnAccessPoint ¶
func GenReqDefForDeleteEcnAccessPoint() *def.HttpRequestDef
func GenReqDefForDeleteEcnWithEr ¶
func GenReqDefForDeleteEcnWithEr() *def.HttpRequestDef
func GenReqDefForDeleteEcnWithIeg ¶
func GenReqDefForDeleteEcnWithIeg() *def.HttpRequestDef
func GenReqDefForDeleteEcnWithVpc ¶ added in v0.1.77
func GenReqDefForDeleteEcnWithVpc() *def.HttpRequestDef
func GenReqDefForDeleteEquipment ¶
func GenReqDefForDeleteEquipment() *def.HttpRequestDef
func GenReqDefForDeleteEquipmentLanConfig ¶
func GenReqDefForDeleteEquipmentLanConfig() *def.HttpRequestDef
func GenReqDefForDeleteEquipmentStaticRouteConfig ¶
func GenReqDefForDeleteEquipmentStaticRouteConfig() *def.HttpRequestDef
func GenReqDefForDeleteVrrpConfig ¶
func GenReqDefForDeleteVrrpConfig() *def.HttpRequestDef
func GenReqDefForGenerateInitialConfiguration ¶
func GenReqDefForGenerateInitialConfiguration() *def.HttpRequestDef
func GenReqDefForListEcn ¶
func GenReqDefForListEcn() *def.HttpRequestDef
func GenReqDefForListEcnAccessPointByEcnId ¶
func GenReqDefForListEcnAccessPointByEcnId() *def.HttpRequestDef
func GenReqDefForListEcnWithEr ¶
func GenReqDefForListEcnWithEr() *def.HttpRequestDef
func GenReqDefForListEcnWithIeg ¶
func GenReqDefForListEcnWithIeg() *def.HttpRequestDef
func GenReqDefForListEcnWithVpc ¶ added in v0.1.77
func GenReqDefForListEcnWithVpc() *def.HttpRequestDef
func GenReqDefForListEquipmentInterfaceName ¶
func GenReqDefForListEquipmentInterfaceName() *def.HttpRequestDef
func GenReqDefForListEquipments ¶
func GenReqDefForListEquipments() *def.HttpRequestDef
func GenReqDefForListIeg ¶
func GenReqDefForListIeg() *def.HttpRequestDef
func GenReqDefForRebootEquipment ¶
func GenReqDefForRebootEquipment() *def.HttpRequestDef
func GenReqDefForShowEcnInfo ¶
func GenReqDefForShowEcnInfo() *def.HttpRequestDef
func GenReqDefForShowEcnWithIeg ¶
func GenReqDefForShowEcnWithIeg() *def.HttpRequestDef
func GenReqDefForShowEquipmentDnsInfo ¶
func GenReqDefForShowEquipmentDnsInfo() *def.HttpRequestDef
func GenReqDefForShowEquipmentInfo ¶
func GenReqDefForShowEquipmentInfo() *def.HttpRequestDef
func GenReqDefForShowEquipmentLanInfo ¶
func GenReqDefForShowEquipmentLanInfo() *def.HttpRequestDef
func GenReqDefForShowEquipmentOspf ¶
func GenReqDefForShowEquipmentOspf() *def.HttpRequestDef
func GenReqDefForShowEquipmentSpecificConfig ¶
func GenReqDefForShowEquipmentSpecificConfig() *def.HttpRequestDef
func GenReqDefForShowEquipmentStaticRouteInfo ¶
func GenReqDefForShowEquipmentStaticRouteInfo() *def.HttpRequestDef
func GenReqDefForShowEquipmentWanInfo ¶
func GenReqDefForShowEquipmentWanInfo() *def.HttpRequestDef
func GenReqDefForShowEquipmentWlan ¶ added in v0.1.71
func GenReqDefForShowEquipmentWlan() *def.HttpRequestDef
func GenReqDefForShowIegInfo ¶
func GenReqDefForShowIegInfo() *def.HttpRequestDef
func GenReqDefForShowQuotasInfo ¶
func GenReqDefForShowQuotasInfo() *def.HttpRequestDef
func GenReqDefForShowVrrpConfig ¶
func GenReqDefForShowVrrpConfig() *def.HttpRequestDef
func GenReqDefForSwitchEquipmentHaType ¶
func GenReqDefForSwitchEquipmentHaType() *def.HttpRequestDef
func GenReqDefForUpdateEcn ¶
func GenReqDefForUpdateEcn() *def.HttpRequestDef
func GenReqDefForUpdateEcnAccessPoint ¶
func GenReqDefForUpdateEcnAccessPoint() *def.HttpRequestDef
func GenReqDefForUpdateEcnWithVpc ¶ added in v0.1.77
func GenReqDefForUpdateEcnWithVpc() *def.HttpRequestDef
func GenReqDefForUpdateEquipmentDnsInfo ¶
func GenReqDefForUpdateEquipmentDnsInfo() *def.HttpRequestDef
func GenReqDefForUpdateEquipmentEsn ¶
func GenReqDefForUpdateEquipmentEsn() *def.HttpRequestDef
func GenReqDefForUpdateEquipmentInfo ¶
func GenReqDefForUpdateEquipmentInfo() *def.HttpRequestDef
func GenReqDefForUpdateEquipmentLanConfig ¶
func GenReqDefForUpdateEquipmentLanConfig() *def.HttpRequestDef
func GenReqDefForUpdateEquipmentOspf ¶
func GenReqDefForUpdateEquipmentOspf() *def.HttpRequestDef
func GenReqDefForUpdateEquipmentStaticRouteConfig ¶
func GenReqDefForUpdateEquipmentStaticRouteConfig() *def.HttpRequestDef
func GenReqDefForUpdateEquipmentWanConfig ¶
func GenReqDefForUpdateEquipmentWanConfig() *def.HttpRequestDef
func GenReqDefForUpdateEquipmentWlan ¶ added in v0.1.71
func GenReqDefForUpdateEquipmentWlan() *def.HttpRequestDef
func GenReqDefForUpdateIeg ¶
func GenReqDefForUpdateIeg() *def.HttpRequestDef
func GenReqDefForUpdateVrrpConfig ¶
func GenReqDefForUpdateVrrpConfig() *def.HttpRequestDef
Types ¶
type AddEcnWithErInvoker ¶
type AddEcnWithErInvoker struct {
*invoker.BaseInvoker
}
func (*AddEcnWithErInvoker) Invoke ¶
func (i *AddEcnWithErInvoker) Invoke() (*model.AddEcnWithErResponse, error)
type AddEcnWithIegInvoker ¶
type AddEcnWithIegInvoker struct {
*invoker.BaseInvoker
}
func (*AddEcnWithIegInvoker) Invoke ¶
func (i *AddEcnWithIegInvoker) Invoke() (*model.AddEcnWithIegResponse, error)
type AddEcnWithVpcInvoker ¶ added in v0.1.77
type AddEcnWithVpcInvoker struct {
*invoker.BaseInvoker
}
func (*AddEcnWithVpcInvoker) Invoke ¶ added in v0.1.77
func (i *AddEcnWithVpcInvoker) Invoke() (*model.AddEcnWithVpcResponse, error)
type AddVrrpConfigInvoker ¶
type AddVrrpConfigInvoker struct {
*invoker.BaseInvoker
}
func (*AddVrrpConfigInvoker) Invoke ¶
func (i *AddVrrpConfigInvoker) Invoke() (*model.AddVrrpConfigResponse, error)
type ChangeIegPasswordInvoker ¶
type ChangeIegPasswordInvoker struct {
*invoker.BaseInvoker
}
func (*ChangeIegPasswordInvoker) Invoke ¶
func (i *ChangeIegPasswordInvoker) Invoke() (*model.ChangeIegPasswordResponse, error)
type CreateEcnAccessPointInvoker ¶
type CreateEcnAccessPointInvoker struct {
*invoker.BaseInvoker
}
func (*CreateEcnAccessPointInvoker) Invoke ¶
func (i *CreateEcnAccessPointInvoker) Invoke() (*model.CreateEcnAccessPointResponse, error)
type CreateEquipmentInvoker ¶
type CreateEquipmentInvoker struct {
*invoker.BaseInvoker
}
func (*CreateEquipmentInvoker) Invoke ¶
func (i *CreateEquipmentInvoker) Invoke() (*model.CreateEquipmentResponse, error)
type CreateEquipmentLanConfigInvoker ¶
type CreateEquipmentLanConfigInvoker struct {
*invoker.BaseInvoker
}
func (*CreateEquipmentLanConfigInvoker) Invoke ¶
func (i *CreateEquipmentLanConfigInvoker) Invoke() (*model.CreateEquipmentLanConfigResponse, error)
type CreateEquipmentStaticRouteConfigInvoker ¶
type CreateEquipmentStaticRouteConfigInvoker struct {
*invoker.BaseInvoker
}
func (*CreateEquipmentStaticRouteConfigInvoker) Invoke ¶
func (i *CreateEquipmentStaticRouteConfigInvoker) Invoke() (*model.CreateEquipmentStaticRouteConfigResponse, error)
type DeleteEcnAccessPointInvoker ¶
type DeleteEcnAccessPointInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteEcnAccessPointInvoker) Invoke ¶
func (i *DeleteEcnAccessPointInvoker) Invoke() (*model.DeleteEcnAccessPointResponse, error)
type DeleteEcnWithErInvoker ¶
type DeleteEcnWithErInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteEcnWithErInvoker) Invoke ¶
func (i *DeleteEcnWithErInvoker) Invoke() (*model.DeleteEcnWithErResponse, error)
type DeleteEcnWithIegInvoker ¶
type DeleteEcnWithIegInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteEcnWithIegInvoker) Invoke ¶
func (i *DeleteEcnWithIegInvoker) Invoke() (*model.DeleteEcnWithIegResponse, error)
type DeleteEcnWithVpcInvoker ¶ added in v0.1.77
type DeleteEcnWithVpcInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteEcnWithVpcInvoker) Invoke ¶ added in v0.1.77
func (i *DeleteEcnWithVpcInvoker) Invoke() (*model.DeleteEcnWithVpcResponse, error)
type DeleteEquipmentInvoker ¶
type DeleteEquipmentInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteEquipmentInvoker) Invoke ¶
func (i *DeleteEquipmentInvoker) Invoke() (*model.DeleteEquipmentResponse, error)
type DeleteEquipmentLanConfigInvoker ¶
type DeleteEquipmentLanConfigInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteEquipmentLanConfigInvoker) Invoke ¶
func (i *DeleteEquipmentLanConfigInvoker) Invoke() (*model.DeleteEquipmentLanConfigResponse, error)
type DeleteEquipmentStaticRouteConfigInvoker ¶
type DeleteEquipmentStaticRouteConfigInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteEquipmentStaticRouteConfigInvoker) Invoke ¶
func (i *DeleteEquipmentStaticRouteConfigInvoker) Invoke() (*model.DeleteEquipmentStaticRouteConfigResponse, error)
type DeleteVrrpConfigInvoker ¶
type DeleteVrrpConfigInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteVrrpConfigInvoker) Invoke ¶
func (i *DeleteVrrpConfigInvoker) Invoke() (*model.DeleteVrrpConfigResponse, error)
type EcClient ¶
type EcClient struct {
HcClient *httpclient.HcHttpClient
}
func NewEcClient ¶
func NewEcClient(hcClient *httpclient.HcHttpClient) *EcClient
func (*EcClient) AddEcnWithEr ¶
func (c *EcClient) AddEcnWithEr(request *model.AddEcnWithErRequest) (*model.AddEcnWithErResponse, error)
AddEcnWithEr 关联企业路由器到企业连接网络
关联企业路由器到企业连接网络
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) AddEcnWithErInvoker ¶
func (c *EcClient) AddEcnWithErInvoker(request *model.AddEcnWithErRequest) *AddEcnWithErInvoker
AddEcnWithErInvoker 关联企业路由器到企业连接网络
func (*EcClient) AddEcnWithIeg ¶
func (c *EcClient) AddEcnWithIeg(request *model.AddEcnWithIegRequest) (*model.AddEcnWithIegResponse, error)
AddEcnWithIeg 绑定智能企业网关到企业连接网络
绑定智能企业网关到企业连接网络
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) AddEcnWithIegInvoker ¶
func (c *EcClient) AddEcnWithIegInvoker(request *model.AddEcnWithIegRequest) *AddEcnWithIegInvoker
AddEcnWithIegInvoker 绑定智能企业网关到企业连接网络
func (*EcClient) AddEcnWithVpc ¶ added in v0.1.77
func (c *EcClient) AddEcnWithVpc(request *model.AddEcnWithVpcRequest) (*model.AddEcnWithVpcResponse, error)
AddEcnWithVpc 关联虚拟私有云到企业连接网络
关联虚拟私有云到企业连接网络
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) AddEcnWithVpcInvoker ¶ added in v0.1.77
func (c *EcClient) AddEcnWithVpcInvoker(request *model.AddEcnWithVpcRequest) *AddEcnWithVpcInvoker
AddEcnWithVpcInvoker 关联虚拟私有云到企业连接网络
func (*EcClient) AddVrrpConfig ¶
func (c *EcClient) AddVrrpConfig(request *model.AddVrrpConfigRequest) (*model.AddVrrpConfigResponse, error)
AddVrrpConfig 创建vrrp配置
创建vrrp配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) AddVrrpConfigInvoker ¶
func (c *EcClient) AddVrrpConfigInvoker(request *model.AddVrrpConfigRequest) *AddVrrpConfigInvoker
AddVrrpConfigInvoker 创建vrrp配置
func (*EcClient) ChangeIegPassword ¶
func (c *EcClient) ChangeIegPassword(request *model.ChangeIegPasswordRequest) (*model.ChangeIegPasswordResponse, error)
ChangeIegPassword 修改IEG设备admin账户密码
修改IEG设备admin账户密码
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ChangeIegPasswordInvoker ¶
func (c *EcClient) ChangeIegPasswordInvoker(request *model.ChangeIegPasswordRequest) *ChangeIegPasswordInvoker
ChangeIegPasswordInvoker 修改IEG设备admin账户密码
func (*EcClient) CreateEcnAccessPoint ¶
func (c *EcClient) CreateEcnAccessPoint(request *model.CreateEcnAccessPointRequest) (*model.CreateEcnAccessPointResponse, error)
CreateEcnAccessPoint 添加新的接入点
添加新的接入点
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) CreateEcnAccessPointInvoker ¶
func (c *EcClient) CreateEcnAccessPointInvoker(request *model.CreateEcnAccessPointRequest) *CreateEcnAccessPointInvoker
CreateEcnAccessPointInvoker 添加新的接入点
func (*EcClient) CreateEquipment ¶
func (c *EcClient) CreateEquipment(request *model.CreateEquipmentRequest) (*model.CreateEquipmentResponse, error)
CreateEquipment 激活智能企业网关设备
激活智能企业网关设备
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) CreateEquipmentInvoker ¶
func (c *EcClient) CreateEquipmentInvoker(request *model.CreateEquipmentRequest) *CreateEquipmentInvoker
CreateEquipmentInvoker 激活智能企业网关设备
func (*EcClient) CreateEquipmentLanConfig ¶
func (c *EcClient) CreateEquipmentLanConfig(request *model.CreateEquipmentLanConfigRequest) (*model.CreateEquipmentLanConfigResponse, error)
CreateEquipmentLanConfig 创建智能企业网关设备LAN口配置
创建智能企业网关设备LAN口配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) CreateEquipmentLanConfigInvoker ¶
func (c *EcClient) CreateEquipmentLanConfigInvoker(request *model.CreateEquipmentLanConfigRequest) *CreateEquipmentLanConfigInvoker
CreateEquipmentLanConfigInvoker 创建智能企业网关设备LAN口配置
func (*EcClient) CreateEquipmentStaticRouteConfig ¶
func (c *EcClient) CreateEquipmentStaticRouteConfig(request *model.CreateEquipmentStaticRouteConfigRequest) (*model.CreateEquipmentStaticRouteConfigResponse, error)
CreateEquipmentStaticRouteConfig 创建智能企业网关设备静态路由配置
创建智能企业网关设备静态路由配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) CreateEquipmentStaticRouteConfigInvoker ¶
func (c *EcClient) CreateEquipmentStaticRouteConfigInvoker(request *model.CreateEquipmentStaticRouteConfigRequest) *CreateEquipmentStaticRouteConfigInvoker
CreateEquipmentStaticRouteConfigInvoker 创建智能企业网关设备静态路由配置
func (*EcClient) DeleteEcnAccessPoint ¶
func (c *EcClient) DeleteEcnAccessPoint(request *model.DeleteEcnAccessPointRequest) (*model.DeleteEcnAccessPointResponse, error)
DeleteEcnAccessPoint 删除接入点
根据企业连接网络ID,删除接入点
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) DeleteEcnAccessPointInvoker ¶
func (c *EcClient) DeleteEcnAccessPointInvoker(request *model.DeleteEcnAccessPointRequest) *DeleteEcnAccessPointInvoker
DeleteEcnAccessPointInvoker 删除接入点
func (*EcClient) DeleteEcnWithEr ¶
func (c *EcClient) DeleteEcnWithEr(request *model.DeleteEcnWithErRequest) (*model.DeleteEcnWithErResponse, error)
DeleteEcnWithEr 解除企业路由器和企业连接网络的关联
解除企业路由器和企业连接网络的关联
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) DeleteEcnWithErInvoker ¶
func (c *EcClient) DeleteEcnWithErInvoker(request *model.DeleteEcnWithErRequest) *DeleteEcnWithErInvoker
DeleteEcnWithErInvoker 解除企业路由器和企业连接网络的关联
func (*EcClient) DeleteEcnWithIeg ¶
func (c *EcClient) DeleteEcnWithIeg(request *model.DeleteEcnWithIegRequest) (*model.DeleteEcnWithIegResponse, error)
DeleteEcnWithIeg 解除智能企业网关和企业连接网络的绑定
解除智能企业网关和企业连接网络的绑定
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) DeleteEcnWithIegInvoker ¶
func (c *EcClient) DeleteEcnWithIegInvoker(request *model.DeleteEcnWithIegRequest) *DeleteEcnWithIegInvoker
DeleteEcnWithIegInvoker 解除智能企业网关和企业连接网络的绑定
func (*EcClient) DeleteEcnWithVpc ¶ added in v0.1.77
func (c *EcClient) DeleteEcnWithVpc(request *model.DeleteEcnWithVpcRequest) (*model.DeleteEcnWithVpcResponse, error)
DeleteEcnWithVpc 解除虚拟私有云和企业连接网络的关联
解除虚拟私有云和企业连接网络的关联
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) DeleteEcnWithVpcInvoker ¶ added in v0.1.77
func (c *EcClient) DeleteEcnWithVpcInvoker(request *model.DeleteEcnWithVpcRequest) *DeleteEcnWithVpcInvoker
DeleteEcnWithVpcInvoker 解除虚拟私有云和企业连接网络的关联
func (*EcClient) DeleteEquipment ¶
func (c *EcClient) DeleteEquipment(request *model.DeleteEquipmentRequest) (*model.DeleteEquipmentResponse, error)
DeleteEquipment 移除智能企业网关设备
移除智能企业网关设备
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) DeleteEquipmentInvoker ¶
func (c *EcClient) DeleteEquipmentInvoker(request *model.DeleteEquipmentRequest) *DeleteEquipmentInvoker
DeleteEquipmentInvoker 移除智能企业网关设备
func (*EcClient) DeleteEquipmentLanConfig ¶
func (c *EcClient) DeleteEquipmentLanConfig(request *model.DeleteEquipmentLanConfigRequest) (*model.DeleteEquipmentLanConfigResponse, error)
DeleteEquipmentLanConfig 删除智能企业网关设备LAN口配置
删除智能企业网关设备LAN口配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) DeleteEquipmentLanConfigInvoker ¶
func (c *EcClient) DeleteEquipmentLanConfigInvoker(request *model.DeleteEquipmentLanConfigRequest) *DeleteEquipmentLanConfigInvoker
DeleteEquipmentLanConfigInvoker 删除智能企业网关设备LAN口配置
func (*EcClient) DeleteEquipmentStaticRouteConfig ¶
func (c *EcClient) DeleteEquipmentStaticRouteConfig(request *model.DeleteEquipmentStaticRouteConfigRequest) (*model.DeleteEquipmentStaticRouteConfigResponse, error)
DeleteEquipmentStaticRouteConfig 删除智能企业网关设备静态路由配置
删除智能企业网关设备静态路由配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) DeleteEquipmentStaticRouteConfigInvoker ¶
func (c *EcClient) DeleteEquipmentStaticRouteConfigInvoker(request *model.DeleteEquipmentStaticRouteConfigRequest) *DeleteEquipmentStaticRouteConfigInvoker
DeleteEquipmentStaticRouteConfigInvoker 删除智能企业网关设备静态路由配置
func (*EcClient) DeleteVrrpConfig ¶
func (c *EcClient) DeleteVrrpConfig(request *model.DeleteVrrpConfigRequest) (*model.DeleteVrrpConfigResponse, error)
DeleteVrrpConfig 删除vrrp配置
删除vrrp配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) DeleteVrrpConfigInvoker ¶
func (c *EcClient) DeleteVrrpConfigInvoker(request *model.DeleteVrrpConfigRequest) *DeleteVrrpConfigInvoker
DeleteVrrpConfigInvoker 删除vrrp配置
func (*EcClient) GenerateInitialConfiguration ¶
func (c *EcClient) GenerateInitialConfiguration(request *model.GenerateInitialConfigurationRequest) (*model.GenerateInitialConfigurationResponse, error)
GenerateInitialConfiguration 生成智能企业网关设备初始配置
生成智能企业网关设备初始配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) GenerateInitialConfigurationInvoker ¶
func (c *EcClient) GenerateInitialConfigurationInvoker(request *model.GenerateInitialConfigurationRequest) *GenerateInitialConfigurationInvoker
GenerateInitialConfigurationInvoker 生成智能企业网关设备初始配置
func (*EcClient) ListEcn ¶
func (c *EcClient) ListEcn(request *model.ListEcnRequest) (*model.ListEcnResponse, error)
ListEcn 查询企业连接网络列表
查询租户的企业连接网络列表
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ListEcnAccessPointByEcnId ¶
func (c *EcClient) ListEcnAccessPointByEcnId(request *model.ListEcnAccessPointByEcnIdRequest) (*model.ListEcnAccessPointByEcnIdResponse, error)
ListEcnAccessPointByEcnId 查询接入点
根据企业连接网络ID,查询其下所有接入点
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ListEcnAccessPointByEcnIdInvoker ¶
func (c *EcClient) ListEcnAccessPointByEcnIdInvoker(request *model.ListEcnAccessPointByEcnIdRequest) *ListEcnAccessPointByEcnIdInvoker
ListEcnAccessPointByEcnIdInvoker 查询接入点
func (*EcClient) ListEcnInvoker ¶
func (c *EcClient) ListEcnInvoker(request *model.ListEcnRequest) *ListEcnInvoker
ListEcnInvoker 查询企业连接网络列表
func (*EcClient) ListEcnWithEr ¶
func (c *EcClient) ListEcnWithEr(request *model.ListEcnWithErRequest) (*model.ListEcnWithErResponse, error)
ListEcnWithEr 查询企业连接网络网与企业路由器关联关系
根据企业连接网络ID,查询企业连接网络网与企业路由器关联关系
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ListEcnWithErInvoker ¶
func (c *EcClient) ListEcnWithErInvoker(request *model.ListEcnWithErRequest) *ListEcnWithErInvoker
ListEcnWithErInvoker 查询企业连接网络网与企业路由器关联关系
func (*EcClient) ListEcnWithIeg ¶
func (c *EcClient) ListEcnWithIeg(request *model.ListEcnWithIegRequest) (*model.ListEcnWithIegResponse, error)
ListEcnWithIeg 查询企业连接网络与智能企业网关绑定关系
根据企业连接网络ID,查询企业连接网络与智能企业网关绑定关系
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ListEcnWithIegInvoker ¶
func (c *EcClient) ListEcnWithIegInvoker(request *model.ListEcnWithIegRequest) *ListEcnWithIegInvoker
ListEcnWithIegInvoker 查询企业连接网络与智能企业网关绑定关系
func (*EcClient) ListEcnWithVpc ¶ added in v0.1.77
func (c *EcClient) ListEcnWithVpc(request *model.ListEcnWithVpcRequest) (*model.ListEcnWithVpcResponse, error)
ListEcnWithVpc 查询企业连接网络与虚拟私有云关联关系
根据企业连接网络ID,查询企业连接网络与虚拟私有云关联关系
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ListEcnWithVpcInvoker ¶ added in v0.1.77
func (c *EcClient) ListEcnWithVpcInvoker(request *model.ListEcnWithVpcRequest) *ListEcnWithVpcInvoker
ListEcnWithVpcInvoker 查询企业连接网络与虚拟私有云关联关系
func (*EcClient) ListEquipmentInterfaceName ¶
func (c *EcClient) ListEquipmentInterfaceName(request *model.ListEquipmentInterfaceNameRequest) (*model.ListEquipmentInterfaceNameResponse, error)
ListEquipmentInterfaceName 查询智能企业网关已配置的接口名字
查询智能企业网关已配置的接口名字
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ListEquipmentInterfaceNameInvoker ¶
func (c *EcClient) ListEquipmentInterfaceNameInvoker(request *model.ListEquipmentInterfaceNameRequest) *ListEquipmentInterfaceNameInvoker
ListEquipmentInterfaceNameInvoker 查询智能企业网关已配置的接口名字
func (*EcClient) ListEquipments ¶
func (c *EcClient) ListEquipments(request *model.ListEquipmentsRequest) (*model.ListEquipmentsResponse, error)
ListEquipments 查询智能企业网关设备列表
根据智能企业网关ID,查询智能企业网关设备列表
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ListEquipmentsInvoker ¶
func (c *EcClient) ListEquipmentsInvoker(request *model.ListEquipmentsRequest) *ListEquipmentsInvoker
ListEquipmentsInvoker 查询智能企业网关设备列表
func (*EcClient) ListIeg ¶
func (c *EcClient) ListIeg(request *model.ListIegRequest) (*model.ListIegResponse, error)
ListIeg 查询租户智能企业网关列表
查询租户智能企业网关列表
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ListIegInvoker ¶
func (c *EcClient) ListIegInvoker(request *model.ListIegRequest) *ListIegInvoker
ListIegInvoker 查询租户智能企业网关列表
func (*EcClient) RebootEquipment ¶
func (c *EcClient) RebootEquipment(request *model.RebootEquipmentRequest) (*model.RebootEquipmentResponse, error)
RebootEquipment 重启智能企业网关设备
重启智能企业网关设备
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) RebootEquipmentInvoker ¶
func (c *EcClient) RebootEquipmentInvoker(request *model.RebootEquipmentRequest) *RebootEquipmentInvoker
RebootEquipmentInvoker 重启智能企业网关设备
func (*EcClient) ShowEcnInfo ¶
func (c *EcClient) ShowEcnInfo(request *model.ShowEcnInfoRequest) (*model.ShowEcnInfoResponse, error)
ShowEcnInfo 查询企业连接网络
根据企业连接网络ID,查询企业连接网络
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowEcnInfoInvoker ¶
func (c *EcClient) ShowEcnInfoInvoker(request *model.ShowEcnInfoRequest) *ShowEcnInfoInvoker
ShowEcnInfoInvoker 查询企业连接网络
func (*EcClient) ShowEcnWithIeg ¶
func (c *EcClient) ShowEcnWithIeg(request *model.ShowEcnWithIegRequest) (*model.ShowEcnWithIegResponse, error)
ShowEcnWithIeg 查询企业连接网络与单个智能企业网关绑定关系
查询企业连接网络与单个智能企业网关绑定关系
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowEcnWithIegInvoker ¶
func (c *EcClient) ShowEcnWithIegInvoker(request *model.ShowEcnWithIegRequest) *ShowEcnWithIegInvoker
ShowEcnWithIegInvoker 查询企业连接网络与单个智能企业网关绑定关系
func (*EcClient) ShowEquipmentDnsInfo ¶
func (c *EcClient) ShowEquipmentDnsInfo(request *model.ShowEquipmentDnsInfoRequest) (*model.ShowEquipmentDnsInfoResponse, error)
ShowEquipmentDnsInfo 查询智能企业网关设备主备DNS配置
查询智能企业网关设备主备DNS配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowEquipmentDnsInfoInvoker ¶
func (c *EcClient) ShowEquipmentDnsInfoInvoker(request *model.ShowEquipmentDnsInfoRequest) *ShowEquipmentDnsInfoInvoker
ShowEquipmentDnsInfoInvoker 查询智能企业网关设备主备DNS配置
func (*EcClient) ShowEquipmentInfo ¶
func (c *EcClient) ShowEquipmentInfo(request *model.ShowEquipmentInfoRequest) (*model.ShowEquipmentInfoResponse, error)
ShowEquipmentInfo 查询智能企业网关设备
查询智能企业网关设备
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowEquipmentInfoInvoker ¶
func (c *EcClient) ShowEquipmentInfoInvoker(request *model.ShowEquipmentInfoRequest) *ShowEquipmentInfoInvoker
ShowEquipmentInfoInvoker 查询智能企业网关设备
func (*EcClient) ShowEquipmentLanInfo ¶
func (c *EcClient) ShowEquipmentLanInfo(request *model.ShowEquipmentLanInfoRequest) (*model.ShowEquipmentLanInfoResponse, error)
ShowEquipmentLanInfo 查询智能企业网关设备LAN口配置
查询智能企业网关设备LAN口配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowEquipmentLanInfoInvoker ¶
func (c *EcClient) ShowEquipmentLanInfoInvoker(request *model.ShowEquipmentLanInfoRequest) *ShowEquipmentLanInfoInvoker
ShowEquipmentLanInfoInvoker 查询智能企业网关设备LAN口配置
func (*EcClient) ShowEquipmentOspf ¶
func (c *EcClient) ShowEquipmentOspf(request *model.ShowEquipmentOspfRequest) (*model.ShowEquipmentOspfResponse, error)
ShowEquipmentOspf 查询智能企业网关设备OSPF配置
查询智能企业网关设备OSPF配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowEquipmentOspfInvoker ¶
func (c *EcClient) ShowEquipmentOspfInvoker(request *model.ShowEquipmentOspfRequest) *ShowEquipmentOspfInvoker
ShowEquipmentOspfInvoker 查询智能企业网关设备OSPF配置
func (*EcClient) ShowEquipmentSpecificConfig ¶
func (c *EcClient) ShowEquipmentSpecificConfig(request *model.ShowEquipmentSpecificConfigRequest) (*model.ShowEquipmentSpecificConfigResponse, error)
ShowEquipmentSpecificConfig 查询智能企业网关设备基础规格配置
查询智能企业网关设备基础规格配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowEquipmentSpecificConfigInvoker ¶
func (c *EcClient) ShowEquipmentSpecificConfigInvoker(request *model.ShowEquipmentSpecificConfigRequest) *ShowEquipmentSpecificConfigInvoker
ShowEquipmentSpecificConfigInvoker 查询智能企业网关设备基础规格配置
func (*EcClient) ShowEquipmentStaticRouteInfo ¶
func (c *EcClient) ShowEquipmentStaticRouteInfo(request *model.ShowEquipmentStaticRouteInfoRequest) (*model.ShowEquipmentStaticRouteInfoResponse, error)
ShowEquipmentStaticRouteInfo 查询智能企业网关设备静态路由配置
查询智能企业网关设备静态路由配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowEquipmentStaticRouteInfoInvoker ¶
func (c *EcClient) ShowEquipmentStaticRouteInfoInvoker(request *model.ShowEquipmentStaticRouteInfoRequest) *ShowEquipmentStaticRouteInfoInvoker
ShowEquipmentStaticRouteInfoInvoker 查询智能企业网关设备静态路由配置
func (*EcClient) ShowEquipmentWanInfo ¶
func (c *EcClient) ShowEquipmentWanInfo(request *model.ShowEquipmentWanInfoRequest) (*model.ShowEquipmentWanInfoResponse, error)
ShowEquipmentWanInfo 查询智能企业网关设备WAN口配置
查询智能企业网关设备WAN口配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowEquipmentWanInfoInvoker ¶
func (c *EcClient) ShowEquipmentWanInfoInvoker(request *model.ShowEquipmentWanInfoRequest) *ShowEquipmentWanInfoInvoker
ShowEquipmentWanInfoInvoker 查询智能企业网关设备WAN口配置
func (*EcClient) ShowEquipmentWlan ¶ added in v0.1.71
func (c *EcClient) ShowEquipmentWlan(request *model.ShowEquipmentWlanRequest) (*model.ShowEquipmentWlanResponse, error)
ShowEquipmentWlan 查询智能企业网关设备Wlan配置
查询智能企业网关设备Wlan配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowEquipmentWlanInvoker ¶ added in v0.1.71
func (c *EcClient) ShowEquipmentWlanInvoker(request *model.ShowEquipmentWlanRequest) *ShowEquipmentWlanInvoker
ShowEquipmentWlanInvoker 查询智能企业网关设备Wlan配置
func (*EcClient) ShowIegInfo ¶
func (c *EcClient) ShowIegInfo(request *model.ShowIegInfoRequest) (*model.ShowIegInfoResponse, error)
ShowIegInfo 查询租户单个智能企业网关
根据智能企业网关ID,查询租户智能企业网关
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowIegInfoInvoker ¶
func (c *EcClient) ShowIegInfoInvoker(request *model.ShowIegInfoRequest) *ShowIegInfoInvoker
ShowIegInfoInvoker 查询租户单个智能企业网关
func (*EcClient) ShowQuotasInfo ¶
func (c *EcClient) ShowQuotasInfo(request *model.ShowQuotasInfoRequest) (*model.ShowQuotasInfoResponse, error)
ShowQuotasInfo 查询EC相关的指定租户的配额
查询EC相关的指定租户的配额
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowQuotasInfoInvoker ¶
func (c *EcClient) ShowQuotasInfoInvoker(request *model.ShowQuotasInfoRequest) *ShowQuotasInfoInvoker
ShowQuotasInfoInvoker 查询EC相关的指定租户的配额
func (*EcClient) ShowVrrpConfig ¶
func (c *EcClient) ShowVrrpConfig(request *model.ShowVrrpConfigRequest) (*model.ShowVrrpConfigResponse, error)
ShowVrrpConfig 查询vrrp配置列表
查询vrrp配置列表
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) ShowVrrpConfigInvoker ¶
func (c *EcClient) ShowVrrpConfigInvoker(request *model.ShowVrrpConfigRequest) *ShowVrrpConfigInvoker
ShowVrrpConfigInvoker 查询vrrp配置列表
func (*EcClient) SwitchEquipmentHaType ¶
func (c *EcClient) SwitchEquipmentHaType(request *model.SwitchEquipmentHaTypeRequest) (*model.SwitchEquipmentHaTypeResponse, error)
SwitchEquipmentHaType 交换双机主备属性
交换双机主备属性
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) SwitchEquipmentHaTypeInvoker ¶
func (c *EcClient) SwitchEquipmentHaTypeInvoker(request *model.SwitchEquipmentHaTypeRequest) *SwitchEquipmentHaTypeInvoker
SwitchEquipmentHaTypeInvoker 交换双机主备属性
func (*EcClient) UpdateEcn ¶
func (c *EcClient) UpdateEcn(request *model.UpdateEcnRequest) (*model.UpdateEcnResponse, error)
UpdateEcn 更新企业连接网络
根据企业连接网络ID,更新企业连接网络
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEcnAccessPoint ¶
func (c *EcClient) UpdateEcnAccessPoint(request *model.UpdateEcnAccessPointRequest) (*model.UpdateEcnAccessPointResponse, error)
UpdateEcnAccessPoint 更新接入点
根据企业连接网络ID,更新接入点
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEcnAccessPointInvoker ¶
func (c *EcClient) UpdateEcnAccessPointInvoker(request *model.UpdateEcnAccessPointRequest) *UpdateEcnAccessPointInvoker
UpdateEcnAccessPointInvoker 更新接入点
func (*EcClient) UpdateEcnInvoker ¶
func (c *EcClient) UpdateEcnInvoker(request *model.UpdateEcnRequest) *UpdateEcnInvoker
UpdateEcnInvoker 更新企业连接网络
func (*EcClient) UpdateEcnWithVpc ¶ added in v0.1.77
func (c *EcClient) UpdateEcnWithVpc(request *model.UpdateEcnWithVpcRequest) (*model.UpdateEcnWithVpcResponse, error)
UpdateEcnWithVpc 更新虚拟私有云和企业连接网络的关联
更新虚拟私有云和企业连接网络的关联
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEcnWithVpcInvoker ¶ added in v0.1.77
func (c *EcClient) UpdateEcnWithVpcInvoker(request *model.UpdateEcnWithVpcRequest) *UpdateEcnWithVpcInvoker
UpdateEcnWithVpcInvoker 更新虚拟私有云和企业连接网络的关联
func (*EcClient) UpdateEquipmentDnsInfo ¶
func (c *EcClient) UpdateEquipmentDnsInfo(request *model.UpdateEquipmentDnsInfoRequest) (*model.UpdateEquipmentDnsInfoResponse, error)
UpdateEquipmentDnsInfo 更新智能企业网关设备主备DNS配置
更新智能企业网关设备主备DNS配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEquipmentDnsInfoInvoker ¶
func (c *EcClient) UpdateEquipmentDnsInfoInvoker(request *model.UpdateEquipmentDnsInfoRequest) *UpdateEquipmentDnsInfoInvoker
UpdateEquipmentDnsInfoInvoker 更新智能企业网关设备主备DNS配置
func (*EcClient) UpdateEquipmentEsn ¶
func (c *EcClient) UpdateEquipmentEsn(request *model.UpdateEquipmentEsnRequest) (*model.UpdateEquipmentEsnResponse, error)
UpdateEquipmentEsn 修改智能企业网关设备ESN
修改智能企业网关设备ESN
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEquipmentEsnInvoker ¶
func (c *EcClient) UpdateEquipmentEsnInvoker(request *model.UpdateEquipmentEsnRequest) *UpdateEquipmentEsnInvoker
UpdateEquipmentEsnInvoker 修改智能企业网关设备ESN
func (*EcClient) UpdateEquipmentInfo ¶
func (c *EcClient) UpdateEquipmentInfo(request *model.UpdateEquipmentInfoRequest) (*model.UpdateEquipmentInfoResponse, error)
UpdateEquipmentInfo 更新智能企业网关设备
更新智能企业网关设备
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEquipmentInfoInvoker ¶
func (c *EcClient) UpdateEquipmentInfoInvoker(request *model.UpdateEquipmentInfoRequest) *UpdateEquipmentInfoInvoker
UpdateEquipmentInfoInvoker 更新智能企业网关设备
func (*EcClient) UpdateEquipmentLanConfig ¶
func (c *EcClient) UpdateEquipmentLanConfig(request *model.UpdateEquipmentLanConfigRequest) (*model.UpdateEquipmentLanConfigResponse, error)
UpdateEquipmentLanConfig 更新智能企业网关设备LAN口配置
更新智能企业网关设备LAN口配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEquipmentLanConfigInvoker ¶
func (c *EcClient) UpdateEquipmentLanConfigInvoker(request *model.UpdateEquipmentLanConfigRequest) *UpdateEquipmentLanConfigInvoker
UpdateEquipmentLanConfigInvoker 更新智能企业网关设备LAN口配置
func (*EcClient) UpdateEquipmentOspf ¶
func (c *EcClient) UpdateEquipmentOspf(request *model.UpdateEquipmentOspfRequest) (*model.UpdateEquipmentOspfResponse, error)
UpdateEquipmentOspf 配置智能企业网关设备OSPF协议
配置智能企业网关设备OSPF协议
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEquipmentOspfInvoker ¶
func (c *EcClient) UpdateEquipmentOspfInvoker(request *model.UpdateEquipmentOspfRequest) *UpdateEquipmentOspfInvoker
UpdateEquipmentOspfInvoker 配置智能企业网关设备OSPF协议
func (*EcClient) UpdateEquipmentStaticRouteConfig ¶
func (c *EcClient) UpdateEquipmentStaticRouteConfig(request *model.UpdateEquipmentStaticRouteConfigRequest) (*model.UpdateEquipmentStaticRouteConfigResponse, error)
UpdateEquipmentStaticRouteConfig 更新智能企业网关设备静态路由配置
更新智能企业网关设备静态路由配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEquipmentStaticRouteConfigInvoker ¶
func (c *EcClient) UpdateEquipmentStaticRouteConfigInvoker(request *model.UpdateEquipmentStaticRouteConfigRequest) *UpdateEquipmentStaticRouteConfigInvoker
UpdateEquipmentStaticRouteConfigInvoker 更新智能企业网关设备静态路由配置
func (*EcClient) UpdateEquipmentWanConfig ¶
func (c *EcClient) UpdateEquipmentWanConfig(request *model.UpdateEquipmentWanConfigRequest) (*model.UpdateEquipmentWanConfigResponse, error)
UpdateEquipmentWanConfig 更新智能企业网关设备WAN口配置
更新智能企业网关设备WAN口配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEquipmentWanConfigInvoker ¶
func (c *EcClient) UpdateEquipmentWanConfigInvoker(request *model.UpdateEquipmentWanConfigRequest) *UpdateEquipmentWanConfigInvoker
UpdateEquipmentWanConfigInvoker 更新智能企业网关设备WAN口配置
func (*EcClient) UpdateEquipmentWlan ¶ added in v0.1.71
func (c *EcClient) UpdateEquipmentWlan(request *model.UpdateEquipmentWlanRequest) (*model.UpdateEquipmentWlanResponse, error)
UpdateEquipmentWlan 配置智能企业网关设备Wlan
配置智能企业网关设备Wlan
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateEquipmentWlanInvoker ¶ added in v0.1.71
func (c *EcClient) UpdateEquipmentWlanInvoker(request *model.UpdateEquipmentWlanRequest) *UpdateEquipmentWlanInvoker
UpdateEquipmentWlanInvoker 配置智能企业网关设备Wlan
func (*EcClient) UpdateIeg ¶
func (c *EcClient) UpdateIeg(request *model.UpdateIegRequest) (*model.UpdateIegResponse, error)
UpdateIeg 更新智能企业网关
根据智能企业网关ID,更新智能企业网关
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateIegInvoker ¶
func (c *EcClient) UpdateIegInvoker(request *model.UpdateIegRequest) *UpdateIegInvoker
UpdateIegInvoker 更新智能企业网关
func (*EcClient) UpdateVrrpConfig ¶
func (c *EcClient) UpdateVrrpConfig(request *model.UpdateVrrpConfigRequest) (*model.UpdateVrrpConfigResponse, error)
UpdateVrrpConfig 更新vrrp配置
更新vrrp配置
Please refer to HUAWEI cloud API Explorer for details.
func (*EcClient) UpdateVrrpConfigInvoker ¶
func (c *EcClient) UpdateVrrpConfigInvoker(request *model.UpdateVrrpConfigRequest) *UpdateVrrpConfigInvoker
UpdateVrrpConfigInvoker 更新vrrp配置
type GenerateInitialConfigurationInvoker ¶
type GenerateInitialConfigurationInvoker struct {
*invoker.BaseInvoker
}
func (*GenerateInitialConfigurationInvoker) Invoke ¶
func (i *GenerateInitialConfigurationInvoker) Invoke() (*model.GenerateInitialConfigurationResponse, error)
type ListEcnAccessPointByEcnIdInvoker ¶
type ListEcnAccessPointByEcnIdInvoker struct {
*invoker.BaseInvoker
}
func (*ListEcnAccessPointByEcnIdInvoker) Invoke ¶
func (i *ListEcnAccessPointByEcnIdInvoker) Invoke() (*model.ListEcnAccessPointByEcnIdResponse, error)
type ListEcnInvoker ¶
type ListEcnInvoker struct {
*invoker.BaseInvoker
}
func (*ListEcnInvoker) Invoke ¶
func (i *ListEcnInvoker) Invoke() (*model.ListEcnResponse, error)
type ListEcnWithErInvoker ¶
type ListEcnWithErInvoker struct {
*invoker.BaseInvoker
}
func (*ListEcnWithErInvoker) Invoke ¶
func (i *ListEcnWithErInvoker) Invoke() (*model.ListEcnWithErResponse, error)
type ListEcnWithIegInvoker ¶
type ListEcnWithIegInvoker struct {
*invoker.BaseInvoker
}
func (*ListEcnWithIegInvoker) Invoke ¶
func (i *ListEcnWithIegInvoker) Invoke() (*model.ListEcnWithIegResponse, error)
type ListEcnWithVpcInvoker ¶ added in v0.1.77
type ListEcnWithVpcInvoker struct {
*invoker.BaseInvoker
}
func (*ListEcnWithVpcInvoker) Invoke ¶ added in v0.1.77
func (i *ListEcnWithVpcInvoker) Invoke() (*model.ListEcnWithVpcResponse, error)
type ListEquipmentInterfaceNameInvoker ¶
type ListEquipmentInterfaceNameInvoker struct {
*invoker.BaseInvoker
}
func (*ListEquipmentInterfaceNameInvoker) Invoke ¶
func (i *ListEquipmentInterfaceNameInvoker) Invoke() (*model.ListEquipmentInterfaceNameResponse, error)
type ListEquipmentsInvoker ¶
type ListEquipmentsInvoker struct {
*invoker.BaseInvoker
}
func (*ListEquipmentsInvoker) Invoke ¶
func (i *ListEquipmentsInvoker) Invoke() (*model.ListEquipmentsResponse, error)
type ListIegInvoker ¶
type ListIegInvoker struct {
*invoker.BaseInvoker
}
func (*ListIegInvoker) Invoke ¶
func (i *ListIegInvoker) Invoke() (*model.ListIegResponse, error)
type RebootEquipmentInvoker ¶
type RebootEquipmentInvoker struct {
*invoker.BaseInvoker
}
func (*RebootEquipmentInvoker) Invoke ¶
func (i *RebootEquipmentInvoker) Invoke() (*model.RebootEquipmentResponse, error)
type ShowEcnInfoInvoker ¶
type ShowEcnInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEcnInfoInvoker) Invoke ¶
func (i *ShowEcnInfoInvoker) Invoke() (*model.ShowEcnInfoResponse, error)
type ShowEcnWithIegInvoker ¶
type ShowEcnWithIegInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEcnWithIegInvoker) Invoke ¶
func (i *ShowEcnWithIegInvoker) Invoke() (*model.ShowEcnWithIegResponse, error)
type ShowEquipmentDnsInfoInvoker ¶
type ShowEquipmentDnsInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEquipmentDnsInfoInvoker) Invoke ¶
func (i *ShowEquipmentDnsInfoInvoker) Invoke() (*model.ShowEquipmentDnsInfoResponse, error)
type ShowEquipmentInfoInvoker ¶
type ShowEquipmentInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEquipmentInfoInvoker) Invoke ¶
func (i *ShowEquipmentInfoInvoker) Invoke() (*model.ShowEquipmentInfoResponse, error)
type ShowEquipmentLanInfoInvoker ¶
type ShowEquipmentLanInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEquipmentLanInfoInvoker) Invoke ¶
func (i *ShowEquipmentLanInfoInvoker) Invoke() (*model.ShowEquipmentLanInfoResponse, error)
type ShowEquipmentOspfInvoker ¶
type ShowEquipmentOspfInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEquipmentOspfInvoker) Invoke ¶
func (i *ShowEquipmentOspfInvoker) Invoke() (*model.ShowEquipmentOspfResponse, error)
type ShowEquipmentSpecificConfigInvoker ¶
type ShowEquipmentSpecificConfigInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEquipmentSpecificConfigInvoker) Invoke ¶
func (i *ShowEquipmentSpecificConfigInvoker) Invoke() (*model.ShowEquipmentSpecificConfigResponse, error)
type ShowEquipmentStaticRouteInfoInvoker ¶
type ShowEquipmentStaticRouteInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEquipmentStaticRouteInfoInvoker) Invoke ¶
func (i *ShowEquipmentStaticRouteInfoInvoker) Invoke() (*model.ShowEquipmentStaticRouteInfoResponse, error)
type ShowEquipmentWanInfoInvoker ¶
type ShowEquipmentWanInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEquipmentWanInfoInvoker) Invoke ¶
func (i *ShowEquipmentWanInfoInvoker) Invoke() (*model.ShowEquipmentWanInfoResponse, error)
type ShowEquipmentWlanInvoker ¶ added in v0.1.71
type ShowEquipmentWlanInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEquipmentWlanInvoker) Invoke ¶ added in v0.1.71
func (i *ShowEquipmentWlanInvoker) Invoke() (*model.ShowEquipmentWlanResponse, error)
type ShowIegInfoInvoker ¶
type ShowIegInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowIegInfoInvoker) Invoke ¶
func (i *ShowIegInfoInvoker) Invoke() (*model.ShowIegInfoResponse, error)
type ShowQuotasInfoInvoker ¶
type ShowQuotasInfoInvoker struct {
*invoker.BaseInvoker
}
func (*ShowQuotasInfoInvoker) Invoke ¶
func (i *ShowQuotasInfoInvoker) Invoke() (*model.ShowQuotasInfoResponse, error)
type ShowVrrpConfigInvoker ¶
type ShowVrrpConfigInvoker struct {
*invoker.BaseInvoker
}
func (*ShowVrrpConfigInvoker) Invoke ¶
func (i *ShowVrrpConfigInvoker) Invoke() (*model.ShowVrrpConfigResponse, error)
type SwitchEquipmentHaTypeInvoker ¶
type SwitchEquipmentHaTypeInvoker struct {
*invoker.BaseInvoker
}
func (*SwitchEquipmentHaTypeInvoker) Invoke ¶
func (i *SwitchEquipmentHaTypeInvoker) Invoke() (*model.SwitchEquipmentHaTypeResponse, error)
type UpdateEcnAccessPointInvoker ¶
type UpdateEcnAccessPointInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEcnAccessPointInvoker) Invoke ¶
func (i *UpdateEcnAccessPointInvoker) Invoke() (*model.UpdateEcnAccessPointResponse, error)
type UpdateEcnInvoker ¶
type UpdateEcnInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEcnInvoker) Invoke ¶
func (i *UpdateEcnInvoker) Invoke() (*model.UpdateEcnResponse, error)
type UpdateEcnWithVpcInvoker ¶ added in v0.1.77
type UpdateEcnWithVpcInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEcnWithVpcInvoker) Invoke ¶ added in v0.1.77
func (i *UpdateEcnWithVpcInvoker) Invoke() (*model.UpdateEcnWithVpcResponse, error)
type UpdateEquipmentDnsInfoInvoker ¶
type UpdateEquipmentDnsInfoInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEquipmentDnsInfoInvoker) Invoke ¶
func (i *UpdateEquipmentDnsInfoInvoker) Invoke() (*model.UpdateEquipmentDnsInfoResponse, error)
type UpdateEquipmentEsnInvoker ¶
type UpdateEquipmentEsnInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEquipmentEsnInvoker) Invoke ¶
func (i *UpdateEquipmentEsnInvoker) Invoke() (*model.UpdateEquipmentEsnResponse, error)
type UpdateEquipmentInfoInvoker ¶
type UpdateEquipmentInfoInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEquipmentInfoInvoker) Invoke ¶
func (i *UpdateEquipmentInfoInvoker) Invoke() (*model.UpdateEquipmentInfoResponse, error)
type UpdateEquipmentLanConfigInvoker ¶
type UpdateEquipmentLanConfigInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEquipmentLanConfigInvoker) Invoke ¶
func (i *UpdateEquipmentLanConfigInvoker) Invoke() (*model.UpdateEquipmentLanConfigResponse, error)
type UpdateEquipmentOspfInvoker ¶
type UpdateEquipmentOspfInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEquipmentOspfInvoker) Invoke ¶
func (i *UpdateEquipmentOspfInvoker) Invoke() (*model.UpdateEquipmentOspfResponse, error)
type UpdateEquipmentStaticRouteConfigInvoker ¶
type UpdateEquipmentStaticRouteConfigInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEquipmentStaticRouteConfigInvoker) Invoke ¶
func (i *UpdateEquipmentStaticRouteConfigInvoker) Invoke() (*model.UpdateEquipmentStaticRouteConfigResponse, error)
type UpdateEquipmentWanConfigInvoker ¶
type UpdateEquipmentWanConfigInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEquipmentWanConfigInvoker) Invoke ¶
func (i *UpdateEquipmentWanConfigInvoker) Invoke() (*model.UpdateEquipmentWanConfigResponse, error)
type UpdateEquipmentWlanInvoker ¶ added in v0.1.71
type UpdateEquipmentWlanInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEquipmentWlanInvoker) Invoke ¶ added in v0.1.71
func (i *UpdateEquipmentWlanInvoker) Invoke() (*model.UpdateEquipmentWlanResponse, error)
type UpdateIegInvoker ¶
type UpdateIegInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateIegInvoker) Invoke ¶
func (i *UpdateIegInvoker) Invoke() (*model.UpdateIegResponse, error)
type UpdateVrrpConfigInvoker ¶
type UpdateVrrpConfigInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateVrrpConfigInvoker) Invoke ¶
func (i *UpdateVrrpConfigInvoker) Invoke() (*model.UpdateVrrpConfigResponse, error)