Show / Hide Table of Contents

Class AvailabilityDomain

Availability Domains

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

Properties

Ads

Declaration
[JsonProperty(PropertyName = "ads")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AvailabilityDomain.AdsEnum? Ads { get; set; }
Property Value
Type Description
AvailabilityDomain.AdsEnum?

Availability Domain Identifiers

In this article
Back to top