Module: Google::Cloud::Domains::V1beta1::ManagementSettings::RenewalMethod

Defined in:
proto_docs/google/cloud/domains/v1beta1/domains.rb

Overview

Defines how the Registration is renewed.

Constant Summary collapse

RENEWAL_METHOD_UNSPECIFIED =

The renewal method is undefined.

0
AUTOMATIC_RENEWAL =

The domain is automatically renewed each year .

To disable automatic renewals, delete the resource by calling DeleteRegistration or export it by calling ExportRegistration.

1
MANUAL_RENEWAL =

The domain must be explicitly renewed each year before its expire_time. This option is only available when the Registration is in state EXPORTED.

To manage the domain's current billing and renewal settings, go to Google Domains.

2