OciDns¶
-
class
oci.multicloud.models.
OciDns
(**kwargs)¶ Bases:
object
Oracle Cloud Infrastructure network anchor related meta data items
Methods
__init__
(**kwargs)Initializes a new OciDns object with values from keyword arguments. Attributes
custom_domain_name
Gets the custom_domain_name of this OciDns. -
__init__
(**kwargs)¶ Initializes a new OciDns object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: custom_domain_name (str) – The value to assign to the custom_domain_name property of this OciDns.
-
custom_domain_name
¶ Gets the custom_domain_name of this OciDns. Full custom domain name. If this field is passed dnsLabel will be ignored
Returns: The custom_domain_name of this OciDns. Return type: str
-