Component

class Component

The SAP component of your application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the application.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the component.

Link copied to clipboard

The associated host of the component.

Link copied to clipboard

The child components of a highly available environment. For example, in a highly available SAP on AWS workload, the child component consists of the primary and secondar instances.

Link copied to clipboard

The ID of the component.

Link copied to clipboard

The type of the component.

Link copied to clipboard

The connection specifications for the database of the component.

Link copied to clipboard

The SAP HANA databases of the component.

Link copied to clipboard

The SAP HANA version of the component.

Link copied to clipboard
val hosts: List<Host>?

The hosts of the component.

Link copied to clipboard

The time at which the component was last updated.

Link copied to clipboard

The parent component of a highly available environment. For example, in a highly available SAP on AWS workload, the parent component consists of the entire setup, including the child components.

Link copied to clipboard

The primary host of the component.

Link copied to clipboard

Details of the SAP HANA system replication for the component.

Link copied to clipboard

The SAP feature of the component.

Link copied to clipboard

The hostname of the component.

Link copied to clipboard

The kernel version of the component.

Link copied to clipboard
val sid: String?

The SAP System Identifier of the application component.

Link copied to clipboard

The status of the component.

Link copied to clipboard

The SAP system number of the application component.

Functions

Link copied to clipboard
inline fun copy(block: Component.Builder.() -> Unit = {}): Component
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String