Package | Description |
---|---|
com.oracle.bmc.integration.model |
Modifier and Type | Method and Description |
---|---|
static UpdateIntegrationInstanceDetails.IntegrationInstanceType |
UpdateIntegrationInstanceDetails.IntegrationInstanceType.create(String key) |
UpdateIntegrationInstanceDetails.IntegrationInstanceType |
UpdateIntegrationInstanceDetails.getIntegrationInstanceType()
Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD,
Oracle Integration 3 uses ENTERPRISEX and STANDARDX
|
static UpdateIntegrationInstanceDetails.IntegrationInstanceType |
UpdateIntegrationInstanceDetails.IntegrationInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateIntegrationInstanceDetails.IntegrationInstanceType[] |
UpdateIntegrationInstanceDetails.IntegrationInstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationInstanceDetails.Builder |
UpdateIntegrationInstanceDetails.Builder.integrationInstanceType(UpdateIntegrationInstanceDetails.IntegrationInstanceType integrationInstanceType)
Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and
STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
|
Constructor and Description |
---|
UpdateIntegrationInstanceDetails(String displayName,
UpdateIntegrationInstanceDetails.IntegrationInstanceType integrationInstanceType,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isByol,
Integer messagePacks,
Boolean isFileServerEnabled,
Boolean isVisualBuilderEnabled,
UpdateCustomEndpointDetails customEndpoint,
List<UpdateCustomEndpointDetails> alternateCustomEndpoints)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.