Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserProvisionedDNS ¶
type UserProvisionedDNS string
UserProvisionedDNS indicates whether the DNS solution is provisioned by the Installer or the user.
const ( // UserProvisionedDNSEnabled indicates that the DNS solution is provisioned and provided by the user. UserProvisionedDNSEnabled UserProvisionedDNS = "Enabled" // UserProvisionedDNSDisabled indicates that the DNS solution is provisioned by the Installer. UserProvisionedDNSDisabled UserProvisionedDNS = "Disabled" )
Click to show internal directories.
Click to hide internal directories.