ApplicationComponentInfo

data class ApplicationComponentInfo(val componentType: ApplicationComponentInfoComponentType? = null, val ec2InstanceId: String? = null, val sid: String? = null)

Constructors

Link copied to clipboard
constructor(componentType: ApplicationComponentInfoComponentType? = null, ec2InstanceId: String? = null, sid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This string is the type of the component. Accepted value is WD .

Link copied to clipboard
val ec2InstanceId: String? = null

This is the Amazon EC2 instance on which your SAP component is running. Accepted values are alphanumeric.

Link copied to clipboard
val sid: String? = null

This string is the SAP System ID of the component. Accepted values are alphanumeric.