Show / Hide Table of Contents

Class IntegrationInstance

Description of Integration Instance.

Inheritance
object
IntegrationInstance
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 IntegrationInstance

Properties

AlternateCustomEndpoints

Declaration
[JsonProperty(PropertyName = "alternateCustomEndpoints")]
public List<CustomEndpointDetails> AlternateCustomEndpoints { get; set; }
Property Value
Type Description
List<CustomEndpointDetails>

A list of alternate custom endpoints used for the integration instance URL.

Attachments

Declaration
[JsonProperty(PropertyName = "attachments")]
public List<AttachmentDetails> Attachments { get; set; }
Property Value
Type Description
List<AttachmentDetails>

A list of associated attachments to other services

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

Compartment Identifier.

Remarks

Required

ConsumptionModel

Declaration
[JsonProperty(PropertyName = "consumptionModel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public IntegrationInstance.ConsumptionModelEnum? ConsumptionModel { get; set; }
Property Value
Type Description
IntegrationInstance.ConsumptionModelEnum?

The entitlement used for billing purposes.

CustomEndpoint

Declaration
[JsonProperty(PropertyName = "customEndpoint")]
public CustomEndpointDetails CustomEndpoint { get; set; }
Property Value
Type Description
CustomEndpointDetails

DataRetentionPeriod

Declaration
[JsonProperty(PropertyName = "dataRetentionPeriod")]
[JsonConverter(typeof(ResponseEnumConverter))]
public IntegrationInstance.DataRetentionPeriodEnum? DataRetentionPeriod { get; set; }
Property Value
Type Description
IntegrationInstance.DataRetentionPeriodEnum?

Data retention period set for given integration instance

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace": {"bar-key": "value"}}

DisasterRecoveryDetails

Declaration
[JsonProperty(PropertyName = "disasterRecoveryDetails")]
public DisasterRecoveryDetails DisasterRecoveryDetails { get; set; }
Property Value
Type Description
DisasterRecoveryDetails

DisplayName

Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

Integration Instance Identifier, can be renamed.

Remarks

Required

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

Id

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

Unique identifier that is immutable on creation.

Remarks

Required

IdcsInfo

Declaration
[JsonProperty(PropertyName = "idcsInfo")]
public IdcsInfoDetails IdcsInfo { get; set; }
Property Value
Type Description
IdcsInfoDetails

InstanceDesignTimeUrl

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

The Integration Instance Design Time URL

InstanceUrl

Declaration
[Required(ErrorMessage = "InstanceUrl is required.")]
[JsonProperty(PropertyName = "instanceUrl")]
public string InstanceUrl { get; set; }
Property Value
Type Description
string

The Integration Instance URL.

Remarks

Required

IntegrationInstanceType

Declaration
[Required(ErrorMessage = "IntegrationInstanceType is required.")]
[JsonProperty(PropertyName = "integrationInstanceType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public IntegrationInstance.IntegrationInstanceTypeEnum? IntegrationInstanceType { get; set; }
Property Value
Type Description
IntegrationInstance.IntegrationInstanceTypeEnum?

Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX

Remarks

Required

IsByol

Declaration
[Required(ErrorMessage = "IsByol is required.")]
[JsonProperty(PropertyName = "isByol")]
public bool? IsByol { get; set; }
Property Value
Type Description
bool?

Bring your own license.

Remarks

Required

IsDisasterRecoveryEnabled

Declaration
[JsonProperty(PropertyName = "isDisasterRecoveryEnabled")]
public bool? IsDisasterRecoveryEnabled { get; set; }
Property Value
Type Description
bool?

Is Disaster Recovery enabled for the integrationInstance

IsFileServerEnabled

Declaration
[JsonProperty(PropertyName = "isFileServerEnabled")]
public bool? IsFileServerEnabled { get; set; }
Property Value
Type Description
bool?

The file server is enabled or not.

IsVisualBuilderEnabled

Declaration
[JsonProperty(PropertyName = "isVisualBuilderEnabled")]
public bool? IsVisualBuilderEnabled { get; set; }
Property Value
Type Description
bool?

VisualBuilder is enabled or not.

LifecycleDetails

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

Additional details of lifecycleState or substates

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public IntegrationInstance.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
IntegrationInstance.LifecycleStateEnum?

The current state of the integration instance.

MessagePacks

Declaration
[Required(ErrorMessage = "MessagePacks is required.")]
[JsonProperty(PropertyName = "messagePacks")]
public int? MessagePacks { get; set; }
Property Value
Type Description
int?

The number of configured message packs (if any)

Remarks

Required

NetworkEndpointDetails

Declaration
[JsonProperty(PropertyName = "networkEndpointDetails")]
public NetworkEndpointDetails NetworkEndpointDetails { get; set; }
Property Value
Type Description
NetworkEndpointDetails

PrivateEndpointOutboundConnection

Declaration
[JsonProperty(PropertyName = "privateEndpointOutboundConnection")]
public OutboundConnection PrivateEndpointOutboundConnection { get; set; }
Property Value
Type Description
OutboundConnection

Shape

Declaration
[JsonProperty(PropertyName = "shape")]
[JsonConverter(typeof(ResponseEnumConverter))]
public IntegrationInstance.ShapeEnum? Shape { get; set; }
Property Value
Type Description
IntegrationInstance.ShapeEnum?

Shape

StateMessage

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

An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

SystemTags

Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}

TimeCreated

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

The time the the IntegrationInstance was created. An RFC3339 formatted datetime string.

TimeUpdated

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

The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.

In this article
Back to top