ServiceAttachment¶
-
class
oci.fusion_apps.models.
ServiceAttachment
(**kwargs)¶ Bases:
object
Description of ServiceAttachment.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a ServiceAttachment. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a ServiceAttachment. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a ServiceAttachment. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a ServiceAttachment. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a ServiceAttachment. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a ServiceAttachment. SERVICE_INSTANCE_TYPE_ANALYTICS_WAREHOUSE
A constant which can be used with the service_instance_type property of a ServiceAttachment. SERVICE_INSTANCE_TYPE_DIGITAL_ASSISTANT
A constant which can be used with the service_instance_type property of a ServiceAttachment. SERVICE_INSTANCE_TYPE_INTEGRATION_CLOUD
A constant which can be used with the service_instance_type property of a ServiceAttachment. SERVICE_INSTANCE_TYPE_VBCS
A constant which can be used with the service_instance_type property of a ServiceAttachment. SERVICE_INSTANCE_TYPE_VISUAL_BUILDER_STUDIO
A constant which can be used with the service_instance_type property of a ServiceAttachment. compartment_id
Gets the compartment_id of this ServiceAttachment. defined_tags
Gets the defined_tags of this ServiceAttachment. display_name
[Required] Gets the display_name of this ServiceAttachment. freeform_tags
Gets the freeform_tags of this ServiceAttachment. id
[Required] Gets the id of this ServiceAttachment. is_sku_based
[Required] Gets the is_sku_based of this ServiceAttachment. lifecycle_state
[Required] Gets the lifecycle_state of this ServiceAttachment. service_instance_id
Gets the service_instance_id of this ServiceAttachment. service_instance_type
[Required] Gets the service_instance_type of this ServiceAttachment. service_url
Gets the service_url of this ServiceAttachment. time_created
Gets the time_created of this ServiceAttachment. time_updated
Gets the time_updated of this ServiceAttachment. Methods
__init__
(**kwargs)Initializes a new ServiceAttachment object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a ServiceAttachment. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a ServiceAttachment. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a ServiceAttachment. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a ServiceAttachment. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a ServiceAttachment. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a ServiceAttachment. This constant has a value of “UPDATING”
-
SERVICE_INSTANCE_TYPE_ANALYTICS_WAREHOUSE
= 'ANALYTICS_WAREHOUSE'¶ A constant which can be used with the service_instance_type property of a ServiceAttachment. This constant has a value of “ANALYTICS_WAREHOUSE”
-
SERVICE_INSTANCE_TYPE_DIGITAL_ASSISTANT
= 'DIGITAL_ASSISTANT'¶ A constant which can be used with the service_instance_type property of a ServiceAttachment. This constant has a value of “DIGITAL_ASSISTANT”
-
SERVICE_INSTANCE_TYPE_INTEGRATION_CLOUD
= 'INTEGRATION_CLOUD'¶ A constant which can be used with the service_instance_type property of a ServiceAttachment. This constant has a value of “INTEGRATION_CLOUD”
-
SERVICE_INSTANCE_TYPE_VBCS
= 'VBCS'¶ A constant which can be used with the service_instance_type property of a ServiceAttachment. This constant has a value of “VBCS”
-
SERVICE_INSTANCE_TYPE_VISUAL_BUILDER_STUDIO
= 'VISUAL_BUILDER_STUDIO'¶ A constant which can be used with the service_instance_type property of a ServiceAttachment. This constant has a value of “VISUAL_BUILDER_STUDIO”
-
__init__
(**kwargs)¶ Initializes a new ServiceAttachment object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this ServiceAttachment.
- compartment_id (str) – The value to assign to the compartment_id property of this ServiceAttachment.
- service_instance_id (str) – The value to assign to the service_instance_id property of this ServiceAttachment.
- display_name (str) – The value to assign to the display_name property of this ServiceAttachment.
- service_instance_type (str) – The value to assign to the service_instance_type property of this ServiceAttachment. Allowed values for this property are: “DIGITAL_ASSISTANT”, “INTEGRATION_CLOUD”, “ANALYTICS_WAREHOUSE”, “VBCS”, “VISUAL_BUILDER_STUDIO”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- service_url (str) – The value to assign to the service_url property of this ServiceAttachment.
- time_created (datetime) – The value to assign to the time_created property of this ServiceAttachment.
- time_updated (datetime) – The value to assign to the time_updated property of this ServiceAttachment.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ServiceAttachment. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- is_sku_based (bool) – The value to assign to the is_sku_based property of this ServiceAttachment.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ServiceAttachment.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ServiceAttachment.
-
compartment_id
¶ Gets the compartment_id of this ServiceAttachment. Compartment Identifier
Returns: The compartment_id of this ServiceAttachment. Return type: str
Gets the defined_tags of this ServiceAttachment. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this ServiceAttachment. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this ServiceAttachment. Service Attachment Display name, can be renamed
Returns: The display_name of this ServiceAttachment. Return type: str
Gets the freeform_tags of this ServiceAttachment. 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 ServiceAttachment. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this ServiceAttachment. Unique identifier that is immutable on creation
Returns: The id of this ServiceAttachment. Return type: str
-
is_sku_based
¶ [Required] Gets the is_sku_based of this ServiceAttachment. Whether this service is provisioned due to the customer being subscribed to a specific SKU
Returns: The is_sku_based of this ServiceAttachment. Return type: bool
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ServiceAttachment. The current state of the ServiceInstance.
Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this ServiceAttachment. Return type: str
-
service_instance_id
¶ Gets the service_instance_id of this ServiceAttachment. The ID of the service instance created that can be used to identify this on the service control plane
Returns: The service_instance_id of this ServiceAttachment. Return type: str
-
service_instance_type
¶ [Required] Gets the service_instance_type of this ServiceAttachment. Type of the serviceInstance.
Allowed values for this property are: “DIGITAL_ASSISTANT”, “INTEGRATION_CLOUD”, “ANALYTICS_WAREHOUSE”, “VBCS”, “VISUAL_BUILDER_STUDIO”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The service_instance_type of this ServiceAttachment. Return type: str
-
service_url
¶ Gets the service_url of this ServiceAttachment. Public URL
Returns: The service_url of this ServiceAttachment. Return type: str
-
time_created
¶ Gets the time_created of this ServiceAttachment. The time the the ServiceInstance was created. An RFC3339 formatted datetime string
Returns: The time_created of this ServiceAttachment. Return type: datetime
-
time_updated
¶ Gets the time_updated of this ServiceAttachment. The time the ServiceInstance was updated. An RFC3339 formatted datetime string
Returns: The time_updated of this ServiceAttachment. Return type: datetime
-