ServiceAttachmentSummary¶
-
class
oci.fusion_apps.models.
ServiceAttachmentSummary
(**kwargs)¶ Bases:
object
Summary of the ServiceInstance.
Methods
__init__
(**kwargs)Initializes a new ServiceAttachmentSummary object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this ServiceAttachmentSummary. display_name
[Required] Gets the display_name of this ServiceAttachmentSummary. freeform_tags
Gets the freeform_tags of this ServiceAttachmentSummary. id
[Required] Gets the id of this ServiceAttachmentSummary. is_sku_based
[Required] Gets the is_sku_based of this ServiceAttachmentSummary. lifecycle_details
Gets the lifecycle_details of this ServiceAttachmentSummary. lifecycle_state
[Required] Gets the lifecycle_state of this ServiceAttachmentSummary. service_instance_id
Gets the service_instance_id of this ServiceAttachmentSummary. service_instance_type
[Required] Gets the service_instance_type of this ServiceAttachmentSummary. service_url
Gets the service_url of this ServiceAttachmentSummary. time_created
Gets the time_created of this ServiceAttachmentSummary. time_updated
Gets the time_updated of this ServiceAttachmentSummary. -
__init__
(**kwargs)¶ Initializes a new ServiceAttachmentSummary 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 ServiceAttachmentSummary.
- display_name (str) – The value to assign to the display_name property of this ServiceAttachmentSummary.
- service_instance_type (str) – The value to assign to the service_instance_type property of this ServiceAttachmentSummary.
- service_instance_id (str) – The value to assign to the service_instance_id property of this ServiceAttachmentSummary.
- service_url (str) – The value to assign to the service_url property of this ServiceAttachmentSummary.
- time_created (datetime) – The value to assign to the time_created property of this ServiceAttachmentSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this ServiceAttachmentSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ServiceAttachmentSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this ServiceAttachmentSummary.
- is_sku_based (bool) – The value to assign to the is_sku_based property of this ServiceAttachmentSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ServiceAttachmentSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ServiceAttachmentSummary.
Gets the defined_tags of this ServiceAttachmentSummary. 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 ServiceAttachmentSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this ServiceAttachmentSummary. ServiceInstance Identifier, can be renamed
Returns: The display_name of this ServiceAttachmentSummary. Return type: str
Gets the freeform_tags of this ServiceAttachmentSummary. 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 ServiceAttachmentSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this ServiceAttachmentSummary. Unique identifier that is immutable on creation
Returns: The id of this ServiceAttachmentSummary. Return type: str
-
is_sku_based
¶ [Required] Gets the is_sku_based of this ServiceAttachmentSummary. Whether this service is provisioned due to the customer being subscribed to a specific SKU
Returns: The is_sku_based of this ServiceAttachmentSummary. Return type: bool
-
lifecycle_details
¶ Gets the lifecycle_details of this ServiceAttachmentSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this ServiceAttachmentSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ServiceAttachmentSummary. The current state of the ServiceInstance.
Returns: The lifecycle_state of this ServiceAttachmentSummary. Return type: str
-
service_instance_id
¶ Gets the service_instance_id of this ServiceAttachmentSummary. 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 ServiceAttachmentSummary. Return type: str
-
service_instance_type
¶ [Required] Gets the service_instance_type of this ServiceAttachmentSummary. Type of the service.
Returns: The service_instance_type of this ServiceAttachmentSummary. Return type: str
-
service_url
¶ Gets the service_url of this ServiceAttachmentSummary. Service URL of the instance
Returns: The service_url of this ServiceAttachmentSummary. Return type: str
-
time_created
¶ Gets the time_created of this ServiceAttachmentSummary. The time the service instance was created. An RFC3339 formatted datetime string
Returns: The time_created of this ServiceAttachmentSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this ServiceAttachmentSummary. The time the serivce instance was updated. An RFC3339 formatted datetime string
Returns: The time_updated of this ServiceAttachmentSummary. Return type: datetime
-