SapComponent class

The component of sap workload

Constructors

SapComponent({List<String>? haHosts, List<CloudResource>? resources, String? sid, String? topologyType})
SapComponent.fromJson(Map json_)

Properties

haHosts List<String>?
A list of host URIs that are part of the HA configuration if present.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resources List<CloudResource>?
resources in the component
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sid String?
sid is the sap component identificator
getter/setter pair
topologyType String?
The detected topology of the component. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited