UpdateIntegrationInstanceDetails¶
-
class
oci.integration.models.
UpdateIntegrationInstanceDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Some properties may not be applicable to specific integration types, see Differences in Instance Management for details.
Attributes
INTEGRATION_INSTANCE_TYPE_ENTERPRISE
A constant which can be used with the integration_instance_type property of a UpdateIntegrationInstanceDetails. INTEGRATION_INSTANCE_TYPE_ENTERPRISEX
A constant which can be used with the integration_instance_type property of a UpdateIntegrationInstanceDetails. INTEGRATION_INSTANCE_TYPE_HEALTHCARE
A constant which can be used with the integration_instance_type property of a UpdateIntegrationInstanceDetails. INTEGRATION_INSTANCE_TYPE_STANDARD
A constant which can be used with the integration_instance_type property of a UpdateIntegrationInstanceDetails. INTEGRATION_INSTANCE_TYPE_STANDARDX
A constant which can be used with the integration_instance_type property of a UpdateIntegrationInstanceDetails. alternate_custom_endpoints
Gets the alternate_custom_endpoints of this UpdateIntegrationInstanceDetails. custom_endpoint
Gets the custom_endpoint of this UpdateIntegrationInstanceDetails. defined_tags
Gets the defined_tags of this UpdateIntegrationInstanceDetails. display_name
Gets the display_name of this UpdateIntegrationInstanceDetails. freeform_tags
Gets the freeform_tags of this UpdateIntegrationInstanceDetails. integration_instance_type
Gets the integration_instance_type of this UpdateIntegrationInstanceDetails. is_byol
Gets the is_byol of this UpdateIntegrationInstanceDetails. is_file_server_enabled
Gets the is_file_server_enabled of this UpdateIntegrationInstanceDetails. is_visual_builder_enabled
Gets the is_visual_builder_enabled of this UpdateIntegrationInstanceDetails. message_packs
Gets the message_packs of this UpdateIntegrationInstanceDetails. Methods
__init__
(**kwargs)Initializes a new UpdateIntegrationInstanceDetails object with values from keyword arguments. -
INTEGRATION_INSTANCE_TYPE_ENTERPRISE
= 'ENTERPRISE'¶ A constant which can be used with the integration_instance_type property of a UpdateIntegrationInstanceDetails. This constant has a value of “ENTERPRISE”
-
INTEGRATION_INSTANCE_TYPE_ENTERPRISEX
= 'ENTERPRISEX'¶ A constant which can be used with the integration_instance_type property of a UpdateIntegrationInstanceDetails. This constant has a value of “ENTERPRISEX”
-
INTEGRATION_INSTANCE_TYPE_HEALTHCARE
= 'HEALTHCARE'¶ A constant which can be used with the integration_instance_type property of a UpdateIntegrationInstanceDetails. This constant has a value of “HEALTHCARE”
-
INTEGRATION_INSTANCE_TYPE_STANDARD
= 'STANDARD'¶ A constant which can be used with the integration_instance_type property of a UpdateIntegrationInstanceDetails. This constant has a value of “STANDARD”
-
INTEGRATION_INSTANCE_TYPE_STANDARDX
= 'STANDARDX'¶ A constant which can be used with the integration_instance_type property of a UpdateIntegrationInstanceDetails. This constant has a value of “STANDARDX”
-
__init__
(**kwargs)¶ Initializes a new UpdateIntegrationInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateIntegrationInstanceDetails.
- integration_instance_type (str) – The value to assign to the integration_instance_type property of this UpdateIntegrationInstanceDetails. Allowed values for this property are: “STANDARD”, “ENTERPRISE”, “STANDARDX”, “ENTERPRISEX”, “HEALTHCARE”
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateIntegrationInstanceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateIntegrationInstanceDetails.
- is_byol (bool) – The value to assign to the is_byol property of this UpdateIntegrationInstanceDetails.
- message_packs (int) – The value to assign to the message_packs property of this UpdateIntegrationInstanceDetails.
- is_file_server_enabled (bool) – The value to assign to the is_file_server_enabled property of this UpdateIntegrationInstanceDetails.
- is_visual_builder_enabled (bool) – The value to assign to the is_visual_builder_enabled property of this UpdateIntegrationInstanceDetails.
- custom_endpoint (oci.integration.models.UpdateCustomEndpointDetails) – The value to assign to the custom_endpoint property of this UpdateIntegrationInstanceDetails.
- alternate_custom_endpoints (list[oci.integration.models.UpdateCustomEndpointDetails]) – The value to assign to the alternate_custom_endpoints property of this UpdateIntegrationInstanceDetails.
-
alternate_custom_endpoints
¶ Gets the alternate_custom_endpoints of this UpdateIntegrationInstanceDetails. A list of alternate custom endpoints to be used for the integration instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance).
Returns: The alternate_custom_endpoints of this UpdateIntegrationInstanceDetails. Return type: list[oci.integration.models.UpdateCustomEndpointDetails]
-
custom_endpoint
¶ Gets the custom_endpoint of this UpdateIntegrationInstanceDetails.
Returns: The custom_endpoint of this UpdateIntegrationInstanceDetails. Return type: oci.integration.models.UpdateCustomEndpointDetails
Gets the defined_tags of this UpdateIntegrationInstanceDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateIntegrationInstanceDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateIntegrationInstanceDetails. Integration Instance Identifier.
Returns: The display_name of this UpdateIntegrationInstanceDetails. Return type: str
Gets the freeform_tags of this UpdateIntegrationInstanceDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateIntegrationInstanceDetails. Return type: dict(str, str)
-
integration_instance_type
¶ Gets the integration_instance_type of this UpdateIntegrationInstanceDetails. Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
Allowed values for this property are: “STANDARD”, “ENTERPRISE”, “STANDARDX”, “ENTERPRISEX”, “HEALTHCARE”
Returns: The integration_instance_type of this UpdateIntegrationInstanceDetails. Return type: str
-
is_byol
¶ Gets the is_byol of this UpdateIntegrationInstanceDetails. Bring your own license.
Returns: The is_byol of this UpdateIntegrationInstanceDetails. Return type: bool
-
is_file_server_enabled
¶ Gets the is_file_server_enabled of this UpdateIntegrationInstanceDetails. The file server is enabled or not.
Returns: The is_file_server_enabled of this UpdateIntegrationInstanceDetails. Return type: bool
-
is_visual_builder_enabled
¶ Gets the is_visual_builder_enabled of this UpdateIntegrationInstanceDetails. Visual Builder is enabled or not.
Returns: The is_visual_builder_enabled of this UpdateIntegrationInstanceDetails. Return type: bool
-
message_packs
¶ Gets the message_packs of this UpdateIntegrationInstanceDetails. The number of configured message packs
Returns: The message_packs of this UpdateIntegrationInstanceDetails. Return type: int
-