We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 407749a + 81c2d67 commit 205a605Copy full SHA for 205a605
custom_hostname.go
@@ -22,8 +22,10 @@ const (
22
ACTIVE CustomHostnameStatus = "active"
23
// MOVED status represents state of CustomHostname is moved.
24
MOVED CustomHostnameStatus = "moved"
25
- // DELETED status represents state of CustomHostname is removed.
+ // DELETED status represents state of CustomHostname is deleted.
26
DELETED CustomHostnameStatus = "deleted"
27
+ // BLOCKED status represents state of CustomHostname is blocked from going active.
28
+ BLOCKED CustomHostnameStatus = "blocked"
29
)
30
31
// CustomHostnameSSLSettings represents the SSL settings for a custom hostname.
0 commit comments