Class CrossRegionIntegrationInstanceDetails
Details of integration instance created in cross region for disaster recovery.
Inherited Members
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 |