Class ManagementSettings (1.7.2)

ManagementSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines renewal, billing, and transfer settings for a Registration.

Attributes

NameDescription
renewal_method google.cloud.domains_v1beta1.types.ManagementSettings.RenewalMethod
Output only. The renewal method for this Registration.
transfer_lock_state google.cloud.domains_v1beta1.types.TransferLockState
Controls whether the domain can be transferred to another registrar.

Classes

RenewalMethod

RenewalMethod(value)

Defines how the Registration is renewed.

Values: RENEWAL_METHOD_UNSPECIFIED (0): The renewal method is undefined. AUTOMATIC_RENEWAL (1): The domain is automatically renewed each year .

    To disable automatic renewals, delete the resource by
    calling `DeleteRegistration` or export it by calling
    `ExportRegistration`.
MANUAL_RENEWAL (2):
    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 <https://domains.google/>`__.