Documentation
¶
Index ¶
- func DataSourceTencentCloudIgtmAddressPoolList() *schema.Resource
- func ResourceTencentCloudIgtmAddressPool() *schema.Resource
- type IgtmService
- func (me *IgtmService) DescribeIgtmAddressPoolById(ctx context.Context, poolId string) (ret *igtmv20231024.DescribeAddressPoolDetailResponseParams, errRet error)
- func (me *IgtmService) DescribeIgtmAddressPoolListByFilter(ctx context.Context, param map[string]interface{}) (ret []*igtmv20231024.AddressPool, errRet error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IgtmService ¶
type IgtmService struct {
// contains filtered or unexported fields
}
func NewIgtmService ¶
func NewIgtmService(client *connectivity.TencentCloudClient) IgtmService
func (*IgtmService) DescribeIgtmAddressPoolById ¶
func (me *IgtmService) DescribeIgtmAddressPoolById(ctx context.Context, poolId string) (ret *igtmv20231024.DescribeAddressPoolDetailResponseParams, errRet error)
func (*IgtmService) DescribeIgtmAddressPoolListByFilter ¶
func (me *IgtmService) DescribeIgtmAddressPoolListByFilter(ctx context.Context, param map[string]interface{}) (ret []*igtmv20231024.AddressPool, errRet error)
Click to show internal directories.
Click to hide internal directories.