SapDiscoveryResourceInstanceProperties class
A set of properties only present for an instance type resource
Constructors
-
SapDiscoveryResourceInstanceProperties({List<
String> ? clusterInstances, String? virtualHostname}) - SapDiscoveryResourceInstanceProperties.fromJson(Map json_)
Properties
-
clusterInstances
↔ List<
String> ? -
A list of instance URIs that are part of a cluster with this one.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- virtualHostname ↔ String?
-
A virtual hostname of the instance if it has one.
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