AwsSourceDetails class
AwsSourceDetails message describes a specific source details for the AWS source type.
Constructors
- 
          AwsSourceDetails({AccessKeyCredentials? accessKeyCreds, String? awsRegion, Status? error, List<String> ? inventorySecurityGroupNames, List<Tag> ? inventoryTagList, Map<String, String> ? migrationResourcesUserTags, String? publicIp, String? state})
- AwsSourceDetails.fromJson(Map json_)
Properties
- accessKeyCreds ↔ AccessKeyCredentials?
- 
  AWS Credentials using access key id and secret.
  getter/setter pair
- awsRegion ↔ String?
- 
  The AWS region that the source VMs will be migrated from.
  getter/setter pair
- error ↔ Status?
- 
  Provides details on the state of the Source in case of an error.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  inventorySecurityGroupNames
  ↔ List<String> ?
- 
  AWS security group names to limit the scope of the source inventory.
  getter/setter pair
- 
  inventoryTagList
  ↔ List<Tag> ?
- 
  AWS resource tags to limit the scope of the source inventory.
  getter/setter pair
- 
  migrationResourcesUserTags
  ↔ Map<String, String> ?
- 
  User specified tags to add to every M2VM generated resource in AWS.
  getter/setter pair
- publicIp ↔ String?
- 
  The source's public IP.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- state ↔ String?
- 
  State of the source as determined by the health check.
  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