RegistrationManagementSettingsArgs

data class RegistrationManagementSettingsArgs(val preferredRenewalMethod: Output<String>? = null, val renewalMethod: Output<String>? = null, val transferLockState: Output<String>? = null) : ConvertibleToJava<RegistrationManagementSettingsArgs>

Constructors

Link copied to clipboard
constructor(preferredRenewalMethod: Output<String>? = null, renewalMethod: Output<String>? = null, transferLockState: Output<String>? = null)

Properties

Link copied to clipboard
val preferredRenewalMethod: Output<String>? = null

The desired renewal method for this Registration. The actual renewalMethod is automatically updated to reflect this choice. If unset or equal to RENEWAL_METHOD_UNSPECIFIED, the actual renewalMethod is treated as if it were set to AUTOMATIC_RENEWAL. You cannot use RENEWAL_DISABLED during resource creation, and you can update the renewal status only when the Registration resource has state ACTIVE or SUSPENDED. When preferredRenewalMethod is set to AUTOMATIC_RENEWAL, the actual renewalMethod can be set to RENEWAL_DISABLED in case of problems with the billing account or reported domain abuse. In such cases, check the issues field on the Registration. After the problem is resolved, the renewalMethod is automatically updated to preferredRenewalMethod in a few hours.

Link copied to clipboard
val renewalMethod: Output<String>? = null

(Output) Output only. The actual renewal method for this Registration. When preferredRenewalMethod is set to AUTOMATIC_RENEWAL, the actual renewalMethod can be equal to RENEWAL_DISABLED—for example, when there are problems with the billing account or reported domain abuse. In such cases, check the issues field on the Registration. After the problem is resolved, the renewalMethod is automatically updated to preferredRenewalMethod in a few hours.

Link copied to clipboard
val transferLockState: Output<String>? = null

Controls whether the domain can be transferred to another registrar. Values are UNLOCKED or LOCKED.

Functions

Link copied to clipboard
open override fun toJava(): RegistrationManagementSettingsArgs