@Generated(value="OracleSDKGenerator", comments="API Version: 20190131") public final class IntegrationInstance extends Object
Description of Integration Instance.
Note: Objects should always be created or deserialized using the IntegrationInstance.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the IntegrationInstance.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
IntegrationInstance.Builder |
static class |
IntegrationInstance.ConsumptionModel
The entitlement used for billing purposes.
|
static class |
IntegrationInstance.IntegrationInstanceType
Standard or Enterprise type
|
static class |
IntegrationInstance.LifecycleState
The current state of the integration instance.
|
Constructor and Description |
---|
IntegrationInstance(String id,
String displayName,
String compartmentId,
IntegrationInstance.IntegrationInstanceType integrationInstanceType,
Date timeCreated,
Date timeUpdated,
IntegrationInstance.LifecycleState lifecycleState,
String stateMessage,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isByol,
String instanceUrl,
Integer messagePacks,
Boolean isFileServerEnabled,
Boolean isVisualBuilderEnabled,
CustomEndpointDetails customEndpoint,
List<CustomEndpointDetails> alternateCustomEndpoints,
IntegrationInstance.ConsumptionModel consumptionModel,
NetworkEndpointDetails networkEndpointDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IntegrationInstance.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<CustomEndpointDetails> |
getAlternateCustomEndpoints()
A list of alternate custom endpoints used for the integration instance URL.
|
String |
getCompartmentId()
Compartment Identifier.
|
IntegrationInstance.ConsumptionModel |
getConsumptionModel()
The entitlement used for billing purposes.
|
CustomEndpointDetails |
getCustomEndpoint() |
Map<String,Map<String,Object>> |
getDefinedTags()
Usage of predefined tag keys.
|
String |
getDisplayName()
Integration Instance Identifier, can be renamed.
|
Map<String,String> |
getFreeformTags()
Simple key-value pair that is applied without any predefined name,
type or scope.
|
String |
getId()
Unique identifier that is immutable on creation.
|
String |
getInstanceUrl()
The Integration Instance URL.
|
IntegrationInstance.IntegrationInstanceType |
getIntegrationInstanceType()
Standard or Enterprise type
|
Boolean |
getIsByol()
Bring your own license.
|
Boolean |
getIsFileServerEnabled()
The file server is enabled or not.
|
Boolean |
getIsVisualBuilderEnabled()
VisualBuilder is enabled or not.
|
IntegrationInstance.LifecycleState |
getLifecycleState()
The current state of the integration instance.
|
Integer |
getMessagePacks()
The number of configured message packs (if any)
|
NetworkEndpointDetails |
getNetworkEndpointDetails() |
String |
getStateMessage()
An message describing the current state in more detail.
|
Date |
getTimeCreated()
The time the the IntegrationInstance was created.
|
Date |
getTimeUpdated()
The time the IntegrationInstance was updated.
|
int |
hashCode() |
IntegrationInstance.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","displayName","compartmentId","integrationInstanceType","timeCreated","timeUpdated","lifecycleState","stateMessage","freeformTags","definedTags","isByol","instanceUrl","messagePacks","isFileServerEnabled","isVisualBuilderEnabled","customEndpoint","alternateCustomEndpoints","consumptionModel","networkEndpointDetails"}) @Deprecated public IntegrationInstance(String id, String displayName, String compartmentId, IntegrationInstance.IntegrationInstanceType integrationInstanceType, Date timeCreated, Date timeUpdated, IntegrationInstance.LifecycleState lifecycleState, String stateMessage, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isByol, String instanceUrl, Integer messagePacks, Boolean isFileServerEnabled, Boolean isVisualBuilderEnabled, CustomEndpointDetails customEndpoint, List<CustomEndpointDetails> alternateCustomEndpoints, IntegrationInstance.ConsumptionModel consumptionModel, NetworkEndpointDetails networkEndpointDetails)
public static IntegrationInstance.Builder builder()
Create a new builder.
public IntegrationInstance.Builder toBuilder()
public String getId()
Unique identifier that is immutable on creation.
public String getDisplayName()
Integration Instance Identifier, can be renamed.
public String getCompartmentId()
Compartment Identifier.
public IntegrationInstance.IntegrationInstanceType getIntegrationInstanceType()
Standard or Enterprise type
public Date getTimeCreated()
The time the the IntegrationInstance was created. An RFC3339 formatted datetime string.
public Date getTimeUpdated()
The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.
public IntegrationInstance.LifecycleState getLifecycleState()
The current state of the integration instance.
public String getStateMessage()
An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
public Map<String,String> getFreeformTags()
Simple key-value pair that is applied without any predefined name,
type or scope. Exists for cross-compatibility only.
Example: {\"bar-key\": \"value\"}
public Map<String,Map<String,Object>> getDefinedTags()
Usage of predefined tag keys. These predefined keys are scoped to
namespaces.
Example: {\"foo-namespace\": {\"bar-key\": \"value\"}}
public Boolean getIsByol()
Bring your own license.
public String getInstanceUrl()
The Integration Instance URL.
public Integer getMessagePacks()
The number of configured message packs (if any)
public Boolean getIsFileServerEnabled()
The file server is enabled or not.
public Boolean getIsVisualBuilderEnabled()
VisualBuilder is enabled or not.
public CustomEndpointDetails getCustomEndpoint()
public List<CustomEndpointDetails> getAlternateCustomEndpoints()
A list of alternate custom endpoints used for the integration instance URL.
public IntegrationInstance.ConsumptionModel getConsumptionModel()
The entitlement used for billing purposes.
public NetworkEndpointDetails getNetworkEndpointDetails()
Copyright © 2016–2021. All rights reserved.