Fqdns¶
-
class
oci.object_storage.models.
Fqdns
(**kwargs)¶ Bases:
object
The object representing FQDN details formed using prefix and additionalPrefixes.
Methods
__init__
(**kwargs)Initializes a new Fqdns object with values from keyword arguments. Attributes
additional_prefixes_fqdns
Gets the additional_prefixes_fqdns of this Fqdns. prefix_fqdns
Gets the prefix_fqdns of this Fqdns. -
__init__
(**kwargs)¶ Initializes a new Fqdns object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - prefix_fqdns (oci.object_storage.models.PrefixFqdns) – The value to assign to the prefix_fqdns property of this Fqdns.
- additional_prefixes_fqdns (dict(str, PrefixFqdns)) – The value to assign to the additional_prefixes_fqdns property of this Fqdns.
-
additional_prefixes_fqdns
¶ Gets the additional_prefixes_fqdns of this Fqdns. An object containing FQDNs formed using additionalPrefixes.
Returns: The additional_prefixes_fqdns of this Fqdns. Return type: dict(str, PrefixFqdns)
-
prefix_fqdns
¶ Gets the prefix_fqdns of this Fqdns.
Returns: The prefix_fqdns of this Fqdns. Return type: oci.object_storage.models.PrefixFqdns
-