Documentation
¶
Index ¶
- func DataSourceZenlayerCloudPvtdnsRecords() *schema.Resource
- func DataSourceZenlayerCloudPvtdnsZones() *schema.Resource
- func ResourceZenlayerCloudPvtdnsRecord() *schema.Resource
- func ResourceZenlayerCloudPvtdnsZone() *schema.Resource
- func ResourceZenlayerCloudPvtdnsZoneVpcAttachment() *schema.Resource
- type PrivateRecordFilter
- type PrivateZoneFilter
- type ZdnsService
- func (s *ZdnsService) DeletePrivateDnsRecordById(ctx context.Context, zoneId string, recordId string) error
- func (s *ZdnsService) DeletePrivateZoneById(ctx context.Context, zoneId string) error
- func (s *ZdnsService) DescribePrivateZoneById(ctx context.Context, id string) (pz *zdns.PrivateZone, err error)
- func (s *ZdnsService) DescribePrivateZoneRecordById(ctx context.Context, zoneId string, recordId string) (record *zdns.PrivateZoneRecord, err error)
- func (s *ZdnsService) DescribePrivateZoneRecordsByFilter(ctx context.Context, filter *PrivateRecordFilter) (records []*zdns.PrivateZoneRecord, err error)
- func (s *ZdnsService) DescribePrivateZonesByFilter(ctx context.Context, filter *PrivateZoneFilter) (pzs []*zdns.PrivateZone, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrivateRecordFilter ¶
type PrivateZoneFilter ¶
type ZdnsService ¶
type ZdnsService struct {
// contains filtered or unexported fields
}
func (*ZdnsService) DeletePrivateDnsRecordById ¶
func (*ZdnsService) DeletePrivateZoneById ¶
func (s *ZdnsService) DeletePrivateZoneById(ctx context.Context, zoneId string) error
func (*ZdnsService) DescribePrivateZoneById ¶
func (s *ZdnsService) DescribePrivateZoneById(ctx context.Context, id string) (pz *zdns.PrivateZone, err error)
func (*ZdnsService) DescribePrivateZoneRecordById ¶
func (s *ZdnsService) DescribePrivateZoneRecordById(ctx context.Context, zoneId string, recordId string) (record *zdns.PrivateZoneRecord, err error)
func (*ZdnsService) DescribePrivateZoneRecordsByFilter ¶
func (s *ZdnsService) DescribePrivateZoneRecordsByFilter(ctx context.Context, filter *PrivateRecordFilter) (records []*zdns.PrivateZoneRecord, err error)
func (*ZdnsService) DescribePrivateZonesByFilter ¶
func (s *ZdnsService) DescribePrivateZonesByFilter(ctx context.Context, filter *PrivateZoneFilter) (pzs []*zdns.PrivateZone, err error)
Click to show internal directories.
Click to hide internal directories.