Skip to content

Commit 21db091

Browse files
authored
docs(domain): add enums description for public v2beta1 (#189)
1 parent 71da28f commit 21db091

File tree

2 files changed

+0
-36
lines changed
  • scaleway-async/scaleway_async/domain/v2beta1
  • scaleway/scaleway/domain/v2beta1

2 files changed

+0
-36
lines changed

scaleway-async/scaleway_async/domain/v2beta1/api.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2353,24 +2353,6 @@ async def enable_domain_dnssec(
23532353
"""
23542354
Update domain DNSSEC.
23552355
If your domain has the default Scaleway NS and uses another registrar, you have to update the DS record manually.
2356-
For the algorithm, here are the code numbers for each type:
2357-
- 1: RSAMD5
2358-
- 2: DIFFIE_HELLMAN
2359-
- 3: DSA_SHA1
2360-
- 5: RSA_SHA1
2361-
- 6: DSA_NSEC3_SHA1
2362-
- 7: RSASHA1_NSEC3_SHA1
2363-
- 8: RSASHA256
2364-
- 10: RSASHA512
2365-
- 12: ECC_GOST
2366-
- 13: ECDSAP256SHA256
2367-
- 14: ECDSAP384SHA384
2368-
2369-
And for the digest type:
2370-
- 1: SHA_1
2371-
- 2: SHA_256
2372-
- 3: GOST_R_34_11_94
2373-
- 4: SHA_384
23742356
:param domain:
23752357
:param ds_record:
23762358
:return: :class:`Domain <Domain>`

scaleway/scaleway/domain/v2beta1/api.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,24 +2351,6 @@ def enable_domain_dnssec(
23512351
"""
23522352
Update domain DNSSEC.
23532353
If your domain has the default Scaleway NS and uses another registrar, you have to update the DS record manually.
2354-
For the algorithm, here are the code numbers for each type:
2355-
- 1: RSAMD5
2356-
- 2: DIFFIE_HELLMAN
2357-
- 3: DSA_SHA1
2358-
- 5: RSA_SHA1
2359-
- 6: DSA_NSEC3_SHA1
2360-
- 7: RSASHA1_NSEC3_SHA1
2361-
- 8: RSASHA256
2362-
- 10: RSASHA512
2363-
- 12: ECC_GOST
2364-
- 13: ECDSAP256SHA256
2365-
- 14: ECDSAP384SHA384
2366-
2367-
And for the digest type:
2368-
- 1: SHA_1
2369-
- 2: SHA_256
2370-
- 3: GOST_R_34_11_94
2371-
- 4: SHA_384
23722354
:param domain:
23732355
:param ds_record:
23742356
:return: :class:`Domain <Domain>`

0 commit comments

Comments
 (0)