Package | Description |
---|---|
com.oracle.bmc.integration.model |
Modifier and Type | Class and Description |
---|---|
class |
NoneOutboundConnection
Details required for removing Private Endpoint Outbound Connection (ReverseConnection).
|
class |
PrivateEndpointOutboundConnection
Details required for creating Private Endpoint Outbound Connection (ReverseConnection).
|
Modifier and Type | Method and Description |
---|---|
OutboundConnection |
IntegrationInstanceSummary.getPrivateEndpointOutboundConnection() |
OutboundConnection |
IntegrationInstance.getPrivateEndpointOutboundConnection() |
OutboundConnection |
ChangePrivateEndpointOutboundConnectionDetails.getPrivateEndpointOutboundConnection() |
Modifier and Type | Method and Description |
---|---|
IntegrationInstanceSummary.Builder |
IntegrationInstanceSummary.Builder.privateEndpointOutboundConnection(OutboundConnection privateEndpointOutboundConnection) |
IntegrationInstance.Builder |
IntegrationInstance.Builder.privateEndpointOutboundConnection(OutboundConnection privateEndpointOutboundConnection) |
ChangePrivateEndpointOutboundConnectionDetails.Builder |
ChangePrivateEndpointOutboundConnectionDetails.Builder.privateEndpointOutboundConnection(OutboundConnection privateEndpointOutboundConnection) |
Constructor and Description |
---|
ChangePrivateEndpointOutboundConnectionDetails(OutboundConnection privateEndpointOutboundConnection)
Deprecated.
|
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.
|
IntegrationInstanceSummary(String id,
String displayName,
String compartmentId,
IntegrationInstanceSummary.IntegrationInstanceType integrationInstanceType,
Date timeCreated,
Date timeUpdated,
IntegrationInstanceSummary.LifecycleState lifecycleState,
String lifecycleDetails,
String stateMessage,
Boolean isByol,
String instanceUrl,
String instanceDesignTimeUrl,
Integer messagePacks,
Boolean isFileServerEnabled,
Boolean isVisualBuilderEnabled,
CustomEndpointDetails customEndpoint,
List<CustomEndpointDetails> alternateCustomEndpoints,
IntegrationInstanceSummary.ConsumptionModel consumptionModel,
NetworkEndpointDetails networkEndpointDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
IntegrationInstanceSummary.Shape shape,
OutboundConnection privateEndpointOutboundConnection,
Boolean isDisasterRecoveryEnabled,
IntegrationInstanceSummary.DataRetentionPeriod dataRetentionPeriod)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.