Documentation
¶
Index ¶
- Constants
- func CreateRecordSetWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId, rrSetId string) *wait.AsyncActionHandler[dns.RecordSetResponse]
- func CreateZoneWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[dns.ZoneResponse]
- func DeleteRecordSetWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId, rrSetId string) *wait.AsyncActionHandler[dns.RecordSetResponse]
- func DeleteZoneWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[dns.ZoneResponse]
- func PartialUpdateRecordSetWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId, rrSetId string) *wait.AsyncActionHandler[dns.RecordSetResponse]
- func PartialUpdateZoneWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[dns.ZoneResponse]
Constants ¶
View Source
const ( // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline ZONESTATE_CREATING = dns.ZONESTATE_CREATING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline ZONESTATE_CREATE_SUCCEEDED = dns.ZONESTATE_CREATE_SUCCEEDED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline ZONESTATE_CREATE_FAILED = dns.ZONESTATE_CREATE_FAILED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline ZONESTATE_DELETING = dns.ZONESTATE_DELETING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline ZONESTATE_DELETE_SUCCEEDED = dns.ZONESTATE_DELETE_SUCCEEDED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline ZONESTATE_DELETE_FAILED = dns.ZONESTATE_DELETE_FAILED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline ZONESTATE_UPDATING = dns.ZONESTATE_UPDATING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline ZONESTATE_UPDATE_SUCCEEDED = dns.ZONESTATE_UPDATE_SUCCEEDED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline ZONESTATE_UPDATE_FAILED = dns.ZONESTATE_UPDATE_FAILED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline RECORDSETSTATE_CREATING = dns.RECORDSETSTATE_CREATING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline RECORDSETSTATE_CREATE_SUCCEEDED = dns.RECORDSETSTATE_CREATE_SUCCEEDED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline RECORDSETSTATE_CREATE_FAILED = dns.RECORDSETSTATE_CREATE_FAILED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline RECORDSETSTATE_DELETING = dns.RECORDSETSTATE_DELETING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline RECORDSETSTATE_DELETE_SUCCEEDED = dns.RECORDSETSTATE_DELETE_SUCCEEDED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline RECORDSETSTATE_DELETE_FAILED = dns.RECORDSETSTATE_DELETE_FAILED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline RECORDSETSTATE_UPDATING = dns.RECORDSETSTATE_UPDATING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline RECORDSETSTATE_UPDATE_SUCCEEDED = dns.RECORDSETSTATE_UPDATE_SUCCEEDED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline RECORDSETSTATE_UPDATE_FAILED = dns.RECORDSETSTATE_CREATE_FAILED )
Variables ¶
This section is empty.
Functions ¶
func CreateRecordSetWaitHandler ¶
func CreateRecordSetWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId, rrSetId string) *wait.AsyncActionHandler[dns.RecordSetResponse]
CreateRecordSetWaitHandler will wait for recordset creation
func CreateZoneWaitHandler ¶
func CreateZoneWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[dns.ZoneResponse]
CreateZoneWaitHandler will wait for zone creation
func DeleteRecordSetWaitHandler ¶
func DeleteRecordSetWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId, rrSetId string) *wait.AsyncActionHandler[dns.RecordSetResponse]
DeleteRecordSetWaitHandler will wait for deletion returned interface is nil or *RecordSetResponse
func DeleteZoneWaitHandler ¶
func DeleteZoneWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[dns.ZoneResponse]
DeleteZoneWaitHandler will wait for zone deletion returned interface is nil or *ZoneResponseZone
func PartialUpdateRecordSetWaitHandler ¶
func PartialUpdateRecordSetWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId, rrSetId string) *wait.AsyncActionHandler[dns.RecordSetResponse]
PartialUpdateRecordSetWaitHandler will wait for recordset update
func PartialUpdateZoneWaitHandler ¶
func PartialUpdateZoneWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[dns.ZoneResponse]
PartialUpdateZoneWaitHandler will wait for zone update
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.