CreateServiceAttachmentDetails¶
-
class
oci.fusion_apps.models.
CreateServiceAttachmentDetails
(**kwargs)¶ Bases:
object
Information about the service attachment to be created.
Methods
__init__
(**kwargs)Initializes a new CreateServiceAttachmentDetails object with values from keyword arguments. Attributes
service_instance_id
[Required] Gets the service_instance_id of this CreateServiceAttachmentDetails. service_instance_type
[Required] Gets the service_instance_type of this CreateServiceAttachmentDetails. -
__init__
(**kwargs)¶ Initializes a new CreateServiceAttachmentDetails 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 CreateServiceAttachmentDetails.
- service_instance_id (str) – The value to assign to the service_instance_id property of this CreateServiceAttachmentDetails.
-
service_instance_id
¶ [Required] Gets the service_instance_id of this CreateServiceAttachmentDetails. The service instance OCID of the instance being attached
Returns: The service_instance_id of this CreateServiceAttachmentDetails. Return type: str
-
service_instance_type
¶ [Required] Gets the service_instance_type of this CreateServiceAttachmentDetails. Type of the ServiceInstance being attached.
Returns: The service_instance_type of this CreateServiceAttachmentDetails. Return type: str
-