Show / Hide Table of Contents

Class Fqdns

The object representing FQDN details formed using prefix and additionalPrefixes.

Inheritance
object
Fqdns
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 Fqdns

Properties

AdditionalPrefixesFqdns

Declaration
[JsonProperty(PropertyName = "additionalPrefixesFqdns")]
public Dictionary<string, PrefixFqdns> AdditionalPrefixesFqdns { get; set; }
Property Value
Type Description
Dictionary<string, PrefixFqdns>

An object containing FQDNs formed using additionalPrefixes.

PrefixFqdns

Declaration
[JsonProperty(PropertyName = "prefixFqdns")]
public PrefixFqdns PrefixFqdns { get; set; }
Property Value
Type Description
PrefixFqdns
In this article
Back to top