Show / Hide Table of Contents

Class RegionSchema

Inheritance
object
RegionSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common.Model
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class RegionSchema

Properties

realmDomainComponent

Declaration
public string realmDomainComponent { get; set; }
Property Value
Type Description
string

realmKey

Declaration
public string realmKey { get; set; }
Property Value
Type Description
string

regionIdentifier

Declaration
public string regionIdentifier { get; set; }
Property Value
Type Description
string

regionKey

Declaration
public string regionKey { get; set; }
Property Value
Type Description
string

Methods

isValid()

Declaration
public bool isValid()
Returns
Type Description
bool
In this article
Back to top