ServiceDetailResponse¶
-
class
oci.dif.models.ServiceDetailResponse(**kwargs)¶ Bases:
objectDetails of the cloud service.
Methods
__init__(**kwargs)Initializes a new ServiceDetailResponse object with values from keyword arguments. Attributes
additional_detailsGets the additional_details of this ServiceDetailResponse. current_artifact_pathGets the current_artifact_path of this ServiceDetailResponse. display_nameGets the display_name of this ServiceDetailResponse. instance_idGets the instance_id of this ServiceDetailResponse. service_idGets the service_id of this ServiceDetailResponse. service_typeGets the service_type of this ServiceDetailResponse. service_urlGets the service_url of this ServiceDetailResponse. statusGets the status of this ServiceDetailResponse. -
__init__(**kwargs)¶ Initializes a new ServiceDetailResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_id (str) – The value to assign to the instance_id property of this ServiceDetailResponse.
- service_id (str) – The value to assign to the service_id property of this ServiceDetailResponse.
- display_name (str) – The value to assign to the display_name property of this ServiceDetailResponse.
- current_artifact_path (str) – The value to assign to the current_artifact_path property of this ServiceDetailResponse.
- service_type (str) – The value to assign to the service_type property of this ServiceDetailResponse.
- service_url (str) – The value to assign to the service_url property of this ServiceDetailResponse.
- status (str) – The value to assign to the status property of this ServiceDetailResponse.
- additional_details (oci.dif.models.AdditionalDetails) – The value to assign to the additional_details property of this ServiceDetailResponse.
-
additional_details¶ Gets the additional_details of this ServiceDetailResponse.
Returns: The additional_details of this ServiceDetailResponse. Return type: oci.dif.models.AdditionalDetails
-
current_artifact_path¶ Gets the current_artifact_path of this ServiceDetailResponse. name of the service
Returns: The current_artifact_path of this ServiceDetailResponse. Return type: str
-
display_name¶ Gets the display_name of this ServiceDetailResponse. name of the service
Returns: The display_name of this ServiceDetailResponse. Return type: str
-
instance_id¶ Gets the instance_id of this ServiceDetailResponse. ID for the service instance.
Returns: The instance_id of this ServiceDetailResponse. Return type: str
-
service_id¶ Gets the service_id of this ServiceDetailResponse. ID for the service
Returns: The service_id of this ServiceDetailResponse. Return type: str
-
service_type¶ Gets the service_type of this ServiceDetailResponse. name of the cloud service
Returns: The service_type of this ServiceDetailResponse. Return type: str
-
service_url¶ Gets the service_url of this ServiceDetailResponse. url for the service
Returns: The service_url of this ServiceDetailResponse. Return type: str
-
status¶ Gets the status of this ServiceDetailResponse. state of the service
Returns: The status of this ServiceDetailResponse. Return type: str
-