Class ClouddomainsRegistrationManagementSettings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddomains_registration.ClouddomainsRegistrationManagementSettings.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddomainsRegistrationManagementSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddomainsRegistrationManagementSettings
@Stability(Stable) @Internal public static final class ClouddomainsRegistrationManagementSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddomainsRegistrationManagementSettings
An implementation forClouddomainsRegistrationManagementSettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.clouddomains_registration.ClouddomainsRegistrationManagementSettings
ClouddomainsRegistrationManagementSettings.Builder, ClouddomainsRegistrationManagementSettings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddomainsRegistrationManagementSettings.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddomainsRegistrationManagementSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetPreferredRenewalMethod()The desired renewal method for this Registration.StringgetTransferLockState()Controls whether the domain can be transferred to another registrar.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ClouddomainsRegistrationManagementSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddomainsRegistrationManagementSettings.Builder.
-
-
Method Detail
-
getPreferredRenewalMethod
public final String getPreferredRenewalMethod()
Description copied from interface:ClouddomainsRegistrationManagementSettingsThe 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#preferred_renewal_method ClouddomainsRegistration#preferred_renewal_method}
- Specified by:
getPreferredRenewalMethodin interfaceClouddomainsRegistrationManagementSettings
-
getTransferLockState
public final String getTransferLockState()
Description copied from interface:ClouddomainsRegistrationManagementSettingsControls whether the domain can be transferred to another registrar. Values are UNLOCKED or LOCKED.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#transfer_lock_state ClouddomainsRegistration#transfer_lock_state}
- Specified by:
getTransferLockStatein interfaceClouddomainsRegistrationManagementSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-