CreateVanityDomainDetails

class oci.fusion_apps.models.CreateVanityDomainDetails(**kwargs)

Bases: object

Vanity domain request detail

Attributes

CDN_CERT_REQUEST_TYPE_REQUEST_CSR A constant which can be used with the cdn_cert_request_type property of a CreateVanityDomainDetails.
CDN_CERT_REQUEST_TYPE_REQUEST_DV A constant which can be used with the cdn_cert_request_type property of a CreateVanityDomainDetails.
DNS_MANAGED_BY_CUSTOMER_MANAGED A constant which can be used with the dns_managed_by property of a CreateVanityDomainDetails.
DNS_MANAGED_BY_ORACLE_MANAGED A constant which can be used with the dns_managed_by property of a CreateVanityDomainDetails.
ORIGIN_CERT_REQUEST_TYPE_REQUEST_CSR A constant which can be used with the origin_cert_request_type property of a CreateVanityDomainDetails.
ORIGIN_CERT_REQUEST_TYPE_REQUEST_DV A constant which can be used with the origin_cert_request_type property of a CreateVanityDomainDetails.
cdn_cert_request_type Gets the cdn_cert_request_type of this CreateVanityDomainDetails.
certificate_info Gets the certificate_info of this CreateVanityDomainDetails.
change_management_link Gets the change_management_link of this CreateVanityDomainDetails.
dns_managed_by Gets the dns_managed_by of this CreateVanityDomainDetails.
origin_cert_request_type Gets the origin_cert_request_type of this CreateVanityDomainDetails.
prefix Gets the prefix of this CreateVanityDomainDetails.
vanity_domain Gets the vanity_domain of this CreateVanityDomainDetails.

Methods

__init__(**kwargs) Initializes a new CreateVanityDomainDetails object with values from keyword arguments.
CDN_CERT_REQUEST_TYPE_REQUEST_CSR = 'REQUEST_CSR'

A constant which can be used with the cdn_cert_request_type property of a CreateVanityDomainDetails. This constant has a value of “REQUEST_CSR”

CDN_CERT_REQUEST_TYPE_REQUEST_DV = 'REQUEST_DV'

A constant which can be used with the cdn_cert_request_type property of a CreateVanityDomainDetails. This constant has a value of “REQUEST_DV”

DNS_MANAGED_BY_CUSTOMER_MANAGED = 'CUSTOMER_MANAGED'

A constant which can be used with the dns_managed_by property of a CreateVanityDomainDetails. This constant has a value of “CUSTOMER_MANAGED”

DNS_MANAGED_BY_ORACLE_MANAGED = 'ORACLE_MANAGED'

A constant which can be used with the dns_managed_by property of a CreateVanityDomainDetails. This constant has a value of “ORACLE_MANAGED”

ORIGIN_CERT_REQUEST_TYPE_REQUEST_CSR = 'REQUEST_CSR'

A constant which can be used with the origin_cert_request_type property of a CreateVanityDomainDetails. This constant has a value of “REQUEST_CSR”

ORIGIN_CERT_REQUEST_TYPE_REQUEST_DV = 'REQUEST_DV'

A constant which can be used with the origin_cert_request_type property of a CreateVanityDomainDetails. This constant has a value of “REQUEST_DV”

__init__(**kwargs)

Initializes a new CreateVanityDomainDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • origin_cert_request_type (str) – The value to assign to the origin_cert_request_type property of this CreateVanityDomainDetails. Allowed values for this property are: “REQUEST_CSR”, “REQUEST_DV”
  • cdn_cert_request_type (str) – The value to assign to the cdn_cert_request_type property of this CreateVanityDomainDetails. Allowed values for this property are: “REQUEST_CSR”, “REQUEST_DV”
  • vanity_domain (str) – The value to assign to the vanity_domain property of this CreateVanityDomainDetails.
  • dns_managed_by (str) – The value to assign to the dns_managed_by property of this CreateVanityDomainDetails. Allowed values for this property are: “ORACLE_MANAGED”, “CUSTOMER_MANAGED”
  • prefix (str) – The value to assign to the prefix property of this CreateVanityDomainDetails.
  • certificate_info (oci.fusion_apps.models.CertificateInfo) – The value to assign to the certificate_info property of this CreateVanityDomainDetails.
  • change_management_link (str) – The value to assign to the change_management_link property of this CreateVanityDomainDetails.
cdn_cert_request_type

Gets the cdn_cert_request_type of this CreateVanityDomainDetails. The cdn request type for which the certificate is generated

Allowed values for this property are: “REQUEST_CSR”, “REQUEST_DV”

Returns:The cdn_cert_request_type of this CreateVanityDomainDetails.
Return type:str
certificate_info

Gets the certificate_info of this CreateVanityDomainDetails.

Returns:The certificate_info of this CreateVanityDomainDetails.
Return type:oci.fusion_apps.models.CertificateInfo

Gets the change_management_link of this CreateVanityDomainDetails. The cm link that was used to create the DNS prefix

Returns:The change_management_link of this CreateVanityDomainDetails.
Return type:str
dns_managed_by

Gets the dns_managed_by of this CreateVanityDomainDetails. The dns is managed by the customer or Oracle

Allowed values for this property are: “ORACLE_MANAGED”, “CUSTOMER_MANAGED”

Returns:The dns_managed_by of this CreateVanityDomainDetails.
Return type:str
origin_cert_request_type

Gets the origin_cert_request_type of this CreateVanityDomainDetails. The origin request type for which the certificate is generated

Allowed values for this property are: “REQUEST_CSR”, “REQUEST_DV”

Returns:The origin_cert_request_type of this CreateVanityDomainDetails.
Return type:str
prefix

Gets the prefix of this CreateVanityDomainDetails. The prefix value of the DnsPrefix. Can’t be changed after creation

Returns:The prefix of this CreateVanityDomainDetails.
Return type:str
vanity_domain

Gets the vanity_domain of this CreateVanityDomainDetails. Vanity domain

Returns:The vanity_domain of this CreateVanityDomainDetails.
Return type:str