Show / Hide Table of Contents

Class CrossRegionIntegrationInstanceDetails

Details of integration instance created in cross region for disaster recovery.

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

Properties

Id

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

Cross region integration instance identifier

Region

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

Cross region where integration instance is created

Role

Declaration
[JsonProperty(PropertyName = "role")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CrossRegionIntegrationInstanceDetails.RoleEnum? Role { get; set; }
Property Value
Type Description
CrossRegionIntegrationInstanceDetails.RoleEnum?

Role of the integration instance in the region

TimeRoleChanged

Declaration
[JsonProperty(PropertyName = "timeRoleChanged")]
public DateTime? TimeRoleChanged { get; set; }
Property Value
Type Description
DateTime?

Time when cross region integration instance role was changed

In this article
Back to top