pub struct TransferDomainRequest {
pub authorization_code: Option<AuthorizationCode>,
pub contact_notices: Option<Vec<String>>,
pub registration: Option<Registration>,
pub validate_only: Option<bool>,
pub yearly_price: Option<Money>,
}Expand description
Deprecated: For more information, see Cloud Domains feature deprecation. Request for the TransferDomain method.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
The domain’s transfer authorization code. You can obtain this from the domain’s current registrar.
contact_notices: Option<Vec<String>>The list of contact notices that you acknowledge. The notices needed here depend on the values specified in registration.contact_settings.
registration: Option<Registration>Required. The complete Registration resource to be created. You can leave registration.dns_settings unset to import the domain’s current DNS configuration from its current registrar. Use this option only if you are sure that the domain’s current DNS service does not cease upon transfer, as is often the case for DNS services provided for free by the registrar.
validate_only: Option<bool>Validate the request without actually transferring the domain.
yearly_price: Option<Money>Required. Acknowledgement of the price to transfer or renew the domain for one year. Call RetrieveTransferParameters to obtain the price, which you must acknowledge.
Trait Implementations§
Source§impl Clone for TransferDomainRequest
impl Clone for TransferDomainRequest
Source§fn clone(&self) -> TransferDomainRequest
fn clone(&self) -> TransferDomainRequest
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more