Package | Description |
---|---|
com.oracle.bmc.integration.model |
Modifier and Type | Method and Description |
---|---|
AttachmentDetails |
AttachmentDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AttachmentDetails> |
IntegrationInstance.getAttachments()
A list of associated attachments to other services
|
Modifier and Type | Method and Description |
---|---|
AttachmentDetails.Builder |
AttachmentDetails.Builder.copy(AttachmentDetails model) |
Modifier and Type | Method and Description |
---|---|
IntegrationInstance.Builder |
IntegrationInstance.Builder.attachments(List<AttachmentDetails> attachments)
A list of associated attachments to other services
|
Constructor and Description |
---|
IntegrationInstance(String id,
String displayName,
String compartmentId,
IntegrationInstance.IntegrationInstanceType integrationInstanceType,
Date timeCreated,
Date timeUpdated,
IntegrationInstance.LifecycleState lifecycleState,
String lifecycleDetails,
String stateMessage,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Boolean isByol,
String instanceUrl,
String instanceDesignTimeUrl,
Integer messagePacks,
Boolean isFileServerEnabled,
Boolean isVisualBuilderEnabled,
CustomEndpointDetails customEndpoint,
List<CustomEndpointDetails> alternateCustomEndpoints,
IntegrationInstance.ConsumptionModel consumptionModel,
NetworkEndpointDetails networkEndpointDetails,
IdcsInfoDetails idcsInfo,
List<AttachmentDetails> attachments,
IntegrationInstance.Shape shape,
OutboundConnection privateEndpointOutboundConnection,
Boolean isDisasterRecoveryEnabled,
DisasterRecoveryDetails disasterRecoveryDetails,
IntegrationInstance.DataRetentionPeriod dataRetentionPeriod)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.