AwsCloudMapServiceDiscovery class
An object that represents the AWS Cloud Map service discovery information for your virtual node.
Constructors
-
AwsCloudMapServiceDiscovery({required String namespaceName, required String serviceName, List<
AwsCloudMapInstanceAttribute> ? attributes}) -
AwsCloudMapServiceDiscovery.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
attributes
→ List<
AwsCloudMapInstanceAttribute> ? -
A string map that contains attributes with values that you can use to filter
instances by any custom attribute that you specified when you registered the
instance. Only instances that match all of the specified key/value pairs
will be returned.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- namespaceName → String
-
The name of the AWS Cloud Map namespace to use.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceName → String
-
The name of the AWS Cloud Map service to use.
final
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