VanityDnsRecord¶
-
class
oci.fusion_apps.models.VanityDnsRecord(**kwargs)¶ Bases:
objectDNS record for vanity domain
Methods
__init__(**kwargs)Initializes a new VanityDnsRecord object with values from keyword arguments. Attributes
domain[Required] Gets the domain of this VanityDnsRecord. rdata[Required] Gets the rdata of this VanityDnsRecord. ttl_in_seconds[Required] Gets the ttl_in_seconds of this VanityDnsRecord. type[Required] Gets the type of this VanityDnsRecord. -
__init__(**kwargs)¶ Initializes a new VanityDnsRecord object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - domain (str) – The value to assign to the domain property of this VanityDnsRecord.
- rdata (str) – The value to assign to the rdata property of this VanityDnsRecord.
- type (str) – The value to assign to the type property of this VanityDnsRecord.
- ttl_in_seconds (int) – The value to assign to the ttl_in_seconds property of this VanityDnsRecord.
-
domain¶ [Required] Gets the domain of this VanityDnsRecord. domain name for dns record
Returns: The domain of this VanityDnsRecord. Return type: str
-
rdata¶ [Required] Gets the rdata of this VanityDnsRecord. dns server hostname is pointed to
Returns: The rdata of this VanityDnsRecord. Return type: str
-
ttl_in_seconds¶ [Required] Gets the ttl_in_seconds of this VanityDnsRecord. time to live for dns record
Returns: The ttl_in_seconds of this VanityDnsRecord. Return type: int
-
type¶ [Required] Gets the type of this VanityDnsRecord. record data for record type
Returns: The type of this VanityDnsRecord. Return type: str
-