Show / Hide Table of Contents

Class OciDns

Oracle Cloud Infrastructure network anchor related meta data items

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

Properties

CustomDomainName

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

Full custom domain name. If this field is passed dnsLabel will be ignored

In this article
Back to top