Documentation ¶
Index ¶
- func EipClientBuilder() *http_client.HcHttpClientBuilder
- func GenReqDefForAssociatePublicips() *def.HttpRequestDef
- func GenReqDefForAttachBatchPublicIp() *def.HttpRequestDef
- func GenReqDefForAttachShareBandwidth() *def.HttpRequestDef
- func GenReqDefForCountEipAvailableResources() *def.HttpRequestDef
- func GenReqDefForDetachBatchPublicIp() *def.HttpRequestDef
- func GenReqDefForDetachShareBandwidth() *def.HttpRequestDef
- func GenReqDefForDisableNat64() *def.HttpRequestDef
- func GenReqDefForDisassociatePublicips() *def.HttpRequestDef
- func GenReqDefForEnableNat64() *def.HttpRequestDef
- func GenReqDefForListBandwidth() *def.HttpRequestDef
- func GenReqDefForListCommonPools() *def.HttpRequestDef
- func GenReqDefForListPublicBorderGroups() *def.HttpRequestDef
- func GenReqDefForListPublicipPool() *def.HttpRequestDef
- func GenReqDefForListPublicips() *def.HttpRequestDef
- func GenReqDefForListShareBandwidthTypes() *def.HttpRequestDef
- func GenReqDefForShowPublicip() *def.HttpRequestDef
- func GenReqDefForShowPublicipPool() *def.HttpRequestDef
- func GenReqDefForUpdateAssociatePublicip() *def.HttpRequestDef
- func GenReqDefForUpdateDisassociatePublicip() *def.HttpRequestDef
- type AssociatePublicipsInvoker
- type AttachBatchPublicIpInvoker
- type AttachShareBandwidthInvoker
- type CountEipAvailableResourcesInvoker
- type DetachBatchPublicIpInvoker
- type DetachShareBandwidthInvoker
- type DisableNat64Invoker
- type DisassociatePublicipsInvoker
- type EipClient
- func (c *EipClient) AssociatePublicips(request *model.AssociatePublicipsRequest) (*model.AssociatePublicipsResponse, error)
- func (c *EipClient) AssociatePublicipsInvoker(request *model.AssociatePublicipsRequest) *AssociatePublicipsInvoker
- func (c *EipClient) AttachBatchPublicIp(request *model.AttachBatchPublicIpRequest) (*model.AttachBatchPublicIpResponse, error)
- func (c *EipClient) AttachBatchPublicIpInvoker(request *model.AttachBatchPublicIpRequest) *AttachBatchPublicIpInvoker
- func (c *EipClient) AttachShareBandwidth(request *model.AttachShareBandwidthRequest) (*model.AttachShareBandwidthResponse, error)
- func (c *EipClient) AttachShareBandwidthInvoker(request *model.AttachShareBandwidthRequest) *AttachShareBandwidthInvoker
- func (c *EipClient) CountEipAvailableResources(request *model.CountEipAvailableResourcesRequest) (*model.CountEipAvailableResourcesResponse, error)
- func (c *EipClient) CountEipAvailableResourcesInvoker(request *model.CountEipAvailableResourcesRequest) *CountEipAvailableResourcesInvoker
- func (c *EipClient) DetachBatchPublicIp(request *model.DetachBatchPublicIpRequest) (*model.DetachBatchPublicIpResponse, error)
- func (c *EipClient) DetachBatchPublicIpInvoker(request *model.DetachBatchPublicIpRequest) *DetachBatchPublicIpInvoker
- func (c *EipClient) DetachShareBandwidth(request *model.DetachShareBandwidthRequest) (*model.DetachShareBandwidthResponse, error)
- func (c *EipClient) DetachShareBandwidthInvoker(request *model.DetachShareBandwidthRequest) *DetachShareBandwidthInvoker
- func (c *EipClient) DisableNat64(request *model.DisableNat64Request) (*model.DisableNat64Response, error)
- func (c *EipClient) DisableNat64Invoker(request *model.DisableNat64Request) *DisableNat64Invoker
- func (c *EipClient) DisassociatePublicips(request *model.DisassociatePublicipsRequest) (*model.DisassociatePublicipsResponse, error)
- func (c *EipClient) DisassociatePublicipsInvoker(request *model.DisassociatePublicipsRequest) *DisassociatePublicipsInvoker
- func (c *EipClient) EnableNat64(request *model.EnableNat64Request) (*model.EnableNat64Response, error)
- func (c *EipClient) EnableNat64Invoker(request *model.EnableNat64Request) *EnableNat64Invoker
- func (c *EipClient) ListBandwidth(request *model.ListBandwidthRequest) (*model.ListBandwidthResponse, error)
- func (c *EipClient) ListBandwidthInvoker(request *model.ListBandwidthRequest) *ListBandwidthInvoker
- func (c *EipClient) ListCommonPools(request *model.ListCommonPoolsRequest) (*model.ListCommonPoolsResponse, error)
- func (c *EipClient) ListCommonPoolsInvoker(request *model.ListCommonPoolsRequest) *ListCommonPoolsInvoker
- func (c *EipClient) ListPublicBorderGroups(request *model.ListPublicBorderGroupsRequest) (*model.ListPublicBorderGroupsResponse, error)
- func (c *EipClient) ListPublicBorderGroupsInvoker(request *model.ListPublicBorderGroupsRequest) *ListPublicBorderGroupsInvoker
- func (c *EipClient) ListPublicipPool(request *model.ListPublicipPoolRequest) (*model.ListPublicipPoolResponse, error)
- func (c *EipClient) ListPublicipPoolInvoker(request *model.ListPublicipPoolRequest) *ListPublicipPoolInvoker
- func (c *EipClient) ListPublicips(request *model.ListPublicipsRequest) (*model.ListPublicipsResponse, error)
- func (c *EipClient) ListPublicipsInvoker(request *model.ListPublicipsRequest) *ListPublicipsInvoker
- func (c *EipClient) ListShareBandwidthTypes(request *model.ListShareBandwidthTypesRequest) (*model.ListShareBandwidthTypesResponse, error)
- func (c *EipClient) ListShareBandwidthTypesInvoker(request *model.ListShareBandwidthTypesRequest) *ListShareBandwidthTypesInvoker
- func (c *EipClient) ShowPublicip(request *model.ShowPublicipRequest) (*model.ShowPublicipResponse, error)
- func (c *EipClient) ShowPublicipInvoker(request *model.ShowPublicipRequest) *ShowPublicipInvoker
- func (c *EipClient) ShowPublicipPool(request *model.ShowPublicipPoolRequest) (*model.ShowPublicipPoolResponse, error)
- func (c *EipClient) ShowPublicipPoolInvoker(request *model.ShowPublicipPoolRequest) *ShowPublicipPoolInvoker
- func (c *EipClient) UpdateAssociatePublicip(request *model.UpdateAssociatePublicipRequest) (*model.UpdateAssociatePublicipResponse, error)
- func (c *EipClient) UpdateAssociatePublicipInvoker(request *model.UpdateAssociatePublicipRequest) *UpdateAssociatePublicipInvoker
- func (c *EipClient) UpdateDisassociatePublicip(request *model.UpdateDisassociatePublicipRequest) (*model.UpdateDisassociatePublicipResponse, error)
- func (c *EipClient) UpdateDisassociatePublicipInvoker(request *model.UpdateDisassociatePublicipRequest) *UpdateDisassociatePublicipInvoker
- type EnableNat64Invoker
- type ListBandwidthInvoker
- type ListCommonPoolsInvoker
- type ListPublicBorderGroupsInvoker
- type ListPublicipPoolInvoker
- type ListPublicipsInvoker
- type ListShareBandwidthTypesInvoker
- type ShowPublicipInvoker
- type ShowPublicipPoolInvoker
- type UpdateAssociatePublicipInvoker
- type UpdateDisassociatePublicipInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EipClientBuilder ¶
func EipClientBuilder() *http_client.HcHttpClientBuilder
func GenReqDefForAssociatePublicips ¶
func GenReqDefForAssociatePublicips() *def.HttpRequestDef
func GenReqDefForAttachBatchPublicIp ¶ added in v0.1.49
func GenReqDefForAttachBatchPublicIp() *def.HttpRequestDef
func GenReqDefForAttachShareBandwidth ¶ added in v0.1.49
func GenReqDefForAttachShareBandwidth() *def.HttpRequestDef
func GenReqDefForCountEipAvailableResources ¶ added in v0.1.15
func GenReqDefForCountEipAvailableResources() *def.HttpRequestDef
func GenReqDefForDetachBatchPublicIp ¶ added in v0.1.49
func GenReqDefForDetachBatchPublicIp() *def.HttpRequestDef
func GenReqDefForDetachShareBandwidth ¶ added in v0.1.49
func GenReqDefForDetachShareBandwidth() *def.HttpRequestDef
func GenReqDefForDisableNat64 ¶ added in v0.1.49
func GenReqDefForDisableNat64() *def.HttpRequestDef
func GenReqDefForDisassociatePublicips ¶
func GenReqDefForDisassociatePublicips() *def.HttpRequestDef
func GenReqDefForEnableNat64 ¶ added in v0.1.49
func GenReqDefForEnableNat64() *def.HttpRequestDef
func GenReqDefForListBandwidth ¶ added in v0.1.49
func GenReqDefForListBandwidth() *def.HttpRequestDef
func GenReqDefForListCommonPools ¶ added in v0.0.66
func GenReqDefForListCommonPools() *def.HttpRequestDef
func GenReqDefForListPublicBorderGroups ¶ added in v0.0.66
func GenReqDefForListPublicBorderGroups() *def.HttpRequestDef
func GenReqDefForListPublicipPool ¶ added in v0.0.66
func GenReqDefForListPublicipPool() *def.HttpRequestDef
func GenReqDefForListPublicips ¶
func GenReqDefForListPublicips() *def.HttpRequestDef
func GenReqDefForListShareBandwidthTypes ¶ added in v0.0.66
func GenReqDefForListShareBandwidthTypes() *def.HttpRequestDef
func GenReqDefForShowPublicip ¶
func GenReqDefForShowPublicip() *def.HttpRequestDef
func GenReqDefForShowPublicipPool ¶ added in v0.0.66
func GenReqDefForShowPublicipPool() *def.HttpRequestDef
func GenReqDefForUpdateAssociatePublicip ¶ added in v0.1.13
func GenReqDefForUpdateAssociatePublicip() *def.HttpRequestDef
func GenReqDefForUpdateDisassociatePublicip ¶ added in v0.1.13
func GenReqDefForUpdateDisassociatePublicip() *def.HttpRequestDef
Types ¶
type AssociatePublicipsInvoker ¶ added in v0.0.90
type AssociatePublicipsInvoker struct {
*invoker.BaseInvoker
}
func (*AssociatePublicipsInvoker) Invoke ¶ added in v0.0.90
func (i *AssociatePublicipsInvoker) Invoke() (*model.AssociatePublicipsResponse, error)
type AttachBatchPublicIpInvoker ¶ added in v0.1.49
type AttachBatchPublicIpInvoker struct {
*invoker.BaseInvoker
}
func (*AttachBatchPublicIpInvoker) Invoke ¶ added in v0.1.49
func (i *AttachBatchPublicIpInvoker) Invoke() (*model.AttachBatchPublicIpResponse, error)
type AttachShareBandwidthInvoker ¶ added in v0.1.49
type AttachShareBandwidthInvoker struct {
}func (*AttachShareBandwidthInvoker) Invoke ¶ added in v0.1.49
func (i *AttachShareBandwidthInvoker) Invoke() (*model.AttachShareBandwidthResponse, error)
type CountEipAvailableResourcesInvoker ¶ added in v0.1.15
type CountEipAvailableResourcesInvoker struct {
*invoker.BaseInvoker
}
func (*CountEipAvailableResourcesInvoker) Invoke ¶ added in v0.1.15
func (i *CountEipAvailableResourcesInvoker) Invoke() (*model.CountEipAvailableResourcesResponse, error)
type DetachBatchPublicIpInvoker ¶ added in v0.1.49
type DetachBatchPublicIpInvoker struct {
*invoker.BaseInvoker
}
func (*DetachBatchPublicIpInvoker) Invoke ¶ added in v0.1.49
func (i *DetachBatchPublicIpInvoker) Invoke() (*model.DetachBatchPublicIpResponse, error)
type DetachShareBandwidthInvoker ¶ added in v0.1.49
type DetachShareBandwidthInvoker struct {
}func (*DetachShareBandwidthInvoker) Invoke ¶ added in v0.1.49
func (i *DetachShareBandwidthInvoker) Invoke() (*model.DetachShareBandwidthResponse, error)
type DisableNat64Invoker ¶ added in v0.1.49
type DisableNat64Invoker struct {
*invoker.BaseInvoker
}
func (*DisableNat64Invoker) Invoke ¶ added in v0.1.49
func (i *DisableNat64Invoker) Invoke() (*model.DisableNat64Response, error)
type DisassociatePublicipsInvoker ¶ added in v0.0.90
type DisassociatePublicipsInvoker struct {
*invoker.BaseInvoker
}
func (*DisassociatePublicipsInvoker) Invoke ¶ added in v0.0.90
func (i *DisassociatePublicipsInvoker) Invoke() (*model.DisassociatePublicipsResponse, error)
type EipClient ¶
type EipClient struct {
HcClient *http_client.HcHttpClient
}
func NewEipClient ¶
func NewEipClient(hcClient *http_client.HcHttpClient) *EipClient
func (*EipClient) AssociatePublicips ¶
func (c *EipClient) AssociatePublicips(request *model.AssociatePublicipsRequest) (*model.AssociatePublicipsResponse, error)
AssociatePublicips 绑定弹性公网IP
绑定弹性公网IP
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) AssociatePublicipsInvoker ¶ added in v0.0.90
func (c *EipClient) AssociatePublicipsInvoker(request *model.AssociatePublicipsRequest) *AssociatePublicipsInvoker
AssociatePublicipsInvoker 绑定弹性公网IP
func (*EipClient) AttachBatchPublicIp ¶ added in v0.1.49
func (c *EipClient) AttachBatchPublicIp(request *model.AttachBatchPublicIpRequest) (*model.AttachBatchPublicIpResponse, error)
AttachBatchPublicIp 共享带宽批量加入弹性公网IP
共享带宽批量加入弹性公网IP
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) AttachBatchPublicIpInvoker ¶ added in v0.1.49
func (c *EipClient) AttachBatchPublicIpInvoker(request *model.AttachBatchPublicIpRequest) *AttachBatchPublicIpInvoker
AttachBatchPublicIpInvoker 共享带宽批量加入弹性公网IP
func (*EipClient) AttachShareBandwidth ¶ added in v0.1.49
func (c *EipClient) AttachShareBandwidth(request *model.AttachShareBandwidthRequest) (*model.AttachShareBandwidthResponse, error)
AttachShareBandwidth 共享带宽加入弹性公网IP
共享带宽加入弹性公网IP
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) AttachShareBandwidthInvoker ¶ added in v0.1.49
func (c *EipClient) AttachShareBandwidthInvoker(request *model.AttachShareBandwidthRequest) *AttachShareBandwidthInvoker
AttachShareBandwidthInvoker 共享带宽加入弹性公网IP
func (*EipClient) CountEipAvailableResources ¶ added in v0.1.15
func (c *EipClient) CountEipAvailableResources(request *model.CountEipAvailableResourcesRequest) (*model.CountEipAvailableResourcesResponse, error)
CountEipAvailableResources 查询弹性公网IP可用数
IP池用于查询公网可用ip个数 ¶
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) CountEipAvailableResourcesInvoker ¶ added in v0.1.15
func (c *EipClient) CountEipAvailableResourcesInvoker(request *model.CountEipAvailableResourcesRequest) *CountEipAvailableResourcesInvoker
CountEipAvailableResourcesInvoker 查询弹性公网IP可用数
func (*EipClient) DetachBatchPublicIp ¶ added in v0.1.49
func (c *EipClient) DetachBatchPublicIp(request *model.DetachBatchPublicIpRequest) (*model.DetachBatchPublicIpResponse, error)
DetachBatchPublicIp 共享带宽批量移出弹性公网IP
共享带宽批量移出弹性公网IP
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) DetachBatchPublicIpInvoker ¶ added in v0.1.49
func (c *EipClient) DetachBatchPublicIpInvoker(request *model.DetachBatchPublicIpRequest) *DetachBatchPublicIpInvoker
DetachBatchPublicIpInvoker 共享带宽批量移出弹性公网IP
func (*EipClient) DetachShareBandwidth ¶ added in v0.1.49
func (c *EipClient) DetachShareBandwidth(request *model.DetachShareBandwidthRequest) (*model.DetachShareBandwidthResponse, error)
DetachShareBandwidth 共享带宽移出弹性公网IP
共享带宽移出弹性公网IP
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) DetachShareBandwidthInvoker ¶ added in v0.1.49
func (c *EipClient) DetachShareBandwidthInvoker(request *model.DetachShareBandwidthRequest) *DetachShareBandwidthInvoker
DetachShareBandwidthInvoker 共享带宽移出弹性公网IP
func (*EipClient) DisableNat64 ¶ added in v0.1.49
func (c *EipClient) DisableNat64(request *model.DisableNat64Request) (*model.DisableNat64Response, error)
DisableNat64 弹性公网IP关闭NAT64
弹性公网IP关闭NAT64
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) DisableNat64Invoker ¶ added in v0.1.49
func (c *EipClient) DisableNat64Invoker(request *model.DisableNat64Request) *DisableNat64Invoker
DisableNat64Invoker 弹性公网IP关闭NAT64
func (*EipClient) DisassociatePublicips ¶
func (c *EipClient) DisassociatePublicips(request *model.DisassociatePublicipsRequest) (*model.DisassociatePublicipsResponse, error)
DisassociatePublicips 解绑弹性公网IP
解绑弹性公网IP
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) DisassociatePublicipsInvoker ¶ added in v0.0.90
func (c *EipClient) DisassociatePublicipsInvoker(request *model.DisassociatePublicipsRequest) *DisassociatePublicipsInvoker
DisassociatePublicipsInvoker 解绑弹性公网IP
func (*EipClient) EnableNat64 ¶ added in v0.1.49
func (c *EipClient) EnableNat64(request *model.EnableNat64Request) (*model.EnableNat64Response, error)
EnableNat64 弹性公网IP开启NAT64
弹性公网IP开启NAT64
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) EnableNat64Invoker ¶ added in v0.1.49
func (c *EipClient) EnableNat64Invoker(request *model.EnableNat64Request) *EnableNat64Invoker
EnableNat64Invoker 弹性公网IP开启NAT64
func (*EipClient) ListBandwidth ¶ added in v0.1.49
func (c *EipClient) ListBandwidth(request *model.ListBandwidthRequest) (*model.ListBandwidthResponse, error)
ListBandwidth 查询带宽列表
查询带宽列表
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) ListBandwidthInvoker ¶ added in v0.1.49
func (c *EipClient) ListBandwidthInvoker(request *model.ListBandwidthRequest) *ListBandwidthInvoker
ListBandwidthInvoker 查询带宽列表
func (*EipClient) ListCommonPools ¶ added in v0.0.66
func (c *EipClient) ListCommonPools(request *model.ListCommonPoolsRequest) (*model.ListCommonPoolsResponse, error)
ListCommonPools 查询公共池列表
查询公共池列表
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) ListCommonPoolsInvoker ¶ added in v0.0.90
func (c *EipClient) ListCommonPoolsInvoker(request *model.ListCommonPoolsRequest) *ListCommonPoolsInvoker
ListCommonPoolsInvoker 查询公共池列表
func (*EipClient) ListPublicBorderGroups ¶ added in v0.0.66
func (c *EipClient) ListPublicBorderGroups(request *model.ListPublicBorderGroupsRequest) (*model.ListPublicBorderGroupsResponse, error)
ListPublicBorderGroups 查询公共池分组列表
查询公共池分组列表,包含名称和位置信息
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) ListPublicBorderGroupsInvoker ¶ added in v0.0.90
func (c *EipClient) ListPublicBorderGroupsInvoker(request *model.ListPublicBorderGroupsRequest) *ListPublicBorderGroupsInvoker
ListPublicBorderGroupsInvoker 查询公共池分组列表
func (*EipClient) ListPublicipPool ¶ added in v0.0.66
func (c *EipClient) ListPublicipPool(request *model.ListPublicipPoolRequest) (*model.ListPublicipPoolResponse, error)
ListPublicipPool 查询公网IP池列表
全量查询公网IP池列表
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) ListPublicipPoolInvoker ¶ added in v0.0.90
func (c *EipClient) ListPublicipPoolInvoker(request *model.ListPublicipPoolRequest) *ListPublicipPoolInvoker
ListPublicipPoolInvoker 查询公网IP池列表
func (*EipClient) ListPublicips ¶
func (c *EipClient) ListPublicips(request *model.ListPublicipsRequest) (*model.ListPublicipsResponse, error)
ListPublicips 全量查询弹性公网IP列表
查询弹性公网IP列表信息
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) ListPublicipsInvoker ¶ added in v0.0.90
func (c *EipClient) ListPublicipsInvoker(request *model.ListPublicipsRequest) *ListPublicipsInvoker
ListPublicipsInvoker 全量查询弹性公网IP列表
func (*EipClient) ListShareBandwidthTypes ¶ added in v0.0.66
func (c *EipClient) ListShareBandwidthTypes(request *model.ListShareBandwidthTypesRequest) (*model.ListShareBandwidthTypesResponse, error)
ListShareBandwidthTypes 查询指定租户下的共享带宽类型列表
查询指定租户下的共享带宽类型列表
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) ListShareBandwidthTypesInvoker ¶ added in v0.0.90
func (c *EipClient) ListShareBandwidthTypesInvoker(request *model.ListShareBandwidthTypesRequest) *ListShareBandwidthTypesInvoker
ListShareBandwidthTypesInvoker 查询指定租户下的共享带宽类型列表
func (*EipClient) ShowPublicip ¶
func (c *EipClient) ShowPublicip(request *model.ShowPublicipRequest) (*model.ShowPublicipResponse, error)
ShowPublicip 查询弹性公网IP详情
查询弹性公网IP详情
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) ShowPublicipInvoker ¶ added in v0.0.90
func (c *EipClient) ShowPublicipInvoker(request *model.ShowPublicipRequest) *ShowPublicipInvoker
ShowPublicipInvoker 查询弹性公网IP详情
func (*EipClient) ShowPublicipPool ¶ added in v0.0.66
func (c *EipClient) ShowPublicipPool(request *model.ShowPublicipPoolRequest) (*model.ShowPublicipPoolResponse, error)
ShowPublicipPool 查询公网IP池详情
查询公网IP池详情
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) ShowPublicipPoolInvoker ¶ added in v0.0.90
func (c *EipClient) ShowPublicipPoolInvoker(request *model.ShowPublicipPoolRequest) *ShowPublicipPoolInvoker
ShowPublicipPoolInvoker 查询公网IP池详情
func (*EipClient) UpdateAssociatePublicip ¶ added in v0.1.13
func (c *EipClient) UpdateAssociatePublicip(request *model.UpdateAssociatePublicipRequest) (*model.UpdateAssociatePublicipResponse, error)
UpdateAssociatePublicip 绑定弹性公网IP
绑定弹性公网IP
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) UpdateAssociatePublicipInvoker ¶ added in v0.1.13
func (c *EipClient) UpdateAssociatePublicipInvoker(request *model.UpdateAssociatePublicipRequest) *UpdateAssociatePublicipInvoker
UpdateAssociatePublicipInvoker 绑定弹性公网IP
func (*EipClient) UpdateDisassociatePublicip ¶ added in v0.1.13
func (c *EipClient) UpdateDisassociatePublicip(request *model.UpdateDisassociatePublicipRequest) (*model.UpdateDisassociatePublicipResponse, error)
UpdateDisassociatePublicip 解绑弹性公网IP
解绑弹性公网IP
Please refer to HUAWEI cloud API Explorer for details.
func (*EipClient) UpdateDisassociatePublicipInvoker ¶ added in v0.1.13
func (c *EipClient) UpdateDisassociatePublicipInvoker(request *model.UpdateDisassociatePublicipRequest) *UpdateDisassociatePublicipInvoker
UpdateDisassociatePublicipInvoker 解绑弹性公网IP
type EnableNat64Invoker ¶ added in v0.1.49
type EnableNat64Invoker struct {
*invoker.BaseInvoker
}
func (*EnableNat64Invoker) Invoke ¶ added in v0.1.49
func (i *EnableNat64Invoker) Invoke() (*model.EnableNat64Response, error)
type ListBandwidthInvoker ¶ added in v0.1.49
type ListBandwidthInvoker struct {
*invoker.BaseInvoker
}
func (*ListBandwidthInvoker) Invoke ¶ added in v0.1.49
func (i *ListBandwidthInvoker) Invoke() (*model.ListBandwidthResponse, error)
type ListCommonPoolsInvoker ¶ added in v0.0.90
type ListCommonPoolsInvoker struct {
*invoker.BaseInvoker
}
func (*ListCommonPoolsInvoker) Invoke ¶ added in v0.0.90
func (i *ListCommonPoolsInvoker) Invoke() (*model.ListCommonPoolsResponse, error)
type ListPublicBorderGroupsInvoker ¶ added in v0.0.90
type ListPublicBorderGroupsInvoker struct {
*invoker.BaseInvoker
}
func (*ListPublicBorderGroupsInvoker) Invoke ¶ added in v0.0.90
func (i *ListPublicBorderGroupsInvoker) Invoke() (*model.ListPublicBorderGroupsResponse, error)
type ListPublicipPoolInvoker ¶ added in v0.0.90
type ListPublicipPoolInvoker struct {
*invoker.BaseInvoker
}
func (*ListPublicipPoolInvoker) Invoke ¶ added in v0.0.90
func (i *ListPublicipPoolInvoker) Invoke() (*model.ListPublicipPoolResponse, error)
type ListPublicipsInvoker ¶ added in v0.0.90
type ListPublicipsInvoker struct {
*invoker.BaseInvoker
}
func (*ListPublicipsInvoker) Invoke ¶ added in v0.0.90
func (i *ListPublicipsInvoker) Invoke() (*model.ListPublicipsResponse, error)
type ListShareBandwidthTypesInvoker ¶ added in v0.0.90
type ListShareBandwidthTypesInvoker struct {
}func (*ListShareBandwidthTypesInvoker) Invoke ¶ added in v0.0.90
func (i *ListShareBandwidthTypesInvoker) Invoke() (*model.ListShareBandwidthTypesResponse, error)
type ShowPublicipInvoker ¶ added in v0.0.90
type ShowPublicipInvoker struct {
*invoker.BaseInvoker
}
func (*ShowPublicipInvoker) Invoke ¶ added in v0.0.90
func (i *ShowPublicipInvoker) Invoke() (*model.ShowPublicipResponse, error)
type ShowPublicipPoolInvoker ¶ added in v0.0.90
type ShowPublicipPoolInvoker struct {
*invoker.BaseInvoker
}
func (*ShowPublicipPoolInvoker) Invoke ¶ added in v0.0.90
func (i *ShowPublicipPoolInvoker) Invoke() (*model.ShowPublicipPoolResponse, error)
type UpdateAssociatePublicipInvoker ¶ added in v0.1.13
type UpdateAssociatePublicipInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateAssociatePublicipInvoker) Invoke ¶ added in v0.1.13
func (i *UpdateAssociatePublicipInvoker) Invoke() (*model.UpdateAssociatePublicipResponse, error)
type UpdateDisassociatePublicipInvoker ¶ added in v0.1.13
type UpdateDisassociatePublicipInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateDisassociatePublicipInvoker) Invoke ¶ added in v0.1.13
func (i *UpdateDisassociatePublicipInvoker) Invoke() (*model.UpdateDisassociatePublicipResponse, error)