PrefixFqdns¶
-
class
oci.object_storage.models.
PrefixFqdns
(**kwargs)¶ Bases:
object
An object containing FQDNs
Methods
__init__
(**kwargs)Initializes a new PrefixFqdns object with values from keyword arguments. Attributes
object_storage_api_fqdn
Gets the object_storage_api_fqdn of this PrefixFqdns. s3_compatibility_api_fqdn
Gets the s3_compatibility_api_fqdn of this PrefixFqdns. swift_api_fqdn
Gets the swift_api_fqdn of this PrefixFqdns. -
__init__
(**kwargs)¶ Initializes a new PrefixFqdns object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - object_storage_api_fqdn (str) – The value to assign to the object_storage_api_fqdn property of this PrefixFqdns.
- s3_compatibility_api_fqdn (str) – The value to assign to the s3_compatibility_api_fqdn property of this PrefixFqdns.
- swift_api_fqdn (str) – The value to assign to the swift_api_fqdn property of this PrefixFqdns.
-
object_storage_api_fqdn
¶ Gets the object_storage_api_fqdn of this PrefixFqdns. ObjectStorage API FQDN
Returns: The object_storage_api_fqdn of this PrefixFqdns. Return type: str
-
s3_compatibility_api_fqdn
¶ Gets the s3_compatibility_api_fqdn of this PrefixFqdns. S3 Compatibility API FQDN
Returns: The s3_compatibility_api_fqdn of this PrefixFqdns. Return type: str
-
swift_api_fqdn
¶ Gets the swift_api_fqdn of this PrefixFqdns. Swift API FQDN
Returns: The swift_api_fqdn of this PrefixFqdns. Return type: str
-