Show / Hide Table of Contents

Class PrefixFqdns

An object containing FQDNs

Inheritance
object
PrefixFqdns
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ObjectstorageService.Models
Assembly: OCI.DotNetSDK.Objectstorage.dll
Syntax
public class PrefixFqdns

Properties

ObjectStorageApiFqdn

Declaration
[JsonProperty(PropertyName = "objectStorageApiFqdn")]
public string ObjectStorageApiFqdn { get; set; }
Property Value
Type Description
string

ObjectStorage API FQDN

S3CompatibilityApiFqdn

Declaration
[JsonProperty(PropertyName = "s3CompatibilityApiFqdn")]
public string S3CompatibilityApiFqdn { get; set; }
Property Value
Type Description
string

S3 Compatibility API FQDN

SwiftApiFqdn

Declaration
[JsonProperty(PropertyName = "swiftApiFqdn")]
public string SwiftApiFqdn { get; set; }
Property Value
Type Description
string

Swift API FQDN

In this article
Back to top