Instance constructor

Instance({
  1. List<AddOn>? addOns,
  2. String? arn,
  3. String? blueprintId,
  4. String? blueprintName,
  5. String? bundleId,
  6. DateTime? createdAt,
  7. InstanceHardware? hardware,
  8. String? ipv6Address,
  9. bool? isStaticIp,
  10. ResourceLocation? location,
  11. String? name,
  12. InstanceNetworking? networking,
  13. String? privateIpAddress,
  14. String? publicIpAddress,
  15. ResourceType? resourceType,
  16. String? sshKeyName,
  17. InstanceState? state,
  18. String? supportCode,
  19. List<Tag>? tags,
  20. String? username,
})

Implementation

Instance({
  this.addOns,
  this.arn,
  this.blueprintId,
  this.blueprintName,
  this.bundleId,
  this.createdAt,
  this.hardware,
  this.ipv6Address,
  this.isStaticIp,
  this.location,
  this.name,
  this.networking,
  this.privateIpAddress,
  this.publicIpAddress,
  this.resourceType,
  this.sshKeyName,
  this.state,
  this.supportCode,
  this.tags,
  this.username,
});