Documentation ¶
Index ¶
- Constants
- Variables
- func DataSourceTencentCloudPrivateDnsPrivateZoneList() *schema.Resource
- func DataSourceTencentCloudPrivateDnsRecords() *schema.Resource
- func ResourceTencentCloudPrivateDnsRecord() *schema.Resource
- func ResourceTencentCloudPrivateDnsZone() *schema.Resource
- func ResourceTencentCloudPrivateDnsZoneVpcAttachment() *schema.Resource
- type PrivateDnsService
- func (me *PrivateDnsService) DeletePrivateDnsZoneVpcAttachmentById(ctx context.Context, zoneId, uniqVpcId, region, uin string) (errRet error)
- func (me *PrivateDnsService) DescribePrivateDnsRecordByFilter(ctx context.Context, zoneId string, filterList []*privatedns.Filter) (recordInfos []*privatedns.PrivateZoneRecord, errRet error)
- func (me *PrivateDnsService) DescribePrivateDnsZoneVpcAttachmentById(ctx context.Context, zoneId string) (ZoneVpcAttachment *privatedns.PrivateZone, errRet error)
- func (me *PrivateDnsService) DescribePrivatednsPrivateZoneListByFilter(ctx context.Context, param map[string]interface{}) (privateZoneList []*privatedns.PrivateZone, errRet error)
Constants ¶
View Source
const ( DNS_FORWARD_STATUS_ENABLE = "ENABLED" DNS_FORWARD_STATUS_DISABLED = "DISABLED" )
View Source
const ( CNAME_SPEEDUP_STATUS_ENABLED = "ENABLED" CNAME_SPEEDUP_STATUS_DISABLED = "DISABLED" )
Variables ¶
View Source
var CNAME_SPEEDUP_STATUS = []string{ CNAME_SPEEDUP_STATUS_ENABLED, CNAME_SPEEDUP_STATUS_DISABLED, }
View Source
var PRIVATE_DNS_FORWARD_STATUS = []string{ DNS_FORWARD_STATUS_ENABLE, DNS_FORWARD_STATUS_DISABLED, }
Functions ¶
func DataSourceTencentCloudPrivateDnsPrivateZoneList ¶ added in v1.81.76
Types ¶
type PrivateDnsService ¶
type PrivateDnsService struct {
// contains filtered or unexported fields
}
func (*PrivateDnsService) DeletePrivateDnsZoneVpcAttachmentById ¶
func (me *PrivateDnsService) DeletePrivateDnsZoneVpcAttachmentById(ctx context.Context, zoneId, uniqVpcId, region, uin string) (errRet error)
func (*PrivateDnsService) DescribePrivateDnsRecordByFilter ¶
func (me *PrivateDnsService) DescribePrivateDnsRecordByFilter(ctx context.Context, zoneId string, filterList []*privatedns.Filter) (recordInfos []*privatedns.PrivateZoneRecord, errRet error)
////////api
func (*PrivateDnsService) DescribePrivateDnsZoneVpcAttachmentById ¶
func (me *PrivateDnsService) DescribePrivateDnsZoneVpcAttachmentById(ctx context.Context, zoneId string) (ZoneVpcAttachment *privatedns.PrivateZone, errRet error)
func (*PrivateDnsService) DescribePrivatednsPrivateZoneListByFilter ¶ added in v1.81.76
func (me *PrivateDnsService) DescribePrivatednsPrivateZoneListByFilter(ctx context.Context, param map[string]interface{}) (privateZoneList []*privatedns.PrivateZone, errRet error)
Click to show internal directories.
Click to hide internal directories.