VerifyServiceAttachmentDetails

class oci.fusion_apps.models.VerifyServiceAttachmentDetails(**kwargs)

Bases: object

Information about the service attachment to be verified.

Methods

__init__(**kwargs) Initializes a new VerifyServiceAttachmentDetails object with values from keyword arguments.

Attributes

service_instance_id [Required] Gets the service_instance_id of this VerifyServiceAttachmentDetails.
service_instance_type [Required] Gets the service_instance_type of this VerifyServiceAttachmentDetails.
__init__(**kwargs)

Initializes a new VerifyServiceAttachmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • service_instance_type (str) – The value to assign to the service_instance_type property of this VerifyServiceAttachmentDetails.
  • service_instance_id (str) – The value to assign to the service_instance_id property of this VerifyServiceAttachmentDetails.
service_instance_id

[Required] Gets the service_instance_id of this VerifyServiceAttachmentDetails. The service instance OCID of the instance being attached

Returns:The service_instance_id of this VerifyServiceAttachmentDetails.
Return type:str
service_instance_type

[Required] Gets the service_instance_type of this VerifyServiceAttachmentDetails. Type of the ServiceInstance being attached.

Returns:The service_instance_type of this VerifyServiceAttachmentDetails.
Return type:str